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

Commit cab51d8

Browse files
committed
feat: update dependencies
Bring new Go 1.22.5 via pkgs, update `tc-redirct-tap`. Also brings in new Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 0efb05f commit cab51d8

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

Diff for: .github/workflows/ci.yaml

+4-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-06-05T12:39:45Z by kres f292767.
3+
# Generated on 2024-07-03T14:11:08Z by kres 8c8b007.
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.13.2
36+
image: moby/buildkit:v0.14.1
3737
options: --privileged
3838
ports:
3939
- 1234:1234
@@ -81,6 +81,7 @@ jobs:
8181
driver: remote
8282
endpoint: tcp://127.0.0.1:1234
8383
- name: Build
84+
if: github.event_name == 'pull_request'
8485
run: |
8586
make
8687
- name: Login to registry
@@ -128,7 +129,7 @@ jobs:
128129
- default
129130
services:
130131
buildkitd:
131-
image: moby/buildkit:v0.13.2
132+
image: moby/buildkit:v0.14.1
132133
options: --privileged
133134
ports:
134135
- 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-06-05T12:39:45Z by kres f292767.
3+
# Generated on 2024-07-03T14:11:08Z by kres 8c8b007.
44

55
name: weekly
66
concurrency:
@@ -16,7 +16,7 @@ jobs:
1616
- pkgs
1717
services:
1818
buildkitd:
19-
image: moby/buildkit:v0.13.2
19+
image: moby/buildkit:v0.14.1
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.8.0-alpha.0-23-gc309452
7+
PKGS_VERSION: v1.8.0-alpha.0-34-gce49757
88

99
# renovate: datasource=git-refs versioning=git depName=https://github.com/awslabs/tc-redirect-tap.git
10-
tc_redirect_tap_ref: f4bce16532c34740691b2e10c3945020a3c4fd5e
11-
tc_redirect_tap_sha256: bf55b2b25d9e0fe280f3698deef8eab0a3d5e50a133d25b5f4307ba73e21f7d4
12-
tc_redirect_tap_sha512: 27444ce69f7e1618ed0a9ba16cdd397f3b40dcc351ee515da095d565f79ba0e6b79eb235dca042a2bbfecc85f5cabc53d4d4af24bf957c5a010d31734043c6ca
10+
tc_redirect_tap_ref: 97e0d3caefe891c05ad9b8faed06771b1d29407c
11+
tc_redirect_tap_sha256: d706ff97e4447bbd926e23e109bb23fa89236f8132568cc53b7c99cb3a352331
12+
tc_redirect_tap_sha512: b1fcf19ac28da7c9c2a52f2a1791a20d8610f47b67ea369016e15ba117b6ed4a12f8528c24279ab21b8ae1ecc74b222f07ae003abb8dfca024f8d80f180995e0
1313

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

0 commit comments

Comments
 (0)