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: kubernetes-client/csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.0.4
Choose a base ref
...
head repository: kubernetes-client/csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v17.0.14
Choose a head ref
  • 10 commits
  • 21 files changed
  • 6 contributors

Commits on Jun 3, 2025

  1. fix missing aot model SourceGenerationContext (#1636)

    * Add VersionTestAsync to validate Kubernetes client version retrieval
    
    * Add SourceGenerationContextGenerator and update registration in KubernetesClientSourceGenerator
    tg123 authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    8d0547b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Configuration menu
    Copy the full SHA
    67d457a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    9efecfd View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. fix ExecCredentialResponse deserializion in aot (#1643)

    * Add ExecCredentialResponseContext for JSON serialization support
    
    * Added ExecStatus JsonPropertyNames
    k7o authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    74538d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Bump actions/checkout from 4 to 5 (#1645)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    58d3bd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Configuration menu
    Copy the full SHA
    6adbd40 View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-pages-artifact from 3 to 4 (#1647)

    Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-pages-artifact/releases)
    - [Commits](actions/upload-pages-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-pages-artifact
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    9b5e710 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Update certificate validation to use custom trust store for .NET 5.0+ (

    …#1653)
    
    * Update certificate validation to use custom trust store for .NET 5.0 and greater
    
    * Update src/KubernetesClient/Kubernetes.ConfigInit.cs
    
    Co-authored-by: Copilot <[email protected]>
    
    * Update apiserver-pfx-data.txt with new certificate data
    
    * Update tests/KubernetesClient.Tests/CertificateValidationTests.cs
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: Brendan Burns <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    3 people authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    1f8e5da View commit details
    Browse the repository at this point in the history
  2. feat(json): add overloads for Deserialize and Serialize (#1652)

    Updated `KubernetesJson.cs` to include additional overloads for the `Deserialize` and `Serialize` methods. New methods now support `JsonDocument`, `JsonElement`, and `JsonNode` types, enhancing JSON handling capabilities within the Kubernetes library.
    IvanJosipovic authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    b74ee18 View commit details
    Browse the repository at this point in the history
  3. fix: yaml ByteArrayStringYamlConverter output new lines (#1651)

    * fix: yaml byte[] output
    
    * chore: fix styling
    
    * chore: fix logic for single line values and add test
    IvanJosipovic authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    69afa49 View commit details
    Browse the repository at this point in the history
Loading