generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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 non-minor dependencies #50
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/non-minor-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
April 8, 2024 11:13
83bd03f
to
f12e990
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
April 8, 2024 22:30
f12e990
to
e8cdb47
Compare
renovate
bot
changed the title
fix(deps): update module github.com/sap/component-operator-runtime to v0.3.18
fix(deps): update non-minor dependencies
Apr 8, 2024
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
April 15, 2024 12:03
e8cdb47
to
d392154
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
April 17, 2024 02:14
d392154
to
4a5bb01
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
April 17, 2024 04:41
4a5bb01
to
538e45f
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
April 22, 2024 07:20
538e45f
to
144b108
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
April 22, 2024 07:21
144b108
to
820f1c3
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
April 22, 2024 10:04
820f1c3
to
8ee202e
Compare
renovate
bot
changed the title
fix(deps): update non-minor dependencies
fix(deps): update module github.com/sap/component-operator-runtime to v0.3.20
Apr 24, 2024
renovate
bot
changed the title
fix(deps): update module github.com/sap/component-operator-runtime to v0.3.20
fix(deps): update module github.com/sap/component-operator-runtime to v0.3.21
Apr 29, 2024
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
April 29, 2024 07:45
8ee202e
to
dcca509
Compare
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 1, 2024
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
October 9, 2024 19:43
07f5e09
to
63bd5a1
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
October 14, 2024 10:43
63bd5a1
to
f513269
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
October 15, 2024 16:26
f513269
to
ddabc0c
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
October 21, 2024 11:14
ddabc0c
to
9d37341
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
October 23, 2024 16:34
9d37341
to
d730184
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
October 24, 2024 16:13
d730184
to
4786c20
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
October 28, 2024 11:07
4786c20
to
afac903
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
November 4, 2024 09:37
afac903
to
d06e38b
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
November 7, 2024 02:18
d06e38b
to
081372b
Compare
renovate
bot
force-pushed
the
renovate/non-minor-deps
branch
from
November 11, 2024 11:07
081372b
to
b6c6762
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.34
->v0.3.49
1.23.0
->1.23.3
v0.31.0
->v0.31.2
v0.31.0
->v0.31.2
v0.31.0
->v0.31.2
v0.31.0
->v0.31.2
v0.19.0
->v0.19.1
Release Notes
sap/component-operator-runtime (github.com/sap/component-operator-runtime)
v0.3.49
Compare Source
v0.3.48
Compare Source
v0.3.47
Compare Source
v0.3.46
Compare Source
v0.3.45
Compare Source
This is a bug fixing release. Fixes:
clm
cliv0.3.44
Compare Source
v0.3.43
Compare Source
This release add a new command line utility
clm
. It can be used (similar to helm) to deploy arbitrary components to a kubernetes cluster, without requiring any additional operators or other resources to be installed in the cluster:For example:
A kubeconfig can be provided by flag
--kubeconfig
. If not set, the environment variableKUBECONFIG
will be used to get the path to the kubeconfig. The provided manifests can either be a helm chart (detected by the presence of aChart.yaml
file in the specified directory), or a kustomization folder (otherwise). In the kustomization case (noChart.yaml
), if there is nokustomization.y(a)ml
file found, then the directory will be searched recursively for all files ending with.y(a)ml
, and the content of all these files will form the set of manifests to be deployed.Under the hood, component-operator-runtime is used to render and deploy the manifests. That means, all the features described in the documentation are available, such as:
v0.3.42
Compare Source
v0.3.41
Compare Source
v0.3.40
Compare Source
v0.3.39
Compare Source
v0.3.38
Compare Source
v0.3.37
Compare Source
v0.3.36
Compare Source
v0.3.35
Compare Source
golang/go (go)
v1.23.3
v1.23.2
v1.23.1
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes/kube-aggregator (k8s.io/kube-aggregator)
v0.31.2
Compare Source
v0.31.1
Compare Source
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.19.1
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.19.0...v0.19.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.