Skip to content

Commit

Permalink
Merge pull request #15 from alexandrevilain/release/v0.0.2
Browse files Browse the repository at this point in the history
Release v0.0.2
  • Loading branch information
alexandrevilain authored May 30, 2022
2 parents a930793 + 5e1b1b0 commit d5f69d9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d5f69d9

Please sign in to comment.