-
Couldn't load subscription status.
- Fork 304
Comparing changes
Open a pull request
base repository: kubernetes-client/csharp
base: v17.0.14
head repository: kubernetes-client/csharp
compare: v18.0.4
- 9 commits
- 74 files changed
- 5 contributors
Commits on Sep 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9b1eeef - Browse repository at this point
Copy the full SHA 9b1eeefView commit details
Commits on Sep 4, 2025
-
* fix: update file references and clean up validation comments in models * chore: add symlink to CONTRIBUTING.md for easier access * fix: update documentation to include full type names for WebSocket and Predicate * fix: include CONTRIBUTING.md in docfx.json build content
Configuration menu - View commit details
-
Copy full SHA for d693a62 - Browse repository at this point
Copy the full SHA d693a62View commit details
Commits on Sep 5, 2025
-
fix(yaml): byte[] serialization (#1657)
* fix(yaml): byte[] serialization * fix: tests and code * chore: add null check * chore: add configmap tests
Configuration menu - View commit details
-
Copy full SHA for 885b9ae - Browse repository at this point
Copy the full SHA 885b9aeView commit details -
Bump actions/setup-dotnet from 4 to 5 (#1658)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet 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 a99fbe4 - Browse repository at this point
Copy the full SHA a99fbe4View commit details
Commits on Sep 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 11a9641 - Browse repository at this point
Copy the full SHA 11a9641View commit details
Commits on Sep 22, 2025
-
* Implement code changes to enhance functionality and improve performance * chore: update version to 18.0 in version.json * fix: correct initialization of opblackList in PluralHelper * chore: update SDK version to 18.0 in README.md * Fixdocfx (#82) * fix: update file references and clean up validation comments in models * chore: add symlink to CONTRIBUTING.md for easier access * fix: update documentation to include full type names for WebSocket and Predicate * fix: include CONTRIBUTING.md in docfx.json build content * refactor: update IKubernetes interface and template for consistency * feat: add Microsoft.CodeAnalysis.CSharp package and improve source normalization in generator context * chore: update package versions in Directory.Packages.props for compatibility and improvements * chore: update Microsoft.VisualStudio.SlnGen and Nerdbank.GitVersioning package versions for compatibility * Implement code changes to enhance functionality and improve performance * chore: update version to 18.0 in version.json * fix: correct initialization of opblackList in PluralHelper * chore: update SDK version to 18.0 in README.md * refactor: update IKubernetes interface and template for consistency * feat: add Microsoft.CodeAnalysis.CSharp package and improve source normalization in generator context * chore: update package versions in Directory.Packages.props for compatibility and improvements * chore: update Microsoft.VisualStudio.SlnGen and Nerdbank.GitVersioning package versions for compatibility * chore: downgrade xunit.runner.visualstudio and Xunit.StaFact package versions for compatibility * chore: update package versions in Directory.Packages.props for compatibility and improvements * style: format code for consistency and readability * feat: update certificate loading logic for .NET 9 compatibility * fix: update certificate loading method for .NET 9 compatibility
Configuration menu - View commit details
-
Copy full SHA for 9695506 - Browse repository at this point
Copy the full SHA 9695506View commit details -
* migrate to record * chore: update project files and clean up unused references * refactor: convert classes to records and simplify constructors for IntOrString, ResourceQuantity, and V1Patch * fix: define IsExternalInit to resolve CS0518 error in IntOrString * refactor: change IntOrString and ResourceQuantity from records to structs, update implicit conversions, and simplify null checks * refactor: add JsonPropertyName attribute to Value property in IntOrString struct * refactor: simplify V1Patch constructor and improve argument validation * refactor: remove unnecessary CultureInfo parameter in ToInt method * Update src/KubernetesClient/Models/ResourceQuantity.cs Co-authored-by: Copilot <[email protected]> * Update src/KubernetesClient/Models/IntOrString.cs Co-authored-by: Copilot <[email protected]> * Revert "Update src/KubernetesClient/Models/ResourceQuantity.cs" This reverts commit 62b20a6. * refactor: remove commented-out formatting check and simplify build command * refactor: remove IValidate.cs from project references in Aot and Classic --------- Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5de1c25 - Browse repository at this point
Copy the full SHA 5de1c25View commit details
Commits on Oct 9, 2025
-
Bump github/codeql-action from 3 to 4 (#1669)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action 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 ca5d9f4 - Browse repository at this point
Copy the full SHA ca5d9f4View commit details
Commits on Oct 11, 2025
-
feat: enhance Kubernetes client with watch functionality (#1667)
* feat: enhance Kubernetes client with watch functionality * refactor: simplify watch event handling in Kubernetes client example * refactor: update Kubernetes watch functionality to use new event handling methods and add async enumerable support * fix * fix * fix: correct usage of Pod list items in client example and update Obsolete attribute formatting * fix: update client example to use correct Pod list method and improve Obsolete attribute formatting * refactor: enhance type resolution for list items in TypeHelper by adding TryGetItemTypeFromSchema method * feat: mark Watch methods as obsolete to prepare for future deprecation * fix * refactor: update WatcherExt class to internal and remove obsolete attributes; improve example method signature in Program.cs * refactor: change WatcherExt class from internal to public and mark methods as obsolete for future deprecation
Configuration menu - View commit details
-
Copy full SHA for 6d27bd9 - Browse repository at this point
Copy the full SHA 6d27bd9View 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.14...v18.0.4