Skip to content

Commit 23d0f79

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents c229cee + 6e65cf6 commit 23d0f79

File tree

20 files changed

+3281
-547
lines changed

20 files changed

+3281
-547
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Use Node.js
18-
uses: actions/setup-node@v4.3.0
18+
uses: actions/setup-node@v4.4.0
1919
with:
2020
node-version: 20
2121

2222
- name: Install Hugo
2323
uses: peaceiris/actions-hugo@v3
2424
with:
25-
hugo-version: 0.147.0
25+
hugo-version: 0.147.3
2626
extended: true
2727

2828
- name: Install Bundler

.github/workflows/updatecli.weekly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- name: "Checkout"
1515
uses: "actions/checkout@v4"
1616
- name: "Install Updatecli"
17-
uses: "updatecli/updatecli-action@v2.82.0"
17+
uses: "updatecli/updatecli-action@v2.83.0"
1818
with:
19-
version: "v0.98.0"
19+
version: "v0.99.0"
2020
# releasepost is required by the Updatecli
2121
# * policy ghcr.io/updatecli/policies/releasepost/releasepost
2222
- name: "Install Releasepost"

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- name: "Checkout"
2626
uses: "actions/checkout@v4"
2727
- name: "Install Updatecli"
28-
uses: "updatecli/updatecli-action@v2.82.0"
28+
uses: "updatecli/updatecli-action@v2.83.0"
2929
with:
30-
version: "v0.98.0"
30+
version: "v0.99.0"
3131
- name: "Run updatecli in dryrun"
3232
run: "updatecli compose diff"
3333
env:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "githubaction autodiscovery"
2+
scms:
3+
default:
4+
kind: git
5+
spec:
6+
url: https://github.com/updatecli/updatecli.git
7+
branch: "main"
8+
9+
autodiscovery:
10+
scmid: default
11+
crawlers:
12+
githubaction:
13+
spec:
14+
digest: true
15+
rootdir: ".github"
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: "Nomad autodiscovery using GitHub"
2+
scms:
3+
default:
4+
kind: github
5+
spec:
6+
owner: updatecli-test
7+
repository: nomad-demo
8+
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
9+
username: '{{ requiredEnv "GITHUB_ACTOR" }}'
10+
branch: master
11+
12+
actions:
13+
default:
14+
scmid: default
15+
kind: github/pullrequest
16+
spec:
17+
labels:
18+
- "dependencies"
19+
20+
autodiscovery:
21+
scmid: default
22+
actionid: default
23+
crawlers:
24+
nomad:
25+
ignore:
26+
- path: 'services/cache.nomad'
27+
# jobs:
28+
# - traefik
29+
# only:
30+
# # - path: <filepath relative from the scm repository>
31+
# jobs: <Nomad job name to match>
32+
# image: <docker image to match>
33+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "precommit autodiscovery"
2+
scms:
3+
default:
4+
kind: git
5+
spec:
6+
url: https://github.com/updatecli/updatecli.git
7+
branch: "main"
8+
9+
autodiscovery:
10+
scmid: default
11+
crawlers:
12+
precommit:
13+
spec:
14+
digest: true

content/en/changelogs/updatecli/_index.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ title: "Changelogs"
77
|===
88
| Name | Author | Published Time
99

10-
| link:changelogs/v0.98.0[v0.98.0(latest)] | (github-actions[bot]) | 2025-04-14 08:28:52 +0000 UTC
10+
| link:changelogs/v0.99.0[v0.99.0(latest)] | (github-actions[bot]) | 2025-05-05 06:10:56 +0000 UTC
11+
12+
| link:changelogs/v0.98.0[v0.98.0] | (github-actions[bot]) | 2025-04-14 08:28:52 +0000 UTC
1113

1214
| link:changelogs/v0.97.0[v0.97.0] | (github-actions[bot]) | 2025-03-31 06:44:37 +0000 UTC
1315

content/en/changelogs/updatecli/_index.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"Latest": {
33
"Author": " (github-actions[bot])",
4-
"PublishedAt": "2025-04-14 08:28:52 +0000 UTC",
5-
"Tag": "v0.98.0"
4+
"PublishedAt": "2025-05-05 06:10:56 +0000 UTC",
5+
"Tag": "v0.99.0"
66
},
77
"Changelogs": [
8+
{
9+
"Author": " (github-actions[bot])",
10+
"PublishedAt": "2025-05-05 06:10:56 +0000 UTC",
11+
"Tag": "v0.99.0"
12+
},
813
{
914
"Author": " (github-actions[bot])",
1015
"PublishedAt": "2025-04-14 08:28:52 +0000 UTC",

content/en/changelogs/updatecli/changelogs/v0.99.0.adoc

Lines changed: 125 additions & 0 deletions
Large diffs are not rendered by default.

content/en/changelogs/updatecli/changelogs/v0.99.0.json

Lines changed: 239 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)