Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ocm-k8s-toolkit
Open

chore(deps): update ocm-k8s-toolkit#67
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ocm-k8s-toolkit

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 23, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Release Notes

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

v0.8.0-rc.1: OCM 0.8.0-rc.1

Note

NOTE: Because this is the first canonically released single version in this repository, which is a deviation from the previous method of releasing ( cli/v0.x and kubernetes/controller/v0.x ), this release note now contains all commits from the begin of time; since there was no previous such tag v0.N.

[0.8.0-rc.1] - 2026-05-27

🚀 Features
  • Migrate configuration v1 (#​35)
  • Setup the OCM CLI with Cobra and automatically generate its reference documentation (#​50)
  • Logging flags for configurable logging in the CLI (#​83)
  • Add component references to CLI internals (#​86)
  • Setup get component version command (#​82)
  • Introduce file / path flag (#​242)
  • Update the cli to use the latest plugin package (#​284)
  • Add component version command (#​189)
  • Ocm version command (#​354)
  • ocm download resource command (#​372)
  • Configuration for file-system config types for plugins and internal plugins (#​390)
  • (cli) Update to use repository module (#​439)
  • (cli) Build and create a CTF containing the OCM CLI with multiple Architectures and Operating Systems (#​413)
  • Add dir input to cli (#​450)
  • Download plugins from a component version (#​473)
  • (cli) Add plugin shutdown timeout flag (#​569)
  • (cli) Add tree renderer (#​511)
  • (cli) Add support for default plugin directory flag (#​570)
  • (cli) Json/yaml graph renderer (#​574)
  • Dir and file updates to support working dir (#​591)
  • (565) Relative file pointers dir input e2e (#​613)
  • Setup helm blob transformer that can extract OCI layouts (#​530)
  • (cli) [breaking] Ocm get cv --recursive (#​604)
  • Add support for OCI repository pattern for add component version (#​628)
  • (verification) Update resolver handling for component verification (#​872)
  • Adjust cli to updated constructor (and plugins and credentials) (#​889)
  • (cli) Sign/verify support (#​895)
  • Add component construction with external references (#​1009)
  • Create a migration infrastructure for context and configuration v1=>v2 (#​1014)
  • Component lister internal plugin for CTF (#​1045)
  • (cli) Resolver integration (#​1053)
  • (cli) Add support for multi-architecture container images (#​1058)
  • (ci) Overhaul CLI workflow for enhanced artifact generation and publishing (#​1073)
  • Component version resolution service (#​1055)
  • ocm get cv <ctf_dir> (#​1068)
  • (697) Recursive cleanup (#​1076)
  • Improve download plugin UX and add help for helm input plugin (#​1144)
  • Adjust resolution service to provide repositories and component versions (#​1145)
  • Add command to manage plugins (#​1190)
  • (scheme) Expose scheme retrieval methods for internal plugins (#​1268)
  • Add JSON Schema generator for Go structs (#​1219)
  • (manager) Add GetJSONSchemaForRepositorySpecification method (#​1283)
  • Migrate the component version controller to v2 (#​1188)
  • Migrate the repository controller to ocm v2 (#​1322)
  • Minimal transfer command implementation (#​1405)
  • Add event source for triggering component version objects (#​1433)
  • [breaking] Migrating the resource controller to use v2 (#​1452)
  • Recursive cv transfer support (#​1506)
  • Migrate the deployment controller to v2 (#​1563)
  • (helm) Add helm chart with updated E2E test workflow (#​1670)
  • (hacks) Update KRO to v0.8.1 (#​1679)
  • Transfer local blobs by default (#​1669)
  • (624) Implement apply sets from kro for deployer #​624 (#​1335)
  • Add component reference resolvers to the controller (#​1635)
  • Use new resource repo bindings for oci (#​1718)
  • (cli) Add describe command for detailing OCM entities and metadata (#​1554)
  • Add progress tracking for transformation execution (#​1702)
  • [breaking] Make OCM configurations propagate through resource reference (#​1752)
  • (850) Remove kro permissions and create a small guide to update their permissions if necessary (#​1750)
  • Register helm as inbuilt input plugin (#​1756)
  • Oci artifact cli (#​1684)
  • Oci artifact uploader (#​1765)
  • Warn instead of info if upload-as is ociArtifact and copy-resources is missing (#​1824)
  • Remove compref package from cli (#​1941)
  • (883) Helm transfer cli (#​1846)
  • (docs) Use same diagram as on the website with proper light/dark support (#​1955)
  • Whitelist ocm config types (#​1998)
  • Update toOCI to handle OCI and localBlob transparently (#​1943)
  • (913) [breaking] Object in status field (#​2008)
  • Register helm digest processor plugin (#​2076)
  • Add --transfer-spec flag for two-step transfer workflow (#​2077)
  • Rename ocm-resource-repository subsystem to access in describe types (#​2083)
  • Increase resolver worker queue length from 100 to 1000 (#​2085)
  • Const with reference digest (#​2084)
  • (cli) Add full PEM encoding support for signing and verifying component versions (#​2147)
  • (controller) Move configuration from internal to pkg (#​2281)
  • 911 helm resource repo (#​2130)
  • Add conversion webhook to the controller (#​2274)
  • (cli) Add progress renderer with phase tracking and animated vis… (#​2132)
  • Make event subscriber buffer size configurable (#​2282)
  • Remove the config folder and generate rbac and crds with helm templating enabled (#​2363)
  • Add how-to about verifying component versions with controllers (#​2407)
  • (cli) Add version update notification (#​2491)
  • (cli) Integrate cosign signing handler [2/2] (#​2346)
  • [breaking] Migrate transfer and controller bindings to runtime.Typed credentials (gate 7) (#​2616)
  • Cli credentials rollout (#​2642)
  • Unified release flow for a single github release version (#​2468)
🐛 Bug Fixes
  • Fixup golangci v2 run (#​155)
  • Make it so that locations without plugins don't generate warning messages (#​214)
  • Default log level to info (#​222)
  • Concurrent intermediary step to ensure we install once and then run concurrently (#​301)
  • Set the temp folder flag on change (#​441)
  • Make sure we do not ignore defer without a named return (#​449)
  • Support plain http in component repository (#​484)
  • (cli) Correct default value for --logoutput in CLI docs (#​571)
  • Use environment property if defined and fall back to gh otherwise (#​588)
  • Run plugin download integration separately as a go module (#​581)
  • (ci) Properly generate and add repo checkout to generate (#​610)
  • (ci) Properly generate and add repo checkout to generate (#​611)
  • (ci) Properly generate and add repo checkout to generate (#​612)
  • (cli) Fixup / refactor filesystem config handling (#​615)
  • (ci) Streamline docker build and push process for multi-architecture support (#​698)
  • (tests) Improve resource reconciliation and cleanup logic (#​827)
  • (tests) Increase default operation timeout for Kubernetes tests (#​853)
  • (ctf) Add support for recognizing additional CTF archive files: tar.gz, tgz, tar (#​651) (#​882)
  • In some cases golangci-lint will fail parsing a comment with a URL (#​888)
  • (oci) Fix repository detection for OCI URLs with IP addresses (#​894)
  • Use cobra.Finalize instead of PersistentPostRunE (#​984)
  • (cli) Multi ctf repo race (#​965)
  • Linting controller after upgrade to golangci lint 2.5.0 (#​1007)
  • Typo in docs (#​1024)
  • Use the correct credential configuration in download test (#​1038)
  • Ward against nil error if resource is not filled in (#​1069)
  • Revert changing the CLI image to debian (#​1102)
  • Add dynamic RESTMapper integration and improve defaulting for unstructured resources in deployer_controller (#​1104)
  • Ensure verbose logs during tests for better diagnostics (#​1186)
  • (cmd) Improve error message for rendering components (#​1217)
  • Add subPath to OCI repository spec implementation (#​1231)
  • (737) Handle credentials resolution correctly (#​1191)
  • (oci) Update dependencies to simplified plugin registration (#​1325)
  • Helm input plugin validation fix (#​1336)
  • (controllers) Usage of k8s secret dockerconfigjson (#​1353)
  • Use the latest runtime package to fix the none deterministic failure (#​1392)
  • 743 add semver check cli tests (#​1341)
  • Rm nested fields and descriptor scheme (#​1391)
  • (controller) Resource lookup by reference in deployer (#​1400)
  • (cmd) Correct transformation type assignment in upload metadata (#​1407)
  • (revert) "chore(deps): update module github.com/mikefarah/yq/v4 to v4.48.2 (#​1418)" (#​1441)
  • Make sure correct resource identity type is used (#​1447)
  • (controllers) Do not return an error when digest is not available (#​1503)
  • Pin the node version to 1.34 so it does not upgrade to an unsupported version (#​1520)
  • Prepare for having more than one listener for the resource channel (#​1528)
  • Pin the kube version for kind in the .env file (#​1521)
  • Remove double checking of config (#​1629)
  • Ignore shutdown try if the process is already done (#​1662)
  • Transfer localblobs with relation external (#​1729)
  • Use a runtime.Type type switch instead of a string match (#​1760)
  • Update the configuration to 0.0.10 and fix the resolver prepending a catch-all incorrectly (#​1773)
  • Use the right k8sClient in the repository suite (#​1797)
  • Transformer carry over signatures (#​1798)
  • Various cli fixes on transfer and construction behavior (#​1807)
  • Oci upload behavior (#​1806)
  • Context being cancelled prematurely and adjusting flux api version for objects (#​1830)
  • Update the chart name to chart to push under kubernetes/controller/chart (#​1848)
  • (1776) Ctf detection on windows absolute paths (#​1792)
  • (cli) Transfer respect resolvers (#​1888)
  • Release note creation (#​1893)
  • (1388) Fix auto decompress for download resources (#​1800)
  • Testdata location in cli tests (#​1921)
  • ServiceAccount name in custom RBAC documentation (#​1935)
  • Error checking and prune bool check upon HasPruned and removed some dead code (#​1897)
  • [breaking] Move verification to resolution service (#​1707)
  • Register oci type instead of AnyConsumerIdentityType (#​1890)
  • AddComponentVersion was writing to the same file (#​2013)
  • Usage of correct scheme when converting to ociRepository type in getAccessReference (#​2033)
  • Only trigger a reconcile event for the resource if the component changed (#​2023)
  • [breaking] Refactor skip verify field to verification policies (#​2050)
  • Error when --config flag specifies non-existent file (#​2062)
  • [breaking] Drop downgrade policy with cv label (#​2056)
  • Add a maximum resource size to the deployer controller (#​2022)
  • Get config hash for deployer download-cache key (Cachebacked Repository refactoring) (#​2058)
  • (controller) [breaking] ApplySet conflict detection (#​2185)
  • (ocm-k8s-toolkit) Fix pruning scope (#​2313)
  • Use unused values from the helm values section (#​2376)
  • Update module ocm.software/open-component-model/bindings/go/oci to v0.0.40 (#​2331) (#​2352)
  • (cli) Remove duplicate v prefix in version check URL (#​2555)
  • (cli) Suppress version check warning for pseudo-version builds (#​2578)
📚 Dependencies
  • (deps) Update ocm.software/open-component-model/bindings/go/credentials digest to 75bfcc6 (#​113)
  • (deps) Update ocm.software/open-component-model/bindings/go/blob digest to 75bfcc6 (#​112)
  • (deps) Update ocm.software/open-component-model/bindings/go/ctf digest to 75bfcc6 (#​114)
  • (deps) Update ocm.software/open-component-model/bindings/go/plugin digest to cc5a0fb (#​119)
  • (deps) Update ocm.software/open-component-model/bindings/go/descriptor/runtime digest to 8d95892 (#​117)
  • (deps) Update ocm.software/open-component-model/bindings/go/oci digest to cc5a0fb (#​118)
  • (deps) Update ocm.software/open-component-model/bindings/go/blob digest to 0642d97 (#​130)
  • (deps) Update ocm.software/open-component-model/bindings/go/credentials digest to 0642d97 (#​131)
  • (deps) Update module ocm.software/open-component-model/bindings/go/descriptor/v2 to v2.0.0-20250520105023-82a459e39e46 (#​122)
  • (deps) Update ocm.software/open-component-model/bindings/go/plugin digest to 9a51c0d (#​142)
  • (deps) Update ocm.software/open-component-model/bindings/go/descriptor/runtime digest to 424308d (#​140)
  • (deps) Bump the go group across 5 directories with 3 updates (#​169)
  • (deps) Update module ocm.software/open-component-model/bindings/go/blob to v0.0.2 (#​188)
  • (deps) Bump ocm.software/open-component-model/bindings/go/descriptor/v2 (#​194)
  • (deps) Update ocm.software/open-component-model/bindings/go/plugin digest to f187f07 (#​156)
  • (deps) Update ocm.software/open-component-model/bindings/go/plugin digest to 9c9e145 (#​198)
  • (deps) Update ocm.software/open-component-model/bindings/go/descriptor/runtime digest to 2a15446 (#​165)
  • (deps) Update ocm.software/open-component-model/bindings/go/oci digest to 6767834 (#​141)
  • (deps) Update module golang.org/x/sync to v0.15.0 (#​216)
  • (deps) Bump the go group across 1 directory with 1 update (#​227)
  • (deps) Update module ocm.software/open-component-model/bindings/go/runtime to v0.0.2 (#​238)
  • (deps) Update module ocm.software/open-component-model/bindings/go/ctf to v0.0.2 (#​241)
  • (deps) Update ocm.software/open-component-model/bindings/go/plugin digest to c7f0912 (#​276)
  • (deps) Update ocm.software/open-component-model/bindings/go/oci digest to c7f0912 (#​275)
  • (deps) Update module github.com/masterminds/semver/v3 to v3.4.0 (#​337)
  • (deps) Update module sigs.k8s.io/yaml to v1.5.0 (#​338)
  • (deps) Update module go.yaml.in/yaml/v2 to v3 (#​342)
  • (deps) Update ocm monorepo go module dependencies to ad7810c (#​322)
  • (deps) Update module golang.org/x/sys to v0.34.0 (#​385)
  • (deps) Update module golang.org/x/term to v0.33.0 (#​382)
  • (deps) Update module golang.org/x/sync to v0.16.0 (#​384)
  • (deps) Update module golang.org/x/text to v0.27.0 (#​383)
  • (deps) Update module golang.org/x/net to v0.42.0 (#​387)
  • (deps) Update ocm monorepo go module dependencies (#​393)
  • (deps) Update ocm monorepo go module dependencies (#​409)
  • (deps) Update ocm monorepo go module dependencies to 653941b (#​410)
  • (deps) Update module github.com/spf13/pflag to v1.0.7 (#​429)
  • (deps) Update ocm monorepo go module dependencies (#​422)
  • (deps) Update module sigs.k8s.io/yaml to v1.6.0 (#​453)
  • (deps) Upgrade cli to central config (#​463)
  • (deps) Update ocm monorepo go module dependencies to 3a57106 (#​440)
  • (deps) Update module github.com/jedib0t/go-pretty/v6 to v6.6.8 (#​467)
  • (deps) Update ocm monorepo go module dependencies to 376c827 (#​465)
  • (deps) Update ocm monorepo go module dependencies to 2064e6f (#​468)
  • (deps) Update ocm monorepo go module dependencies (#​472)
  • (deps) Update ocm monorepo go module dependencies (#​483)
  • (deps) Update ocm monorepo go module dependencies (#​505)
  • (deps) Update ocm monorepo go module dependencies (#​509)
  • (deps) Update module golang.org/x/sys to v0.35.0 (#​494)
  • (deps) Update module golang.org/x/term to v0.34.0 (#​522)
  • (deps) Update module golang.org/x/text to v0.28.0 (#​523)
  • (deps) Update module golang.org/x/net to v0.43.0 (#​525)
  • (deps) Update ocm monorepo go module dependencies (#​515)
  • (deps) Update ocm monorepo go module dependencies (#​554)
  • (deps) Update ocm monorepo go module dependencies (#​563)
  • (deps) Update ocm monorepo go module dependencies (#​576)
  • (deps) Update ocm monorepo go module dependencies to cde8f34 (#​577)
  • (deps) Update ocm monorepo go module dependencies (#​578)
  • (deps) Update module github.com/gabriel-vasile/mimetype to v1.4.10 (#​625)
  • (deps) Update ocm monorepo go module dependencies to 6840c8c (#​626)
  • (deps) Update github.com/opencontainers/go-digest digest to 89707e3 (#​632)
  • (deps) Update github.com/planetscale/vtprotobuf digest to ba97887 (#​633)
  • (deps) Update github.com/transparency-dev/tessera digest to 9634dd4 (#​634)
  • (deps) Update module github.com/djarvur/go-err113 to v0.1.0 (#​648)
  • (deps) Pin dependencies (#​629)
  • (deps) Update module dario.cat/mergo to v1.0.2 (#​687)
  • (deps) Update module github.com/docker/docker to v28.3.3+incompatible [security] (#​679)
  • (deps) Update aws-sdk-go-v2 monorepo (#​686)
  • (deps) Update module github.com/go-ole/go-ole to v1.3.0 (#​692)
  • (deps) Update gcr.io/distroless/static:nonroot docker digest to a9f88e0 (#​680)
  • (deps) Update module github.com/tklauser/numcpus to v0.10.0 (#​694)
  • (deps) Update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.62.0 (#​695)
  • (deps) Update module github.com/docker/go-connections to v0.6.0 (#​691)
  • (deps) Update module github.com/gordonklaus/ineffassign to v0.2.0 (#​693)
  • (deps) Update module github.com/tklauser/go-sysconf to v0.3.15 (#​689)
  • (deps) Update module github.com/shirou/gopsutil/v4 to v4.25.7 (#​688)
  • (deps) Update github.com/power-devops/perfstat digest to 82ca368 (#​682)
  • (deps) Update google.golang.org/genproto/googleapis/rpc digest to ef028d9 (#​685)
  • (deps) Update module gitlab.com/gitlab-org/api/client-go to v0.142.2 (#​690)
  • (deps) Update github.com/lufia/plan9stats digest to 24949be (#​681)
  • (deps) Update github.com/transparency-dev/tessera digest to 2c3a6dc (#​699)
  • (deps) Update google.golang.org/genproto/googleapis/api digest to ef028d9 (#​684)
  • (deps) Update google.golang.org/genproto digest to ef028d9 (#​683)
  • (deps) Update ocm monorepo go module dependencies (#​627)
  • (deps) Update aws-sdk-go-v2 monorepo (#​720)
  • (deps) Update module github.com/google/cel-go to v0.26.1 (#​722)
  • (deps) Update module github.com/aws/aws-sdk-go-v2/service/ecrpublic to v1.37.1 (#​721)
  • (deps) Update module gitlab.com/gitlab-org/api/client-go to v0.142.4 (#​726)
  • (deps) Update module cloud.google.com/go/spanner to v1.85.0 (#​727)
  • (deps) Update module github.com/stretchr/testify to v1.11.1 (#​620)
  • (deps) Bump github.com/ulikunitz/xz from 0.5.13 to 0.5.14 in /kubernetes/controller (#​731)
  • (deps) Update module github.com/onsi/ginkgo/v2 to v2.25.2 (#​735)
  • (deps) Update aws-sdk-go-v2 monorepo (#​733)
  • (deps) Update module github.com/transparency-dev/tessera to v1.0.0-rc2 (#​729)
  • (deps) Update kubernetes dependencies (#​743)
  • (deps) Update module github.com/sigstore/rekor to v1.4.1 (#​750)
  • (deps) Update module github.com/fluxcd/pkg/runtime to v0.82.0 (#​761)
  • (deps) Update opentelemetry-go-contrib monorepo (#​758)
  • (deps) Update aws-sdk-go-v2 monorepo (#​755)
  • (deps) Update go-openapi packages (#​764)
  • (deps) Update module github.com/spf13/cobra to v1.10.1 (#​769)
  • (deps) Update ocm monorepo go module dependencies to 5c315c9 (#​712)
  • (deps) Update module go.opentelemetry.io/proto/otlp to v1.8.0 (#​779)
  • (deps) Update module github.com/prometheus/common to v0.66.0 (#​778)
  • (deps) Update opentelemetry-go monorepo to v1.38.0 (#​696)
  • (deps) Update module github.com/redis/go-redis/v9 to v9.13.0 (#​783)
  • (deps) Update module gitlab.com/gitlab-org/api/client-go to v0.142.6 (#​774)
  • (deps) Update golang:1.25 docker digest to 859b0be (#​784)
  • (deps) Update module github.com/containers/image/v5 to v5.36.2 (#​777)
  • (deps) Update module github.com/fluxcd/pkg/runtime to v0.83.0 (#​785)
  • (deps) Update k8s.io/kube-openapi digest to 7fc2783 (#​776)
  • (deps) Update module github.com/prometheus/client_golang to v1.23.1 (#​793)
  • (deps) Update module cloud.google.com/go to v0.122.0 (#​794)
  • (deps) Update docker dependencies to v28.4.0+incompatible (#​802)
  • (deps) Update module github.com/prometheus/common to v0.66.1 (#​805)
  • (deps) Update module github.com/prometheus/client_golang to v1.23.2 (#​807)
  • (deps) Update module github.com/buildkite/agent/v3 to v3.104.0 (#​795)
  • (deps) Update golang:1.25 docker digest to a5e935d (#​808)
  • (deps) Update module golang.org/x/text to v0.29.0 (#​815)
  • (deps) Update module golang.org/x/term to v0.35.0 (#​814)
  • (deps) Update module ocm.software/ocm to v0.29.0 (#​825)
  • (deps) Update ocm monorepo go module dependencies (#​782)
  • (deps) Update aws-sdk-go-v2 monorepo (#​843)
  • (deps) Update spf13 repositories (#​850)
  • (deps) Update golang x repositories (#​849)
  • (deps) Update sigstore repositories (#​848)
  • (deps) Update google golang repositories (#​854)
  • (deps) Update gcr.io/distroless/static:nonroot docker digest to e8a4044 (#​823)
  • (deps) Update module ocm.software/ocm to v0.29.1 (#​857)
  • (deps) Update golang:1.25 docker digest to d6bdb04 (#​839)
  • (deps) Update module github.com/onsi/ginkgo/v2 to v2.25.3 (#​792)
  • (deps) Update module github.com/mikefarah/yq/v4 to v4.47.2 (#​824)
  • (deps) Update module github.com/pjbgf/sha1cd to v0.5.0 (#​811)
  • (deps) Update module gitlab.com/gitlab-org/api/client-go to v0.143.2 (#​826)
  • (deps) Update module github.com/fluxcd/pkg/runtime to v0.84.0 (#​861)
  • (deps) Update module golang.org/x/net to v0.44.0 (#​860)
  • (deps) Update module google.golang.org/grpc to v1.75.1 (#​864)
  • (deps) Update module k8s.io/apimachinery to v0.34.1 (#​869)
  • (deps) Update module github.com/ulikunitz/xz to v0.5.15 (#​874)
  • (deps) Update module github.com/shirou/gopsutil/v4 to v4.25.8 (#​883)
  • (deps) Update golang:1.25 docker digest to 8305f5f (#​862)
  • (deps) Update github.com/sigstore/sigstore digest to 6ebe3f6 (#​891)
  • (deps) Update k8s.io/kube-openapi digest to 589584f (#​809)
  • (deps) Update module github.com/creack/pty to v1.1.24 (#​896)
  • (deps) Update module go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to v1.38.0 (#​897)
  • (deps) Update ocm monorepo go module dependencies to 9ba3663 (#​845)
  • (deps) Update module helm.sh/helm/v3 to v3.19.0 (#​900)
  • (deps) Update ocm monorepo go module dependencies to be28d8d (#​901)
  • (deps) Update module github.com/theupdateframework/go-tuf/v2 to v2.2.0 (#​908)
  • (deps) Update kubernetes dependencies to v0.34.1 (patch) (#​916)
  • (deps) Update module k8s.io/kubectl to v0.34.1 (#​917)
  • (deps) Update module gitlab.com/gitlab-org/api/client-go to v0.143.3 (#​915)
  • (deps) Update module golang.org/x/tools to v0.37.0 (#​920)
  • (deps) Update module github.com/redis/go-redis/v9 to v9.14.0 ([#​919](https://redirect.github.com/open-component-model/open-component-model/

Note

PR body was truncated to here.


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 b6ea544 to 79e8b31 Compare May 6, 2026 13:07
@renovate renovate Bot changed the title chore(deps): update ghcr.io/open-component-model/kubernetes/controller/chart Docker tag to v0.5.0-rc.1 chore(deps): update ocm-k8s-toolkit May 6, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 6, 2026

ℹ️ Artifact update notice

File name: test/e2e/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 27 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.26.1 -> 1.26.3
github.com/fxamacker/cbor/v2 v2.9.0 -> v2.9.1
github.com/go-openapi/jsonpointer v0.22.5 -> v0.23.1
github.com/go-openapi/swag v0.25.5 -> v0.26.0
github.com/go-openapi/swag/cmdutils v0.25.5 -> v0.26.0
github.com/go-openapi/swag/conv v0.25.5 -> v0.26.0
github.com/go-openapi/swag/fileutils v0.25.5 -> v0.26.0
github.com/go-openapi/swag/jsonname v0.25.5 -> v0.26.0
github.com/go-openapi/swag/jsonutils v0.25.5 -> v0.26.0
github.com/go-openapi/swag/loading v0.25.5 -> v0.26.0
github.com/go-openapi/swag/mangling v0.25.5 -> v0.26.0
github.com/go-openapi/swag/netutils v0.25.5 -> v0.26.0
github.com/go-openapi/swag/stringutils v0.25.5 -> v0.26.0
github.com/go-openapi/swag/typeutils v0.25.5 -> v0.26.0
github.com/go-openapi/swag/yamlutils v0.25.5 -> v0.26.0
go.opentelemetry.io/otel v1.41.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.41.0 -> v1.43.0
golang.org/x/crypto v0.48.0 -> v0.50.0
golang.org/x/net v0.51.0 -> v0.53.0
golang.org/x/sys v0.42.0 -> v0.43.0
golang.org/x/term v0.41.0 -> v0.42.0
golang.org/x/text v0.35.0 -> v0.36.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260223185530-2f722ef697dc -> v0.0.0-20260504160031-60b97b32f348
google.golang.org/grpc v1.79.3 -> v1.81.0
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 -> v0.0.0-20260319190234-28399d86e0b5
ocm.software/open-component-model/bindings/go/descriptor/v2 v2.0.1-alpha9 -> v2.0.3-alpha3
ocm.software/open-component-model/bindings/go/runtime v0.0.7 -> v0.0.8
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 -> v6.4.0

@renovate renovate Bot force-pushed the renovate/ocm-k8s-toolkit branch from 79e8b31 to ec9ec8e Compare May 6, 2026 16:43
@renovate renovate Bot changed the title chore(deps): update ocm-k8s-toolkit chore(deps): update ocm-k8s-toolkit to v0.5.0 May 6, 2026
@renovate renovate Bot force-pushed the renovate/ocm-k8s-toolkit branch from ec9ec8e to aa4c94f Compare May 8, 2026 09:43
@renovate renovate Bot changed the title chore(deps): update ocm-k8s-toolkit to v0.5.0 chore(deps): update ocm-k8s-toolkit May 8, 2026
@renovate renovate Bot force-pushed the renovate/ocm-k8s-toolkit branch 2 times, most recently from 53aef72 to 713f9cd Compare May 19, 2026 11:14
@renovate renovate Bot changed the title chore(deps): update ocm-k8s-toolkit chore(deps): update ocm-k8s-toolkit to v0.6.0 May 19, 2026
@renovate renovate Bot force-pushed the renovate/ocm-k8s-toolkit branch from 713f9cd to 4bb6794 Compare May 19, 2026 12:55
@renovate renovate Bot changed the title chore(deps): update ocm-k8s-toolkit to v0.6.0 chore(deps): update ocm-k8s-toolkit May 19, 2026
@renovate renovate Bot force-pushed the renovate/ocm-k8s-toolkit branch 3 times, most recently from 6c5cf52 to 1ebb206 Compare May 27, 2026 13:03
@renovate renovate Bot force-pushed the renovate/ocm-k8s-toolkit branch from 1ebb206 to e1cfc55 Compare May 28, 2026 17:00
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.

0 participants