chore(deps): update ide binaries #1713
Open
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:
2.14.20->2.14.210.215.0->0.220.02.7.2->2.7.51.13.3->1.14.01.10.0->1.12.03.19.0->3.19.21.33.5->1.33.64.48.1->4.49.2Release Notes
argoproj/argo-cd (argoproj/argo-cd)
v2.14.21Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
8b31544: fix: make webhook payload handlers recover from panics (cherry-pick #24862 for 2.14) (#24926) (@jake-ciolek)Dependency updates
9b7bf3e: chore(deps): bump redis from 7.0.14 to 7.2.11 to address vuln (release-2.14) (#24892) (@carlosrodfern)Full Changelog: argoproj/argo-cd@v2.14.20...v2.14.21
eksctl-io/eksctl (eksctl-io/eksctl)
v0.220.0: eksctl 0.220.0Compare Source
Release v0.220.0
🚀 Features
Acknowledgments
The eksctl maintainers would like to sincerely thank @punkwalker.
v0.219.0: eksctl 0.219.0Compare Source
Release v0.219.0
💥 Breaking Changes
🚀 Features
🎯 Improvements
Acknowledgments
The eksctl maintainers would like to sincerely thank @NicholasBlaskey.
v0.218.0: eksctl 0.218.0Compare Source
Release v0.218.0
🚀 Features
🎯 Improvements
Acknowledgments
The eksctl maintainers would like to sincerely thank @NicholasBlaskey and @abhay-krishna.
v0.217.0: eksctl 0.217.0Compare Source
Release v0.217.0
🚀 Features
🐛 Bug Fixes
🧰 Maintenance
Acknowledgments
The eksctl maintainers would like to sincerely thank @NicholasBlaskey, and @sapphirew.
v0.216.0: eksctl 0.216.0Compare Source
Release v0.216.0
🚀 Features
🎯 Improvements
🐛 Bug Fixes
🧰 Maintenance
Acknowledgments
The eksctl maintainers would like to sincerely thank @NicholasBlaskey and @guessi.
fluxcd/flux2 (fluxcd/flux2)
v2.7.5Compare Source
Highlights
Flux v2.7.5 is a patch release that comes with fixes to helm-controller. Users are encouraged to upgrade for the best experience.
ℹ️ Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from Flux v2.6 to the latest version.
Fixes:
RetryOnFailurestrategy.Flux users are advised to use Cosign v2.6 for signing Flux OCI artifacts and Helm charts, until support for Cosign v3 is added in Flux v2.8.
Components changelog
CLI changelog
Full Changelog: fluxcd/flux2@v2.7.4...v2.7.5
v2.7.4Compare Source
Highlights
Flux v2.7.4 is a patch release that comes with various fixes. Users are encouraged to upgrade for the best experience.
ℹ️ Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from Flux v2.6 to the latest version.
Fixes:
DisableConfigWatchersfeature gate to all controllers for disabling the Secrets/ConfigMaps watchersArtifactGeneratorto aggregated RBAC rolesFlux users are advised to use Cosign v2.6 for signing Flux OCI artifacts and Helm charts, until support for Cosign v3 is added in Flux v2.8.
Components changelog
CLI changelog
Full Changelog: fluxcd/flux2@v2.7.3...v2.7.4
v2.7.3Compare Source
Highlights
Flux v2.7.3 is a patch release that comes with various fixes. Users are encouraged to upgrade for the best experience.
ℹ️ Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from Flux v2.6 to the latest version.
Fixes:
RetryOnFailurestrategymessage_thread_idComponents changelog
CLI changelog
Full Changelog: fluxcd/flux2@v2.7.2...v2.7.3
hashicorp/terraform (hashicorp/terraform)
v1.14.0Compare Source
1.14.0 (November 19, 2025)
NEW FEATURES:
List Resources: List resources can be defined in
*.tfquery.hclfiles and allow querying and filterting existing infrastructure.A new Terraform command
terraform query: Executes list operations against existing infrastructure and displays the results. The command can optionally generate configuration for importing results into Terraform.A new GenerateResourceConfiguration RPC allows providers to create more precise configuration values during import. (#37515)
New top-level Actions block: Actions are provider defined and meant to codify use cases outside the normal CRUD model in your Terraform configuration. Providers can define Actions like
aws_lambda_invokeoraws_cloudfront_create_invalidationthat do something imparative outside of Terraforms normal CRUD model. You can configure such a side-effect with an action block and have actions triggered through the lifecycle of a resource or through passing the-invokeCLI flag. (#37553)ENHANCEMENTS:
terraform test: expected diagnostics will be included in test output when running in verbose mode" (#37362)
terraform test: ignore prevent_destroy attribute during when cleaning up tests" (#37364)
terraform stackscommand support for-helpflag (#37645)query: support offline validation of query files via -query flag in the validate command (#37671)
Updates to support the AWS European Sovereign Cloud (#37721)
BUG FIXES:
Retrieve all workspace variables while doing a
terraform import, include variables inherited from variable sets but not overwritten by the workspace. (#37241)Fix OSS backend proxy support by adding a proxy layer for OSS backend operations. Resolves #36897. (#36897)
console and test: return explicit diagnostics when referencing resources that were not included in the most recent operation. (#37663)
query: generate unique resource identifiers for results of expanded list resources (#37681)
The CLI now summarizes the number of actions invoked during
terraform apply, matching the plan output. (#37689)Allow filesystem functions to return inconsistent results when evaluated within provider configuration (#37854)
query: improve error handling for missing identity schemas (#37863)
UPGRADE NOTES:
The parallelism of Terraform operations within container runtimes may be reduced depending on the CPU bandwidth limit setting. (#37436)
Building Terraform 1.14 requires macOS Monterey or later (due to being built on Go 1.25 which imposes these requirements) (#37436)
Previous Releases
For information on prior major and minor releases, refer to their changelogs:
v1.13.5Compare Source
1.13.5 (November 5, 2025)
BUG FIXES:
impure functions could cause templatefile to incorrectly fail consistency checks (#37807)
Allow filesystem functions to return inconsistent results when evaluated within provider configuration (#37854)
v1.13.4Compare Source
1.13.4 (October 15, 2025)
BUG FIXES:
hatoo/oha (hatoo/oha)
v1.12.0Compare Source
What's Changed
New Contributors
Full Changelog: hatoo/oha@v1.11.0...v1.12.0
v1.11.0Compare Source
What's Changed
New Contributors
Full Changelog: hatoo/oha@v1.10.0...v1.11.0
helm/helm (helm/helm)
v3.19.2: Helm v3.19.2Compare Source
Helm v3.19.2 is a patch release. It is a rebuild of the v3.19.1 release with no code changes.
The community keeps growing, and we'd love to see you there!
Installation and Upgrading
Download Helm v3.19.2. 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
Changelog
8766e71(George Jenkins)v3.19.1: Helm v3.19.1Compare Source
Helm v3.19.1 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Installation and Upgrading
Download Helm v3.19.1. The common platform binaries are here:
This release was signed with
672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98Eand can be found at @mattfarina keybase account. Please use the attached signatures for verifying this release usinggpg.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
Changelog
4f953c2(dependabot[bot])6801f4d(Benoit Tigeot)2f619be(Benoit Tigeot)helm pulluntar dir check with repo urls8112d47(Luna Stadler)5dff7ce(Benoit Tigeot)2dad4d2(dependabot[bot])a833710(Reinhard Nägele)2e12c81(Dirk Müller)kubernetes/kubernetes (kubernetes/kubernetes)
v1.33.6: Kubernetes v1.33.6Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
mikefarah/yq (mikefarah/yq)
v4.49.2Compare Source
v4.49.1: - Security Flags and TOML fixesCompare Source
--securityflags to disable env and file ops #2515v4.48.2Compare Source
Configuration
📅 Schedule: Branch creation - Between day 7 and 14 of the month ( * * 7-14 * * ) (UTC), 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.