Skip to content

Commit 2df7e8e

Browse files
authored
Update to latest commit of argo-rollouts-manager 'a100fc1d88b8e3eee5d0d31a8be2956f96005d77' and argocd-operator '5135028d69782184553b57088981c72125aa77d7' (#941)
* Update to latest commit of argo-rollouts-manager 'a100fc1d88b8e3eee5d0d31a8be2956f96005d77' Signed-off-by: Jonathan West <[email protected]> * Update to latest commit from argocd-operator Signed-off-by: Jonathan West <[email protected]> --------- Signed-off-by: Jonathan West <[email protected]>
1 parent 2f4984c commit 2df7e8e

24 files changed

+4685
-375
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,9 @@ define go-get-tool
380380
set -e ;\
381381
TMP_DIR=$$(mktemp -d) ;\
382382
cd $$TMP_DIR ;\
383-
go mod init tmp ;\
383+
GOFLAGS="" go mod init tmp ;\
384384
echo "Downloading $(2)" ;\
385-
GOBIN=$(PROJECT_DIR)/bin go install $(2) ;\
385+
GOFLAGS="" GOBIN=$(PROJECT_DIR)/bin go install $(2) ;\
386386
rm -rf $$TMP_DIR ;\
387387
}
388388
endef

bundle/manifests/argoproj.io_applications.yaml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,6 +1883,10 @@ spec:
18831883
description: 'AllowEmpty allows apps have zero live resources
18841884
(default: false)'
18851885
type: boolean
1886+
enabled:
1887+
description: Enable allows apps to explicitly control automated
1888+
sync
1889+
type: boolean
18861890
prune:
18871891
description: 'Prune specifies whether to delete resources
18881892
from the cluster that are not found in the sources anymore
@@ -1986,12 +1990,13 @@ spec:
19861990
format: date-time
19871991
type: string
19881992
message:
1989-
description: Message is a human-readable informational message
1990-
describing the health status
1993+
description: |-
1994+
Message is a human-readable informational message describing the health status
1995+
1996+
Deprecated: this field is not used and will be removed in a future release.
19911997
type: string
19921998
status:
1993-
description: Status holds the status code of the application or
1994-
resource
1999+
description: Status holds the status code of the application
19952000
type: string
19962001
type: object
19972002
history:
@@ -3860,6 +3865,12 @@ spec:
38603865
description: HookType specifies the type of the hook.
38613866
Empty for non-hook resources
38623867
type: string
3868+
images:
3869+
description: Images contains the images related to the
3870+
ResourceResult
3871+
items:
3872+
type: string
3873+
type: array
38633874
kind:
38643875
description: Kind specifies the API kind of the resource
38653876
type: string
@@ -4737,17 +4748,18 @@ spec:
47374748
(e.g., Healthy, Degraded, Progressing).
47384749
properties:
47394750
lastTransitionTime:
4740-
description: LastTransitionTime is the time the HealthStatus
4741-
was set or updated
4751+
description: |-
4752+
LastTransitionTime is the time the HealthStatus was set or updated
4753+
4754+
Deprecated: this field is not used and will be removed in a future release.
47424755
format: date-time
47434756
type: string
47444757
message:
47454758
description: Message is a human-readable informational message
47464759
describing the health status
47474760
type: string
47484761
status:
4749-
description: Status holds the status code of the application
4750-
or resource
4762+
description: Status holds the status code of the resource
47514763
type: string
47524764
type: object
47534765
hook:

