Skip to content
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

fix(deps): update module github.com/sap/component-operator-runtime to v0.3.34 #57

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/sap/component-operator-runtime v0.3.20 -> v0.3.34 age adoption passing confidence

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 a Processing 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 to Error (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

type TimeoutConfiguration interface {
	// Get timeout. Should be greater than 1 minute.
	GetTimeout() time.Duration
}

(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
  • Options for the kustomize generator are now passed via a new struct KustomizeGeneratorOptions
    type KustomizeGeneratorOptions struct {
        // If defined, only files with that suffix will be subject to templating.
        TemplateSuffix *string
        // If defined, the given left delimiter will be used to parse go templates; otherwise, defaults to '{{'
        LeftTemplateDelimiter *string
        // If defined, the given right delimiter will be used to parse go templates; otherwise, defaults to '}}'
        RightTemplateDelimiter *string
    }
    The signature of the generator's 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.
  • The implicit kustomization (i.e. the one which is auto-generated by the framework in case there is none) now ignores hidden files, i.e. files starting with a dot.

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
  • Periodically force-apply objects. Previously, objects only got re-applied to the cluster if their annotated digest went out of sync. That means that foreign changes to the dependent object were not reverted, until a real change happened to the object's specification. Now, all objects will be forcefully re-applied at least every 60 minutes.
  • Never use 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 via component.ReconcilerOptions, or by making the generator implement the types.SchemeBuilder interface.
Enhancements
  • Requeues are now jittered to smoothen load peaks.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 29, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 307dcbc to 296d386 Compare May 2, 2024 00:28
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.3.21 fix(deps): update module github.com/sap/component-operator-runtime to v0.3.22 May 2, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes May 2, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 296d386 to a91514b Compare May 6, 2024 07:20
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from a91514b to fb948df Compare May 6, 2024 10:06
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.3.22 fix(deps): update module github.com/sap/component-operator-runtime to v0.3.23 May 6, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes May 6, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.3.23 fix(deps): update non-minor dependencies May 7, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from fb948df to de012e3 Compare May 7, 2024 18:25
renovate-approve[bot]
renovate-approve bot previously approved these changes May 7, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 2 times, most recently from 9980237 to 4d25a42 Compare May 13, 2024 07:21
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 4d25a42 to 01d4b89 Compare May 13, 2024 10:13
renovate-approve[bot]
renovate-approve bot previously approved these changes May 13, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 2 times, most recently from 950c420 to 11d5a4a Compare May 20, 2024 07:26
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 11d5a4a to 54fb15e Compare May 20, 2024 16:56
renovate-approve[bot]
renovate-approve bot previously approved these changes May 20, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes May 27, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 2 times, most recently from 69febbc to 18c31b2 Compare June 3, 2024 07:21
renovate-approve[bot]
renovate-approve bot previously approved these changes Jul 10, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 3 times, most recently from 6ae2890 to f641360 Compare July 29, 2024 07:20
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from f641360 to d76aac2 Compare July 29, 2024 07:21
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from d76aac2 to 968df6a Compare July 29, 2024 10:42
renovate-approve[bot]
renovate-approve bot previously approved these changes Jul 29, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 2 times, most recently from 3c409c1 to 07b84e3 Compare August 5, 2024 07:21
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 07b84e3 to 19c0fe1 Compare August 6, 2024 22:07
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 6, 2024
@renovate renovate bot changed the title fix(deps): update non-minor dependencies fix(deps): update module github.com/sap/component-operator-runtime to v0.3.33 Aug 13, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 19, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 3 times, most recently from 17cf068 to 409a61c Compare August 26, 2024 07:21
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.3.33 fix(deps): update module github.com/sap/component-operator-runtime to v0.3.34 Aug 27, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 27, 2024
@cbarbian-sap cbarbian-sap merged commit 3f6f22b into main Aug 27, 2024
7 checks passed
@cbarbian-sap cbarbian-sap deleted the renovate/non-minor-deps branch August 27, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant