Skip to content

Releases: kubernetes-client/c

v0.10.0

23 May 02:20
dc7d670
Compare
Choose a tag to compare

Based on Kubernetes release 1.30

What's Changed

  • Commented out printf statements in the generic client. by @homer6 in #226
  • Conan support is added by @ydcpp in #230
  • conanfile update for lws openssl3 fix by @ydcpp in #231
  • Use the libwebsockets-dev package provided by the operating system by @ityuhui in #234
  • Create dependabot.yml by @brendandburns in #235
  • Bump actions/checkout from 3 to 4 by @dependabot in #236
  • Bump helm/kind-action from 1.8.0 to 1.10.0 by @dependabot in #237
  • Bump actions/setup-java from 3 to 4 by @dependabot in #238
  • Automated Generate from openapi release-1.30 by @github-actions in #240
  • Update version and compatibility for the release 0.10.0 by @ityuhui in #241

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

30 Jan 01:58
d0763b6
Compare
Choose a tag to compare

Based on Kubernetes release 1.29

What's Changed

  • Bump helm/kind-action to v1.8.0 by @ityuhui in #208
  • Use int* as int or bool type function parameters by @ityuhui in #210
  • doc: Update API document after some data types of function parameters are changed by @ityuhui in #214
  • Automated Generate from openapi release-1.29 by @github-actions in #217
  • Update version and compatibility document for the release 0.9.0 by @ityuhui in #218

Full Changelog: v0.8.0...v0.9.0

v0.8.0

09 Sep 01:35
0f0f4cc
Compare
Choose a tag to compare

Based on Kubernetes release 1.28

What's Changed

  • add support of reading certificate-authority file by @swhoro in #198
  • Support 32bit in postdata by @ityuhui in #200
  • Support configuration of openapi-generator commit for client generation by @ityuhui in #205
  • Automated Generate from openapi release-1.28 by @github-actions in #206
  • Update version and compatibility for the release 0.8.0 by @ityuhui in #207

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

07 Jun 02:12
c223563
Compare
Choose a tag to compare

Based on Kubernetes release 1.27

What's Changed

  • Increase buffer size by @ityuhui in #178
  • Include config.h to define HAVE_SECURE_GETENV or HAVE_GETENV by @ityuhui in #181
  • Fix loading users.user.token from yaml config by @hirishh in #182
  • Bump helm/kind-action by @ityuhui in #183
  • improve generic list and namespacedlist by @DanyT in #184
  • allow apiGroup to be null by @DanyT in #185
  • fix([README.md]): typos in README.md causes installation error by @rexlim820220 in #186
  • Setup Java environment for openapi-generator in the github action by @ityuhui in #188
  • Fix incorrect usage of setup-java action by @ityuhui in #190
  • Automated Generate from openapi release-1.27 by @github-actions in #191
  • Update version and compatibility for the release 0.7.0 by @ityuhui in #192

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

24 Feb 01:41
859fc3f
Compare
Choose a tag to compare

Based on Kubernetes release 1.26

What's Changed

  • Check cJSON_IsNull when the data type is datetime by @ityuhui in #157
  • Always send integer or boolean query parameters to the API server by @ityuhui in #160
  • Allow cJSON_IsNull() if the string is not mandatory by @ityuhui in #162
  • Add check for the presence of secure_getenv by @irozzo-1A in #163
  • Add support for IPv6 addresses in the in-cluster resolution by @irozzo-1A in #164
  • Update config.h.in to be more clear by @ityuhui in #165
  • Load user certificates by file path by @hirishh in #167
  • Fix memory leak when kubeconfig is invalid by @ityuhui in #169
  • Correct check for getenv()/secure_getenv() by @ahmedyarub in #171
  • Automated Generate from openapi release-1.26 by @github-actions in #173
  • Update version and compatibility for the release 0.6.0 by @ityuhui in #174

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

28 Sep 04:15
92aaa7f
Compare
Choose a tag to compare

Based on Kubernetes release 1.25

What's Changed

  • Build deb package in GitHub Action by @ityuhui in #130
  • Update the README by @ityuhui in #131
  • Add the Valgrind memory check for examples by @ityuhui in #133
  • Wait for the pod to terminate cleanly after deleting the pod during testing by @ityuhui in #135
  • Resolve cpp keyword conflict by @caesar0301 in #140
  • Treat "null" as a valid value for a field of a JSON map by @ityuhui in #141
  • Add "debug mode" and "Compatibility" descriptions to README.md by @ityuhui in #149
  • Automated Generate from openapi release-1.25 by @github-actions in #151
  • Update version and compatibility documentation for the release 0.5.0 by @ityuhui in #152

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

29 Jun 02:04
f5f12a8
Compare
Choose a tag to compare

Based on Kubernetes release 1.24

What's Changed

New Contributors

  • @github-actions made their first contribution in #126

Full Changelog: v0.3.0...v0.4.0

v0.3.0

17 May 02:03
5e7b41d
Compare
Choose a tag to compare

Based on Kubernetes v1.23.5

What's Changed

  • Update the documents of the release process by @ityuhui in #116
  • Bump forward to Kubernetes v1.23.5 by @ityuhui in #117
  • cicd: Add a Github Action to release automatically by @ityuhui in #118
  • Eliminate some compiler warnings by @ityuhui in #119

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 Apr 03:24
d2c5def
Compare
Choose a tag to compare

Based on Kubernetes v1.22.1

v0.1.0

14 Sep 12:53
9c7b114
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release

Based on Kubernetes v1.17.4