Releases: crossplane-contrib/function-patch-and-transform
Releases · crossplane-contrib/function-patch-and-transform
v0.10.0
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
connectionDetailsfor composed resources in a v2 XR now causes this function to compose aSecretcontaining 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
This release updates go mod dependencies to fix the following CVEs:
What's Changed
- [release-0.9]: Update go.mod dependencies [SECURITY] by @upbound-bot in #268
Full Changelog: v0.9.2...v0.9.3
v0.9.2
This release updates go mod dependencies to fix the following CVEs:
- CVE-2025-61723
- CVE-2025-61725
- CVE-2025-58186
- CVE-2025-61724
- CVE-2025-47912
- CVE-2025-58188
- CVE-2025-58189
- CVE-2025-58185
- CVE-2025-58187
- CVE-2025-58183
What's Changed
- [release-0.9]: Update go.mod dependencies [SECURITY] by @upbound-bot in #266
Full Changelog: v0.9.1...v0.9.2
v0.9.1
This release updates go mod dependencies to fix the following CVEs:
What's Changed
- [release-0.9]: Update go.mod dependencies [SECURITY] by @upbound-bot in #258
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- chore: update golang.org/x/net to v0.33.0 by @AbrohamLincoln in #159
- Add a new github workflow 'tag' by @turkenf in #164
- Update Go version and enable pushing to ghcr.io in CI by @turkenf in #171
- Fix broken links in README.md by @viallikavoo in #192
- Update go mod dependencies [Security] by @turkenf in #215
New Contributors
- @viallikavoo made their first contribution in #192
Full Changelog: v0.8.2...v0.9.0
v0.8.2
v0.8.1
v0.8.0
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
- @vilmosmartinek made their first contribution in #157
- @AbrohamLincoln made their first contribution in #154
Full Changelog: v0.7.0...v0.8.0
v0.7.0
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
- @gschei made their first contribution in #135
- @jaymiracola made their first contribution in #131
- @turkenf made their first contribution in #138
- @Moulick made their first contribution in #139
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- chore(deps): update golangci/golangci-lint-action action to v5 by @renovate in #111
- Clarify
mergeOptionstotoFieldPathmigration 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
- @ytsarev made their first contribution in #115
- @truongnht made their first contribution in #125
Full Changelog: v0.5.0...v0.6.0