Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
Bring in new PGS (new CNI plugins 1.6.0), update tc-redirect-tap (minor
bumps).

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Oct 17, 2024
1 parent 1459d78 commit eab6e58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-08-29T14:09:12Z by kres b5ca957.
# Generated on 2024-10-17T16:22:46Z by kres 34e72ac.

name: default
concurrency:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
labels: ${{ steps.retrieve-pr-labels.outputs.result }}
services:
buildkitd:
image: moby/buildkit:v0.15.2
image: moby/buildkit:v0.16.0
options: --privileged
ports:
- 1234:1234
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- default
services:
buildkitd:
image: moby/buildkit:v0.15.2
image: moby/buildkit:v0.16.0
options: --privileged
ports:
- 1234:1234
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-08-29T14:09:12Z by kres b5ca957.
# Generated on 2024-10-17T16:22:46Z by kres 34e72ac.

name: weekly
concurrency:
Expand All @@ -16,7 +16,7 @@ jobs:
- pkgs
services:
buildkitd:
image: moby/buildkit:v0.15.2
image: moby/buildkit:v0.16.0
options: --privileged
ports:
- 1234:1234
Expand Down
8 changes: 4 additions & 4 deletions Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ format: v1alpha2

vars:
PKGS_PREFIX: ghcr.io/siderolabs
PKGS_VERSION: v1.9.0-alpha.0-9-g6f40fbb
PKGS_VERSION: v1.9.0-alpha.0-23-g0b67a13

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

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

0 comments on commit eab6e58

Please sign in to comment.