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

Commit e7d16d8

Browse files
committed
chore: bump deps
- run rekres (bump buildkit to v0.15.1) - bump bldr to v0.3.2 - bump pkgs to v1.8.0-alpha.0-45-gaf6b4e6 Signed-off-by: Dmitriy Matrenichev <[email protected]>
1 parent cab51d8 commit e7d16d8

File tree

4 files changed

+9
-9
lines changed

4 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-07-03T14:11:08Z by kres 8c8b007.
3+
# Generated on 2024-08-07T15:33:12Z by kres dbf015a.
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.14.1
36+
image: moby/buildkit:v0.15.1
3737
options: --privileged
3838
ports:
3939
- 1234:1234
@@ -129,7 +129,7 @@ jobs:
129129
- default
130130
services:
131131
buildkitd:
132-
image: moby/buildkit:v0.14.1
132+
image: moby/buildkit:v0.15.1
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-07-03T14:11:08Z by kres 8c8b007.
3+
# Generated on 2024-08-07T15:33:12Z by kres dbf015a.
44

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

Diff for: Makefile

+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-08-07T15:33:12Z by kres dbf015a.
44

55
# common variables
66

@@ -25,7 +25,7 @@ SOURCE_DATE_EPOCH := $(shell git log $(INITIAL_COMMIT_SHA) --pretty=%ct)
2525

2626
# sync bldr image with pkgfile
2727

28-
BLDR_RELEASE := v0.3.1
28+
BLDR_RELEASE := v0.3.2
2929
BLDR_IMAGE := ghcr.io/siderolabs/bldr:$(BLDR_RELEASE)
3030
BLDR := docker run --rm --user $(shell id -u):$(shell id -g) --volume $(PWD):/src --entrypoint=/bldr $(BLDR_IMAGE) --root=/src
3131

Diff for: Pkgfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# syntax = ghcr.io/siderolabs/bldr:v0.3.1
1+
# syntax = ghcr.io/siderolabs/bldr:v0.3.2
22

33
format: v1alpha2
44

55
vars:
66
PKGS_PREFIX: ghcr.io/siderolabs
7-
PKGS_VERSION: v1.8.0-alpha.0-34-gce49757
7+
PKGS_VERSION: v1.8.0-alpha.0-45-gaf6b4e6
88

99
# renovate: datasource=git-refs versioning=git depName=https://github.com/awslabs/tc-redirect-tap.git
1010
tc_redirect_tap_ref: 97e0d3caefe891c05ad9b8faed06771b1d29407c

0 commit comments

Comments
 (0)