Skip to content

Releases: hnaderi/scala-k8s

v0.15.2

16 Nov 06:44
v0.15.2
Compare
Choose a tag to compare

This release contains Kubernetes and dependency updates.

What's Changed

Full Changelog: v0.15.1...v0.15.2

v0.15.1

19 Oct 08:08
v0.15.1
c57dafb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.15.1

v0.15.0

14 Sep 08:06
v0.15.0
1bff49a
Compare
Choose a tag to compare

The most notable update in this version is that it's built against kubernetes 1.28.2.

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

17 Aug 14:32
v0.14.0
37b1bcf
Compare
Choose a tag to compare

Notable changes:

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.14.0

v0.13.1

20 Jul 05:23
v0.13.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

03 Jul 05:04
v0.13.0
Compare
Choose a tag to compare

This version fixes a bug in code generation that caused choosing smaller numeric types for some objects fields.

What's Changed

Full Changelog: v0.12.1...v0.13.0

v0.12.1

23 Jun 08:19
v0.12.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

19 May 17:01
v0.12.0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.12.0

v0.11.1

12 May 13:33
v0.11.1
419e966
Compare
Choose a tag to compare

What's Changed

  • Fixed streaming client wrong url construction
  • Update flake.lock by @hnaderi in #111

Full Changelog: v0.11.0...v0.11.1

v0.11.0

05 May 17:38
v0.11.0
Compare
Choose a tag to compare

What's new?

  • Direct Kubeconfig and TLS support! Now you can create a client from the kube config or using direct parameters. Also using defaultConfig you can let the client to find the appropriate config like kubectl. What's even better is that it is also cross platform!
  • CRD APIs. CRD APIs are included in the library itself.
  • All the remaining cluster level resource (e.g. node, CRD) operations (create, delete, delete collection, replace, server side apply, patch)
  • Improved manifest reading. You can read manifests of known types directly.
  • Pluggable authentication
  • Improved Error responses
  • Cookie support in core client

New integrations

  • Http4s ember client
  • Http4s jdk client
  • Http4s blaze client
  • Http4s netty client
  • Sttp JDK HttpClient
  • ZIO http 3

Bug fixes

  • Fixed a codegen error which was causing missing fields in CustomResourceDefinitionNames

What's Changed

  • Update sbt-typelevel, sbt-typelevel-site to 0.4.20 by @hnaderi in #95
  • 97 apis for customresourcedefinition by @hnaderi in #98
  • Update flake.lock by @hnaderi in #100
  • Kubeconfig by @hnaderi in #99
  • Fixed wrong Object generation for subresources by @hnaderi in #102
  • Http4s crossplatform tls by @hnaderi in #108
  • Added http4s jdk-client integration by @hnaderi in #110
  • Increased the minimum supported JDK to 11

Contributors

Huge shout out to @davesmith00sky for his detailed bug reports, subtle bug detection and also suggestions.

Full Changelog: v0.10.0...v0.11.0