Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump dependencies #1055

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-29T12:20:48Z by kres b5ca957.
# Generated on 2024-10-17T14:48:14Z 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 @@ -137,7 +137,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-29T12:20:48Z by kres b5ca957.
# Generated on 2024-10-17T14:48:14Z 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
1 change: 1 addition & 0 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
- ipxe
- kmod
- libaio
- libattr
- libcap
- libinih
- libjson-c
Expand Down
3 changes: 2 additions & 1 deletion Makefile
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-09-29T13:39:30Z by kres 8be5fa7.
# Generated on 2024-10-17T14:53:25Z by kres 34e72ac.

# common variables

Expand Down Expand Up @@ -208,3 +208,4 @@ release-notes: $(ARTIFACTS)
conformance:
@docker pull $(CONFORMANCE_IMAGE)
@docker run --rm -it -v $(PWD):/src -w /src $(CONFORMANCE_IMAGE) enforce

22 changes: 11 additions & 11 deletions Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
format: v1alpha2

vars:
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.9.0-alpha.0-3-g1151610
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.9.0-alpha.0-4-g2058296

# renovate: datasource=github-releases depName=containernetworking/plugins
cni_version: v1.5.1
cni_sha256: a2eff5f064f809ee41f8f49ef8aed1f0a4093c0c772f2ce2caaee4e6f395050a
cni_sha512: d2e01958dd8328407164cb6be9d962321742dae7011ce7cd7b2342f5e4b4bbcd992d8249c53d3d81250a60c27f049969bbf329a75440524f52c1f1466b6e7132
cni_version: v1.6.0
cni_sha256: c7e994a755960ab8922c65d7bdbb26d1781a3afe90b9b688010c5e8636b95980
cni_sha512: a967dcaedb595bad25e0643aba50b35fb850b5893518829951ba5622d195ab309a3a489c9eb9ff8ad1df9ad0244c05434143f564ea27c4d04f27e1c5be240554

# renovate: datasource=github-tags depName=containerd/containerd
containerd_version: v2.0.0-rc.5
Expand Down Expand Up @@ -37,10 +37,10 @@ vars:
systemd_sha512: 99d0fad02cab3559e081dabc2797d1d66bbc21daf9aaec847aeb6bce289456ff9c8599a34563c9bfa3826db36ae9ab30836b09bae00bf1a410b54d0bad9bd4dc

# renovate: datasource=github-releases depName=flannel-io/cni-plugin
flannel_cni_version: v1.5.1-flannel2
flannel_cni_ref: 1257a5a4e2a59a4083627223355ae28178293cb2
flannel_cni_sha256: 24a7cd4e27cc947cb1b936fe578a933de91f387881b5b01f9c018b8b1a59c51a
flannel_cni_sha512: 816483813ae014bb00b75b434c7765b02be3a5ac76fb45ef1f2cc558d7c4a41ab045d5e724e90da5b6f244be6a0604bd01af85392acec85df020eacda4ff0509
flannel_cni_version: v1.5.1-flannel3
flannel_cni_ref: a3f52e86452cdcdd2d970bb0f89eef248aed0e7c
flannel_cni_sha256: d66de816e48240b66d8d521f24bddc534c4e05bd83bf9c08aec6cd5e7f2890db
flannel_cni_sha512: 52e614d867060489e792769219345f6f5ee03e04e30d8a08ae96e9c0881e9c9fa5f6f424888ac1ce610afe13cf29e54da017483a09b6e844e3422b99d00bcdf3

# renovate: datasource=git-refs versioning=git depName=https://github.com/google/gasket-driver.git
gasket_driver_ref: 5815ee3908a46a415aac616ac7b9aedcb98a504c
Expand Down Expand Up @@ -93,9 +93,9 @@ vars:
libinih_sha512: d69f488299c1896e87ddd3dd20cd9db5848da7afa4c6159b8a99ba9a5d33f35cadfdb9f65d6f2fe31decdbadb8b43bf610ff2699df475e1f9ff045e343ac26ae

# renovate: datasource=github-tags extractVersion=^json-c-(?<version>.*)-.*$ depName=json-c/json-c
libjson_c_version: 0.17
libjson_c_sha256: 7550914d58fb63b2c3546f3ccfbe11f1c094147bd31a69dcd23714d7956159e6
libjson_c_sha512: 4cbedd559502bf9014cfcd1d0bb8bb80d2abac4e969d95d4170123cd9cbafb0756b913fdbb83f666d14f674d6539a60ed1c5d0eb03c36b8037a2e00dc1636e19
libjson_c_version: 0.18
libjson_c_sha256: 876ab046479166b869afc6896d288183bbc0e5843f141200c677b3e8dfb11724
libjson_c_sha512: 4763f2352414dac3599bc2183b4fa57dbfaac0ca24de890097bd7d0bdda93c91efa280f6566e949e6d94212ef39a63fc76c5f9d0c54ff3d04b13c859717dba5a

# renovate: datasource=github-releases depName=tukaani-project/xz
# NOTE: using 5.4.5 the version debian downgraded to. Ref: https://www.openwall.com/lists/oss-security/2024/03/29/4
Expand Down