chore(deps): update openmcp-project go dependencies#304
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: api/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
8990e20 to
976db64
Compare
976db64 to
ac22567
Compare
e5f856c to
b209f1e
Compare
b209f1e to
42373b8
Compare
42373b8 to
ec02590
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1.19→v0.4.1v0.27.1→v0.29.0v0.27.1→v0.29.0v0.19.1→v0.21.0v0.19.1→v0.21.0v0.18.0→v0.20.0Release Notes
openmcp-project/control-plane-operator (github.com/openmcp-project/control-plane-operator)
v0.4.1Compare Source
Changelog
What's Changed
b3bfce9by @renovate[bot] in #189b3bfce9by @renovate[bot] in #188963fa6cby @renovate[bot] in #179📣 HUGE SHOUTOUT to @reshnm for taking care of all these renovate PRs ❤️
Full Changelog: openmcp-project/control-plane-operator@v0.4.0...v0.4.1
v0.4.0Compare Source
Changelog
🚀 Features
[USER]
controlplane.core.orchestrate.cloud.sap/skip-reconciliationon object-based components to skip them during reconciliation allowing the user to temporarily take manual control (#161, @AndresNico)📣 BIG shoutout to @AndresNico for his first contributions to our project 🚀🫶
v0.3.0Compare Source
Changelog
🚀 Features
[USER]
v0.2.0Compare Source
Changelog
🚀 Features
[DEVELOPER]
OrphanedObjectsDetector.OrphanDetectorContext(#163, @reshnm)openmcp-project/controller-utils (github.com/openmcp-project/controller-utils)
v0.29.0Compare Source
v0.28.0Compare Source
Changelog
🚨 Breaking
[DEVELOPER]
env.Reconciler(...)to the type of reconciler previously passed into the environment, as it wraps every reconciler with a dummy reconciler to inject the logging metadata. As there is no nice, simple fix for this problem, a new functionReconcilerAs[T reconcile.Reconciler(envOrRec, maybeName) (T, error)was added to thetestingpackage. The first argument must be of type*Environment,*ComplexEnvironment, orreconcile.Reconciler, the second one is the reconciler name and must be specified if and only if the type of the first one is*ComplexEnvironment. The function then fetches the reconciler from the environment (or uses the one given as argument), unwraps the logging metadata layer, if it exists, and then casts the reconciler into the type specified as generic argument. (#234, @Diaphteiros)v, ok := env.Reconciler(<x>).(MyType)withv, err := testutils.ReconcilerAs[MyType](env, <x>)in any code that uses the testing library.logging.GetLogger()), if one existed, and created a new logger with default configuration otherwise. This has been changed, now the testing environment always creates a new logger, unless one has been passed into the builder viaWithLoggerexplicitly. The created logger is configured to log at debug verbosity and use a human-readable format (text-formatted, with some coloring). While this is technically a breaking changes (in most cases logging will change from json-formatted at info level to text-formatted at debug level), there should only be very few cases in which this requires changes, if any at all. (#232, @Diaphteiros)🚀 Features
[DEVELOPER]
WithReconcilerorWithReconcilerConstructormethods. If added to the environment's fields directly, the reconciler needs to be wrapped byWrapReconcilerWithLoggingMetadatamanually. (#232, @Diaphteiros)RequeueWithBackoffas an alias forIsStableandRequeueWithResetas an alias forIsProgressing. This is meant to cause less confusion when using the library in a different context than it was originally built for. (#229, @Diaphteiros)openmcp-project/openmcp-operator (github.com/openmcp-project/openmcp-operator/api)
v0.21.0Compare Source
Changelog
🚨 Breaking
[OPERATOR]
HelmDeployment'sspec, the helm deployer would simply set some 'best guess' defaults. Now, the new fields are forwarded to the generatedHelmReleaseand some of the defaulting has been removed. To keep the same behavior, these fields need to be set in theHelmDeployment'sspecnow. Primarily, the fieldscrds(defaulted toCreateReplacebefore) andremediation.retries(defaulted to3before) in both,spec.installandspec.upgrade, are affected. (#299, @Diaphteiros)🚀 Features
[OPERATOR]
HelmDeploymentresource'sspecnow contains most fields of flux'HelmReleaseresource's spec. They are forwarded to the generatedHelmRelease, enabling better customization. (#299, @Diaphteiros)v0.20.0Compare Source
Changelog
🚀 Features
[OPERATOR]
PlatformServiceduring startup which watchesHelmDeploymentresources and can deploy helm charts to any clusters (which haveClusterresource). It does this by creatingHelmReleaseresources next to theClusterand therefore requires a flux instance running on the platform cluster. (#290, @Diaphteiros)🐛 Bugfixes
[DEVELOPER]
openmcp-project/service-provider-landscaper (github.com/openmcp-project/service-provider-landscaper)
v0.20.0Compare Source
Changelog
➕ Other
[USER]
v0.19.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.