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

chore(deps): update dependency upbound/provider-aws to v1.2.0 #41

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
upbound/provider-aws minor v1.1.0 -> v1.2.0

Release Notes

upbound/provider-aws (upbound/provider-aws)

v1.2.0

Compare Source

The release v1.2.0 includes bug fixes, and updating dependencies, with the most significant ones detailed below.

Breaking UX Changes

The release switches the order of the SYNCED and READY printer columns so that the SYCNED column is now printed before the READY column as follows:

❯ kubectl get managed

NAME                                SYNCED   READY   EXTERNAL-NAME           AGE
vpc.ec2.aws.upbound.io/sample-vpc   True     True    vpc-0c4b6ee9568fe7a16   30s

This used to be first the READY column and then the SYNCED column previously. Please see https://github.com/crossplane/upjet/pull/360 for further details.

What's Changed

New Contributors

Full Changelog: crossplane-contrib/provider-upjet-aws@v1.1.1...v1.2.0

v1.1.1

Compare Source

The release v1.1.1 includes two important bug fixes detailed below:

  • The first fix is related to sensitive fieldpath generation for slice-type fields. In the current behavior, we do not have any handling mechanism for slices while calculating the fieldpath for sensitive fields. With this PR we will have this and correctly generate the fieldpaths for sensitive slice typed fields. We started to generate the correct fieldpath for the passwordsSecretRef field of the elasticache.User resource. In this way, we will correctly resolve the sensitive data for this field. Related upstream fix: https://github.com/crossplane/upjet/pull/355
  • The second fix removes the applying of StateFuncs to parameters in the upstream with this PR. We noticed that the user_data field of the ec2.Instance resource does not work properly. Please see this issue. The related field started working correctly with the fix of a bug we found in Upjet.
What's Changed

Full Changelog: crossplane-contrib/provider-upjet-aws@v1.1.0...v1.1.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the automated label Mar 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency upbound/provider-aws to v1.1.1 chore(deps): update dependency upbound/provider-aws to v1.2.0 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/upbound-provider-aws-1.x branch from 056386f to 4047aa6 Compare March 14, 2024 19:15
@renovate renovate bot force-pushed the renovate/upbound-provider-aws-1.x branch from 4047aa6 to 3fe7916 Compare March 16, 2024 09:19
@haarchri
Copy link
Member

/test-examples

@haarchri haarchri merged commit 7fb1f82 into main Mar 16, 2024
2 checks passed
@renovate renovate bot deleted the renovate/upbound-provider-aws-1.x branch March 16, 2024 09:33
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.

1 participant