generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update module github.com/sap/component-operator-runtime to v0.3.34 #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+179
−47
Conversation
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
307dcbc
to
296d386
Compare
296d386
to
a91514b
Compare
a91514b
to
fb948df
Compare
fb948df
to
de012e3
Compare
9980237
to
4d25a42
Compare
4d25a42
to
01d4b89
Compare
950c420
to
11d5a4a
Compare
11d5a4a
to
54fb15e
Compare
54fb15e
to
6e5e1de
Compare
69febbc
to
18c31b2
Compare
6ae2890
to
f641360
Compare
f641360
to
d76aac2
Compare
d76aac2
to
968df6a
Compare
3c409c1
to
07b84e3
Compare
07b84e3
to
19c0fe1
Compare
19c0fe1
to
c080af0
Compare
c080af0
to
610244f
Compare
17cf068
to
409a61c
Compare
409a61c
to
867c6d4
Compare
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.3.20
->v0.3.34
Release Notes
sap/component-operator-runtime (github.com/sap/component-operator-runtime)
v0.3.34
Compare Source
Incompatible changes
This release adds a processing timeout to the component operator framework.
So far, if not all dependent objects of a component were in a
Ready
state, the component stayed in aProcessing
state, potentially forever. This is now changed. By default, there is a timeout assumed equal to the effective retry interval. If dependents do not get ready within that period, the component state will flip toError
(but the reconciler will still continue to reconcile the dependent objects, trying to bring them to consistency). The timeout restarts counting whenever the component itself changes, or if the generated manifests of the dependent objects change.Components (or their spec) can implement the new interface
(or embed the convenience type
TimeoutSpec
) in order to make the timeout configurable.v0.3.33
Compare Source
v0.3.32
Compare Source
Incompatible changes
KustomizeGeneratorOptions
New*()
methods changes accordingly.Besides providing a suffix for files subject to templating, it is now possible to specify non-standard template delimiters (i.e. something different from
{{
and}}
). In addition, options supplied through the constructors can be overridden in the source, if there exists a file.component-config.yaml
at the kustomization's root directory.v0.3.31
Compare Source
v0.3.30
Compare Source
v0.3.29
Compare Source
v0.3.28
Compare Source
v0.3.27
Compare Source
v0.3.26
Compare Source
v0.3.25
Compare Source
v0.3.24
Compare Source
v0.3.23
Compare Source
v0.3.22
Compare Source
Incompatible changes
mgr
's client for dependents' reconciliation. So far, under certain circumstances, the controller-runtime manager's client was used to reconcile dependents. Non-standard types returned by the used generator therefore could be supported by just adding them to the manager's scheme. This will no longer work. Now, the dependents' reconciler will always use a fresh client. If extra types are needed in its scheme, this can be achieved by passing a scheme builder viacomponent.ReconcilerOptions
, or by making the generator implement thetypes.SchemeBuilder
interface.Enhancements
v0.3.21
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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.