fix(deps): update non-minor dependencies#163
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
bd47f59 to
90a65ad
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
90a65ad to
4d9138d
Compare
4d9138d to
4c23e47
Compare
4c23e47 to
ca82c7a
Compare
ca82c7a to
416917a
Compare
416917a to
a8b5cad
Compare
a8b5cad to
cab113e
Compare
cab113e to
5064b25
Compare
5064b25 to
96211e1
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.83→v0.1.93v0.3.129→v0.3.143v0.2.50→v0.2.581.26.0→1.26.2v0.20.0→v0.20.1Release Notes
sap/admission-webhook-runtime (github.com/sap/admission-webhook-runtime)
v0.1.93Compare Source
What's Changed
🚀 New Features
d79ef0b)🐛 Bug Fixes
ae3e663)c2188dd)Full Changelog: SAP/admission-webhook-runtime@v0.1.92...v0.1.93
v0.1.92Compare Source
v0.1.91Compare Source
v0.1.90Compare Source
v0.1.89Compare Source
v0.1.88Compare Source
v0.1.87Compare Source
v0.1.86Compare Source
v0.1.85Compare Source
v0.1.84Compare Source
sap/component-operator-runtime (github.com/sap/component-operator-runtime)
v0.3.143Compare Source
What's Changed
🚀 New Features
8fc512e)🐛 Bug Fixes
83018a4)🔧 Improvements
473fba6)Full Changelog: SAP/component-operator-runtime@v0.3.142...v0.3.143
v0.3.142Compare Source
Enhancements
Support for Post Renderers
Two new object transformers are provided now by this package:
and
Consumers can re-use these transformers to provide post-build variable substitution and kustomize-based post-rendering.
Support for suspending components
Sometimes it is desired to temporarily suspend the reconciliation of a component. In order to provide this, components (or their spec) can implement the interface
In that case, if the method
IsSuspended()returnstrue, the component will go intoPendingstate (withReadyreasonSuspended), and no further reconciliation will happen until the suspension is removed. Note that suspension does not affect deletion of the component. That is, if a suspended component gets deleted, the deletion is performed as usual.For easier consumption, components can embed the re-use type
SuspensionSpecinto their spec.v0.3.141Compare Source
Bug fixes
Fixes SAP#415.
v0.3.140Compare Source
Bug Fixes
Fixes #413.
v0.3.139Compare Source
v0.3.138Compare Source
Incompatible changes
This release fixes #403.
Before this release, labels (and potentially) annotations in unstructured manifests with non-string values (such as unquoted numeric values, boolean values) were silently ignored. Affected were (for example) generators deriving the manifests from YAML sources.
Now an error is thrown (during reconcile) if a generator produces such (in fact, errorneous) manifests.
v0.3.137Compare Source
v0.3.136Compare Source
v0.3.135Compare Source
v0.3.134Compare Source
v0.3.133Compare Source
v0.3.132Compare Source
v0.3.131Compare Source
v0.3.130Compare Source
sap/go-generics (github.com/sap/go-generics)
v0.2.58Compare Source
What's Changed
🚀 New Features
f61061e)🐛 Bug Fixes
14ec251)Full Changelog: SAP/go-generics@v0.2.57...v0.2.58
v0.2.57Compare Source
v0.2.56Compare Source
v0.2.55Compare Source
v0.2.54Compare Source
v0.2.53Compare Source
v0.2.52Compare Source
v0.2.51Compare Source
kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools)
v0.20.1Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-tools@v0.20.0...v0.20.1
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.