Skip to content

Commit d550f6d

Browse files
Merge pull request #20 from edenlabllc/release/v0.3.1-rc
Release/v0.3.1 rc
2 parents d0f91c4 + d571a44 commit d550f6d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

docs/release-notes.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Deps Release Notes
22

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+
326
## Release v0.3.0
427
528
## What's new

project.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inventory:
2626
url: https://github.com/jkroepke/helm-secrets
2727
hooks:
2828
helmfile.hooks.infra:
29-
version: v1.29.2
29+
version: v1.30.0
3030
url: git::https://github.com/edenlabllc/{{.Name}}.git?ref={{.Version}}
3131
tools:
3232
clusterctl:

0 commit comments

Comments
 (0)