File tree 3 files changed +29
-3
lines changed
3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,13 @@ jobs:
25
25
token : ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }}
26
26
path : .github/actions/tenant-artifact
27
27
28
- - name : Create and upload tenant Artifact
28
+ - name : Create tenant Artifact
29
29
uses : ./.github/actions/tenant-artifact
30
30
with :
31
31
autotag : true
32
32
github_token_repo_full_access : ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }}
33
33
slack_notifications : true
34
34
slack_webhook : ${{ secrets.SLACK_WEBHOOK_RELEASES }}
35
35
slack_message_release_notes_path : docs/release-notes.md
36
+ update_tenant_environments : |
37
+ deps=develop
Original file line number Diff line number Diff line change 1
1
# Cluster Deps Release Notes
2
2
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
+
3
27
## Release v0.3.2
4
28
5
29
## What's new
@@ -167,4 +191,4 @@ inventory:
167
191
- name: gcp-cluster
168
192
chart: core-charts/gcp-cluster
169
193
version: 0.2.1
170
- ` ` `
194
+ ` ` `
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ inventory:
26
26
url : https://github.com/jkroepke/helm-secrets
27
27
hooks :
28
28
helmfile.hooks.infra :
29
- version : v1.30.0
29
+ version : v1.30.1
30
30
url : git::https://github.com/edenlabllc/{{.Name}}.git?ref={{.Version}}
31
31
tools :
32
32
clusterctl :
You can’t perform that action at this time.
0 commit comments