Skip to content

Commit 44b872f

Browse files
committed
deps: Update Crossplane 1.19.1 to 1.20.0
1 parent f7d283f commit 44b872f

21 files changed

+293
-35
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.19.1
21+
version: 1.20.0
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

package/config/carvel/functions/auto-ready.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ kind: Function
44
metadata:
55
name: function-auto-ready
66
spec:
7-
package: xpkg.upbound.io/crossplane-contrib/function-auto-ready:v0.3.0
7+
package: xpkg.upbound.io/crossplane-contrib/function-auto-ready:v0.5.0

package/config/carvel/functions/kcl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ kind: Function
44
metadata:
55
name: function-kcl
66
spec:
7-
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.10.8
7+
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.11.4

package/config/carvel/functions/patch-and-transform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ kind: Function
44
metadata:
55
name: function-patch-and-transform
66
spec:
7-
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.7.0
7+
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.0

package/config/carvel/providers/provider-kubernetes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ kind: Provider
1414
metadata:
1515
name: provider-kubernetes
1616
spec:
17-
package: xpkg.upbound.io/upbound/provider-kubernetes:v0.16.0
17+
package: xpkg.upbound.io/upbound/provider-kubernetes:v0.18.0
1818
runtimeConfigRef:
1919
name: provider-kubernetes-runtime-config

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
type: object
5959
type: object
6060
served: true
61-
storage: true
61+
storage: false
6262
subresources: {}
6363
- additionalPrinterColumns:
6464
- jsonPath: .metadata.creationTimestamp
@@ -100,5 +100,5 @@ spec:
100100
type: object
101101
type: object
102102
served: true
103-
storage: false
103+
storage: true
104104
subresources: {}

package/config/carvel/upstream/crossplane/crds/pkg.crossplane.io_configurationrevisions.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,27 @@ spec:
146146
description: PackageRevisionStatus represents the observed state of a
147147
PackageRevision.
148148
properties:
149+
appliedImageConfigRefs:
150+
description: |-
151+
AppliedImageConfigRefs records any image configs that were applied in
152+
reconciling this revision, and what they were used for.
153+
items:
154+
description: |-
155+
ImageConfigRef is a reference to an image config that indicates how the
156+
referenced image config was used by the package manager.
157+
properties:
158+
name:
159+
description: Name is the name of the image config.
160+
type: string
161+
reason:
162+
description: Reason indicates what the image config was used
163+
for.
164+
type: string
165+
required:
166+
- name
167+
- reason
168+
type: object
169+
type: array
149170
conditions:
150171
description: Conditions of the resource.
151172
items:
@@ -281,6 +302,12 @@ spec:
281302
- verbs
282303
type: object
283304
type: array
305+
resolvedImage:
306+
description: |-
307+
ResolvedPackage is the name of the package that was installed. It may be
308+
different from spec.image if the package path was rewritten using an
309+
image config.
310+
type: string
284311
type: object
285312
type: object
286313
served: true

package/config/carvel/upstream/crossplane/crds/pkg.crossplane.io_configurations.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,27 @@ spec:
138138
status:
139139
description: ConfigurationStatus represents the observed state of a Configuration.
140140
properties:
141+
appliedImageConfigRefs:
142+
description: |-
143+
AppliedImageConfigRefs records any image configs that were applied in
144+
reconciling this package, and what they were used for.
145+
items:
146+
description: |-
147+
ImageConfigRef is a reference to an image config that indicates how the
148+
referenced image config was used by the package manager.
149+
properties:
150+
name:
151+
description: Name is the name of the image config.
152+
type: string
153+
reason:
154+
description: Reason indicates what the image config was used
155+
for.
156+
type: string
157+
required:
158+
- name
159+
- reason
160+
type: object
161+
type: array
141162
conditions:
142163
description: Conditions of the resource.
143164
items:
@@ -199,6 +220,12 @@ spec:
199220
reflect the most up to date revision, whether it has been activated or
200221
not.
201222
type: string
223+
resolvedPackage:
224+
description: |-
225+
ResolvedPackage is the name of the package that was used for version
226+
resolution. It may be different from spec.package if the package path was
227+
rewritten using an image config.
228+
type: string
202229
type: object
203230
type: object
204231
served: true

