diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8ddba5..89902c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.12.2](https://github.com/SwissDataScienceCenter/amalthea/compare/0.12.1...0.12.2) (2024-08-07) + + +### Bug Fixes + +* add kopf liveness check ([3c4daa1](https://github.com/SwissDataScienceCenter/amalthea/commit/3c4daa1420f6faab031d87be95198e8647771a0f)) + + + ## [0.12.1](https://github.com/SwissDataScienceCenter/amalthea/compare/0.12.0...0.12.1) (2024-08-06) diff --git a/helm-chart/amalthea/Chart.yaml b/helm-chart/amalthea/Chart.yaml index afa12278..cdc3589c 100644 --- a/helm-chart/amalthea/Chart.yaml +++ b/helm-chart/amalthea/Chart.yaml @@ -24,7 +24,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.12.1 +version: 0.12.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/pyproject.toml b/pyproject.toml index e413d2a2..77e7af0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amalthea" -version = "0.12.1" +version = "0.12.2" description = "A Kubernetes operator for interactive user sessions for Renku" authors = ["SDSC "] readme = "README.md"