Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kube-rs/kube
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: kube-rs/kube
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.1
Choose a head ref
  • 9 commits
  • 13 files changed
  • 4 contributors

Commits on Sep 8, 2025

  1. Bump clechasseur/rs-clippy-check from 4 to 5

    Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 4 to 5.
    - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases)
    - [Commits](clechasseur/rs-clippy-check@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: clechasseur/rs-clippy-check
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    2a3e644 View commit details
    Browse the repository at this point in the history
  2. import 2.0 changelog

    also fix somehow broken import script...
    probably should adopt something more standard for this
    
    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    bed80fb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Configuration menu
    Copy the full SHA
    88c1185 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1819 from kube-rs/dependabot/github_actions/clech…

    …asseur/rs-clippy-check-5
    
    Bump clechasseur/rs-clippy-check from 4 to 5
    clux authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    e8f8ec9 View commit details
    Browse the repository at this point in the history
  3. update to runtime-macros 1.1.1

    Signed-off-by: tottoto <tottotodev@gmail.com>
    tottoto committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    2923051 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1822 from tottoto/runtime-macros-dependency

    update to runtime-macros 1.1.1
    clux authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    c879038 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. Remove unused use<'_> from log_stream()

    I noticed an additional '_ lifetime being captured in v2.0.0. Going
    through the Git history, I suspect this was an unintentional change
    as part of the Rust 2024 migration.
    
    Signed-off-by: Peter Gerber <peter@arbitrary.ch>
    pgerber committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    3913f7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1824 from pgerber/lt

    Remove unused use<'_> from log_stream()
    clux authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    de5001c View commit details
    Browse the repository at this point in the history
  3. release 2.0.1

    clux committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    45f9c9b View commit details
    Browse the repository at this point in the history
Loading