Skip to content

Commit

Permalink
Merge pull request alexandrevilain#811 from alexandrevilain/release/v…
Browse files Browse the repository at this point in the history
…0.20.0

Prepare release v0.20.0
  • Loading branch information
alexandrevilain authored Sep 28, 2024
2 parents bbb8f4b + 0ab6680 commit 3926614
Show file tree
Hide file tree
Showing 10 changed files with 379 additions and 291 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Please note this table only reports end-to-end tests suite coverage, others vers
| Temporal Operator | Temporal | Kubernetes |
|------------------------|--------------------|----------------|
| v0.20.x (not released) | v1.19.x to v1.24.x | v1.26 to v1.30 |
| v0.20.x | v1.19.x to v1.24.x | v1.26 to v1.30 |
| v0.19.x | v1.19.x to v1.23.x | v1.25 to v1.29 |
| v0.18.x | v1.19.x to v1.23.x | v1.25 to v1.29 |
| v0.17.x | v1.18.x to v1.22.x | v1.25 to v1.29 |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.0
0.20.0
119 changes: 15 additions & 104 deletions bundle/manifests/temporal-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ metadata:
"ui": {
"enabled": true
},
"version": "1.23.0"
"version": "1.24.2"
}
},
{
Expand Down Expand Up @@ -112,10 +112,10 @@ metadata:
capabilities: Seamless Upgrades
categories: Application Runtime, Developer Tools, AI/Machine Learning
containerImage: ghcr.io/alexandrevilain/temporal-operator
createdAt: "2024-06-13T10:47:21Z"
operators.operatorframework.io/builder: operator-sdk-v1.30.0
createdAt: "2024-09-28T10:01:01Z"
operators.operatorframework.io/builder: operator-sdk-v1.37.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: temporal-operator.v0.19.0
name: temporal-operator.v0.20.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -210,6 +210,8 @@ spec:
- ""
resources:
- configmaps
- secrets
- services
verbs:
- create
- delete
Expand All @@ -225,17 +227,6 @@ spec:
- create
- get
- patch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- ""
resources:
Expand All @@ -246,17 +237,6 @@ spec:
- list
- update
- watch
- apiGroups:
- ""
resources:
- services
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- apps
resources:
Expand Down Expand Up @@ -339,83 +319,8 @@ spec:
- temporal.io
resources:
- temporalclusterclients
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- temporal.io
resources:
- temporalclusterclients/finalizers
verbs:
- update
- apiGroups:
- temporal.io
resources:
- temporalclusterclients/status
verbs:
- get
- patch
- update
- apiGroups:
- temporal.io
resources:
- temporalclusters
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- temporal.io
resources:
- temporalclusters/finalizers
verbs:
- update
- apiGroups:
- temporal.io
resources:
- temporalclusters/status
verbs:
- get
- patch
- update
- apiGroups:
- temporal.io
resources:
- temporalnamespaces
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- temporal.io
resources:
- temporalnamespaces/finalizers
verbs:
- update
- apiGroups:
- temporal.io
resources:
- temporalnamespaces/status
verbs:
- get
- patch
- update
- apiGroups:
- temporal.io
resources:
- temporalschedules
verbs:
- create
Expand All @@ -428,12 +333,18 @@ spec:
- apiGroups:
- temporal.io
resources:
- temporalclusterclients/finalizers
- temporalclusters/finalizers
- temporalnamespaces/finalizers
- temporalschedules/finalizers
verbs:
- update
- apiGroups:
- temporal.io
resources:
- temporalclusterclients/status
- temporalclusters/status
- temporalnamespaces/status
- temporalschedules/status
verbs:
- get
Expand Down Expand Up @@ -462,7 +373,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/alexandrevilain/temporal-operator:v0.19.0
image: ghcr.io/alexandrevilain/temporal-operator:v0.20.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -566,8 +477,8 @@ spec:
provider:
name: Temporal Community
url: https://temporal.io/
replaces: temporal-operator.v0.18.0
version: 0.19.0
replaces: temporal-operator.v0.19.0
version: 0.20.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
4 changes: 1 addition & 3 deletions bundle/manifests/temporal.io_temporalclusterclients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.16.3
creationTimestamp: null
name: temporalclusterclients.temporal.io
spec:
Expand Down Expand Up @@ -71,9 +71,7 @@ spec:
This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
TODO: Add other useful fields. apiVersion, kind, uid?
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
type: string
type: object
x-kubernetes-map-type: atomic
Expand Down
Loading

0 comments on commit 3926614

Please sign in to comment.