github crossplane-contrib/provider-upjet-aws v1.2.0

latest releases: v1.13.1, v1.13.0, v1.14.0-rc.0...
6 months ago

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

  • Sets a default io.Discard logger for the controller-runtime if debug logging is not enabled which fixes #974 and #854. If debug logging is enabled, then the controller-runtime uses a debug mode zap logger as usual.
  • Refactors AWS client configuration logic with a single path #1204. This refactoring also leads to a 50% reduction in the number of STS calls made per reconcile.
  • Adds ability to auto-generate password in referenced secret for Cluster.rds resource #1169
  • Fixes the update loop in Firewall.networkfirewall resource #1167

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 crossplane/upjet#360 for further details.

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

Don't miss a new provider-upjet-aws release

NewReleases is sending notifications on new releases.