fix(deps): update module github.com/openmcp-project/openmcp-operator/api to v0.16.0 #84
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.15.1->v0.16.0Release Notes
openmcp-project/openmcp-operator (github.com/openmcp-project/openmcp-operator/api)
v0.16.0Compare Source
Changes included in v0.16.0:
🚀 Features
🔧 Chores
status.secretRef.namespacefield fromAccessRequestresources which was added by accident. The access secrets are expected to be in the same namespace as the AccessRequest itself, so wherever this field is read, it can just be replaced with the AccessRequest's namespace.FakeClientGeneratorto the reconciler. If set, this function will be called when trying to build aclient.Clientout of anAccessRequest's kubeconfig secret. This enables the test code to inject fake client implementations into the reconciler'sAccessmethod and thereby removes the need for any test-specific coding in the controller's logic itself.v0.15.2Compare Source
Changes included in v0.15.2:
🚀 Features
lib/clusteraccesshas changed slightly: Before, theReconcilemethod would wait for some other controller to create the namespace and requeue the reconciliation until it existed. Now, it will instead create the namespace itself.lib/clusteraccess/advancedpackage now contains a highly flexible library for generating access to clusters during a controller's reconciliation loop. See the documentation for further information.🐛 Fixes
MCPv2to not be requeued for reconciliation despite not beingReadyyet, causing it to be stuck inProgressinguntil a reconciliation was triggered externally.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.