-
Notifications
You must be signed in to change notification settings - Fork 307
Comparing changes
Open a pull request
base repository: kubernetes-client/csharp
base: v17.0.4
head repository: kubernetes-client/csharp
compare: v17.0.14
- 10 commits
- 21 files changed
- 6 contributors
Commits on Jun 3, 2025
-
fix missing aot model SourceGenerationContext (#1636)
* Add VersionTestAsync to validate Kubernetes client version retrieval * Add SourceGenerationContextGenerator and update registration in KubernetesClientSourceGenerator
Configuration menu - View commit details
-
Copy full SHA for 8d0547b - Browse repository at this point
Copy the full SHA 8d0547bView commit details
Commits on Jul 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 67d457a - Browse repository at this point
Copy the full SHA 67d457aView commit details
Commits on Jul 14, 2025
-
Enhance certificate handling for .NET 9 compatibility in KubernetesCl…
…ientConfiguration (#1638)
Configuration menu - View commit details
-
Copy full SHA for 9efecfd - Browse repository at this point
Copy the full SHA 9efecfdView commit details
Commits on Aug 6, 2025
-
fix ExecCredentialResponse deserializion in aot (#1643)
* Add ExecCredentialResponseContext for JSON serialization support * Added ExecStatus JsonPropertyNames
Configuration menu - View commit details
-
Copy full SHA for 74538d5 - Browse repository at this point
Copy the full SHA 74538d5View commit details
Commits on Aug 12, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 58d3bd5 - Browse repository at this point
Copy the full SHA 58d3bd5View commit details
Commits on Aug 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6adbd40 - Browse repository at this point
Copy the full SHA 6adbd40View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9b5e710 - Browse repository at this point
Copy the full SHA 9b5e710View commit details
Commits on Aug 27, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 1f8e5da - Browse repository at this point
Copy the full SHA 1f8e5daView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b74ee18 - Browse repository at this point
Copy the full SHA b74ee18View commit details -
fix: yaml ByteArrayStringYamlConverter output new lines (#1651)
* fix: yaml byte[] output * chore: fix styling * chore: fix logic for single line values and add test
Configuration menu - View commit details
-
Copy full SHA for 69afa49 - Browse repository at this point
Copy the full SHA 69afa49View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v17.0.4...v17.0.14