Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

turkenh
Copy link
Member

@turkenh turkenh commented Oct 18, 2023

Description of your changes

Bumps Upbound Crossplane to v1.13.2-up.3

I have:

  • Read and followed Upbound's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR, as appropriate.

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

@turkenh turkenh merged commit afec017 into upbound:main Oct 18, 2023
7 checks passed
@github-actions
Copy link

Successfully created backport PR #402 for release-1.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants