upbound / universal-crossplane

Enterprise-grade @crossplane from @upbound
https://upbound.io/product/universal-crossplane
Apache License 2.0
120 stars 31 forks source link

Bump Upbound Crossplane to v1.13.2-up.3 #401

Closed turkenh closed 10 months ago

turkenh commented 10 months ago

Description of your changes

Bumps Upbound Crossplane to v1.13.2-up.3

I have:

How has this code been tested

up uxp install --set image.tag=v1.13.2-up.3

cat <<EOF | kubectl apply -f -
apiVersion: apiextensions.crossplane.io/v1
kind: Composition
metadata:
  name: xnopresources.nop.example.org
spec:
  compositeTypeRef:
    apiVersion: nop.example.org/v1alpha1
    kind: XNopResource
  resources:
  - name: nop-resource-1
    base:
     apiVersion: nop.crossplane.io/v1alpha1
     kind: NopResource
     spec:
      forProvider:
        conditionAfter:
        - conditionType: Ready
          conditionStatus: "False"
          time: 0s
        - conditionType: Ready
          conditionStatus: "True"
          time: 1s
    patches:
    - type: FromCompositeFieldPath
      fromFieldPath: spec.coolField
      toFieldPath: metadata.annotations[cool-field]
      transforms:
      - type: convert
        convert:
          toType: array
          format: json
EOF

# The above succeeds instead of failing with the errors in the PR description here: https://github.com/crossplane/crossplane/pull/4825
github-actions[bot] commented 10 months ago

Successfully created backport PR #402 for release-1.13.