From a64c28086fceeab89edbf94e12eb640da60e2c0f Mon Sep 17 00:00:00 2001 From: Vadim Date: Fri, 12 Sep 2025 18:55:57 +0300 Subject: [PATCH] bump helmfile.hooks.infra version --- docs/release-notes.md | 25 +++++++++++++++++++++++++ project.yaml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 1d64d81..cc38c96 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,30 @@ # Cluster Deps Release Notes +## Release v0.13.3 + +## What's new + +## Bug fixes + +- Bumped `helmfile.hooks.infra` version to `v1.35.2`. + +## Additional information + +### Mandatory updates for `project.yaml` + +```yaml +inventory: + hooks: + helmfile.hooks.infra: + version: v1.35.2 +``` + +### List of updated releases + +### List of added releases + +--- + ## Release v0.13.2 ## What's new diff --git a/project.yaml b/project.yaml index 37400e7..cf65904 100644 --- a/project.yaml +++ b/project.yaml @@ -26,7 +26,7 @@ inventory: url: https://github.com/jkroepke/helm-secrets hooks: helmfile.hooks.infra: - version: v1.35.1 + version: v1.35.2 url: git::https://github.com/edenlabllc/{{.Name}}.git?ref={{.Version}} tools: clusterctl: