Skip to content

chore(deps): update ocm-k8s-toolkit#103

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/ocm-k8s-toolkit
Open

chore(deps): update ocm-k8s-toolkit#103
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/ocm-k8s-toolkit

Conversation

@renovate

@renovate renovate Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
ghcr.io/open-component-model/kubernetes/controller/chart (source) minor 0.8.00.10.0-rc.1 age confidence
ocm.software/open-component-model/kubernetes/controller require minor v0.8.0v0.9.0 age confidence

Release Notes

open-component-model/open-component-model (ghcr.io/open-component-model/kubernetes/controller/chart)

v0.10.0-rc.1: OCM 0.10.0-rc.1

Compare Source

[0.10.0-rc.1] - 2026-06-16

🚀 Features
  • Credential wiring cli & controller [2/2] (#​2721)
  • Add credential typed to ocm describe (#​990) (#​2810)
  • (http) Wire HTTP config from OCM config into CLI builtin plugins (#​2795)
  • Add command to print effective config (#​2752)
  • Make resolver cache TTL configurable (#​2881)
  • (cli) Wire transfer config into the cli (#​2867)
🐛 Bug Fixes
  • Remove early returns from config discovery (#​2793)
  • Handle multiple --config flags correctly (#​2800)
  • (controller) Do not list components on single versions in semver (#​2841)
📚 Dependencies
  • (deps) Fix #​2632 (#​2734)
  • (deps) Update ocm monorepo go module dependencies (#​2739)
  • (deps) Update module helm.sh/helm/v4 to v4.2.0 (#​2778)
  • (deps) Update ghcr.io/open-component-model/kubernetes/controller:latest docker digest to 787fcdc (#​2763)
  • (deps) Update github.com/ianlancetaylor/demangle digest to 1ff4bf4 (#​2764)
  • (deps) Update docker dependencies to v0.9.7 (#​2766)
  • (deps) Update module github.com/fxamacker/cbor/v2 to v2.9.2 (#​2768)
  • (deps) Update golang x repositories (#​2777)
  • (deps) Update ocm monorepo go module dependencies (#​2748)
  • (deps) Update ocm monorepo go module dependencies (#​2804)
  • (deps) Update ocm monorepo go module dependencies (#​2816)
  • (deps) Update ocm monorepo go module dependencies to de724a6 (#​2818)
  • (deps) Update debian:bookworm-slim docker digest to 66117fe (#​2817)
  • (deps) Update debian:bookworm-slim docker digest to 96e378d (#​2821)
  • (deps) Update ocm monorepo go module dependencies (#​2820)
  • (deps) Update ocm monorepo go module dependencies to d509df2 (#​2834)
  • (deps) Update kubernetes dependencies to v0.36.1 (#​2852)
  • (deps) Update docker dependencies to v29.5.1+incompatible (#​2860)
  • (deps) Update module github.com/tklauser/go-sysconf to v0.4.0 (#​2858)
  • (deps) Update ocm monorepo go module dependencies (#​2842)
⚙️ Miscellaneous Tasks
  • (fix) Update coc to linux foundation eu (#​2727)
  • (tests) Adjust integration test for component.labels (#​2760)
  • Bump go/configuration dependency to v0.0.15 and remove unused configurations (#​2875)
  • Make sed invocation BSD/GNU agnostic (#​2886)
📚 Documentation
  • (docs) Expand HTTP client configuration documentation to include retry policies and TLS verification options (#​2840)
Quick installation and usage guide
CLI

Install the latest version of the OCM CLI:

curl -sfL https://ocm.software/install-cli.sh | bash

(For more installation options, see the installation guide.)

You can also run the OCM CLI in a container without installing it:

docker run --rm -t ghcr.io/open-component-model/cli:latest --help

See the container image guide for more details.

Controller

Install the latest version of the OCM Controllers into a Kubernetes cluster via Helm:

helm install ocm-k8s-toolkit oci://ghcr.io/open-component-model/kubernetes/controller/chart \
--namespace ocm-k8s-toolkit-system \
--create-namespace

See the controller setup guide for more details.

Community & Contributors

This release we had a total of 6 contributors!
If you want to engage with us, check our community page!

v0.9.0: OCM 0.9.0

Compare Source

[0.9.0] - promoted from [0.9.0-rc.1] on 2026-06-16

🚀 Features
  • Wire GPG signing handler into CLI builtin plugins (#​2675)
🐛 Bug Fixes
  • (cli) Eliminate flicker in transfer progress renderer (#​2647)
📚 Dependencies
  • (deps) Update module github.com/moby/moby/client to v0.4.1 (#​2625)
  • (deps) Update module ocm.software/open-component-model/bindings/go/configuration to v0.0.14 (#​2677)
  • (deps) Update ocm monorepo go module dependencies (#​2664)
  • (deps) Update kubernetes dependencies to v0.36.0 (#​2654)
  • (deps) Update module github.com/masterminds/semver/v3 to v3.5.0 (#​2713)
  • (deps) Update module github.com/klauspost/compress to v1.18.6 (#​2693)
  • (deps) Update module github.com/google/cel-go to v0.28.1 (#​2698)
  • (deps) Update module github.com/onsi/gomega to v1.40.0 (#​2714)
  • (deps) Update module github.com/shirou/gopsutil/v4 to v4.26.4 (#​2695)
  • (deps) Update module go.uber.org/zap to v1.28.0 (#​2710)
  • (deps) Update ghcr.io/open-component-model/kubernetes/controller:latest docker digest to ef984a5 (#​2690)
  • (deps) Update module go.yaml.in/yaml/v4 to v4.0.0-rc.4 (#​2697)
  • (deps) Update module github.com/jedib0t/go-pretty/v6 to v6.7.10 (#​2699)
  • (deps) Update module github.com/fsnotify/fsnotify to v1.10.0 (#​2706)
  • (deps) Update ocm monorepo go module dependencies to 2e5bac0 (#​2686)
  • (deps) Update module github.com/onsi/ginkgo/v2 to v2.28.3 (#​2700)
⚙️ Miscellaneous Tasks
Quick installation and usage guide
CLI

Install the latest version of the OCM CLI:

curl -sfL https://ocm.software/install-cli.sh | bash

(For more installation options, see the installation guide.)

You can also run the OCM CLI in a container without installing it:

docker run --rm -t ghcr.io/open-component-model/cli:latest --help

See the container image guide for more details.

Controller

Install the latest version of the OCM Controllers into a Kubernetes cluster via Helm:

helm install ocm-k8s-toolkit oci://ghcr.io/open-component-model/kubernetes/controller/chart \
--namespace ocm-k8s-toolkit-system \
--create-namespace

See the controller setup guide for more details.

Community & Contributors

This release we had a total of 4 contributors!
If you want to engage with us, check our community page!

v0.9.0-rc.1: OCM 0.9.0-rc.1

Compare Source

[0.9.0-rc.1] - 2026-06-02

🚀 Features
  • Wire GPG signing handler into CLI builtin plugins (#​2675)
🐛 Bug Fixes
  • (cli) Eliminate flicker in transfer progress renderer (#​2647)
📚 Dependencies
  • (deps) Update module github.com/moby/moby/client to v0.4.1 (#​2625)
  • (deps) Update module ocm.software/open-component-model/bindings/go/configuration to v0.0.14 (#​2677)
  • (deps) Update ocm monorepo go module dependencies (#​2664)
  • (deps) Update kubernetes dependencies to v0.36.0 (#​2654)
  • (deps) Update module github.com/masterminds/semver/v3 to v3.5.0 (#​2713)
  • (deps) Update module github.com/klauspost/compress to v1.18.6 (#​2693)
  • (deps) Update module github.com/google/cel-go to v0.28.1 (#​2698)
  • (deps) Update module github.com/onsi/gomega to v1.40.0 (#​2714)
  • (deps) Update module github.com/shirou/gopsutil/v4 to v4.26.4 (#​2695)
  • (deps) Update module go.uber.org/zap to v1.28.0 (#​2710)
  • (deps) Update ghcr.io/open-component-model/kubernetes/controller:latest docker digest to ef984a5 (#​2690)
  • (deps) Update module go.yaml.in/yaml/v4 to v4.0.0-rc.4 (#​2697)
  • (deps) Update module github.com/jedib0t/go-pretty/v6 to v6.7.10 (#​2699)
  • (deps) Update module github.com/fsnotify/fsnotify to v1.10.0 (#​2706)
  • (deps) Update ocm monorepo go module dependencies to 2e5bac0 (#​2686)
  • (deps) Update module github.com/onsi/ginkgo/v2 to v2.28.3 (#​2700)
⚙️ Miscellaneous Tasks
Quick installation and usage guide
CLI

Install the latest version of the OCM CLI:

curl -sfL https://ocm.software/install-cli.sh | bash

(For more installation options, see the installation guide.)

You can also run the OCM CLI in a container without installing it:

docker run --rm -t ghcr.io/open-component-model/cli:latest --help

See the container image guide for more details.

Controller

Install the latest version of the OCM Controllers into a Kubernetes cluster via Helm:

helm install ocm-k8s-toolkit oci://ghcr.io/open-component-model/kubernetes/controller/chart \
--namespace ocm-k8s-toolkit-system \
--create-namespace

See the controller setup guide for more details.

Community & Contributors

This release we had a total of 4 contributors!
If you want to engage with us, check our community page!


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate Bot force-pushed the renovate/ocm-k8s-toolkit branch from 15e7684 to bf035d1 Compare June 16, 2026 20:40
@renovate renovate Bot changed the title chore(deps): update ocm-k8s-toolkit to v0.9.0-rc.1 chore(deps): update ocm-k8s-toolkit Jun 16, 2026
@renovate renovate Bot force-pushed the renovate/ocm-k8s-toolkit branch 2 times, most recently from c9b131c to eab81c5 Compare June 17, 2026 12:29
@renovate renovate Bot force-pushed the renovate/ocm-k8s-toolkit branch from eab81c5 to c4160b4 Compare June 18, 2026 07:57
Signed-off-by: René Schünemann <rene.schuenemann@sap.com>
@reshnm reshnm requested a review from guewa June 24, 2026 06:00
@renovate

renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@reshnm reshnm enabled auto-merge (squash) June 24, 2026 06:49
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