Skip to content

Commit 9930977

Browse files
Merge pull request #48 from edenlabllc/release/v0.7.0-rc
Release/v0.7.0 rc
2 parents 395e4da + acf1670 commit 9930977

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,8 @@ jobs:
1717
ref: ${{ github.ref }}
1818
fetch-depth: 0
1919

20-
- name: Checkout tenant-artifact action repository
21-
uses: actions/checkout@v4
22-
with:
23-
repository: edenlabllc/tenant-artifact.ci.action
24-
ref: v2
25-
token: ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }}
26-
path: .github/actions/tenant-artifact
27-
2820
- name: Create tenant Artifact
29-
uses: ./.github/actions/tenant-artifact
21+
uses: edenlabllc/tenant-artifact.ci.action@v3
3022
with:
3123
autotag: true
3224
github_token_repo_full_access: ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }}

docs/release-notes.md

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

3+
## Release v0.7.0
4+
5+
## What's new
6+
7+
- Refactored the `tenant-artifact` action according to the new version.
8+
9+
## Bug fixes
10+
11+
## Additional information
12+
13+
### Mandatory updates for `project.yaml`
14+
15+
### List of updated releases
16+
17+
### List of added releases
18+
19+
---
20+
321
## Release v0.6.0
422

523
## What's new

0 commit comments

Comments
 (0)