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 helm.sh/helm/v3 to v3.15.1 #9835

Closed
wants to merge 1 commit into from

Conversation

gardener-ci-robot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
helm.sh/helm/v3 require minor v3.14.4 -> v3.15.1

Release Notes

helm/helm (helm.sh/helm/v3)

v3.15.1: Helm v3.15.1

Compare Source

Helm v3.15.1 is a patch release. The Helm application source is the same as 3.15.0. The 3.15.0 builds stated the wrong version when running helm version. Instead of the release number it had the release candidate version which pointed to the same revision of the source.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.15.1. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.15.2 is the next patch release and will be on June 12, 2024.
  • 3.16.0 is the next feature release and will be on September 11, 2024.

Changelog

  • Fixing build issue where wrong version is used e211f2a (Matt Farina)

v3.15.0: Helm v3.15.0

Compare Source

Helm v3.15.0 is a feature release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Notable Changes

  • Opt-in to hiding secrets when running dry-run for install and upgrade
  • Added robustness to wait checks

Installation and Upgrading

Download Helm v3.15.0. The common platform binaries are here:

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.15.1 is the next patch release and will be on June 12, 2024.
  • 3.16.0 is the next feature release and will be on September 11, 2024.

Changelog

  • Updating to k8s 1.30 c4e37b3 (Matt Farina)
  • bump version to v3.15.0 d7afa3b (Matt Farina)
  • bump version to 7743467 (Matt Farina)
  • Fix namespace on kubeconfig error 214fb6e (Calvin Krist)
  • Update testdata PKI with keys that have validity until 3393 (Fixes #​12880) 1b75d48 (Dirk Müller)
  • chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 dac23c8 (dependabot[bot])
  • chore(deps): bump github/codeql-action from 3.24.7 to 3.24.10 167d576 (dependabot[bot])
  • chore: remove repetitive words dd37787 (deterclosed)
  • Modified how created annotation is populated based on package creation time 0a69a0d (Andrew Block)
  • chore(deps): bump github.com/docker/docker aaaf112 (dependabot[bot])
  • chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 7f53529 (dependabot[bot])
  • Enabling hide secrets on install and upgrade dry run 25c4738 (Matt Farina)
  • chore(deps): bump github/codeql-action from 3.24.6 to 3.24.7 ff94e93 (dependabot[bot])
  • Fixing all the linting errors d58d7b3 (Robert Sirchia)
  • Add a note about --dry-run displaying secrets a23dd9e (Matt Farina)
  • chore(deps): bump golang.org/x/term from 0.15.0 to 0.18.0 275f2ab (dependabot[bot])
  • Updating .gitignore 8b424ba (Robert Sirchia)
  • chore(deps): bump github/codeql-action from 3.24.5 to 3.24.6 e22d881 (dependabot[bot])
  • chore(deps): bump github/codeql-action from 3.24.3 to 3.24.5 4f200fa (dependabot[bot])
  • Some fixes 764557c (Matt Farina)
  • chore(deps): bump github/codeql-action from 3.23.1 to 3.24.3 5bc97b9 (dependabot[bot])
  • chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 e6db0ec (dependabot[bot])
  • add error messages 8d19bcb (George Jenkins)
  • Fix: Ignore alias validation error for index load 68294fd (George Jenkins)
  • validation fix 8e6a514 (Matt Farina)
  • bug: add proxy support for oci getter 94c1dea (Ricardo Maraschini)
  • chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0 cbab6d6 (dependabot[bot])
  • chore(deps): bump github/codeql-action from 3.23.0 to 3.23.1 de332ae (dependabot[bot])
  • chore(deps): bump github.com/containerd/containerd from 1.7.11 to 1.7.12 a2dd34b (dependabot[bot])
  • Update architecture detection method 57a1bb8 (weidongkl)
  • chore(deps): bump github/codeql-action from 3.22.11 to 3.23.0 8cab7c1 (dependabot[bot])
  • chore(deps): bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2 5f9533f (dependabot[bot])
  • Improve release action 4790bb9 (George Jenkins)
  • chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0 f980ad3 (dependabot[bot])
  • Fix grammatical error c25736c (Matt Carr)
  • Updated for review comments d2cf8c6 (MichaelMorris)
  • Add robustness to wait status checks fc74964 (MichaelMorris)
  • refactor: create a helper for checking if a release is uninstalled f908379 (Alex Petrov)
  • fix: reinstall previously uninstalled chart with --keep-history 9e198fa (Alex Petrov)

Configuration

📅 Schedule: 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.

🔕 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 has been generated by Renovate Bot.

@gardener-ci-robot gardener-ci-robot added the kind/enhancement Enhancement, improvement, extension label May 23, 2024
@gardener-ci-robot
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading sigs.k8s.io/controller-runtime v0.17.5
go: downloading github.com/go-logr/logr v1.4.1
go: downloading github.com/spf13/cobra v1.8.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading k8s.io/apimachinery v0.30.0
go: downloading k8s.io/component-base v0.30.0
go: downloading k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
go: downloading k8s.io/api v0.30.0
go: downloading k8s.io/client-go v0.30.0
go: downloading go.uber.org/automaxprocs v1.5.3
go: downloading github.com/gardener/etcd-druid v0.22.0
go: downloading github.com/onsi/ginkgo/v2 v2.18.0
go: downloading github.com/onsi/gomega v1.33.1
go: downloading github.com/spf13/afero v1.11.0
go: downloading k8s.io/apiserver v0.30.0
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/gardener/machine-controller-manager v0.53.0
go: downloading k8s.io/klog/v2 v2.120.1
go: downloading k8s.io/autoscaler/vertical-pod-autoscaler v1.1.2
go: downloading k8s.io/apiextensions-apiserver v0.30.0
go: downloading k8s.io/klog v1.0.0
go: downloading go.uber.org/mock v0.4.0
go: downloading golang.org/x/text v0.15.0
go: downloading go.uber.org/goleak v1.3.0
go: downloading github.com/fluent/fluent-operator/v2 v2.8.0
go: downloading github.com/gardener/hvpa-controller/api v0.15.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
go: downloading github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0
go: downloading istio.io/client-go v1.21.1
go: downloading k8s.io/kube-aggregator v0.29.5
go: downloading k8s.io/metrics v0.29.5
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading github.com/prometheus/client_golang v1.18.0
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading golang.org/x/crypto v0.23.0
go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/evanphx/json-patch/v5 v5.8.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/evanphx/json-patch v5.7.0+incompatible
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading helm.sh/helm/v3 v3.15.1
go: downloading golang.org/x/net v0.25.0
go: downloading github.com/coreos/go-systemd/v22 v22.5.0
go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
go: downloading k8s.io/kubelet v0.29.5
go: downloading github.com/google/go-cmp v0.6.0
go: downloading golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: downloading github.com/google/uuid v1.4.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
go: downloading go.opentelemetry.io/otel/sdk v1.19.0
go: downloading go.opentelemetry.io/otel v1.19.0
go: downloading golang.org/x/sys v0.20.0
go: downloading google.golang.org/grpc v1.60.1
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
go: downloading golang.org/x/time v0.5.0
go: downloading k8s.io/cluster-bootstrap v0.29.5
go: downloading github.com/imdario/mergo v0.3.16
go: downloading golang.org/x/term v0.20.0
go: downloading gonum.org/v1/gonum v0.15.0
go: downloading github.com/gardener/cert-management v0.14.2
go: downloading github.com/go-test/deep v1.1.0
go: downloading github.com/robfig/cron v1.2.0
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading github.com/gardener/dependency-watchdog v1.2.3
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading k8s.io/component-helpers v0.29.5
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/gardener/terminal-controller-manager v0.32.0
go: downloading istio.io/api v1.21.2
go: downloading google.golang.org/protobuf v1.34.0
go: downloading k8s.io/kube-proxy v0.29.5
go: downloading k8s.io/pod-security-admission v0.29.5
go: downloading github.com/hexops/gotextdiff v1.0.3
go: downloading github.com/prometheus/blackbox_exporter v0.24.0
go: downloading github.com/prometheus/common v0.45.0
go: downloading github.com/containerd/containerd v1.7.17
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading github.com/texttheater/golang-levenshtein v1.0.1
go: downloading github.com/spf13/viper v1.18.2
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/prometheus/client_model v0.6.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/oauth2 v0.19.0
go: downloading github.com/robfig/cron/v3 v3.0.1
go: downloading github.com/godbus/dbus/v5 v5.1.0
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.22.4
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading go.opentelemetry.io/otel/trace v1.19.0
go: downloading go.opentelemetry.io/proto/otlp v1.0.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac
go: downloading github.com/google/cel-go v0.17.8
go: downloading sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0
go: downloading google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac
go: downloading k8s.io/kms v0.30.0
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.10
go: downloading go.etcd.io/etcd/client/v3 v3.5.10
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
go: downloading github.com/NYTimes/gziphandler v1.1.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/cyphar/filepath-securejoin v0.2.4
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.4.0
go: downloading github.com/shopspring/decimal v1.3.1
go: downloading github.com/spf13/cast v1.6.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240116215550-a9fa1716bcac
go: downloading github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
go: downloading github.com/go-kit/log v0.2.1
go: downloading github.com/miekg/dns v1.1.58
go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
go: downloading github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/Microsoft/hcsshim v0.11.5
go: downloading github.com/containerd/fifo v1.1.0
go: downloading github.com/containerd/typeurl/v2 v2.1.1
go: downloading github.com/containerd/continuity v0.4.2
go: downloading github.com/moby/sys/mountinfo v0.6.2
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading github.com/moby/sys/signal v0.7.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/containerd/ttrpc v1.2.4
go: downloading github.com/opencontainers/runtime-spec v1.1.0
go: downloading github.com/opencontainers/selinux v1.11.0
go: downloading golang.org/x/sync v0.7.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/go-openapi/errors v0.20.4
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/sagikazarmark/locafero v0.4.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/moby/spdystream v0.2.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/go-openapi/jsonpointer v0.20.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading golang.org/x/tools v0.21.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading go.opentelemetry.io/otel/metric v1.19.0
go: downloading github.com/cenkalti/backoff/v4 v4.2.1
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
go: downloading go.etcd.io/etcd/api/v3 v3.5.10
go: downloading github.com/stoewer/go-strcase v1.2.0
go: downloading github.com/felixge/httpsnoop v1.0.3
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/go-logfmt/logfmt v0.5.1
go: downloading github.com/jpillora/backoff v1.0.0
go: downloading github.com/moby/sys/sequential v0.5.0
go: downloading github.com/klauspost/compress v1.17.0
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/moby/sys/user v0.1.0
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.1.0
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
go: downloading github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
go: downloading go.opencensus.io v0.24.0
go: downloading github.com/containerd/cgroups v1.1.0
go: downloading golang.org/x/mod v0.17.0
go: downloading k8s.io/apiserver v0.30.1
go: github.com/gardener/gardener/pkg/component/apiserver imports
	k8s.io/apiserver/pkg/apis/config/v1: cannot find module providing package k8s.io/apiserver/pkg/apis/config/v1
go: github.com/gardener/gardener/plugin/pkg imports
	k8s.io/apiserver/pkg/admission/plugin/validatingadmissionpolicy: cannot find module providing package k8s.io/apiserver/pkg/admission/plugin/validatingadmissionpolicy

Copy link
Contributor

gardener-prow bot commented May 23, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign shafeeqes for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow gardener-prow bot added cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. labels May 23, 2024
@gardener-prow gardener-prow bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 23, 2024
Copy link
Contributor

gardener-prow bot commented May 23, 2024

@gardener-ci-robot: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-gardener-integration e0f85d8 link true /test pull-gardener-integration
pull-gardener-unit e0f85d8 link true /test pull-gardener-unit
pull-gardener-verify-image-build e0f85d8 link true /test pull-gardener-verify-image-build
pull-gardener-e2e-kind-operator e0f85d8 link true /test pull-gardener-e2e-kind-operator
pull-gardener-e2e-kind-ipv6 e0f85d8 link true /test pull-gardener-e2e-kind-ipv6
pull-gardener-e2e-kind e0f85d8 link true /test pull-gardener-e2e-kind
pull-gardener-e2e-kind-ha-multi-zone e0f85d8 link true /test pull-gardener-e2e-kind-ha-multi-zone
pull-gardener-e2e-kind-migration e0f85d8 link true /test pull-gardener-e2e-kind-migration
pull-gardener-e2e-kind-ha-single-zone e0f85d8 link true /test pull-gardener-e2e-kind-ha-single-zone
pull-gardener-e2e-kind-migration-ha-single-zone e0f85d8 link true /test pull-gardener-e2e-kind-migration-ha-single-zone
pull-gardener-e2e-kind-ha-multi-zone-upgrade e0f85d8 link true /test pull-gardener-e2e-kind-ha-multi-zone-upgrade
pull-gardener-e2e-kind-ha-single-zone-upgrade e0f85d8 link true /test pull-gardener-e2e-kind-ha-single-zone-upgrade
pull-gardener-e2e-kind-upgrade e0f85d8 link true /test pull-gardener-e2e-kind-upgrade

Full PR test history. Your PR dashboard. Command help for this repository.
Please help us cut down on flakes by linking this test failure to an open flake report or filing a new flake report if you can't find an existing one. Also see our testing guideline for how to avoid and hunt flakes.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@oliver-goetz
Copy link
Member

Needs k8s.io/* v0.30 (see #9765 (comment)).

/close

@gardener-prow gardener-prow bot closed this May 23, 2024
Copy link
Contributor

gardener-prow bot commented May 23, 2024

@oliver-goetz: Closed this PR.

In response to this:

Needs k8s.io/* v0.30 (see #9765 (comment)).

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@gardener-ci-robot
Copy link
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v3.15.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@gardener-ci-robot gardener-ci-robot deleted the renovate/helm.sh-helm-v3-3.x branch May 23, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/enhancement Enhancement, improvement, extension size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants