Skip to content

Releases: crossplane-contrib/provider-kubernetes

v0.15.0

17 Sep 16:38
d915ec7
Compare
Choose a tag to compare

This release introduces Alpha support for Server Side Apply. The feature can be enabled by--enable-server-side-apply flag.

github.com/Azure/kubelogin is bumped from 0.1.1 to 0.1.4 to mitigate CVE-2024-35255

What's Changed

  • Fix poll jittering in Object controller by @aerfio in #274
  • Use build module from crossplane/build by @turkenh in #286
  • Rename referenced Crossplane master branch to main by @mergenci in #289
  • chore: Bump GH upload-artifact action to v4 in CI by @erhancagirici in #290
  • Add Alpha Support for Server Side Apply (2nd attempt) by @turkenh in #246
  • Bump github.com/Azure/kubelogin from 0.1.1 to 0.1.4 by @dependabot in #271

New Contributors

Full Changelog: v0.14.1...v0.15.0

v0.14.1

29 Jul 19:21
9063944
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.14] Fix poll jittering in Object controller by @github-actions in #275

Full Changelog: v0.14.0...v0.14.1

v0.14.0

04 Jun 09:14
a9c6ef8
Compare
Choose a tag to compare

Release v0.14.0 brings a bunch of various improvements and features including:

  • MR metrics
  • Azure Workload and Upbound Identity authentication
  • CEL readiness check policy
  • Watch resource alpha feature

What's Changed

  • Update README with correct installation instructions by @scubbo in #239
  • Ability to watch referenced or managed Kubernetes resources by @turkenh in #235
  • Introduce MR metrics by @ezgidemirel in #224
  • Allow Azure Workload identity authentication by @patst in #210
  • feat: import kubelogin library mode by @gravufo in #225
  • Add support for auth with Upbound identity and refactor kube client builder as an importable package by @turkenh in #251
  • feat: adds derive from cel query readiness policy by @zach-source in #247
  • Replace gopkg.in/alecthomas/kingpin.v2 by github.com/alecthomas/kingpin/v2 by @gravufo in #231
  • Bump golang.org/x/oauth2 from 0.16.0 to 0.20.0 by @dependabot in #236
  • Add lsviben and phisco to OWNERS.md by @jbw976 in #254

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

08 Apr 11:34
753d884
Compare
Choose a tag to compare

This release introduces a new ObservedObjectCollection API type that enables users to observe a set of objects not managed directly by the provider. See #209 and #217 for the motivation and example usecases.

What's Changed

  • fix missing ToConnectionSecretKey in conversion by @ravilr in #204
  • Add ObservedObjectCollection API type by @pedjak in #217

Full Changelog: v0.12.1...v0.13.0

v0.12.1

26 Feb 19:36
d2476cf
Compare
Choose a tag to compare

This patch release includes an important fix for v1alpha1 to/from v1alpha2 conversion, by properly including spec.connectionDetails[].toConnectionSecretKey. Previously this field was being dropped.

What's Changed

  • [Backport release-0.12] fix missing ToConnectionSecretKey in conversion by @github-actions in #207

Full Changelog: v0.12.0...v0.12.1

v0.11.5

26 Feb 19:35
9ddbc34
Compare
Choose a tag to compare

This patch release includes an important fix for v1alpha1 to/from v1alpha2 conversion, by properly including spec.connectionDetails[].toConnectionSecretKey. Previously this field was being dropped.

What's Changed

  • [Backport release-0.11] fix missing ToConnectionSecretKey in conversion by @github-actions in #206

Full Changelog: v0.11.4...v0.11.5

v0.12.0

22 Feb 09:41
cc17d12
Compare
Choose a tag to compare

What's Changed

Important

This release contains some changes with the default values of --poll and --max-reconcile-rate options based on
some performance experiments. Please consider overriding those values (i.e. with a DeploymentRuntimeConfig) if you want to
stick with previous values for some reason. See the PR description here for more details.

  • Handle empty converts by @lsviben in #181
  • Bump golang.org/x/oauth2 from 0.14.0 to 0.16.0 by @dependabot in #173
  • fix missing ToFieldPath in conversion by @lsviben in #186
  • bump xp-runtime to v1.14.4 by @lsviben in #188
  • Added support for GKE Temporary Access Tokens by @JonathanO in #180
  • feat(in-cluster): update example to use native crossplane way by @haarchri in #190
  • Bump dependencies and update to go 1.21 by @turkenh in #194
  • enable opt-in to redact Secret data from Object status by @ravilr in #193
  • Add jitter to poll interval by @ravilr in #198
  • Use better defaults for poll interval and max reconcile rate by @turkenh in #203

New Contributors

Full Changelog: v0.11.4...v0.12.0

v0.11.4

30 Jan 08:47
5bfb71a
Compare
Choose a tag to compare

xp runtime patch release v1.14.4 fixes an issue in the reconciler where the object could be bricked.

What's Changed

  • [Backport release-0.11] bump xp-runtime to v1.14.4 by @github-actions in #189

Full Changelog: v0.11.3...v0.11.4

v0.11.3

29 Jan 10:25
ee428bf
Compare
Choose a tag to compare

This patch release includes an important fix for v1alpha1 to/from v1alpha2 conversion, by properly including spec.references[].toFieldPath. Previously this field was being dropped.

What's Changed

  • [Backport release-0.11] fix missing ToFieldPath in conversion by @github-actions in #187

Full Changelog: v0.11.2...v0.11.3

v0.11.2

24 Jan 07:34
d1fa685
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.11] Bump golang.org/x/oauth2 from 0.14.0 to 0.16.0 by @pedjak in #184

New Contributors

Full Changelog: v0.11.1...v0.11.2