chore(deps): Update testing-tools#1
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
renovate/testing-tools
branch
2 times, most recently
from
May 18, 2026 08:45
025ba32 to
2896937
Compare
github-actions
Bot
force-pushed
the
renovate/testing-tools
branch
2 times, most recently
from
May 25, 2026 08:58
2896937 to
35536ac
Compare
github-actions
Bot
force-pushed
the
renovate/testing-tools
branch
2 times, most recently
from
June 8, 2026 09:24
99f4c83 to
0d31283
Compare
github-actions
Bot
force-pushed
the
renovate/testing-tools
branch
3 times, most recently
from
June 16, 2026 10:08
2bcf4c3 to
47cec8b
Compare
github-actions
Bot
force-pushed
the
renovate/testing-tools
branch
3 times, most recently
from
June 26, 2026 08:30
8953237 to
623f552
Compare
github-actions
Bot
force-pushed
the
renovate/testing-tools
branch
3 times, most recently
from
July 6, 2026 09:01
55ff063 to
8cb5b28
Compare
github-actions
Bot
force-pushed
the
renovate/testing-tools
branch
2 times, most recently
from
July 13, 2026 08:17
1a0556a to
dd0f06f
Compare
github-actions
Bot
force-pushed
the
renovate/testing-tools
branch
2 times, most recently
from
July 17, 2026 07:17
80bb80b to
22f4481
Compare
github-actions
Bot
force-pushed
the
renovate/testing-tools
branch
from
July 21, 2026 07:33
22f4481 to
0e1abc1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v2.8.8→v2.9.2v4.2.0→v4.2.3v1.5.2→v1.7.1v1.12.1→v1.14.0v0.7.0→v0.8.0v1.36.1→v1.36.2v4.53.2→v4.53.324c190e→c5705040.37.3→0.37.5v0.77.0→v0.81.1Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
fluxcd/flux2 (fluxcd/flux2)
v2.9.2Compare Source
Highlights
Flux v2.9.2 is a patch release. The main fix addresses a regression introduced in
v2.9.1 where a Kustomization with
openapi.pathpointing to a URL failed toreconcile with
failed to read OpenAPI schema. This release also corrects severalCRD field descriptions that contained inaccurate or leaked content. 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:
openapi.pathpointing to a URL failed to reconcile withfailed to read OpenAPI schema(kustomize-controller)HelmChartCRD description for.status.url, which pointed users atBucketStatus.Artifactinstead ofHelmChartStatus.Artifact(source-controller)ImageRepositoryCRD description for.status.observedExclusionList, which referred tospec.lastScanResultinstead ofstatus.lastScanResult(image-reflector-controller)ImageUpdateAutomationCRD description for.status.observedSourceRevision, which had a stray Go struct declaration leaking into it (image-automation-controller)Improvements:
Components changelog
CLI changelog
Full Changelog: fluxcd/flux2@v2.9.1...v2.9.2
v2.9.1Compare Source
Highlights
Flux v2.9.1 is a patch release. The main fix, applied across all controllers, disables Flux variable substitution on the Flux CRDs by annotating them with
kustomize.toolkit.fluxcd.io/substitute: disabled, so that Kustomizations with post-build substitution enabled no longer corrupt the CRD schemas when they contain${...}sequences. 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:
${...}sequences (all controllers).inifile decryption (kustomize-controller)<resource> is invalid(kustomize-controller)Improvements:
Components changelog
CLI changelog
Full Changelog: fluxcd/flux2@v2.9.0...v2.9.1
v2.9.0Compare Source
Highlights
Flux v2.9.0 is a feature release. Users are encouraged to upgrade for the best experience.
For a compressive overview of new features and API changes included in this release, please refer to the Announcing Flux 2.9 GA blog post.
Overview of the new features:
flux plugin)Kustomization)Kustomization)Kustomization)HelmRelease)helm --set-literal(HelmRelease)Kustomization,HelmRelease)GitRepository,ImageUpdateAutomation)GitRepository)OCIRepository)ArtifactGenerator)Receiver)❤️ Big thanks to all the Flux contributors that helped us with this release!
Kubernetes compatibility
This release is compatible with the following Kubernetes versions:
v1.34>= 1.34.1v1.35>= 1.35.0v1.36>= 1.36.0OpenShift compatibility
Flux can be installed on Red Hat OpenShift cluster directly from OperatorHub using Flux Operator. The operator allows the configuration of Flux multi-tenancy lockdown, network policies, persistent storage, sharding, vertical scaling and the synchronization of the cluster state from Git repositories, OCI artifacts, and S3-compatible storage.
Upgrade procedure
image.toolkit.fluxcd.io/v1beta2andnotification.toolkit.fluxcd.io/v1beta2have reached end-of-life and have been removed from the CRDs.
Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from older versions of Flux to v2.9.
Components changelog
CLI changelog
--show-sourcetoflux get ksandflux get hrby @rafaelperoco in #5828flux create secret receivercommand by @stefanprodan in #5835--in-memory-buildtoflux build ksandflux diff ksby @rycli in #5794--ignore-not-foundtoflux diff ksby @rycli in #5845flux plugin installby @Iam-Karan-Suresh in #5872--ns-follows-kube-contextglobal flag for using the kubeconfig context namespace by @jtyr in #5831flux trigger receiverby @matheuscscp in #5908flux bootstrap gitby @taraspos in #5868flux build ksby @raffis in #5906ks.spec.postBuild.substituteStrategyby @matheuscscp in #5945type!=statusin get --status-selector by @3uzbcqje in #5952flux get all --status-selectorfor empty results and notification resources by @matheuscscp in #5954New Contributors
Full Changelog: fluxcd/flux2@v2.8.0...v2.9.0
helm/helm (helm/helm)
v4.2.3: Helm v4.2.3Compare Source
Helm v4.2.3 is a patch release. 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 v4.2.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
Changelog
43e8b7f(Terry Howe)v4.2.2: Helm v4.2.2Compare Source
Helm v4.2.2 is a patch release. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Notable Changes
Installation and Upgrading
Download Helm v4.2.2. The common platform binaries are here:
This release was signed by @gjenkins8 with key BF88 8333 D96A 1C18 E268 2AAE D79D 67C9 EC01 6739, which can be found at https://keys.openpgp.org/vks/v1/by-fingerprint/BF888333D96A1C18E2682AAED79D67C9EC016739. 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
Changelog
b05881c(George Jenkins)Full Changelog: helm/helm@v4.2.1...v4.2.2
v4.2.1: Helm v4.2.1Compare Source
Helm v4.2.1 is a patch release. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Notable Changes
Installation and Upgrading
Download Helm v4.2.1. The common platform binaries are here:
This release was signed with
208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155and can be found at @scottrigby 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
d591a19(Terry Howe)2a9fcae(Terry Howe)ffa5bd6(dependabot[bot])9f9dbaf(dependabot[bot])64a2891(dependabot[bot])e54a4a2(dependabot[bot])acb762b(dependabot[bot])768586d(dependabot[bot])eabfae5(Benoit Tigeot)e3fd51f(Benoit Tigeot)1e47395(Benoit Tigeot)a33e239(Benoit Tigeot)fa06d44(Terry Howe)360d483(Terry Howe)7651edf(dependabot[bot])b132e7e(dependabot[bot])eee491a(Terry Howe)3e3c575(dependabot[bot])c4ce2bb(dependabot[bot])3892dc2(dependabot[bot])c4bbb62(dependabot[bot])a0d7f16(dependabot[bot])8a3de05(dependabot[bot])57a4803(Matheus Pimenta)b33ae02(dependabot[bot])Full Changelog: helm/helm@v4.2.0...v4.2.1
helmfile/helmfile (helmfile/helmfile)
v1.7.1Compare Source
What's Changed
New Contributors
Full Changelog: helmfile/helmfile@v1.7.0...v1.7.1
v1.7.0Compare Source
What's Changed
inherits:for sub-helmfile config inheritance by @yxxhero in #2680New Contributors
Full Changelog: helmfile/helmfile@v1.6.0...v1.7.0
v1.6.0Compare Source
Helmfile v1.6.0
This release introduces
helmfile doctor— an AI-assisted diff analyzer thatreads your
helmfile diffoutput and asks an LLM to summarize the changes andflag risks before you apply them. We also ship parallel kubedog tracking
so resource convergence now happens alongside (not after) helm execution.
🩺
helmfile doctor: AI-assisted diff analysishelmfile doctorrunshelmfile diff, then sends the diff to anyOpenAI-compatible Chat Completions endpoint to produce a structured risk
report. It is designed to drop into a CI pipeline before
helmfile applyso ahuman reviewer (or a gate) gets a fast, opinionated second opinion on what is
about to change.
Quick start
Example output:
How it works
helmfile diff(with--contextdefaulting to 3 so the model getsenough surrounding YAML to ground its analysis).
senior Kubernetes/Helm reviewer and locks the output to a known JSON schema.
--output jsonfor programmatic consumption).Risk model
The model evaluates the diff across six categories and three severity levels:
data-losssecuritybreaking-changedowntimeperformancebest-practiceSeverity drives the exit code, making doctor a CI gate:
--forcewas not passed.(helm-diff's own "detected changes" exit-2 is intentionally swallowed —
changes are doctor's whole job.)
Pass
--forceto keep the report but skip the high-risk gate.Secret safety
Secrets are always redacted before any byte leaves the process — there is
no opt-out. This is enforced in two layers:
--show-secretsis silently ignored; the diff config is wrapped soShowSecrets()returns false, making helm-diff itself emit<REDACTED>.SecretRedactorthen strips any residual secret-looking content(Secret resource
data:blocks, sensitive key names likepassword/apiKey/token, free-form long base64, and JWT-shaped tokens). Theredaction count is always shown in the report footer so you can spot
unexpected leaks.
JSON output (
--output json) exposes only post-redaction diffs — doctor neverechoes raw pre-redaction content through stdout or JSON.
Graceful degradation
When no LLM is configured (no
HELMFILE_LLM_API_KEY/ model /llm:block /--llm-*flags), doctor degrades to a plainhelmfile diffwith--show-secretsforced off — byte-for-byte identical behavior, just safer.Configuration precedence
--llm-base-url--llm-api-keyhelmfile.yaml+{{ env }}over the CLI)--llm-modelgpt-4o,claude-3-5-sonnetvia gateway, ...)--llm-timeoutConfiguration
📅 Schedule: (UTC)
🚦 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.