chore(deps): update pre-commit hook mongodb/kingfisher to v1.78.0 #416
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:
v1.77.0→v1.78.0Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
mongodb/kingfisher (mongodb/kingfisher)
v1.78.0Compare Source
kingfisher validatecommand when rules require dependent variables fromdepends_onsections. Now clearly explains which variables are needed and from which dependent rules they are normally captured.validate_commandandrevoke_commandgeneration in scan output to include all required--vararguments for rules withdepends_onsections (e.g., PubNub, Azure Storage). Commands now include dependent variables like--var SUBSCRIPTIONTOKEN=<value>or--var AZURENAME=<value>.AZURENAMEvariable (matching thedepends_on_ruleconfiguration) withSTORAGE_ACCOUNTmaintained as a backward-compatible alias.dependent_capturesfield to match records to preserve variables from dependent rules through the validation pipeline for accurate command generation.--tls-mode <strict|lax|off>global flag to control TLS certificate validation behavior during credential validation:strict(default): Full WebPKI certificate validation with trusted CA chains, hostname verification, and expiration checkslax: Accept self-signed or unknown CA certificates, useful for database connections (PostgreSQL, MySQL, MongoDB) and services using private CAs (e.g., Amazon RDS)off: Disable all TLS validation (equivalent to legacy--ignore-certs)tls_modefield allowing individual rules to opt into relaxed TLS validation when appropriate. Rules for PostgreSQL, MySQL, MongoDB, JDBC, and JWT now includetls_mode: laxby default.--ignore-certsflag remains supported as a deprecated alias for--tls-mode=offfor backward compatibility.commitstage name in.pre-commit-hooks.yamlto usepre-commitstage name, eliminating pre-commit framework warnings.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.