Skip to content

Commit

Permalink
Merge pull request #641 from alexandrevilain/release/v0.17.0
Browse files Browse the repository at this point in the history
Prepare release v0.17.0
  • Loading branch information
alexandrevilain authored Feb 24, 2024
2 parents 96988fa + 6ade73d commit 3657424
Show file tree
Hide file tree
Showing 9 changed files with 278 additions and 164 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
fail-fast: false
matrix:
kube-version:
- v1.25.11
- v1.26.6
- v1.27.3
- v1.28.0
- v1.25.16
- v1.26.14
- v1.27.11
- v1.28.7
- v1.29.2
name: Run generate E2E tests
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Please note this table only reports end-to-end tests suite coverage, others vers
| Temporal Operator | Temporal | Kubernetes |
|-------------------|--------------------|----------------|
| v0.17.x | v1.18.x to v1.22.x | v1.25 to v1.29 |
| v0.16.x | v1.18.x to v1.22.x | v1.24 to v1.27 |
| v0.15.x | v1.18.x to v1.21.x | v1.24 to v1.27 |
| v0.14.x | v1.18.x to v1.21.x | v1.24 to v1.27 |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.2
0.17.0
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: "2024-01-02T02:43:47Z"
createdAt: "2024-02-24T13:12:36Z"
operators.operatorframework.io/builder: operator-sdk-v1.30.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: temporal-operator.v0.16.2
name: temporal-operator.v0.17.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -471,7 +471,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/alexandrevilain/temporal-operator:v0.16.2
image: ghcr.io/alexandrevilain/temporal-operator:v0.17.0
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.16.1
version: 0.16.2
replaces: temporal-operator.helm-chart-0.2.0
version: 0.17.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
404 changes: 256 additions & 148 deletions bundle/manifests/temporal.io_temporalclusters.yaml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions bundle/manifests/temporal.io_temporalworkerprocesses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ spec:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
deprecated: true
deprecationWarning: temporal.io/v1beta1 TemporalWorkerProcess is deprecated and
will be removed in TemporalOperator >= 0.18.0. Please use TemporalClusterClient
with your own deployment instead.
name: v1beta1
schema:
openAPIV3Schema:
Expand Down
8 changes: 4 additions & 4 deletions config/crd/bases/temporal.io_temporalclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ spec:
description: DatabaseName is the name of SQL database to connect to.
type: string
gcpServiceAccount:
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL.
type: string
maxConnLifetime:
description: MaxConnLifetime is the maximum time a connection can be alive
Expand Down Expand Up @@ -1510,7 +1510,7 @@ spec:
description: DatabaseName is the name of SQL database to connect to.
type: string
gcpServiceAccount:
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL.
type: string
maxConnLifetime:
description: MaxConnLifetime is the maximum time a connection can be alive
Expand Down Expand Up @@ -1737,7 +1737,7 @@ spec:
description: DatabaseName is the name of SQL database to connect to.
type: string
gcpServiceAccount:
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL.
type: string
maxConnLifetime:
description: MaxConnLifetime is the maximum time a connection can be alive
Expand Down Expand Up @@ -1964,7 +1964,7 @@ spec:
description: DatabaseName is the name of SQL database to connect to.
type: string
gcpServiceAccount:
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL
description: GCPServiceAccount is the service account to use to authenticate with GCP CloudSQL.
type: string
maxConnLifetime:
description: MaxConnLifetime is the maximum time a connection can be alive
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.16.2
newTag: v0.17.0
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ spec:
provider:
name: Temporal Community
url: https://temporal.io/
replaces: temporal-operator.v0.16.1
replaces: temporal-operator.v0.16.2
version: 0.10.0
webhookdefinitions:
- admissionReviewVersions:
Expand Down

0 comments on commit 3657424

Please sign in to comment.