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: 1.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: 1.1.0
Choose a head ref
  • 9 commits
  • 13 files changed
  • 3 contributors

Commits on May 13, 2025

  1. import changelog for 1.0.0

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed May 13, 2025
    Configuration menu
    Copy the full SHA
    f0394e4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Add missing derives on conversion types

    Signed-off-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech>
    sbernauer committed May 14, 2025
    Configuration menu
    Copy the full SHA
    d1ad7ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1759 from sbernauer/fix/derive-conversion-types

    Add missing derives on conversion types
    clux authored May 14, 2025
    Configuration menu
    Copy the full SHA
    83f5fe8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. fix(derive): Emit schemars crate attribute

    This fixes errors which occur when the schemars crate is not
    available at the top level (at (::)schemars). This is the case
    when users use custom imports via #[kube(crates(schemars))].
    The JsonSchema derive macro then wrongly uses the top-level
    import. Adding this attribute will instruct JsonSchema to use
    the correct custom import instead.
    
    Signed-off-by: Techassi <git@techassi.dev>
    Techassi committed May 26, 2025
    Configuration menu
    Copy the full SHA
    e16ed19 View commit details
    Browse the repository at this point in the history
  2. fix(derive): Conditionally emit schemars crate attribute

    Signed-off-by: Techassi <git@techassi.dev>
    Techassi committed May 26, 2025
    Configuration menu
    Copy the full SHA
    864738a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1764 from Techassi/fix/schemars-crate-override

    fix(derive): Emit schemars crate attribute
    clux authored May 26, 2025
    Configuration menu
    Copy the full SHA
    e82f2db View commit details
    Browse the repository at this point in the history
  4. Temporarily pin muslrust image for e2e tests due to unsupported openssl

    some very professional person has reasonably removed support for openssl
    due to it being EOL and without good replacements.
    
    I'll come up with a better e2e build for this later, but makig ci green
    for now by pinning to the last muslrust stable that had openssl.
    
    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed May 26, 2025
    Configuration menu
    Copy the full SHA
    e6f0f93 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1765 from kube-rs/temp-pin-muslrust

    Temporarily pin muslrust image for e2e tests due to unsupported openssl
    clux authored May 26, 2025
    Configuration menu
    Copy the full SHA
    65172ee View commit details
    Browse the repository at this point in the history
  6. release 1.1.0

    clux committed May 26, 2025
    Configuration menu
    Copy the full SHA
    1ba4b2a View commit details
    Browse the repository at this point in the history
Loading