Skip to content

Commit b064112

Browse files
authored
Merge pull request #24 from edenlabllc/release/v0.3.2
Release/v0.3.2
2 parents 843e6fd + aeb7f50 commit b064112

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

docs/release-notes.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
# Deps Release Notes
1+
# Cluster Deps Release Notes
2+
3+
## Release v0.3.2
4+
5+
## What's new
6+
7+
## Bug fixes
8+
- Bump the `aws-iam-provision` release's chart version to `0.2.1` to handle null items correctly in the template ranges.
9+
10+
## Additional information
11+
12+
### Mandatory updates for `project.yaml`
13+
14+
### List of updated releases
15+
```yaml
16+
- name: aws-iam-provision
17+
chart: core-charts/aws-iam-provision
18+
version: 0.2.1
19+
```
20+
21+
### List of added releases
22+
23+
---
224
325
## Release v0.3.1
426

helmfile.yaml.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ releases:
160160
- name: aws-iam-provision
161161
namespace: capa-system
162162
chart: "{{`{{ .Release.Labels.repo }}`}}/aws-iam-provision"
163-
version: 0.2.0
163+
version: 0.2.1
164164
labels:
165165
cluster: aws
166166
installed: {{ eq (env "CAPI_CLUSTER" | default "false") "true" }}

0 commit comments

Comments
 (0)