Skip to content

Commit 4563de5

Browse files
committed
feat: bump dependencies
Rekres, bump Go deps. ``` | Package | Update | Change | |---|---|---| | [containers/crun](https://togithub.com/containers/crun) | patch | `1.16` -> `1.16.1` | | [intel/Intel-Linux-Processor-Microcode-Data-Files](https://togithub.com/intel/Intel-Linux-Processor-Microcode-Data-Files) | minor | `20240531` -> `20240813` | | [kubernetes/cloud-provider-aws](https://togithub.com/kubernetes/cloud-provider-aws) | minor | `v1.30.3` -> `v1.31.0` | | [tailscale/tailscale](https://togithub.com/tailscale/tailscale) | minor | `1.70.0` -> `1.72.1` | | cgr.dev/chainguard/wolfi-base | | digest | `bf0547b` -> `72c8bfe` | ``` Signed-off-by: Andrey Smirnov <[email protected]>
1 parent e753a74 commit 4563de5

File tree

23 files changed

+127
-42
lines changed

23 files changed

+127
-42
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2023-11-02T15:47:10Z by kres 32170a7-dirty.
3+
# Generated on 2024-08-29T14:13:04Z by kres b5ca957.
44

55
*
66
!CHANGELOG.md
7+
!MAINTAINERS.md
78
!README.md
89
!pkg.yaml

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 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-08-06T13:24:11Z by kres 133368e.
3+
# Generated on 2024-08-29T14:13:04Z by kres b5ca957.
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.1
36+
image: moby/buildkit:v0.15.2
3737
options: --privileged
3838
ports:
3939
- 1234:1234
@@ -143,7 +143,7 @@ jobs:
143143
- default
144144
services:
145145
buildkitd:
146-
image: moby/buildkit:v0.15.1
146+
image: moby/buildkit:v0.15.2
147147
options: --privileged
148148
ports:
149149
- 1234:1234

.github/workflows/weekly.yaml

Lines changed: 2 additions & 2 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-08-06T13:24:11Z by kres 133368e.
3+
# Generated on 2024-08-29T14:13:04Z by kres b5ca957.
44

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

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
- name: EXTENSIONS_IMAGE_REF
6060
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
6161
- name: PKGS
62-
defaultValue: v1.8.0-alpha.0-45-gaf6b4e6
62+
defaultValue: v1.8.0-alpha.0-52-g4fd2541
6363
- name: PKGS_PREFIX
6464
defaultValue: ghcr.io/siderolabs
6565
useBldrPkgTagResolver: true

Makefile

Lines changed: 2 additions & 2 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-08-06T11:36:28Z by kres 2fded2b.
3+
# Generated on 2024-08-29T14:13:04Z by kres b5ca957.
44

55
# common variables
66

@@ -48,7 +48,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
4848
# extra variables
4949

5050
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
51-
PKGS ?= v1.8.0-alpha.0-45-gaf6b4e6
51+
PKGS ?= v1.8.0-alpha.0-52-g4fd2541
5252
PKGS_PREFIX ?= ghcr.io/siderolabs
5353

5454
# targets defines all the available targets

Pkgfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
format: v1alpha2
44

55
vars:
6-
LINUX_FIRMWARE_VERSION: "20240709" # update this when updating PKGS_VERSION in Makefile
7-
DRBD_DRIVER_VERSION: 9.2.9 # update this when updating PKGS_VERSION in Makefile
6+
LINUX_FIRMWARE_VERSION: "20240811" # update this when updating PKGS_VERSION in Makefile
7+
DRBD_DRIVER_VERSION: 9.2.11 # update this when updating PKGS_VERSION in Makefile
88
ZFS_DRIVER_VERSION: 2.2.4 # update this when updating PKGS_VERSION in Makefile
99
UTIL_LINUX_VERSION: 2.40.2 # update this when updating PKGS_VERSION in Makefile
1010

