crossplane-runtime
crossplane-runtime copied to clipboard
A set of libraries for writing Crossplane controllers.
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | digest | `e8893c5` -> `ccf74c9` | ---...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/crossplane/crossplane-runtime). - WARN:...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/protobuf](https://togithub.com/protocolbuffers/protobuf-go) | `v1.31.0` -> `v1.33.0` | [](https://docs.renovatebot.com/merge-confidence/)...
### Description of your changes In case of deleting all MRs from a GVK, we should record 0 for `crossplane_managed_resource_exists`, `crossplane_managed_resource_ready` and `crossplane_managed_resource_synced` metrics. Fixes # I have: - [x]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/docker/docker](https://togithub.com/docker/docker) | `v25.0.0+incompatible` -> `v25.0.5+incompatible` | [](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.30.0` | [](https://docs.renovatebot.com/merge-confidence/)...
### Description of your changes This PR does two things: * It updates controller-runtime and the Kubernetes dependencies to the latest versions * It removes most of `pkg/controller` - I...
### What problem are you facing? The `Ready` status of a resource is reflected nicely when the resource is being created, but not so when updating or doing other things....
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | digest | `e0b68c6` -> `5ecb98a` | ---...
### Description of your changes This PR aims to align the behavior of the reconciler for `Update` operations with that of `Create` operations. It achieves this by rewriting some of...