Skip to content

Commit ce440c9

Browse files
authored
Merge pull request #88 from edenlabllc/release/v0.14.0-rc
Release/v0.14.0 rc
2 parents d187928 + 98efcae commit ce440c9

2 files changed

Lines changed: 51 additions & 1 deletion

File tree

docs/release-notes.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# Cluster Deps Release Notes
22

3+
## Release v0.14.0
4+
5+
## What's new
6+
7+
- Bumped `helmfile.hooks.infra` version to `v1.36.0`.
8+
9+
## Bug fixes
10+
11+
## Additional information
12+
13+
### Mandatory updates for `project.yaml`
14+
15+
```yaml
16+
inventory:
17+
hooks:
18+
helmfile.hooks.infra:
19+
version: v1.36.0
20+
```
21+
22+
### List of updated releases
23+
24+
### List of added releases
25+
26+
---
27+
28+
## Release v0.13.3
29+
30+
## What's new
31+
32+
## Bug fixes
33+
34+
- Bumped `helmfile.hooks.infra` version to `v1.35.2`.
35+
36+
## Additional information
37+
38+
### Mandatory updates for `project.yaml`
39+
40+
```yaml
41+
inventory:
42+
hooks:
43+
helmfile.hooks.infra:
44+
version: v1.35.2
45+
```
46+
47+
### List of updated releases
48+
49+
### List of added releases
50+
51+
---
52+
353
## Release v0.13.2
454

555
## What's new

project.yaml

Lines changed: 1 addition & 1 deletion
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.35.1
29+
version: v1.36.0
3030
url: git::https://github.com/edenlabllc/{{.Name}}.git?ref={{.Version}}
3131
tools:
3232
clusterctl:

0 commit comments

Comments
 (0)