Skip to content

Commit d269d23

Browse files
Merge pull request #101 from alexandrevilain/release/v0.5.0
Release v0.5.0
2 parents 3929be7 + ee00bfc commit d269d23

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.5.0
6+
7+
**Release date:** 2022-08-29
8+
9+
Features:
10+
- Add istio mTLS provider [#85](https://github.com/alexandrevilain/temporal-operator/pull/85)
11+
12+
Updates:
13+
- Add support for temporal 1.17.2 and use ui v2.5.0 as default [#88](https://github.com/alexandrevilain/temporal-operator/pull/88)
14+
- Bump go.uber.org/zap from 1.21.0 to 1.22.0 [#90](https://github.com/alexandrevilain/temporal-operator/pull/90)
15+
- Bump go.temporal.io/sdk from 1.15.0 to 1.16.0 [#89](https://github.com/alexandrevilain/temporal-operator/pull/89)
16+
- Bump go.uber.org/zap from 1.22.0 to 1.23.0 [#98](https://github.com/alexandrevilain/temporal-operator/pull/98)
17+
- Bump temporal.io server to v1.17.4 [#99](https://github.com/alexandrevilain/temporal-operator/pull/99)
18+
- Bump k8s dependencies to v0.25.0 [#100](https://github.com/alexandrevilain/temporal-operator/pull/100)
19+
520
## 0.4.0
621

722
**Release date:** 2022-08-02

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.4.0
8+
newTag: v0.5.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ require (
1616
go.temporal.io/sdk v1.16.0
1717
go.temporal.io/server v1.17.4
1818
go.uber.org/zap v1.23.0
19+
google.golang.org/protobuf v1.28.1
1920
gopkg.in/yaml.v3 v3.0.1
2021
istio.io/api v0.0.0-20220826230418-763288e32b51
2122
istio.io/client-go v1.14.3
@@ -148,7 +149,6 @@ require (
148149
google.golang.org/appengine v1.6.7 // indirect
149150
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b // indirect
150151
google.golang.org/grpc v1.48.0 // indirect
151-
google.golang.org/protobuf v1.28.1 // indirect
152152
gopkg.in/inf.v0 v0.9.1 // indirect
153153
gopkg.in/validator.v2 v2.0.1 // indirect
154154
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)