File tree Expand file tree Collapse file tree 5 files changed +26
-18
lines changed
carvel/upstream/crossplane/crds Expand file tree Collapse file tree 5 files changed +26
-18
lines changed Original file line number Diff line number Diff line change 18
18
registry-server : ghcr.io
19
19
registry-username : ${{ github.actor }}
20
20
image : ${{ github.repository }}
21
- version : 1.17.0
21
+ version : 1.17.1
22
22
secrets :
23
23
pull-request-token : ${{ secrets.GH_ORG_PAT }}
Original file line number Diff line number Diff line change @@ -1587,12 +1587,16 @@ spec:
1587
1587
type : object
1588
1588
type : array
1589
1589
revision :
1590
- description : Revision number. Newer revisions have larger numbers.
1590
+ description : |-
1591
+ Revision number. Newer revisions have larger numbers.
1592
+
1593
+
1594
+ This number can change. When a Composition transitions from state A
1595
+ -> B -> A there will be only two CompositionRevisions. Crossplane will
1596
+ edit the original CompositionRevision to change its revision number from
1597
+ 0 to 2.
1591
1598
format : int64
1592
1599
type : integer
1593
- x-kubernetes-validations :
1594
- - message : Value is immutable
1595
- rule : self == oldSelf
1596
1600
writeConnectionSecretsToNamespace :
1597
1601
description : |-
1598
1602
WriteConnectionSecretsToNamespace specifies the namespace in which the
@@ -3234,12 +3238,16 @@ spec:
3234
3238
type : object
3235
3239
type : array
3236
3240
revision :
3237
- description : Revision number. Newer revisions have larger numbers.
3241
+ description : |-
3242
+ Revision number. Newer revisions have larger numbers.
3243
+
3244
+
3245
+ This number can change. When a Composition transitions from state A
3246
+ -> B -> A there will be only two CompositionRevisions. Crossplane will
3247
+ edit the original CompositionRevision to change its revision number from
3248
+ 0 to 2.
3238
3249
format : int64
3239
3250
type : integer
3240
- x-kubernetes-validations :
3241
- - message : Value is immutable
3242
- rule : self == oldSelf
3243
3251
writeConnectionSecretsToNamespace :
3244
3252
description : |-
3245
3253
WriteConnectionSecretsToNamespace specifies the namespace in which the
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : 1.17.0
2
+ appVersion : 1.17.1
3
3
description : Crossplane is an open source Kubernetes add-on that enables platform
4
4
teams to assemble infrastructure from multiple vendors, and expose higher level
5
5
self-service APIs for application teams to consume.
@@ -32,4 +32,4 @@ maintainers:
32
32
33
33
name : Crossplane Maintainers
34
34
name : crossplane
35
- version : 1.17.0
35
+ version : 1.17.1
Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ apiVersion: vendir.k14s.io/v1alpha1
2
2
directories :
3
3
- contents :
4
4
- helmChart :
5
- appVersion : 1.17.0
6
- version : 1.17.0
5
+ appVersion : 1.17.1
6
+ version : 1.17.1
7
7
path : crossplane
8
8
path : config/helm/upstream
9
9
- contents :
10
10
- git :
11
- commitTitle : ' Merge pull request #5912 from crossplane/backport-5908 -to-release-1.17...'
12
- sha : 0e973c9fabe336bf7a82abb0752869d27abadabc
11
+ commitTitle : ' Merge pull request #5956 from crossplane/backport-5868 -to-release-1.17...'
12
+ sha : a33ee41b1bfdc345a2b1ba7862ad7837011aad69
13
13
tags :
14
- - v1.17.0
14
+ - v1.17.1
15
15
path : crossplane
16
16
path : config/carvel/upstream
17
17
kind : LockConfig
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ directories:
5
5
name : crossplane
6
6
repository :
7
7
url : https://charts.crossplane.io/stable
8
- version : 1.17.0
8
+ version : 1.17.1
9
9
path : crossplane
10
10
path : config/helm/upstream
11
11
- contents :
12
12
# The Crossplane Helm chart doesn't include CRDs, which are created at runtime.
13
13
# We fetch them explicitly to make it possible to instantiate CR as part of this package.
14
14
- git :
15
- ref : v1.17.0
15
+ ref : v1.17.1
16
16
url : https://github.com/crossplane/crossplane
17
17
includePaths :
18
18
- cluster/crds/*.yaml
You can’t perform that action at this time.
0 commit comments