Skip to content

Commit 5839544

Browse files
Merge pull request #124 from alexandrevilain/release/v0.6.2
Release v0.6.2
2 parents fde1ab8 + bb36a1a commit 5839544

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

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

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

5+
## 0.6.2
6+
7+
**Release date:** 2022-09-22
8+
9+
Fixes:
10+
- Remove liveness probes from being configured for worker since it has no grpc endpoint [#123](https://github.com/alexandrevilain/temporal-operator/pull/123)
11+
12+
Improvements:
13+
- Add manifests to build operator bundle for OLM and operatorhub [#123](https://github.com/alexandrevilain/temporal-operator/pull/123))
14+
515
## 0.6.1
616

717
**Release date:** 2022-09-21

bundle/manifests/temporal-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ metadata:
118118
}
119119
]
120120
121-
containerImage: ghcr.io/alexandrevilain/temporal-operator:v0.6.0
121+
containerImage: ghcr.io/alexandrevilain/temporal-operator:v0.6.2
122122
capabilities: Seamless Upgrades
123123
categories: "Application Runtime, Developer Tools, AI/Machine Learning"
124124
operators.operatorframework.io/builder: operator-sdk-v1.23.0
125125
operators.operatorframework.io/project_layout: ansible.sdk.operatorframework.io/v1
126-
name: temporal-operator.v0.6.1
126+
name: temporal-operator.v0.6.2
127127
namespace: placeholder
128128
spec:
129129
apiservicedefinitions: {}
@@ -421,7 +421,7 @@ spec:
421421
- --leader-elect
422422
command:
423423
- /manager
424-
image: ghcr.io/alexandrevilain/temporal-operator:v0.6.0
424+
image: ghcr.io/alexandrevilain/temporal-operator:v0.6.2
425425
livenessProbe:
426426
httpGet:
427427
path: /healthz

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.6.1
8+
newTag: v0.6.2

0 commit comments

Comments
 (0)