Skip to content

Commit f8460c9

Browse files
Merge pull request #28 from edenlabllc/release/v0.3.3
Release/v0.3.3
2 parents b064112 + 93ee5f6 commit f8460c9

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

.github/workflows/tenant-artifact-auto.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ jobs:
2525
token: ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }}
2626
path: .github/actions/tenant-artifact
2727

28-
- name: Create and upload tenant Artifact
28+
- name: Create tenant Artifact
2929
uses: ./.github/actions/tenant-artifact
3030
with:
3131
autotag: true
3232
github_token_repo_full_access: ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }}
3333
slack_notifications: true
3434
slack_webhook: ${{ secrets.SLACK_WEBHOOK_RELEASES }}
3535
slack_message_release_notes_path: docs/release-notes.md
36+
update_tenant_environments: |
37+
deps=develop

docs/release-notes.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Cluster Deps Release Notes
22

3+
## Release v0.3.3
4+
5+
## What's new
6+
- Bumped `helmfile.hooks.infra` version to `v1.30.1`.
7+
- Project update has been enabled for tenant `deps.bootstrap.infra`.
8+
9+
## Bug fixes
10+
11+
## Additional information
12+
13+
### Mandatory updates for `project.yaml`
14+
```yaml
15+
inventory:
16+
hooks:
17+
helmfile.hooks.infra:
18+
version: v1.30.1
19+
```
20+
21+
### List of updated releases
22+
23+
### List of added releases
24+
25+
---
26+
327
## Release v0.3.2
428
529
## What's new
@@ -167,4 +191,4 @@ inventory:
167191
- name: gcp-cluster
168192
chart: core-charts/gcp-cluster
169193
version: 0.2.1
170-
```
194+
```

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.30.0
29+
version: v1.30.1
3030
url: git::https://github.com/edenlabllc/{{.Name}}.git?ref={{.Version}}
3131
tools:
3232
clusterctl:

0 commit comments

Comments
 (0)