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
- Update kubernetes patches by @renovate in #1152
- Fix the update loop in Firewall.networkfirewall resource by @ulucinar in #1167
- Pin the UXP version in Makefile by @sergenyalcin in #1190
- Update docker/setup-buildx-action digest to 0d103c3 by @renovate in #1176
- Update actions/cache digest to ab5e6d0 by @renovate in #1183
- Consume StateFunc fix by @sergenyalcin in #1188
- rds.cluster: add ability to auto-generate password in referenced secret by @ravibagri5 in #1169
- Decrease linter's memory usage by @ulucinar in #1194
- Consume the reusable workflows from upbound/uptest@standard-runners by @ulucinar in #1180
- Run the "Cleanup Disk" step in the publish-service-artifacts CI job by @ulucinar in #1209
- Add a "Disk Cleanup" step as the first step in the lint job by @ulucinar in #1211
- Unify TF AWS provider configuration logic by @erhancagirici in #1204
- Set log.Default's output to io.Discard by @ulucinar in #1203
- Applying license changes by @sergenyalcin in #1212
New Contributors
- @ravibagri5 made their first contribution in #1169
Full Changelog: v1.1.1...v1.2.0