Skip to content

Commit

Permalink
Merge pull request #283 from alexandrevilain/release/v0.11.2
Browse files Browse the repository at this point in the history
Release v0.11.2
  • Loading branch information
alexandrevilain authored Feb 18, 2023
2 parents 157ff1f + eb3e14d commit 5c93744
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## 0.11.2

**Release date:** 2023-02-18

Fixes:
- Fix UI: ensure TEMPORAL_UI_PORT is always set to prevent conflicts with k8s discovery environment variables [#275](https://github.com/alexandrevilain/temporal-operator/pull/275)
- Fix Monitoring: Allow empty service monitor overrides [#277](https://github.com/alexandrevilain/temporal-operator/pull/277)

Updates:
- Bump github.com/onsi/ginkgo/v2 from 2.8.0 to 2.8.1 [#274](https://github.com/alexandrevilain/temporal-operator/pull/274)
- Bump istio.io/client-go from 1.16.2 to 1.17.0 [#276](https://github.com/alexandrevilain/temporal-operator/pull/276)

## 0.11.1

**Release date:** 2023-02-12
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.1
0.11.2
8 changes: 4 additions & 4 deletions bundle/manifests/temporal-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Application Runtime, Developer Tools, AI/Machine Learning
containerImage: ghcr.io/alexandrevilain/temporal-operator:v0.11.1
containerImage: ghcr.io/alexandrevilain/temporal-operator:v0.11.2
operators.operatorframework.io/builder: operator-sdk-v1.23.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: temporal-operator.v0.11.1
name: temporal-operator.v0.11.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -470,7 +470,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/alexandrevilain/temporal-operator:v0.11.1
image: ghcr.io/alexandrevilain/temporal-operator:v0.11.2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -575,7 +575,7 @@ spec:
name: Temporal Community
url: https://temporal.io/
replaces: temporal-operator.v0.9.1
version: 0.11.1
version: 0.11.2
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ resources:
- manager.yaml
images:
- name: ghcr.io/alexandrevilain/temporal-operator
newTag: v0.11.1
newTag: v0.11.2
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Application Runtime, Developer Tools, AI/Machine Learning
containerImage: ghcr.io/alexandrevilain/temporal-operator:v0.11.1
containerImage: ghcr.io/alexandrevilain/temporal-operator:v0.11.2
operators.operatorframework.io/builder: operator-sdk-v1.23.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: temporal-operator.v0.11.1
name: temporal-operator.v0.11.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -467,7 +467,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/alexandrevilain/temporal-operator:v0.11.1
image: ghcr.io/alexandrevilain/temporal-operator:v0.11.2
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 5c93744

Please sign in to comment.