Skip to content

Commit dea69d7

Browse files
authored
Downgrade v1.16 to Argo Rollouts Manager v0.0.5 (#862)
Signed-off-by: Jonathan West <[email protected]>
1 parent 9889b9a commit dea69d7

13 files changed

+15
-418
lines changed

bundle/manifests/argoproj.io_analysisruns.yaml

+1-28
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.13.0
66
creationTimestamp: null
77
name: analysisruns.argoproj.io
88
spec:
@@ -98,11 +98,6 @@ spec:
9898
- type: integer
9999
- type: string
100100
x-kubernetes-int-or-string: true
101-
consecutiveSuccessLimit:
102-
anyOf:
103-
- type: integer
104-
- type: string
105-
x-kubernetes-int-or-string: true
106101
count:
107102
anyOf:
108103
- type: integer
@@ -212,13 +207,6 @@ spec:
212207
type: object
213208
query:
214209
type: string
215-
secretRef:
216-
properties:
217-
name:
218-
type: string
219-
namespaced:
220-
type: boolean
221-
type: object
222210
type: object
223211
graphite:
224212
properties:
@@ -3027,9 +3015,6 @@ spec:
30273015
type: string
30283016
query:
30293017
type: string
3030-
timeout:
3031-
format: int64
3032-
type: integer
30333018
required:
30343019
- query
30353020
type: object
@@ -3081,15 +3066,6 @@ spec:
30813066
type: boolean
30823067
query:
30833068
type: string
3084-
rangeQuery:
3085-
properties:
3086-
end:
3087-
type: string
3088-
start:
3089-
type: string
3090-
step:
3091-
type: string
3092-
type: object
30933069
timeout:
30943070
format: int64
30953071
type: integer
@@ -3224,9 +3200,6 @@ spec:
32243200
consecutiveError:
32253201
format: int32
32263202
type: integer
3227-
consecutiveSuccess:
3228-
format: int32
3229-
type: integer
32303203
count:
32313204
format: int32
32323205
type: integer

bundle/manifests/argoproj.io_analysistemplates.yaml

+1-25
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.13.0
66
creationTimestamp: null
77
name: analysistemplates.argoproj.io
88
spec:
@@ -94,11 +94,6 @@ spec:
9494
- type: integer
9595
- type: string
9696
x-kubernetes-int-or-string: true
97-
consecutiveSuccessLimit:
98-
anyOf:
99-
- type: integer
100-
- type: string
101-
x-kubernetes-int-or-string: true
10297
count:
10398
anyOf:
10499
- type: integer
@@ -208,13 +203,6 @@ spec:
208203
type: object
209204
query:
210205
type: string
211-
secretRef:
212-
properties:
213-
name:
214-
type: string
215-
namespaced:
216-
type: boolean
217-
type: object
218206
type: object
219207
graphite:
220208
properties:
@@ -3023,9 +3011,6 @@ spec:
30233011
type: string
30243012
query:
30253013
type: string
3026-
timeout:
3027-
format: int64
3028-
type: integer
30293014
required:
30303015
- query
30313016
type: object
@@ -3077,15 +3062,6 @@ spec:
30773062
type: boolean
30783063
query:
30793064
type: string
3080-
rangeQuery:
3081-
properties:
3082-
end:
3083-
type: string
3084-
start:
3085-
type: string
3086-
step:
3087-
type: string
3088-
type: object
30893065
timeout:
30903066
format: int64
30913067
type: integer

bundle/manifests/argoproj.io_clusteranalysistemplates.yaml

+1-25
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.13.0
66
creationTimestamp: null
77
name: clusteranalysistemplates.argoproj.io
88
spec:
@@ -94,11 +94,6 @@ spec:
9494
- type: integer
9595
- type: string
9696
x-kubernetes-int-or-string: true
97-
consecutiveSuccessLimit:
98-
anyOf:
99-
- type: integer
100-
- type: string
101-
x-kubernetes-int-or-string: true
10297
count:
10398
anyOf:
10499
- type: integer
@@ -208,13 +203,6 @@ spec:
208203
type: object
209204
query:
210205
type: string
211-
secretRef:
212-
properties:
213-
name:
214-
type: string
215-
namespaced:
216-
type: boolean
217-
type: object
218206
type: object
219207
graphite:
220208
properties:
@@ -3023,9 +3011,6 @@ spec:
30233011
type: string
30243012
query:
30253013
type: string
3026-
timeout:
3027-
format: int64
3028-
type: integer
30293014
required:
30303015
- query
30313016
type: object
@@ -3077,15 +3062,6 @@ spec:
30773062
type: boolean
30783063
query:
30793064
type: string
3080-
rangeQuery:
3081-
properties:
3082-
end:
3083-
type: string
3084-
start:
3085-
type: string
3086-
step:
3087-
type: string
3088-
type: object
30893065
timeout:
30903066
format: int64
30913067
type: integer

bundle/manifests/argoproj.io_experiments.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.13.0
66
creationTimestamp: null
77
name: experiments.argoproj.io
88
spec:

bundle/manifests/argoproj.io_rollouts.yaml

+1-54
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.13.0
66
creationTimestamp: null
77
name: rollouts.argoproj.io
88
spec:
@@ -662,16 +662,6 @@ spec:
662662
- type: string
663663
x-kubernetes-int-or-string: true
664664
type: object
665-
plugin:
666-
properties:
667-
config:
668-
type: object
669-
x-kubernetes-preserve-unknown-fields: true
670-
name:
671-
type: string
672-
required:
673-
- name
674-
type: object
675665
setCanaryScale:
676666
properties:
677667
matchTrafficWeight:
@@ -944,10 +934,6 @@ spec:
944934
type: object
945935
annotationPrefix:
946936
type: string
947-
canaryIngressAnnotations:
948-
additionalProperties:
949-
type: string
950-
type: object
951937
stableIngress:
952938
type: string
953939
stableIngresses:
@@ -3731,45 +3717,6 @@ spec:
37313717
type: object
37323718
stablePingPong:
37333719
type: string
3734-
stepPluginStatuses:
3735-
items:
3736-
properties:
3737-
backoff:
3738-
type: string
3739-
disabled:
3740-
type: boolean
3741-
executions:
3742-
format: int32
3743-
type: integer
3744-
finishedAt:
3745-
format: date-time
3746-
type: string
3747-
index:
3748-
format: int32
3749-
type: integer
3750-
message:
3751-
type: string
3752-
name:
3753-
type: string
3754-
operation:
3755-
type: string
3756-
phase:
3757-
type: string
3758-
startedAt:
3759-
format: date-time
3760-
type: string
3761-
status:
3762-
type: object
3763-
x-kubernetes-preserve-unknown-fields: true
3764-
updatedAt:
3765-
format: date-time
3766-
type: string
3767-
required:
3768-
- index
3769-
- name
3770-
- operation
3771-
type: object
3772-
type: array
37733720
weights:
37743721
properties:
37753722
additional:

config/crd/bases/analysis-run-crd.yaml

+1-28
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.13.0
66
name: analysisruns.argoproj.io
77
spec:
88
group: argoproj.io
@@ -98,11 +98,6 @@ spec:
9898
- type: integer
9999
- type: string
100100
x-kubernetes-int-or-string: true
101-
consecutiveSuccessLimit:
102-
anyOf:
103-
- type: integer
104-
- type: string
105-
x-kubernetes-int-or-string: true
106101
count:
107102
anyOf:
108103
- type: integer
@@ -212,13 +207,6 @@ spec:
212207
type: object
213208
query:
214209
type: string
215-
secretRef:
216-
properties:
217-
name:
218-
type: string
219-
namespaced:
220-
type: boolean
221-
type: object
222210
type: object
223211
graphite:
224212
properties:
@@ -3027,9 +3015,6 @@ spec:
30273015
type: string
30283016
query:
30293017
type: string
3030-
timeout:
3031-
format: int64
3032-
type: integer
30333018
required:
30343019
- query
30353020
type: object
@@ -3081,15 +3066,6 @@ spec:
30813066
type: boolean
30823067
query:
30833068
type: string
3084-
rangeQuery:
3085-
properties:
3086-
end:
3087-
type: string
3088-
start:
3089-
type: string
3090-
step:
3091-
type: string
3092-
type: object
30933069
timeout:
30943070
format: int64
30953071
type: integer
@@ -3224,9 +3200,6 @@ spec:
32243200
consecutiveError:
32253201
format: int32
32263202
type: integer
3227-
consecutiveSuccess:
3228-
format: int32
3229-
type: integer
32303203
count:
32313204
format: int32
32323205
type: integer

0 commit comments

Comments
 (0)