Skip to content

v1.0.0

Compare
Choose a tag to compare
@turkenf turkenf released this 21 Mar 13:14
· 22 commits to main since this release
67e7e29

In the v1.0.0 release, we've upgraded the underlying Terraform provider version from 2.41.0 to 2.47.0.

This release 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. If debug logging is enabled, then the controller-runtime uses a debug mode zap logger as usual.
  • Bump crossplane/upjet to the commit 50919febc5ab

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
application.applications.azuread.upbound.io/example   True     True    /applications/de08fd76-7ddc-4cb0-a3ac-03907da70847   2m29s

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

  • Comprehensive Issue Template Update: Assisting Users in Better Issue Definition by @turkenf in #98
  • Update alpine Docker tag to v3.19.1 by @renovate in #92
  • Update kubernetes packages to v0.29.1 by @renovate in #93
  • Update module golang.org/x/crypto to v0.17.0 [SECURITY] by @renovate in #95
  • Update kubernetes patches to v0.29.2 by @renovate in #99
  • Switch from the NoFork terminology to the TerraformPluginSDK terminology and bump dependencies by @turkenf in #100
  • Update module sigs.k8s.io/controller-runtime to v0.17.2 by @renovate in #104
  • Update module github.com/cloudflare/circl to v1.3.7 [SECURITY] by @renovate in #103
  • Consume the reusable workflows from upbound/uptest@standard-runners by @ulucinar in #106
  • Applying license changes by @sergenyalcin in #111
  • Bump Terraform provider version to v2.47.0 by @turkenf in #110
  • Update module google.golang.org/protobuf to v1.33.0 [SECURITY] by @renovate in #112
  • Update kubernetes patches to v0.29.3 by @renovate in #114
  • Set log.Default's output to io.Discard by @ulucinar in #115
  • Change the value of meta.crossplane.io/source by @sergenyalcin in #117

New Contributors

Full Changelog: v0.15.3...v1.0.0