Skip to content

Commit 3657424

Browse files
Merge pull request #641 from alexandrevilain/release/v0.17.0
Prepare release v0.17.0
2 parents 96988fa + 6ade73d commit 3657424

File tree

9 files changed

+278
-164
lines changed

9 files changed

+278
-164
lines changed

.github/workflows/e2e.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
kube-version:
25-
- v1.25.11
26-
- v1.26.6
27-
- v1.27.3
28-
- v1.28.0
25+
- v1.25.16
26+
- v1.26.14
27+
- v1.27.11
28+
- v1.28.7
29+
- v1.29.2
2930
name: Run generate E2E tests
3031
steps:
3132
- name: Checkout

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Please note this table only reports end-to-end tests suite coverage, others vers
6464
6565
| Temporal Operator | Temporal | Kubernetes |
6666
|-------------------|--------------------|----------------|
67+
| v0.17.x | v1.18.x to v1.22.x | v1.25 to v1.29 |
6768
| v0.16.x | v1.18.x to v1.22.x | v1.24 to v1.27 |
6869
| v0.15.x | v1.18.x to v1.21.x | v1.24 to v1.27 |
6970
| v0.14.x | v1.18.x to v1.21.x | v1.24 to v1.27 |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.2
1+
0.17.0

bundle/manifests/temporal-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ metadata:
119119
capabilities: Seamless Upgrades
120120
categories: Application Runtime, Developer Tools, AI/Machine Learning
121121
containerImage: ghcr.io/alexandrevilain/temporal-operator
122-
createdAt: "2024-01-02T02:43:47Z"
122+
createdAt: "2024-02-24T13:12:36Z"
123123
operators.operatorframework.io/builder: operator-sdk-v1.30.0
124124
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
125-
name: temporal-operator.v0.16.2
125+
name: temporal-operator.v0.17.0
126126
namespace: placeholder
127127
spec:
128128
apiservicedefinitions: {}
@@ -471,7 +471,7 @@ spec:
471471
- --leader-elect
472472
command:
473473
- /manager
474-
image: ghcr.io/alexandrevilain/temporal-operator:v0.16.2
474+
image: ghcr.io/alexandrevilain/temporal-operator:v0.17.0
475475
livenessProbe:
476476
httpGet:
477477
path: /healthz
@@ -575,8 +575,8 @@ spec:
575575
provider:
576576
name: Temporal Community
577577
url: https://temporal.io/
578-
replaces: temporal-operator.v0.16.1
579-
version: 0.16.2
578+
replaces: temporal-operator.helm-chart-0.2.0
579+
version: 0.17.0
580580
webhookdefinitions:
581581
- admissionReviewVersions:
582582
- v1

bundle/manifests/temporal.io_temporalclusters.yaml

Lines changed: 256 additions & 148 deletions
Large diffs are not rendered by default.

bundle/manifests/temporal.io_temporalworkerprocesses.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ spec:
2424
- jsonPath: .metadata.creationTimestamp
2525
name: Age
2626
type: date
27+
deprecated: true
28+
deprecationWarning: temporal.io/v1beta1 TemporalWorkerProcess is deprecated and
29+
will be removed in TemporalOperator >= 0.18.0. Please use TemporalClusterClient
30+
with your own deployment instead.
2731
name: v1beta1
2832
schema:
2933
openAPIV3Schema:

config/crd/bases/temporal.io_temporalclusters.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ spec:
12831283
description: DatabaseName is the name of SQL database to connect to.
12841284
type: string
12851285
gcpServiceAccount:
1286-
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL
1286+
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL.
12871287
type: string
12881288
maxConnLifetime:
12891289
description: MaxConnLifetime is the maximum time a connection can be alive
@@ -1510,7 +1510,7 @@ spec:
15101510
description: DatabaseName is the name of SQL database to connect to.
15111511
type: string
15121512
gcpServiceAccount:
1513-
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL
1513+
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL.
15141514
type: string
15151515
maxConnLifetime:
15161516
description: MaxConnLifetime is the maximum time a connection can be alive
@@ -1737,7 +1737,7 @@ spec:
17371737
description: DatabaseName is the name of SQL database to connect to.
17381738
type: string
17391739
gcpServiceAccount:
1740-
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL
1740+
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL.
17411741
type: string
17421742
maxConnLifetime:
17431743
description: MaxConnLifetime is the maximum time a connection can be alive
@@ -1964,7 +1964,7 @@ spec:
19641964
description: DatabaseName is the name of SQL database to connect to.
19651965
type: string
19661966
gcpServiceAccount:
1967-
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL
1967+
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL.
19681968
type: string
19691969
maxConnLifetime:
19701970
description: MaxConnLifetime is the maximum time a connection can be alive

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ resources:
44
- manager.yaml
55
images:
66
- name: ghcr.io/alexandrevilain/temporal-operator
7-
newTag: v0.16.2
7+
newTag: v0.17.0

config/manifests/bases/temporal-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ spec:
254254
provider:
255255
name: Temporal Community
256256
url: https://temporal.io/
257-
replaces: temporal-operator.v0.16.1
257+
replaces: temporal-operator.v0.16.2
258258
version: 0.10.0
259259
webhookdefinitions:
260260
- admissionReviewVersions:

0 commit comments

Comments
 (0)