Skip to content

Releases: crossplane-contrib/function-patch-and-transform

v0.10.0

09 Jan 02:57
51ffd1c

Choose a tag to compare

Highlights 🎉

  • Connection details support: This function now supports XR connection details for v2 XRs. This native functionality was removed from core Crossplane in v2, but has now been restored within the function itself to improve backward compatibility of this function. Using connectionDetails for composed resources in a v2 XR now causes this function to compose a Secret containing the connection details and include it along with the XR's other composed resources. More details about how to use this feature can be found in the README.

What's Changed

  • Add option for max grpc message size by @stevendborrelli in #219
  • fix(deps): update module github.com/crossplane/crossplane-runtime to v1.20.0 by @renovate[bot] in #167
  • Do not gate publishing to ghcr.io on a token for Upbound registry by @jastang in #181
  • fix(deps): update k8s.io/utils digest to 4c0f3b2 by @renovate[bot] in #143
  • [main]: Update go.mod dependencies [SECURITY] by @upbound-bot in #259
  • chore: fix owners emails by @jbw976 in #261
  • chore(deps): update actions/checkout action to v4.3.1 by @renovate[bot] in #257
  • fix(deps): update k8s.io/utils digest to 61b37f7 by @renovate[bot] in #255
  • chore(deps): update github artifact actions (major) by @renovate[bot] in #239
  • fix(deps): update module github.com/alecthomas/kong to v1 by @renovate[bot] in #145
  • chore(deps): update dependency ubuntu to v24 by @renovate[bot] in #150
  • chore(deps): update docker/login-action action to v3.6.0 by @renovate[bot] in #176
  • fix(deps): update module github.com/google/go-cmp to v0.7.0 by @renovate[bot] in #269
  • fix(deps): update module google.golang.org/protobuf to v1.36.11 by @renovate[bot] in #270
  • Update to crossplane-runtime v2 and function-sdk-go 0.5.0 by @bobh66 in #272
  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #273
  • chore(deps): update actions/setup-go action to v6 by @renovate[bot] in #274
  • fix(deps): update k8s.io/utils digest to 98d557b - autoclosed by @renovate[bot] in #276
  • Update OWNERS by @bobh66 in #271
  • feat: automatic connection details support for v2 XRs by @jbw976 in #278

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.3

18 Dec 09:51
858fd29

Choose a tag to compare

This release updates go mod dependencies to fix the following CVEs:

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

13 Nov 20:00
bee4163

Choose a tag to compare

This release updates go mod dependencies to fix the following CVEs:

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

02 Oct 11:58
0eb58b8

Choose a tag to compare

This release updates go mod dependencies to fix the following CVEs:

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

12 May 18:05
9f0690d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.9.0

v0.8.2

24 Feb 18:55
33f90e4

Choose a tag to compare

What's Changed

  • [release-0.8] Update Go version and enable pushing to ghcr.io in CI by @turkenf in #172

Full Changelog: v0.8.1...v0.8.2

v0.8.1

28 Jan 10:52
f9a48e2

Choose a tag to compare

What's Changed

  • Update module golang.org/x/net to v0.33.0 release-0.8 [SECURITY] by @turkenf in #163

Full Changelog: v0.8.0...v0.8.1

v0.8.0

17 Dec 07:22
888fe26

Choose a tag to compare

What's Changed

  • chore(deps): update dependency go to v1.22.6 by @renovate in #140
  • fixed missing mergeoptions for CombineFromVariablesPatch by @gschei in #141
  • Use distroless/static image instead of distroless/base since glibc is not used by @vilmosmartinek in #157
  • chore: update go to 1.22.9 by @AbrohamLincoln in #154
  • fix: Mark composite as unready if resources are skipped by @MisterMX in #137
  • fix(deps): update module github.com/crossplane/function-sdk-go to v0.4.0 by @renovate in #148

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

31 Jul 07:56
11cd4fa

Choose a tag to compare

What's Changed

  • added string transform replace by @gschei in #135
  • add required to resources.patches.transforms.string.type by @jaymiracola in #131
  • Update go.mod dependencies regarding CVE issue by @turkenf in #138
  • chore(deps): update dependency go to v1.22.5 by @renovate in #126
  • fix(deps): update module google.golang.org/protobuf to v1.34.2 by @renovate in #128
  • chore(deps): update docker/build-push-action action to v6 by @renovate in #129
  • fix(deps): update k8s.io/utils digest to 18e509b by @renovate in #134
  • added string transform join by @gschei in #133
  • Check and run go mod tidy by @Moulick in #139

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

06 Jun 20:10
4476a5b

Choose a tag to compare

What's Changed

  • chore(deps): update golangci/golangci-lint-action action to v5 by @renovate in #111
  • Clarify mergeOptions to toFieldPath migration logic by @jbw976 in #112
  • Provider multistep pipeline example mixing P&T and Go Templating by @ytsarev in #115
  • chore(deps): update dependency go to v1.22.3 by @renovate in #118
  • chore(deps): update golangci/golangci-lint-action action to v6 by @renovate in #117
  • fix(deps): update module google.golang.org/protobuf to v1.34.1 by @renovate in #113
  • fix(deps): update module k8s.io/utils to v0.0.0-20240502163921-fe8a2dddb1d0 by @renovate in #114
  • fix: allow using function only to patch to and from the environment by @phisco in #122
  • fix: Add back support for To|FromEnvironmentFieldPath type in environment patches by @truongnht in #125

New Contributors

Full Changelog: v0.5.0...v0.6.0