Skip to content

Commit 235ebb8

Browse files
Merge pull request #58 from alexandrevilain/release/v0.2.0
Release v0.2.0
2 parents 7275cb0 + fbca915 commit 235ebb8

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.2.0
6+
7+
**Release date:** 2022-06-28
8+
9+
This release adds better observability, support for temporal 1.17 and end2end tests.
10+
11+
Features:
12+
- Add support for temporal 1.17.0 [#53](https://github.com/alexandrevilain/temporal-operator/pull/53)
13+
- Add conditions in status reporting and add event recorder [#57](https://github.com/alexandrevilain/temporal-operator/pull/57)
14+
15+
Improvements:
16+
- Bootstrap end2end test suite [#45](https://github.com/alexandrevilain/temporal-operator/pull/45)
17+
- Add mysql persistence end2end test case [#52](https://github.com/alexandrevilain/temporal-operator/pull/52)
18+
- Add cassandra end2end tests [#56](https://github.com/alexandrevilain/temporal-operator/pull/56)
19+
20+
Updates:
21+
- Bump kubernetes dependencies to 0.24.2 [#48](https://github.com/alexandrevilain/temporal-operator/pull/48)
22+
- Bump github.com/gocql/gocql from 1.0.0 to 1.1.0 [#51](https://github.com/alexandrevilain/temporal-operator/pull/51)
23+
- Bump github.com/stretchr/testify from 1.7.2 to 1.7.5 [#55](https://github.com/alexandrevilain/temporal-operator/pull/55)
24+
- Bump sigs.k8s.io/controller-runtime from 0.11.1 to 0.12.2 [#54](https://github.com/alexandrevilain/temporal-operator/pull/54)
25+
26+
527
## 0.1.1
628

729
**Release date:** 2022-06-21

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: ghcr.io/alexandrevilain/temporal-operator
77
newName: ghcr.io/alexandrevilain/temporal-operator
8-
newTag: v0.1.1
8+
newTag: v0.2.0

0 commit comments

Comments
 (0)