Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2025

Bumps helm.sh/helm/v3 from 3.17.2 to 3.17.3.

Release notes

Sourced from helm.sh/helm/v3's releases.

Helm v3.17.3 is a security (patch) release. Users are strongly recommended to update to this release.

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.17.3. 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.18.0 is the next minor release and will be on May 14, 2025

Changelog

  • Unarchiving fix e4da49785aa6e6ee2b86efd5dd9e43400318262b (Matt Farina)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 10, 2025
@botelastic botelastic bot added the triage label Apr 10, 2025
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.17.2 to 3.17.3.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.17.2...v3.17.3)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.17.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/manifest-gen/helm.sh/helm/v3-3.17.3 branch from 9696152 to 2c52693 Compare April 17, 2025 17:14
@pebrc
Copy link
Collaborator

pebrc commented Apr 18, 2025

buildkite test this

@barkbay barkbay changed the title Bump helm.sh/helm/v3 from 3.17.2 to 3.17.3 in /hack/manifest-gen Bump helm.sh/helm/v3 from 3.17.2 to 3.17.3 Apr 28, 2025
@barkbay barkbay added v3.1.0 >renovate PRs created by or relating to Renovate labels Apr 28, 2025
@botelastic botelastic bot removed the triage label Apr 28, 2025
@barkbay
Copy link
Contributor

barkbay commented Apr 28, 2025

buildkite test this

@barkbay barkbay enabled auto-merge (squash) April 28, 2025 09:53
@barkbay barkbay merged commit b6c07f3 into main Apr 28, 2025
7 checks passed
@barkbay barkbay deleted the dependabot/go_modules/hack/manifest-gen/helm.sh/helm/v3-3.17.3 branch April 28, 2025 10:08
@barkbay barkbay changed the title Bump helm.sh/helm/v3 from 3.17.2 to 3.17.3 fix(deps): update module helm.sh/helm/v3 to 3.17.3 Jul 15, 2025
alexlebens pushed a commit to alexlebens/infrastructure that referenced this pull request Jul 30, 2025
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [eck-operator](https://github.com/elastic/cloud-on-k8s) | minor | `3.0.0` -> `3.1.0` |

---

### Release Notes

<details>
<summary>elastic/cloud-on-k8s (eck-operator)</summary>

### [`v3.1.0`](https://github.com/elastic/cloud-on-k8s/releases/tag/v3.1.0)

[Compare Source](elastic/cloud-on-k8s@v3.0.0...v3.1.0)

### Elastic Cloud on Kubernetes 3.1.0

- [Quickstart guide](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s#eck-quickstart)

##### Release Highlights

- It is now possible to propagate metadata from the parent custom resource to the child resources created by the operator. If you add labels or annotations on an Elasticsearch, Kibana, or Agent resource, for example, these can be automatically propagated to the Pods, Services, and other resources created by the operator. Refer to the [Propagate Labels and Annotations](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s/propagate-labels-annotations.md) page for examples and more details.
- To reduce the attack surface and improve overall security UBI images are now based on the UBI micro base image.

##### Features and enhancements

- UBI: Use micro image instead of minimal [#&#8203;8704](elastic/cloud-on-k8s#8704)
- Propagate metadata to children [#&#8203;8673](elastic/cloud-on-k8s#8673) (issue: [#&#8203;2652](elastic/cloud-on-k8s#2652))
- Allow advanced configuration for fleet-managed Elastic Agents [#&#8203;8623](elastic/cloud-on-k8s#8623) (issue: [#&#8203;8619](elastic/cloud-on-k8s#8619))

##### Fixes

- Set owner on service account Secret, update it when application is recreated [#&#8203;8716](elastic/cloud-on-k8s#8716)
- fix: Cannot disable TLS in Logstash [#&#8203;8706](elastic/cloud-on-k8s#8706) (issue: [#&#8203;8600](elastic/cloud-on-k8s#8600))
- Move from deprecated container input to filestream [#&#8203;8679](elastic/cloud-on-k8s#8679) (issue: [#&#8203;8667](elastic/cloud-on-k8s#8667))
- Add automated workaround for 9.0.0 maps issue [#&#8203;8665](elastic/cloud-on-k8s#8665) (issue: [#&#8203;8655](elastic/cloud-on-k8s#8655))
- Bump go.mod to v3 [#&#8203;8609](elastic/cloud-on-k8s#8609)
- Helm: Add support for missing `remoteClusterServer` value [#&#8203;8612](elastic/cloud-on-k8s#8612)

##### Documentation improvements

- \[Helm] Fix examples/logstash/basic-eck.yaml [#&#8203;8695](elastic/cloud-on-k8s#8695)

##### Miscellaneous

- Update Go version to 1.24.5 [#&#8203;8745](elastic/cloud-on-k8s#8745)
- chore(deps): update registry.access.redhat.com/ubi9/ubi-micro docker tag to v9.6-1750858477 [#&#8203;8711](elastic/cloud-on-k8s#8711)
- fix(deps): update k8s to v0.33.2 [#&#8203;8699](elastic/cloud-on-k8s#8699)
- fix(deps): update module cloud.google.com/go/storage to v1.52.0 [#&#8203;8629](elastic/cloud-on-k8s#8629)
- fix(deps): update module github.com/go-git/go-git/v5 to v5.16.0 [#&#8203;8631](elastic/cloud-on-k8s#8631)
- fix(deps): update module github.com/google/go-containerregistry to v0.20.6 [#&#8203;8672](elastic/cloud-on-k8s#8672)
- fix(deps): update module github.com/magiconair/properties to v1.8.10 [#&#8203;8625](elastic/cloud-on-k8s#8625)
- fix(deps): update module github.com/prometheus/common to v0.63.0 [#&#8203;8569](elastic/cloud-on-k8s#8569)
- fix(deps): update module github.com/spf13/viper to v1.20.1 [#&#8203;8570](elastic/cloud-on-k8s#8570)
- fix(deps): update module google.golang.org/api to v0.227.0 [#&#8203;8529](elastic/cloud-on-k8s#8529)
- fix(deps): update module helm.sh/helm/v3 to 3.17.3 [#&#8203;8598](elastic/cloud-on-k8s#8598)

</details>

---

### 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1057
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code >renovate PRs created by or relating to Renovate v3.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants