Skip to content

Tags: kubernetes-client/csharp

Tags

v20.0.84

Toggle v20.0.84's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump WireMock.Net from 1.12.0 to 2.6.0 (#1768)

Co-authored-by: Brendan Burns <5751682+brendandburns@users.noreply.github.com>

v19.0.2

Toggle v19.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Order YAML type meta fields before resource data (#1717)

* Initial plan

* Order yaml type meta fields first

Co-authored-by: tg123 <170430+tg123@users.noreply.github.com>

* Fix StyleCop blank line in KubernetesYaml

Co-authored-by: tg123 <170430+tg123@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: tg123 <170430+tg123@users.noreply.github.com>

v18.0.13

Toggle v18.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump actions/checkout from 5 to 6 (#1688)

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v18.0.5

Toggle v18.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
revert change to structs from classes for IntOrString and ResourceQua…

…ntity, and handle null values in YAML converters (#1673)

* feat: add V2HorizontalPodAutoscaler integration test

* fix: change structs to classes for IntOrString and ResourceQuantity, and handle null values in YAML converters

* feat: implement equality members for ResourceQuantity class

v18.0.4

Toggle v18.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v17.0.14

Toggle v17.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: yaml ByteArrayStringYamlConverter output new lines (#1651)

* fix: yaml byte[] output

* chore: fix styling

* chore: fix logic for single line values and add test

v17.0.4

Toggle v17.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implementing a more modular API (#1627)

* fix typo

* Add modular API

* Use x-kubernetes-action instead of operationId to generate method names

* fix

* Clean code style warnings

* Refactor client constructors to use Kubernetes type instead of IKubernetes

* Add ClientSet tests for Kubernetes pod operations

* Fix order of parameters in Pod API calls for consistency

* Enhance documentation for ClientSet and ResourceClient classes

* Refactor ClientSet and GroupClient for Kubernetes usage

* Refactor Pod API calls in tests to use singular form for consistency

* Refactor Pod API calls to use 'Create' and 'Update' methods for consistency

v16.0.7

Toggle v16.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove IdentityModel package versions from Directory.Packages.props (#…

…1625)

* Remove IdentityModel package versions from Directory.Packages.props

* Remove IdentityModel references from KubernetesClient.Classic.

v16.0.6

Toggle v16.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix typo (#1623)

v16.0.2

Toggle v16.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Actually assign loaded cert when generating pfx (#1609)

* Actually assign loaded cert when generating pfx

* Enable tests that would have caught this issue