bundle/manifests/argoproj.io_applicationsets.yaml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,8 @@ spec:
668668
properties:
669669
allowEmpty:
670670
type: boolean
671+
enabled:
672+
type: boolean
671673
prune:
672674
type: boolean
673675
selfHeal:
@@ -1348,6 +1350,8 @@ spec:
13481350
properties:
13491351
allowEmpty:
13501352
type: boolean
1353+
enabled:
1354+
type: boolean
13511355
prune:
13521356
type: boolean
13531357
selfHeal:
@@ -1414,6 +1418,8 @@ spec:
14141418
files:
14151419
items:
14161420
properties:
1421+
exclude:
1422+
type: boolean
14171423
path:
14181424
type: string
14191425
required:
@@ -2027,6 +2033,8 @@ spec:
20272033
properties:
20282034
allowEmpty:
20292035
type: boolean
2036+
enabled:
2037+
type: boolean
20302038
prune:
20312039
type: boolean
20322040
selfHeal:
@@ -2686,6 +2694,8 @@ spec:
26862694
properties:
26872695
allowEmpty:
26882696
type: boolean
2697+
enabled:
2698+
type: boolean
26892699
prune:
26902700
type: boolean
26912701
selfHeal:
@@ -3370,6 +3380,8 @@ spec:
33703380
properties:
33713381
allowEmpty:
33723382
type: boolean
3383+
enabled:
3384+
type: boolean
33733385
prune:
33743386
type: boolean
33753387
selfHeal:
@@ -4050,6 +4062,8 @@ spec:
40504062
properties:
40514063
allowEmpty:
40524064
type: boolean
4065+
enabled:
4066+
type: boolean
40534067
prune:
40544068
type: boolean
40554069
selfHeal:
@@ -4116,6 +4130,8 @@ spec:
41164130
files:
41174131
items:
41184132
properties:
4133+
exclude:
4134+
type: boolean
41194135
path:
41204136
type: string
41214137
required:
@@ -4729,6 +4745,8 @@ spec:
47294745
properties:
47304746
allowEmpty:
47314747
type: boolean
4748+
enabled:
4749+
type: boolean
47324750
prune:
47334751
type: boolean
47344752
selfHeal:
@@ -5388,6 +5406,8 @@ spec:
53885406
properties:
53895407
allowEmpty:
53905408
type: boolean
5409+
enabled:
5410+
type: boolean
53915411
prune:
53925412
type: boolean
53935413
selfHeal:
@@ -6055,6 +6075,8 @@ spec:
60556075
properties:
60566076
allowEmpty:
60576077
type: boolean
6078+
enabled:
6079+
type: boolean
60586080
prune:
60596081
type: boolean
60606082
selfHeal:
@@ -6256,6 +6278,10 @@ spec:
62566278
type: string
62576279
insecure:
62586280
type: boolean
6281+
labels:
6282+
items:
6283+
type: string
6284+
type: array
62596285
owner:
62606286
type: string
62616287
repo:
@@ -6941,6 +6967,8 @@ spec:
69416967
properties:
69426968
allowEmpty:
69436969
type: boolean
6970+
enabled:
6971+
type: boolean
69446972
prune:
69456973
type: boolean
69466974
selfHeal:
@@ -7826,6 +7854,8 @@ spec:
78267854
properties:
78277855
allowEmpty:
78287856
type: boolean
7857+
enabled:
7858+
type: boolean
78297859
prune:
78307860
type: boolean
78317861
selfHeal:
@@ -8502,6 +8532,8 @@ spec:
85028532
properties:
85038533
allowEmpty:
85048534
type: boolean
8535+
enabled:
8536+
type: boolean
85058537
prune:
85068538
type: boolean
85078539
selfHeal:
@@ -9188,6 +9220,8 @@ spec:
91889220
properties:
91899221
allowEmpty:
91909222
type: boolean
9223+
enabled:
9224+
type: boolean
91919225
prune:
91929226
type: boolean
91939227
selfHeal:
@@ -9868,6 +9902,8 @@ spec:
98689902
properties:
98699903
allowEmpty:
98709904
type: boolean
9905+
enabled:
9906+
type: boolean
98719907
prune:
98729908
type: boolean
98739909
selfHeal:
@@ -9934,6 +9970,8 @@ spec:
99349970
files:
99359971
items:
99369972
properties:
9973+
exclude:
9974+
type: boolean
99379975
path:
99389976
type: string
99399977
required:
@@ -10547,6 +10585,8 @@ spec:
1054710585
properties:
1054810586
allowEmpty:
1054910587
type: boolean
10588+
enabled:
10589+
type: boolean
1055010590
prune:
1055110591
type: boolean
1055210592
selfHeal:
@@ -11206,6 +11246,8 @@ spec:
1120611246
properties:
1120711247
allowEmpty:
1120811248
type: boolean
11249+
enabled:
11250+
type: boolean
1120911251
prune:
1121011252
type: boolean
1121111253
selfHeal:
@@ -11873,6 +11915,8 @@ spec:
1187311915
properties:
1187411916
allowEmpty:
1187511917
type: boolean
11918+
enabled:
11919+
type: boolean
1187611920
prune:
1187711921
type: boolean
1187811922
selfHeal:
@@ -12074,6 +12118,10 @@ spec:
1207412118
type: string
1207512119
insecure:
1207612120
type: boolean
12121+
labels:
12122+
items:
12123+
type: string
12124+
type: array
1207712125
owner:
1207812126
type: string
1207912127
repo:
@@ -12759,6 +12807,8 @@ spec:
1275912807
properties:
1276012808
allowEmpty:
1276112809
type: boolean
12810+
enabled:
12811+
type: boolean
1276212812
prune:
1276312813
type: boolean
1276412814
selfHeal:
@@ -13644,6 +13694,8 @@ spec:
1364413694
properties:
1364513695
allowEmpty:
1364613696
type: boolean
13697+
enabled:
13698+
type: boolean
1364713699
prune:
1364813700
type: boolean
1364913701
selfHeal:
@@ -14324,6 +14376,8 @@ spec:
1432414376
properties:
1432514377
allowEmpty:
1432614378
type: boolean
14379+
enabled:
14380+
type: boolean
1432714381
prune:
1432814382
type: boolean
1432914383
selfHeal:
@@ -14990,6 +15044,8 @@ spec:
1499015044
properties:
1499115045
allowEmpty:
1499215046
type: boolean
15047+
enabled:
15048+
type: boolean
1499315049
prune:
1499415050
type: boolean
1499515051
selfHeal:
@@ -15191,6 +15247,10 @@ spec:
1519115247
type: string
1519215248
insecure:
1519315249
type: boolean
15250+
labels:
15251+
items:
15252+
type: string
15253+
type: array
1519415254
owner:
1519515255
type: string
1519615256
repo:
@@ -15876,6 +15936,8 @@ spec:
1587615936
properties:
1587715937
allowEmpty:
1587815938
type: boolean
15939+
enabled:
15940+
type: boolean
1587915941
prune:
1588015942
type: boolean
1588115943
selfHeal:
@@ -16761,6 +16823,8 @@ spec:
1676116823
properties:
1676216824
allowEmpty:
1676316825
type: boolean
16826+
enabled:
16827+
type: boolean
1676416828
prune:
1676516829
type: boolean
1676616830
selfHeal:
@@ -17512,6 +17576,8 @@ spec:
1751217576
properties:
1751317577
allowEmpty:
1751417578
type: boolean
17579+
enabled:
17580+
type: boolean
1751517581
prune:
1751617582
type: boolean
1751717583
selfHeal:

bundle/manifests/argoproj.io_appprojects.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ spec:
8585
type: array
8686
description:
8787
description: Description contains optional project description
88+
maxLength: 255
8889
type: string
8990
destinationServiceAccounts:
9091
description: DestinationServiceAccounts holds information about the
@@ -295,6 +296,11 @@ spec:
295296
items:
296297
type: string
297298
type: array
299+
description:
300+
description: Description of the sync that will be applied to
301+
the schedule, can be used to add any information such as a
302+
ticket number for example
303+
type: string
298304
duration:
299305
description: Duration is the amount of time the sync window
300306
will be open

0 commit comments

Comments
 (0)