Skip to content

Commit 038d009

Browse files
enjenjenjenahsi
andauthored
lightmare chart version up to 0.1.1 (#76)
* chore: Correct path for kubeconfig (#67) Correct name for kubeconfig * chore: fixed ccp-worker version (#68) fixed ccp-worker version * chore: Add release-please for terraform modules (#73) * lightmare chart -> 0.1.1 (#75) --------- Co-authored-by: Anatolios Laskaris <[email protected]>
1 parent bfc7bba commit 038d009

File tree

4 files changed

+48
-1
lines changed

4 files changed

+48
-1
lines changed

.github/release-please/config.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"release-type": "terraform-module",
3+
"bump-minor-pre-major": true,
4+
"bump-patch-for-minor-pre-major": true,
5+
"initial-version": "0.1.0",
6+
"packages": {
7+
"terraform-modules/spectrum": {
8+
"component": "terraform-module-spectrum"
9+
},
10+
"terraform-modules/k3s": {
11+
"component": "terraform-module-k3s"
12+
},
13+
"terraform-modules/talos": {
14+
"component": "terraform-module-talos"
15+
}
16+
}
17+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

.github/workflows/release.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: "release-please"
2+
3+
on:
4+
push:
5+
branches:
6+
- "main"
7+
8+
concurrency:
9+
group: "${{ github.workflow }}-${{ github.ref }}"
10+
11+
jobs:
12+
release-please:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- name: Run release-please
17+
id: release
18+
uses: googleapis/release-please-action@v4
19+
with:
20+
target-branch: main
21+
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
22+
config-file: .github/release-please/config.json
23+
manifest-file: .github/release-please/manifest.json
24+
25+
- name: Show output from release-please
26+
if: steps.release.outputs.releases_created
27+
env:
28+
RELEASE_PLEASE_OUTPUT: ${{ toJSON(steps.release.outputs) }}
29+
run: echo "${RELEASE_PLEASE_OUTPUT}" | jq

flux/core/lightmare/app/repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ spec:
77
interval: 5m0s
88
url: oci://registry-1.docker.io/fluencelabs/lightmare-chart
99
ref:
10-
tag: 0.1.0
10+
tag: 0.1.1

0 commit comments

Comments
 (0)