Skip to content

Commit 394c57b

Browse files
committed
don't refer to a specific release in deprecation warning
1 parent 821945d commit 394c57b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

helm/temporal-worker-controller-crds/templates/temporal.io_temporalconnections.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ spec:
7575
instead.
7676
rule: oldSelf != null
7777
deprecated: true
78-
deprecationWarning: TemporalConnection is deprecated and will be removed in v1.8.
79-
Use Connection instead.
78+
deprecationWarning: TemporalConnection is deprecated. Use Connection instead.
8079
served: true
8180
storage: true
8281
subresources:

helm/temporal-worker-controller-crds/templates/temporal.io_temporalworkerdeployments.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4215,8 +4215,7 @@ spec:
42154215
WorkerDeployment instead.
42164216
rule: oldSelf != null
42174217
deprecated: true
4218-
deprecationWarning: TemporalWorkerDeployment is deprecated and will be removed
4219-
in v1.8. Use WorkerDeployment instead.
4218+
deprecationWarning: TemporalWorkerDeployment is deprecated. Use WorkerDeployment instead.
42204219
served: true
42214220
storage: true
42224221
subresources:

0 commit comments

Comments
 (0)