Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down