We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0f91c4 + d571a44 commit d550f6dCopy full SHA for d550f6d
docs/release-notes.md
@@ -1,5 +1,28 @@
1
# Deps Release Notes
2
3
+## Release v0.3.1
4
+
5
+## What's new
6
+- Bumped `helmfile.hooks.infra` version to `v1.30.0`.
7
8
+## Bug fixes
9
10
+## Additional information
11
12
+### Mandatory updates for `project.yaml`
13
+```yaml
14
+inventory:
15
+ hooks:
16
+ helmfile.hooks.infra:
17
+ version: v1.30.0
18
+```
19
20
+### List of updated releases
21
22
+### List of added releases
23
24
+---
25
26
## Release v0.3.0
27
28
## What's new
project.yaml
@@ -26,7 +26,7 @@ inventory:
url: https://github.com/jkroepke/helm-secrets
hooks:
helmfile.hooks.infra:
29
- version: v1.29.2
30
url: git::https://github.com/edenlabllc/{{.Name}}.git?ref={{.Version}}
31
tools:
32
clusterctl:
0 commit comments