container-runtime/crun/pkg.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ steps:
88
# {{ if eq .ARCH "aarch64" }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
99
- url: https://github.com/containers/crun/releases/download/{{ .CRUN_VERSION }}/crun-{{ .CRUN_VERSION }}-linux-arm64-disable-systemd
1010
destination: crun
11-
sha256: 0151e6ea9a7d36de94651347b69b2937c8e657a663afb55180ade3153d5d4064
12-
sha512: 889e347890ed0b9ecd568830195ebf94d4cd63757ab37db622546c640df292a5816e91669054158ca3db816bd05ce2b6d37f734e6a30f81c978fd16cbfdc1e3e
11+
sha256: c8b3f77f999bdaea558ab6a13f5d5d9b6d979432cf685db604de1f98dfd99c54
12+
sha512: 6ec6a3a12af6968358cabc4c67f98c69d6c9f883da8ed0526df87b0818803e4082ca9da0b4956b101f97e065c7335865c0e16a37ea1c602029c41762d460ab9a
1313
# {{ else }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
1414
- url: https://github.com/containers/crun/releases/download/{{ .CRUN_VERSION }}/crun-{{ .CRUN_VERSION }}-linux-amd64-disable-systemd
1515
destination: crun
16-
sha256: 96f27bb57ba3d8441e76e8d3ac6af98d37a9907e6a0ffbcdbc19d72c652c48ae
17-
sha512: e914ba72e9f6b1cc407585076321166c822cf49e0849e602e2f1ed1d4e355e589a39c15b3770ef43b7b9fccb9985c822b922277b204e04005091c8ce3917d767
16+
sha256: 08ced901166ab86fd517f91fa05c90b92d209adb61b5ff7c7ab73e0b2c8275e1
17+
sha512: 93c90d7a572246bd878596c69370638bf09b8eea227624d900ab2715fafddfba238a8fc8fc452324e2eb57adb2467687ab16c14816142369ce56b8cc40b0b042
1818
# {{ end }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
1919
prepare:
2020
- |

container-runtime/ecr-credential-provider/pkg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ steps:
77
- sources:
88
- url: https://github.com/kubernetes/cloud-provider-aws/archive/refs/tags/{{ .VERSION }}.tar.gz
99
destination: cloud-provider-aws.tar.gz
10-
sha256: 53ad64af7118449a4d732f82df7b3aeb4eb1551aabf48a213596bd2e662376e2
11-
sha512: aa351cd531e452dd4ccead4a591a9161a25737ada93a7317c5c181c3d4fe55b279e94b686d8c03665ebee01191129a52b01c9dabfba7075c5e9bde52e6a341c8
10+
sha256: 139f9c54ebc89af5c868b1a4fe36419f0216eebe148079c7d38dcba0a3f96824
11+
sha512: 962973013984a802853311182e1cfd1eabb1bcdf164000f607aeb2631ac98a0b4fd5ba1f7aff08491040979bd2321bcd5debd567c9aa74889b09d7599bc4dcfd
1212
env:
1313
GOPATH: /go
1414
cachePaths:

container-runtime/vars.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ GVISOR_VERSION: 20240729.0
33
# renovate: datasource=github-releases depName=containerd/stargz-snapshotter
44
STARGZ_SNAPSHOTTER_VERSION: v0.15.1
55
# renovate: datasource=github-releases depName=kubernetes/cloud-provider-aws
6-
CLOUD_PROVIDER_AWS_VERSION: v1.30.3
6+
CLOUD_PROVIDER_AWS_VERSION: v1.31.0
77
# renovate: datasource=git-tags extractVersion=^containerd-shim-wasmedge\/(?<version>.*)$ depName=https://github.com/containerd/runwasi.git
88
WASMEDGE_VERSION: v0.4.0
99
# renovate: datasource=git-tags depName=https://github.com/spinkube/containerd-shim-spin.git
1010
SPIN_VERSION: v0.15.1
1111
# renovate: datasource=github-releases depName=kata-containers/kata-containers
1212
KATA_CONTAINERS_VERSION: 3.3.0
1313
# renovate: datasource=github-releases depName=containers/crun
14-
CRUN_VERSION: 1.16
14+
CRUN_VERSION: 1.16.1

firmware/intel-ucode/pkg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ steps:
77
- sources:
88
- url: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-{{ .INTEL_UCODE_VERSION }}.tar.gz
99
destination: intel-ucode.tar.gz
10-
sha256: c29eb35fdbd39e3ed8587e6f0b1275cc03265f230c2fcaf88e2a1556451e773f
11-
sha512: fb9d772491f279ebb691248e4a665da45c986ca7b4668ecf311c5fcb91a42400f7a5b35e8bfc31ceb1c9d598e753c817359900e3fa316d825f8ecec21ec63cfe
10+
sha256: f46cfe1d8be8d3c2c5a0fb63fc4d48c7dd1444f34346f0e42ad92c706cb90e79
11+
sha512: ba1fa7d9bed7d90756ea959f5878afca0deacc9b1e932a936a15d74a411b7efb6103a4af75dc3731d9cbb2e464439ce9a7d448f75bc6f38b616907ff6dec6ee3
1212
prepare:
1313
- |
1414
sed -i 's#$VERSION#{{ .VERSION }}#' /pkg/manifest.yaml

0 commit comments

Comments
 (0)