diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f76b5f..de5bca71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.8.39](https://github.com/GluuFederation/cloud-native-edition/compare/v1.8.38...v1.8.39) (2024-08-29) + + +### Features + +* change readiness and liveness checks to use script instead of http call ([#656](https://github.com/GluuFederation/cloud-native-edition/issues/656)) ([3b61542](https://github.com/GluuFederation/cloud-native-edition/commit/3b61542d9d8b2e6ba666a6b16b0b3acd86714a7e)) +* **oxauth-key-rotation:** add schedule property ([#654](https://github.com/GluuFederation/cloud-native-edition/issues/654)) ([87fedbc](https://github.com/GluuFederation/cloud-native-edition/commit/87fedbc7dfaf6b0612dc82db348b9b7ab776285e)) + ## [1.8.38](https://github.com/GluuFederation/cloud-native-edition/compare/v1.8.37...v1.8.38) (2024-08-22) diff --git a/pygluu/kubernetes/version.py b/pygluu/kubernetes/version.py index 88bc0c40..93f618d7 100644 --- a/pygluu/kubernetes/version.py +++ b/pygluu/kubernetes/version.py @@ -4,4 +4,4 @@ """ -__version__ = "1.8.38" +__version__ = "1.8.39"