Skip to content

Commit

Permalink
Merge pull request #519 from alexandrevilain/release/v0.15.4
Browse files Browse the repository at this point in the history
Prepare release v0.15.4
  • Loading branch information
alexandrevilain committed Oct 7, 2023
2 parents d6f6c4d + 3cc54e3 commit 52a5f6d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ bundle: manifests kustomize operator-sdk ## Generate bundle manifests and metada

.PHONY: prepare-release
prepare-release: kustomize
$(eval OLD_VERSION := $(shell curl -s https://api.github.com/repos/alexandrevilain/temporal-operator/releases | jq -r '.[1].tag_name'))
$(eval OLD_VERSION := $(shell curl -s https://api.github.com/repos/alexandrevilain/temporal-operator/releases | jq -r '.[0].tag_name'))
cd config/manager && $(KUSTOMIZE) edit set image ghcr.io/alexandrevilain/temporal-operator:v$(VERSION)
sed -i 's/replaces: temporal-operator.v.*/replaces: temporal-operator.$(OLD_VERSION)/' config/manifests/bases/temporal-operator.clusterserviceversion.yaml
$(MAKE) bundle
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.3
0.15.4
10 changes: 5 additions & 5 deletions bundle/manifests/temporal-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ metadata:
capabilities: Seamless Upgrades
categories: Application Runtime, Developer Tools, AI/Machine Learning
containerImage: ghcr.io/alexandrevilain/temporal-operator
createdAt: "2023-09-03T13:04:30Z"
createdAt: "2023-10-01T11:30:15Z"
operators.operatorframework.io/builder: operator-sdk-v1.30.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: temporal-operator.v0.15.3
name: temporal-operator.v0.15.4
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -471,7 +471,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/alexandrevilain/temporal-operator:v0.15.3
image: ghcr.io/alexandrevilain/temporal-operator:v0.15.4
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -575,8 +575,8 @@ spec:
provider:
name: Temporal Community
url: https://temporal.io/
replaces: temporal-operator.v0.15.2
version: 0.15.3
replaces: temporal-operator.v0.15.3
version: 0.15.4
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
7 changes: 7 additions & 0 deletions bundle/manifests/temporal.io_temporalclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,13 @@ spec:
of certificates in the cluster components. Defaults to 1 hour.
Useless if mTLS provider is not cert-manager.
type: string
renewBefore:
description: RenewBefore is defines how long before the currently
issued certificate's expiry cert-manager should renew the certificate.
The default is 2/3 of the issued certificate's duration. Minimum
accepted value is 5 minutes. Useless if mTLS provider is not
cert-manager.
type: string
type: object
metrics:
description: Metrics allows configuration of scraping endpoints for
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.15.3
newTag: v0.15.4
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ spec:
provider:
name: Temporal Community
url: https://temporal.io/
replaces: temporal-operator.v0.15.2
replaces: temporal-operator.v0.15.3
version: 0.10.0
webhookdefinitions:
- admissionReviewVersions:
Expand Down

0 comments on commit 52a5f6d

Please sign in to comment.