Skip to content

Commit 4b11b90

Browse files
committed
chore: Update to Crossplane 1.17.1
1 parent 74a7255 commit 4b11b90

File tree

5 files changed

+26
-18
lines changed

5 files changed

+26
-18
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
registry-server: ghcr.io
1919
registry-username: ${{ github.actor }}
2020
image: ${{ github.repository }}
21-
version: 1.17.0
21+
version: 1.17.1
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

package/config/carvel/upstream/crossplane/crds/apiextensions.crossplane.io_compositionrevisions.yaml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,12 +1587,16 @@ spec:
15871587
type: object
15881588
type: array
15891589
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.
15911598
format: int64
15921599
type: integer
1593-
x-kubernetes-validations:
1594-
- message: Value is immutable
1595-
rule: self == oldSelf
15961600
writeConnectionSecretsToNamespace:
15971601
description: |-
15981602
WriteConnectionSecretsToNamespace specifies the namespace in which the
@@ -3234,12 +3238,16 @@ spec:
32343238
type: object
32353239
type: array
32363240
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.
32383249
format: int64
32393250
type: integer
3240-
x-kubernetes-validations:
3241-
- message: Value is immutable
3242-
rule: self == oldSelf
32433251
writeConnectionSecretsToNamespace:
32443252
description: |-
32453253
WriteConnectionSecretsToNamespace specifies the namespace in which the

package/config/helm/upstream/crossplane/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 1.17.0
2+
appVersion: 1.17.1
33
description: Crossplane is an open source Kubernetes add-on that enables platform
44
teams to assemble infrastructure from multiple vendors, and expose higher level
55
self-service APIs for application teams to consume.
@@ -32,4 +32,4 @@ maintainers:
3232
3333
name: Crossplane Maintainers
3434
name: crossplane
35-
version: 1.17.0
35+
version: 1.17.1

package/vendir.lock.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ apiVersion: vendir.k14s.io/v1alpha1
22
directories:
33
- contents:
44
- helmChart:
5-
appVersion: 1.17.0
6-
version: 1.17.0
5+
appVersion: 1.17.1
6+
version: 1.17.1
77
path: crossplane
88
path: config/helm/upstream
99
- contents:
1010
- 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
1313
tags:
14-
- v1.17.0
14+
- v1.17.1
1515
path: crossplane
1616
path: config/carvel/upstream
1717
kind: LockConfig

package/vendir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ directories:
55
name: crossplane
66
repository:
77
url: https://charts.crossplane.io/stable
8-
version: 1.17.0
8+
version: 1.17.1
99
path: crossplane
1010
path: config/helm/upstream
1111
- contents:
1212
# The Crossplane Helm chart doesn't include CRDs, which are created at runtime.
1313
# We fetch them explicitly to make it possible to instantiate CR as part of this package.
1414
- git:
15-
ref: v1.17.0
15+
ref: v1.17.1
1616
url: https://github.com/crossplane/crossplane
1717
includePaths:
1818
- cluster/crds/*.yaml

0 commit comments

Comments
 (0)