diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30b45e4..6012e1a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: name: Trims trailing whitespace args: [--markdown-linebreak-ext=md] # add exception for markdown linebreaks - repo: https://github.com/gitleaks/gitleaks - rev: v8.22.1 + rev: v8.23.3 hooks: - id: gitleaks name: Protect and discover secrets using Gitleaks diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb68b0..a865302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - update go version to 1.23.4 -- update testify to v1.10.0 - update oauth2 to v0.25.0 +- update pflag to v1.0.6 - update sync to v0.10.0 +- update testify to v1.10.0 - update text to v0.21.0 - update `deploy trigger` command to handle deployment pipeline failure diff --git a/tools/DEEPCOPY_GEN_VERSION b/tools/DEEPCOPY_GEN_VERSION index 420000f..0e22fde 100644 --- a/tools/DEEPCOPY_GEN_VERSION +++ b/tools/DEEPCOPY_GEN_VERSION @@ -1 +1 @@ -v0.32.0 +v0.32.1 diff --git a/tools/GORELEASER_VERSION b/tools/GORELEASER_VERSION index 2c3fc41..06646d7 100644 --- a/tools/GORELEASER_VERSION +++ b/tools/GORELEASER_VERSION @@ -1 +1 @@ -v2.5.1 +v2.6.1