Skip to content

Commit 0830984

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 9f20dcd + 2700bf5 commit 0830984

File tree

16 files changed

+9767
-8626
lines changed

16 files changed

+9767
-8626
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Hugo
2323
uses: peaceiris/actions-hugo@v3
2424
with:
25-
hugo-version: 0.140.1
25+
hugo-version: 0.141.0
2626
extended: true
2727

2828
- name: Install Bundler

.github/workflows/updatecli.weekly.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- name: "Checkout"
1515
uses: "actions/checkout@v4"
1616
- name: "Install Updatecli"
17-
uses: "updatecli/updatecli-action@v2.75.0"
17+
uses: "updatecli/updatecli-action@v2.76.0"
1818
with:
19-
version: "v0.91.0"
19+
version: "v0.92.0"
2020
# releasepost is required by the Updatecli
2121
# * policy ghcr.io/updatecli/policies/releasepost/releasepost
2222
- name: "Install Releasepost"
23-
uses: "updatecli/releasepost-action@v0.4.0"
23+
uses: "updatecli/releasepost-action@v0.5.0"
2424
- uses: tibdex/github-app-token@v2.1
2525
id: generate_token
2626
if: github.ref == 'refs/heads/master'

.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.75.0"
28+
uses: "updatecli/updatecli-action@v2.76.0"
2929
with:
30-
version: "v0.91.0"
30+
version: "v0.92.0"
3131
- name: "Run updatecli in dryrun"
3232
run: "updatecli compose diff"
3333
env:

assets/code_example/docs/plugins/actions/github_pullrequest/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ scms:
1515
# Define action configurations if one needs to be created
1616
actions:
1717
helm-charts:
18-
kind: "github"
18+
kind: "github/pullrequest"
1919
scmid: "website"
2020
spec:
2121
automerge: true

assets/code_example/docs/plugins/autodiscovery/fleet/updatecli.d/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ scms:
1111

1212
actions:
1313
fleet-lab:
14-
kind: github
14+
kind: github/pullrequest
1515
scmid: fleet-lab
1616
spec:
1717
labels:

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.91.0[v0.91.0(latest)] | (github-actions[bot]) | 2024-12-24 06:52:52 +0000 UTC
10+
| link:changelogs/v0.92.0[v0.92.0(latest)] | (github-actions[bot]) | 2025-01-12 08:14:30 +0000 UTC
11+
12+
| link:changelogs/v0.91.0[v0.91.0] | (github-actions[bot]) | 2024-12-24 06:52:52 +0000 UTC
1113

1214
| link:changelogs/v0.90.0[v0.90.0] | (github-actions[bot]) | 2024-12-20 11:29:28 +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": "2024-12-24 06:52:52 +0000 UTC",
5-
"Tag": "v0.91.0"
4+
"PublishedAt": "2025-01-12 08:14:30 +0000 UTC",
5+
"Tag": "v0.92.0"
66
},
77
"Changelogs": [
8+
{
9+
"Author": " (github-actions[bot])",
10+
"PublishedAt": "2025-01-12 08:14:30 +0000 UTC",
11+
"Tag": "v0.92.0"
12+
},
813
{
914
"Author": " (github-actions[bot])",
1015
"PublishedAt": "2024-12-24 06:52:52 +0000 UTC",

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

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

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

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

content/en/docs/prologue/installation.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,33 +50,33 @@ To upgrade to the latest version, use `brew upgrade updatecli`.
5050
[source,shell]
5151
```
5252
# amd64
53-
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_amd64.rpm
53+
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.92.0/updatecli_amd64.rpm
5454
# arm64
55-
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_arm64.rpm
55+
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.92.0/updatecli_arm64.rpm
5656
# armv6
57-
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_armv6.rpm
57+
sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.92.0/updatecli_armv6.rpm
5858
```
5959

6060
**Debian/Ubuntu**
6161
[source,shell]
6262
```
6363
# amd64
64-
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_amd64.deb
64+
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.92.0/updatecli_amd64.deb
6565
# arm64
66-
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_arm64.deb
66+
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.92.0/updatecli_arm64.deb
6767
# armv6
68-
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_armv6.deb
68+
curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.92.0/updatecli_armv6.deb
6969
```
7070

7171
**Fedora/Centos/RedHat**
7272
[source,shell]
7373
```
7474
# amd64
75-
dnf install https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_amd64.rpm
75+
dnf install https://github.com/updatecli/updatecli/releases/download/v0.92.0/updatecli_amd64.rpm
7676
# arm64
77-
dnf install https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_arm64.rpm
77+
dnf install https://github.com/updatecli/updatecli/releases/download/v0.92.0/updatecli_arm64.rpm
7878
# armv6
79-
dnf install https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_armv6.rpm
79+
dnf install https://github.com/updatecli/updatecli/releases/download/v0.92.0/updatecli_armv6.rpm
8080
```
8181

8282
**Arch Linux (AUR)**
@@ -89,11 +89,11 @@ yay -S updatecli-bin
8989
[source,shell]
9090
```
9191
# amd64
92-
curl -sL -o/tmp/updatecli_amd64.tgz https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_amd64.tgz
92+
curl -sL -o/tmp/updatecli_amd64.tgz https://github.com/updatecli/updatecli/releases/download/v0.92.0/updatecli_amd64.tgz
9393
# arm64
94-
curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_arm64.tgz
94+
curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.92.0/updatecli_arm64.tgz
9595
# armv6
96-
curl -sL -o/tmp/updatecli_armv6.tgz https://github.com/updatecli/updatecli/releases/download/v0.91.0/updatecli_armv6.tgz
96+
curl -sL -o/tmp/updatecli_armv6.tgz https://github.com/updatecli/updatecli/releases/download/v0.92.0/updatecli_armv6.tgz
9797
```
9898

9999
== Docker

0 commit comments

Comments
 (0)