Skip to content

Commit 14fad82

Browse files
authored
Update to latest commit of argo-rollouts-manager '38faac6d4127850207da231d153526a3777fa3bf' (#843)
* Update to latest commit of argo-rollouts-manager '38faac6d4127850207da231d153526a3777fa3bf' Signed-off-by: Jonathan West <jonwest@redhat.com> * Add '--skip-test-tls' to 1-040 as a workaround Signed-off-by: Jonathan West <jonwest@redhat.com> --------- Signed-off-by: Jonathan West <jonwest@redhat.com>
1 parent 34f5ec7 commit 14fad82

15 files changed

+279
-19
lines changed

bundle/manifests/argoproj.io_analysisruns.yaml

Lines changed: 28 additions & 1 deletion
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.13.0
5+
controller-gen.kubebuilder.io/version: v0.14.0
66
creationTimestamp: null
77
name: analysisruns.argoproj.io
88
spec:
@@ -98,6 +98,11 @@ 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
101106
count:
102107
anyOf:
103108
- type: integer
@@ -207,6 +212,13 @@ spec:
207212
type: object
208213
query:
209214
type: string
215+
secretRef:
216+
properties:
217+
name:
218+
type: string
219+
namespaced:
220+
type: boolean
221+
type: object
210222
type: object
211223
graphite:
212224
properties:
@@ -3015,6 +3027,9 @@ spec:
30153027
type: string
30163028
query:
30173029
type: string
3030+
timeout:
3031+
format: int64
3032+
type: integer
30183033
required:
30193034
- query
30203035
type: object
@@ -3066,6 +3081,15 @@ spec:
30663081
type: boolean
30673082
query:
30683083
type: string
3084+
rangeQuery:
3085+
properties:
3086+
end:
3087+
type: string
3088+
start:
3089+
type: string
3090+
step:
3091+
type: string
3092+
type: object
30693093
timeout:
30703094
format: int64
30713095
type: integer
@@ -3200,6 +3224,9 @@ spec:
32003224
consecutiveError:
32013225
format: int32
32023226
type: integer
3227+
consecutiveSuccess:
3228+
format: int32
3229+
type: integer
32033230
count:
32043231
format: int32
32053232
type: integer

bundle/manifests/argoproj.io_analysistemplates.yaml

Lines changed: 25 additions & 1 deletion
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.13.0
5+
controller-gen.kubebuilder.io/version: v0.14.0
66
creationTimestamp: null
77
name: analysistemplates.argoproj.io
88
spec:
@@ -94,6 +94,11 @@ 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
97102
count:
98103
anyOf:
99104
- type: integer
@@ -203,6 +208,13 @@ spec:
203208
type: object
204209
query:
205210
type: string
211+
secretRef:
212+
properties:
213+
name:
214+
type: string
215+
namespaced:
216+
type: boolean
217+
type: object
206218
type: object
207219
graphite:
208220
properties:
@@ -3011,6 +3023,9 @@ spec:
30113023
type: string
30123024
query:
30133025
type: string
3026+
timeout:
3027+
format: int64
3028+
type: integer
30143029
required:
30153030
- query
30163031
type: object
@@ -3062,6 +3077,15 @@ spec:
30623077
type: boolean
30633078
query:
30643079
type: string
3080+
rangeQuery:
3081+
properties:
3082+
end:
3083+
type: string
3084+
start:
3085+
type: string
3086+
step:
3087+
type: string
3088+
type: object
30653089
timeout:
30663090
format: int64
30673091
type: integer

bundle/manifests/argoproj.io_clusteranalysistemplates.yaml

Lines changed: 25 additions & 1 deletion
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.13.0
5+
controller-gen.kubebuilder.io/version: v0.14.0
66
creationTimestamp: null
77
name: clusteranalysistemplates.argoproj.io
88
spec:
@@ -94,6 +94,11 @@ 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
97102
count:
98103
anyOf:
99104
- type: integer
@@ -203,6 +208,13 @@ spec:
203208
type: object
204209
query:
205210
type: string
211+
secretRef:
212+
properties:
213+
name:
214+
type: string
215+
namespaced:
216+
type: boolean
217+
type: object
206218
type: object
207219
graphite:
208220
properties:
@@ -3011,6 +3023,9 @@ spec:
30113023
type: string
30123024
query:
30133025
type: string
3026+
timeout:
3027+
format: int64
3028+
type: integer
30143029
required:
30153030
- query
30163031
type: object
@@ -3062,6 +3077,15 @@ spec:
30623077
type: boolean
30633078
query:
30643079
type: string
3080+
rangeQuery:
3081+
properties:
3082+
end:
3083+
type: string
3084+
start:
3085+
type: string
3086+
step:
3087+
type: string
3088+
type: object
30653089
timeout:
30663090
format: int64
30673091
type: integer

bundle/manifests/argoproj.io_experiments.yaml

Lines changed: 1 addition & 1 deletion
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.13.0
5+
controller-gen.kubebuilder.io/version: v0.14.0
66
creationTimestamp: null
77
name: experiments.argoproj.io
88
spec:

bundle/manifests/argoproj.io_rollouts.yaml

Lines changed: 54 additions & 1 deletion
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.13.0
5+
controller-gen.kubebuilder.io/version: v0.14.0
66
creationTimestamp: null
77
name: rollouts.argoproj.io
88
spec:
@@ -662,6 +662,16 @@ 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
665675
setCanaryScale:
666676
properties:
667677
matchTrafficWeight:
@@ -934,6 +944,10 @@ spec:
934944
type: object
935945
annotationPrefix:
936946
type: string
947+
canaryIngressAnnotations:
948+
additionalProperties:
949+
type: string
950+
type: object
937951
stableIngress:
938952
type: string
939953
stableIngresses:
@@ -3717,6 +3731,45 @@ spec:
37173731
type: object
37183732
stablePingPong:
37193733
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
37203773
weights:
37213774
properties:
37223775
additional:

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ metadata:
164164
capabilities: Deep Insights
165165
console.openshift.io/plugins: '["gitops-plugin"]'
166166
containerImage: quay.io/redhat-developer/gitops-operator
167-
createdAt: "2025-01-30T07:45:55Z"
167+
createdAt: "2025-02-13T17:48:46Z"
168168
description: Enables teams to adopt GitOps principles for managing cluster configurations
169169
and application delivery across hybrid multi-cluster Kubernetes environments.
170170
features.operators.openshift.io/disconnected: "true"

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

Lines changed: 28 additions & 1 deletion
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.13.0
5+
controller-gen.kubebuilder.io/version: v0.14.0
66
name: analysisruns.argoproj.io
77
spec:
88
group: argoproj.io
@@ -98,6 +98,11 @@ 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
101106
count:
102107
anyOf:
103108
- type: integer
@@ -207,6 +212,13 @@ spec:
207212
type: object
208213
query:
209214
type: string
215+
secretRef:
216+
properties:
217+
name:
218+
type: string
219+
namespaced:
220+
type: boolean
221+
type: object
210222
type: object
211223
graphite:
212224
properties:
@@ -3015,6 +3027,9 @@ spec:
30153027
type: string
30163028
query:
30173029
type: string
3030+
timeout:
3031+
format: int64
3032+
type: integer
30183033
required:
30193034
- query
30203035
type: object
@@ -3066,6 +3081,15 @@ spec:
30663081
type: boolean
30673082
query:
30683083
type: string
3084+
rangeQuery:
3085+
properties:
3086+
end:
3087+
type: string
3088+
start:
3089+
type: string
3090+
step:
3091+
type: string
3092+
type: object
30693093
timeout:
30703094
format: int64
30713095
type: integer
@@ -3200,6 +3224,9 @@ spec:
32003224
consecutiveError:
32013225
format: int32
32023226
type: integer
3227+
consecutiveSuccess:
3228+
format: int32
3229+
type: integer
32033230
count:
32043231
format: int32
32053232
type: integer

0 commit comments

Comments
 (0)