package/config/carvel/upstream/crossplane/crds/pkg.crossplane.io_functionrevisions.yaml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,27 @@ spec:
189189
description: FunctionRevisionStatus represents the observed state of a
190190
FunctionRevision.
191191
properties:
192+
appliedImageConfigRefs:
193+
description: |-
194+
AppliedImageConfigRefs records any image configs that were applied in
195+
reconciling this revision, and what they were used for.
196+
items:
197+
description: |-
198+
ImageConfigRef is a reference to an image config that indicates how the
199+
referenced image config was used by the package manager.
200+
properties:
201+
name:
202+
description: Name is the name of the image config.
203+
type: string
204+
reason:
205+
description: Reason indicates what the image config was used
206+
for.
207+
type: string
208+
required:
209+
- name
210+
- reason
211+
type: object
212+
type: array
192213
conditions:
193214
description: Conditions of the resource.
194215
items:
@@ -329,6 +350,12 @@ spec:
329350
- verbs
330351
type: object
331352
type: array
353+
resolvedImage:
354+
description: |-
355+
ResolvedPackage is the name of the package that was installed. It may be
356+
different from spec.image if the package path was rewritten using an
357+
image config.
358+
type: string
332359
type: object
333360
type: object
334361
served: true
@@ -507,6 +534,27 @@ spec:
507534
description: FunctionRevisionStatus represents the observed state of a
508535
FunctionRevision.
509536
properties:
537+
appliedImageConfigRefs:
538+
description: |-
539+
AppliedImageConfigRefs records any image configs that were applied in
540+
reconciling this revision, and what they were used for.
541+
items:
542+
description: |-
543+
ImageConfigRef is a reference to an image config that indicates how the
544+
referenced image config was used by the package manager.
545+
properties:
546+
name:
547+
description: Name is the name of the image config.
548+
type: string
549+
reason:
550+
description: Reason indicates what the image config was used
551+
for.
552+
type: string
553+
required:
554+
- name
555+
- reason
556+
type: object
557+
type: array
510558
conditions:
511559
description: Conditions of the resource.
512560
items:
@@ -647,6 +695,12 @@ spec:
647695
- verbs
648696
type: object
649697
type: array
698+
resolvedImage:
699+
description: |-
700+
ResolvedPackage is the name of the package that was installed. It may be
701+
different from spec.image if the package path was rewritten using an
702+
image config.
703+
type: string
650704
type: object
651705
type: object
652706
served: true

package/config/carvel/upstream/crossplane/crds/pkg.crossplane.io_functions.yaml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,27 @@ spec:
168168
status:
169169
description: FunctionStatus represents the observed state of a Function.
170170
properties:
171+
appliedImageConfigRefs:
172+
description: |-
173+
AppliedImageConfigRefs records any image configs that were applied in
174+
reconciling this package, and what they were used for.
175+
items:
176+
description: |-
177+
ImageConfigRef is a reference to an image config that indicates how the
178+
referenced image config was used by the package manager.
179+
properties:
180+
name:
181+
description: Name is the name of the image config.
182+
type: string
183+
reason:
184+
description: Reason indicates what the image config was used
185+
for.
186+
type: string
187+
required:
188+
- name
189+
- reason
190+
type: object
191+
type: array
171192
conditions:
172193
description: Conditions of the resource.
173194
items:
@@ -229,6 +250,12 @@ spec:
229250
reflect the most up to date revision, whether it has been activated or
230251
not.
231252
type: string
253+
resolvedPackage:
254+
description: |-
255+
ResolvedPackage is the name of the package that was used for version
256+
resolution. It may be different from spec.package if the package path was
257+
rewritten using an image config.
258+
type: string
232259
type: object
233260
type: object
234261
served: true
@@ -386,6 +413,27 @@ spec:
386413
status:
387414
description: FunctionStatus represents the observed state of a Function.
388415
properties:
416+
appliedImageConfigRefs:
417+
description: |-
418+
AppliedImageConfigRefs records any image configs that were applied in
419+
reconciling this package, and what they were used for.
420+
items:
421+
description: |-
422+
ImageConfigRef is a reference to an image config that indicates how the
423+
referenced image config was used by the package manager.
424+
properties:
425+
name:
426+
description: Name is the name of the image config.
427+
type: string
428+
reason:
429+
description: Reason indicates what the image config was used
430+
for.
431+
type: string
432+
required:
433+
- name
434+
- reason
435+
type: object
436+
type: array
389437
conditions:
390438
description: Conditions of the resource.
391439
items:
@@ -447,6 +495,12 @@ spec:
447495
reflect the most up to date revision, whether it has been activated or
448496
not.
449497
type: string
498+
resolvedPackage:
499+
description: |-
500+
ResolvedPackage is the name of the package that was used for version
501+
resolution. It may be different from spec.package if the package path was
502+
rewritten using an image config.
503+
type: string
450504
type: object
451505
type: object
452506
served: true

0 commit comments

Comments
 (0)