Skip to content

Commit

Permalink
Merge pull request #333 from upbound/backport-332-to-release-1.11
Browse files Browse the repository at this point in the history
[Backport release-1.11] Bump Crossplane version to v1.11.1-up.1
  • Loading branch information
lsviben authored Feb 28, 2023
2 parents 0b63c8a + 6859af1 commit 9fddaa3
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ EKS_ADDON_REGISTRY := 709825985650.dkr.ecr.us-east-1.amazonaws.com
CROSSPLANE_REPO := https://github.com/upbound/crossplane.git
# Tag corresponds to Docker image tag while commit is git-compatible signature
# for pulling. They do not always match.
CROSSPLANE_TAG := v1.11.0-up.1
CROSSPLANE_COMMIT := v1.11.0-up.1
CROSSPLANE_TAG := v1.11.1-up.1
CROSSPLANE_COMMIT := v1.11.1-up.1

BOOTSTRAPPER_TAG := $(VERSION)

Expand Down
12 changes: 12 additions & 0 deletions cluster/crds/apiextensions.crossplane.io_compositionrevisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ spec:
- jsonPath: .spec.revision
name: REVISION
type: string
- jsonPath: .spec.compositeTypeRef.kind
name: XR-KIND
type: string
- jsonPath: .spec.compositeTypeRef.apiVersion
name: XR-APIVERSION
type: string
- jsonPath: .metadata.creationTimestamp
name: AGE
type: date
Expand Down Expand Up @@ -1319,6 +1325,12 @@ spec:
- jsonPath: .spec.revision
name: REVISION
type: string
- jsonPath: .spec.compositeTypeRef.kind
name: XR-KIND
type: string
- jsonPath: .spec.compositeTypeRef.apiVersion
name: XR-APIVERSION
type: string
- jsonPath: .metadata.creationTimestamp
name: AGE
type: date
Expand Down
6 changes: 6 additions & 0 deletions cluster/crds/apiextensions.crossplane.io_compositions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ spec:
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .spec.compositeTypeRef.kind
name: XR-KIND
type: string
- jsonPath: .spec.compositeTypeRef.apiVersion
name: XR-APIVERSION
type: string
- jsonPath: .metadata.creationTimestamp
name: AGE
type: date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ spec:
- jsonPath: .spec.revision
name: REVISION
type: string
- jsonPath: .spec.compositeTypeRef.kind
name: XR-KIND
type: string
- jsonPath: .spec.compositeTypeRef.apiVersion
name: XR-APIVERSION
type: string
- jsonPath: .metadata.creationTimestamp
name: AGE
type: date
Expand Down Expand Up @@ -970,6 +976,12 @@ spec:
- jsonPath: .spec.revision
name: REVISION
type: string
- jsonPath: .spec.compositeTypeRef.kind
name: XR-KIND
type: string
- jsonPath: .spec.compositeTypeRef.apiVersion
name: XR-APIVERSION
type: string
- jsonPath: .metadata.creationTimestamp
name: AGE
type: date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ spec:
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .spec.compositeTypeRef.kind
name: XR-KIND
type: string
- jsonPath: .spec.compositeTypeRef.apiVersion
name: XR-APIVERSION
type: string
- jsonPath: .metadata.creationTimestamp
name: AGE
type: date
Expand Down

0 comments on commit 9fddaa3

Please sign in to comment.