Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit eab6e58

Browse files
committed
feat: update dependencies
Bring in new PGS (new CNI plugins 1.6.0), update tc-redirect-tap (minor bumps). Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 1459d78 commit eab6e58

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Diff for: .github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-08-29T14:09:12Z by kres b5ca957.
3+
# Generated on 2024-10-17T16:22:46Z by kres 34e72ac.
44

55
name: default
66
concurrency:
@@ -33,7 +33,7 @@ jobs:
3333
labels: ${{ steps.retrieve-pr-labels.outputs.result }}
3434
services:
3535
buildkitd:
36-
image: moby/buildkit:v0.15.2
36+
image: moby/buildkit:v0.16.0
3737
options: --privileged
3838
ports:
3939
- 1234:1234
@@ -129,7 +129,7 @@ jobs:
129129
- default
130130
services:
131131
buildkitd:
132-
image: moby/buildkit:v0.15.2
132+
image: moby/buildkit:v0.16.0
133133
options: --privileged
134134
ports:
135135
- 1234:1234

Diff for: .github/workflows/weekly.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-08-29T14:09:12Z by kres b5ca957.
3+
# Generated on 2024-10-17T16:22:46Z by kres 34e72ac.
44

55
name: weekly
66
concurrency:
@@ -16,7 +16,7 @@ jobs:
1616
- pkgs
1717
services:
1818
buildkitd:
19-
image: moby/buildkit:v0.15.2
19+
image: moby/buildkit:v0.16.0
2020
options: --privileged
2121
ports:
2222
- 1234:1234

Diff for: Pkgfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ format: v1alpha2
44

55
vars:
66
PKGS_PREFIX: ghcr.io/siderolabs
7-
PKGS_VERSION: v1.9.0-alpha.0-9-g6f40fbb
7+
PKGS_VERSION: v1.9.0-alpha.0-23-g0b67a13
88

99
# renovate: datasource=git-refs versioning=git depName=https://github.com/awslabs/tc-redirect-tap.git
10-
tc_redirect_tap_ref: 2db41f504194e5fa2b1451647c2154c0a840b02c
11-
tc_redirect_tap_sha256: 438d6d95f5175bfe06b4daf239c86fea39a96042873648cdec25f2704fce66da
12-
tc_redirect_tap_sha512: a1d290d540d5047ee3dfa4f3a9b538a213603cad6dc8be8361baa35f94177682312dfd0379b8365b48b4e39bec4bc4ffc001eacba0ce0c6e252d7341b739c6ce
10+
tc_redirect_tap_ref: ad89862342243a8ba9abad6d23d358cffd2d4077
11+
tc_redirect_tap_sha256: c36a705ec1a72c182aa89167689429908f30e41336bafa4ddb8973492ba89dd8
12+
tc_redirect_tap_sha512: 040bb1aec9c7cfec79a3c26032979f370474ff2304339bf2d30730097368538b82c737c3ae7fa661dd602ccd6a004e542d9918355e9ed0597f582611ad14e0cc
1313

1414
labels:
1515
org.opencontainers.image.source: https://github.com/siderolabs/extras

0 commit comments

Comments
 (0)