function-sdk-go
function-sdk-go copied to clipboard
The Go SDK for composition functions
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/crossplane/function-sdk-go). ## Config Migration Needed - [ ]...
### What problem are you facing? Crossplane v1.16 added support for passing credentials to secrets - https://github.com/crossplane/crossplane/pull/5543. ### How could Crossplane help solve your problem? This SDK should update its...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/bufbuild/buf](https://togithub.com/bufbuild/buf) | `v1.30.0` -> `v1.37.0` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [k8s.io/api](https://togithub.com/kubernetes/api) | `v0.29.1` -> `v0.31.0` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/upbound/provider-aws](https://togithub.com/upbound/provider-aws) | `v0.47.1` -> `v0.47.4` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | digest | `ab5e6d0` -> `0c45773` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | digest | `47b3d88` -> `9fdb3e4` | ---...
### Description of your changes Fixes Crossplane [5402]( https://github.com/crossplane/crossplane/issues/5402) One-pager PR that documents this effort (Crossplane [5426](https://github.com/crossplane/crossplane/pull/5426)) Should be merged with Crossplane [5450](https://github.com/crossplane/crossplane/pull/5450) Additional changes: Adds some go packages to...
### What problem are you facing? We've been using the composition functions basically since day one. When starting with them, we had lengthy discussions how to handle the objects. We...
### What happened? Setting an annotation or label via `SetValue` using a label or annotation key with a "." is set incorrectly ie: `prometheus.io.metrics` It will be set as ```yaml...