Skip to content

Releases: hagay3/skuber

v4.0.3

04 Mar 12:13
075a396
Compare
Choose a tag to compare

What's Changed

  • Add seccomp profile support to PodSecurityContext in Kubernetes for Skuber library by @Dream1Master in #366

New Contributors

Full Changelog: v4.0.2...v4.0.3

v4.0.2

27 Feb 23:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

18 Nov 22:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

02 Oct 18:52
987b783
Compare
Choose a tag to compare

What's Changed

New Contributors

Migration notes & Deprecation of akka

Since Akka license is no longer an "Open Source" license, the Skuber project moved on to using Apache Pekko, an open-source Akka fork

To help migration from Akka to Pekko, please refer to Pekko's migration guides.

**Important: please make sure to rename your akka configuration keys to pekko. This is important when configuring, e.g., the dispatcher for the application.

Full Changelog: v3.2...v4.0.0

v3.2

27 Sep 12:32
78ca78c
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @awh21 made their first contribution in #325 ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰

Migration notes

CustomResourceDefinition v1beta1 is deprecated, migrate to CustomResourceDefinition v1.
You can still use CustomResourceDefinition v1beta1 under the new location:
import skuber.apiextensions.CustomResourceDefinition
->
import skuber.apiextensions.v1beta1.CustomResourceDefinition

Full Changelog: v3.1...v3.2

v3.1

17 Jul 17:50
f6492d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.7...v3.1

v3.0.7

04 Jul 18:52
93985ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.6...v3.0.7

v3.0.6

06 Apr 10:04
8d54615
Compare
Choose a tag to compare

What's Changed

  • Added storageClassName to PersistentVolume Spec by @nadenf in #277

New Contributors

  • @nadenf made their first contribution in #277 ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘

Full Changelog: v3.0.5...v3.0.6

v3.0.5

21 Mar 17:03
68d2a18
Compare
Choose a tag to compare

New Contributors

  • @arkadius made their first contribution in #275 ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘

What's Changed

Full Changelog: v3.0.4...v3.0.5

v3.0.4

01 Jan 18:00
c07477b
Compare
Choose a tag to compare

What's Changed

  • Add automountServiceAccountToken to ServiceAccount by @SakulK in #261

New Contributors

  • @SakulK made their first contribution in #261 ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘

Libraries upgrade

Full Changelog: v3.0.3...v3.0.4