diff --git a/CHANGELOG.md b/CHANGELOG.md index 30665a83..a96658d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project are documented in this file. +## 0.0.2 + +**Release date:** 2022-05-30 + +This release introduces a new way for the operator to reconcile persistence. + +Improvements: +- improve persistence reconciliation by relying on the cluster status [#14](https://github.com/alexandrevilain/temporal-operator/pull/14) + ## 0.0.1 **Release date:** 2022-05-26 diff --git a/README.md b/README.md index 64522f14..147c1ec5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Current Status: Work in Progress. The operator can create a basic cluster. Many ### Features: - [x] Deploy a new temporal cluster. - [x] Ability to deploy multiple clusters. -- [x] Support for SQL datastores. (should be improved see [issue 9](https://github.com/alexandrevilain/temporal-operator/issues/9)) +- [x] Support for SQL datastores. - [ ] Support for cassandra datastore. - [ ] Support for Elastisearch. - [ ] Cluster version upgrades. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 7fc85066..b59106d6 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: ghcr.io/alexandrevilain/temporal-operator newName: ghcr.io/alexandrevilain/temporal-operator - newTag: v0.0.1 + newTag: v0.0.2