Skip to content

Commit a05185c

Browse files
authored
chore: bump auroraboot to v0.23.0 across all workflows (#4166)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 591d069 commit a05185c

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/image-master-arm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
registry_username: ${{ secrets.QUAY_USERNAME }}
2323
registry_password: ${{ secrets.QUAY_PASSWORD }}
2424
with:
25-
auroraboot_version: "v0.19.4"
25+
auroraboot_version: "v0.23.0"
2626
dockerfile_path: "images/Dockerfile"
2727
base_image: ${{ matrix.base_image }}
2828
model: ${{ matrix.model }}

.github/workflows/image-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
registry_username: ${{ secrets.QUAY_USERNAME }}
2222
registry_password: ${{ secrets.QUAY_PASSWORD }}
2323
with:
24-
auroraboot_version: "v0.19.4"
24+
auroraboot_version: "v0.23.0"
2525
dockerfile_path: "images/Dockerfile"
2626
base_image: ${{ matrix.base_image }}
2727
model: "generic"

.github/workflows/image-pr-arm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
grype: false # too many vulns under the L4T rootfs
5454
custom_job_name_format: ""
5555
with:
56-
auroraboot_version: "v0.19.4"
56+
auroraboot_version: "v0.23.0"
5757
dockerfile_path: "images/Dockerfile"
5858
base_image: ${{ matrix.base_image }}
5959
model: ${{ matrix.model }}

.github/workflows/image-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
kubernetes_distro: "k3s"
3232
custom_job_name_format: "standard-amd64-generic-k3s"
3333
with:
34-
auroraboot_version: "v0.19.4"
34+
auroraboot_version: "v0.23.0"
3535
dockerfile_path: "images/Dockerfile"
3636
base_image: ${{ matrix.base_image }}
3737
model: "generic"

.github/workflows/release-arm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
grype: false # too many vulns under the L4T rootfs
5959
custom_job_name_format: ""
6060
with:
61-
auroraboot_version: "v0.19.4"
61+
auroraboot_version: "v0.23.0"
6262
dockerfile_path: "images/Dockerfile"
6363
base_image: ${{ matrix.base_image }}
6464
arch: "arm64"
@@ -158,7 +158,7 @@ jobs:
158158
grype: false # too many vulns under the L4T rootfs
159159
custom_job_name_format: ""
160160
with:
161-
auroraboot_version: "v0.19.4"
161+
auroraboot_version: "v0.23.0"
162162
dockerfile_path: "images/Dockerfile"
163163
base_image: ${{ matrix.base_image }}
164164
arch: "arm64"

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry_username: ${{ secrets.QUAY_USERNAME }}
3131
registry_password: ${{ secrets.QUAY_PASSWORD }}
3232
with:
33-
auroraboot_version: "v0.19.4"
33+
auroraboot_version: "v0.23.0"
3434
dockerfile_path: "images/Dockerfile"
3535
base_image: ${{ matrix.base_image }}
3636
arch: "amd64"
@@ -133,7 +133,7 @@ jobs:
133133
registry_username: ${{ secrets.QUAY_USERNAME }}
134134
registry_password: ${{ secrets.QUAY_PASSWORD }}
135135
with:
136-
auroraboot_version: "v0.19.4"
136+
auroraboot_version: "v0.23.0"
137137
dockerfile_path: "images/Dockerfile"
138138
base_image: ${{ matrix.base_image }}
139139
arch: "amd64"
@@ -179,7 +179,7 @@ jobs:
179179
registry_username: ${{ secrets.QUAY_USERNAME }}
180180
registry_password: ${{ secrets.QUAY_PASSWORD }}
181181
with:
182-
auroraboot_version: "v0.19.4"
182+
auroraboot_version: "v0.23.0"
183183
dockerfile_path: "images/Dockerfile"
184184
base_image: ${{ matrix.base_image }}
185185
arch: "amd64"

.github/workflows/uki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
registry_username: ${{ secrets.QUAY_USERNAME }}
2222
registry_password: ${{ secrets.QUAY_PASSWORD }}
2323
with:
24-
auroraboot_version: "v0.19.4"
24+
auroraboot_version: "v0.23.0"
2525
dockerfile_path: "images/Dockerfile"
2626
base_image: ${{ matrix.base_image }}
2727
kubernetes_distro: ${{ matrix.kubernetes_distro }}

0 commit comments

Comments
 (0)