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

Commit 52c217f

Browse files
committed
feat: update dependencies
Rekres, update tc-redirect-tap. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent f755eb4 commit 52c217f

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

.github/renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@
4242
"pin",
4343
"digest"
4444
]
45+
},
46+
{
47+
"enabled": false,
48+
"matchFileNames": [
49+
"Dockerfile"
50+
]
51+
},
52+
{
53+
"enabled": false,
54+
"matchFileNames": [
55+
".github/workflows/*.yaml"
56+
]
4557
}
4658
],
4759
"separateMajorMinor": false

Makefile

Lines changed: 1 addition & 12 deletions
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-12-18T15:24:30Z by kres b9507d6.
3+
# Generated on 2025-01-21T11:42:07Z by kres 3075de9.
44

55
# common variables
66

@@ -36,13 +36,11 @@ PLATFORM ?= linux/amd64,linux/arm64
3636
PROGRESS ?= auto
3737
PUSH ?= false
3838
CI_ARGS ?=
39-
BUILDKIT_MULTI_PLATFORM ?= 1
4039
COMMON_ARGS = --file=Pkgfile
4140
COMMON_ARGS += --provenance=false
4241
COMMON_ARGS += --progress=$(PROGRESS)
4342
COMMON_ARGS += --platform=$(PLATFORM)
4443
COMMON_ARGS += --build-arg=SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH)
45-
COMMON_ARGS += --build-arg=BUILDKIT_MULTI_PLATFORM=$(BUILDKIT_MULTI_PLATFORM)
4644

4745
# targets defines all the available targets
4846

@@ -113,15 +111,6 @@ target-%: ## Builds the specified target defined in the Pkgfile. The build resu
113111

114112
local-%: ## Builds the specified target defined in the Pkgfile using the local output type. The build result will be output to the specified local destination.
115113
@$(MAKE) target-$* TARGET_ARGS="--output=type=local,dest=$(DEST) $(TARGET_ARGS)"
116-
@PLATFORM=$(PLATFORM) DEST=$(DEST) bash -c '\
117-
for platform in $$(tr "," "\n" <<< "$$PLATFORM"); do \
118-
echo $$platform; \
119-
directory="$${platform//\//_}"; \
120-
if [[ -d "$$DEST/$$directory" ]]; then \
121-
mv -f "$$DEST/$$directory/"* $$DEST; \
122-
rmdir "$$DEST/$$directory/"; \
123-
fi; \
124-
done'
125114

126115
docker-%: ## Builds the specified target defined in the Pkgfile using the docker output type. The build result will be loaded into Docker.
127116
@$(MAKE) target-$* TARGET_ARGS="$(TARGET_ARGS)"

Pkgfile

Lines changed: 4 additions & 4 deletions
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
7+
PKGS_VERSION: v1.10.0-alpha.0-30-g5934363
88

99
# renovate: datasource=git-refs versioning=git depName=https://github.com/awslabs/tc-redirect-tap.git
10-
tc_redirect_tap_ref: 2d4b7a9d66df6f388f30ea7fa707263bf9acfae2
11-
tc_redirect_tap_sha256: c71ef3b29b38eeee18dca30ccac1e27a9dfd94ba6bc11de9ebeac4ce2f5c8e29
12-
tc_redirect_tap_sha512: 042ca7a2d8eb2998d5f0a1dd7c39e3bd35b40f27dab42a3a6c85500c8af27cbca4e498c8f3acbaec1d933c4f4226bab4c147e5ad4a30a607d0cfe26482fcecda
10+
tc_redirect_tap_ref: fb2c2b5e660adb567157c9d69e1de19b0c7c4f37
11+
tc_redirect_tap_sha256: 874ca063816e052305d2a3ec4e64f33d88ecf2862c0b09271ea851a54cd8b9f0
12+
tc_redirect_tap_sha512: ad21b432c2d92d7bbb4ba13c7436e01c0431c18d92ab9ef23f19491bcb0985fff3970b1cbb553b38a2b41e4781b80dec0bd7367caa26eff9b9f79f0aad9dd5e5
1313

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

deps.png

13.7 KB
Loading

0 commit comments

Comments
 (0)