Skip to content

Commit c4e076a

Browse files
committed
deps: Update Crossplane 1.20.0 to 2.0.2
1 parent 55030a7 commit c4e076a

File tree

42 files changed

+3460
-7527
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3460
-7527
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.20.0
21+
version: 2.0.2
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

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

Lines changed: 0 additions & 7 deletions
This file was deleted.

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.11.4
7+
package: xpkg.crossplane.io/crossplane-contrib/function-kcl:v0.11.2

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.9.0
7+
package: xpkg.crossplane.io/crossplane-contrib/function-patch-and-transform:v0.9.0

package/config/carvel/overlays/image-pull-secret.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
packagePullSecrets:
2828
- name: #@ image_pull_secret_name
2929

30-
#@overlay/match by=overlay.subset({"kind":"Provider"}), expects="1+"
30+
#@overlay/match by=overlay.subset({"kind":"Provider"}), expects="0+"
3131
---
3232
spec:
3333
#@overlay/match missing_ok=True

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

Lines changed: 0 additions & 19 deletions
This file was deleted.

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

Lines changed: 622 additions & 4 deletions
Large diffs are not rendered by default.

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

Lines changed: 58 additions & 2017 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 901 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.5
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: environmentconfigs.apiextensions.crossplane.io
88
spec:
99
group: apiextensions.crossplane.io
@@ -18,48 +18,6 @@ spec:
1818
singular: environmentconfig
1919
scope: Cluster
2020
versions:
21-
- additionalPrinterColumns:
22-
- jsonPath: .metadata.creationTimestamp
23-
name: AGE
24-
type: date
25-
name: v1alpha1
26-
schema:
27-
openAPIV3Schema:
28-
description: |-
29-
An EnvironmentConfig contains user-defined unstructured values for
30-
use in a Composition.
31-
32-
Read the Crossplane documentation for
33-
[more information about EnvironmentConfigs](https://docs.crossplane.io/latest/concepts/environment-configs).
34-
properties:
35-
apiVersion:
36-
description: |-
37-
APIVersion defines the versioned schema of this representation of an object.
38-
Servers should convert recognized schemas to the latest internal value, and
39-
may reject unrecognized values.
40-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
41-
type: string
42-
data:
43-
additionalProperties:
44-
x-kubernetes-preserve-unknown-fields: true
45-
description: |-
46-
The data of this EnvironmentConfig.
47-
This may contain any kind of structure that can be serialized into JSON.
48-
type: object
49-
kind:
50-
description: |-
51-
Kind is a string value representing the REST resource this object represents.
52-
Servers may infer this from the endpoint the client submits requests to.
53-
Cannot be updated.
54-
In CamelCase.
55-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
56-
type: string
57-
metadata:
58-
type: object
59-
type: object
60-
served: true
61-
storage: false
62-
subresources: {}
6321
- additionalPrinterColumns:
6422
- jsonPath: .metadata.creationTimestamp
6523
name: AGE

0 commit comments

Comments
 (0)