Releases: hagay3/skuber
v4.0.3
What's Changed
- Add seccomp profile support to PodSecurityContext in Kubernetes for Skuber library by @Dream1Master in #366
New Contributors
- @Dream1Master made their first contribution in #366
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
- Update pekko-actor, pekko-slf4j to 1.0.2 by @scala-steward in #353
- Handle empty/unknown metrics status for HPAs by @aperkins1310 in #364
- Update pekko-http to 1.0.1 by @scala-steward in #362
- Update specs2-core to 4.20.5 by @scala-steward in #359
- add test retries by @hagay3 in #368
New Contributors
- @aperkins1310 made their first contribution in #364
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
- add http response to message by @hagay3 in #339
- addToleration method added for Pod Spec by @nsutcliffe in #343
- add exec config from kubeconfig by @hagay3 in #347
- https://kubernetes.io/docs/reference/config-api/kubeconfig.v1/#ExecConfig
New Contributors
- @nsutcliffe made their first contribution in #343
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- scala 2.13.12 by @hagay3 in #327
- Migrating from Akka to Pekko by @ncreep in #328
- skuber v4.0.0 by @hagay3 in #329
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
What's Changed
- Support v1 CRD API Version by @awh21 in #325
- Update scalatest to 3.2.17 by @scala-steward in #320
- Update bcpkix-jdk18on to 1.76 by @scala-steward in #311
New Contributors
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
What's Changed
- Dynamic Kubernetes Client, which allows you to interact with Kubernetes API without strict types. by @hagay3 in #293
- Upgrade sbt to 1.9.2 by @scala-steward in #307
Full Changelog: v3.0.7...v3.1
v3.0.7
v3.0.6
v3.0.5
New Contributors
What's Changed
-
ConnectionPoolSettings was taken from local Skube's appConfig when available by @arkadius in #275
-
Update specs2-core to 4.19.2 by @scala-steward in #267
-
Update jackson-databind to 2.13.5 by @scala-steward in #264
-
Update logback-classic to 1.4.6 by @scala-steward in #273
-
Update snakeyaml to 2.0 by @scala-steward in #271
-
Update scalatest to 3.2.15 by @scala-steward in #263
Full Changelog: v3.0.4...v3.0.5
v3.0.4
What's Changed
New Contributors
Libraries upgrade
- Update sbt-assembly to 2.1.0 by @scala-steward in #256
- Update sbt-sonatype to 3.9.15 by @scala-steward in #254
- Update bcpkix-jdk18on to 1.72 by @scala-steward in #245
- Update logback-classic to 1.4.5 by @scala-steward in #253
- Update specs2-core to 4.19.0 by @scala-steward in #252
- Update snakeyaml to 1.33 by @scala-steward in #251
- Update scalacheck to 1.17.0 by @scala-steward in #238
- Update sbt-pgp to 2.2.1 by @scala-steward in #255
- Update scalatest to 3.2.14 by @scala-steward in #249
Full Changelog: v3.0.3...v3.0.4