File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-02-02T18:53:51Z by kres latest.
3
+ # Generated on 2024-03-14T10:29:26Z by kres latest.
4
4
5
5
name : default
6
6
concurrency :
53
53
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
54
54
platforms: linux/arm64
55
55
driver : remote
56
- endpoint : tcp://localhost :1234
56
+ endpoint : tcp://127.0.0.1 :1234
57
57
- name : Build
58
58
run : |
59
59
make
@@ -135,7 +135,7 @@ jobs:
135
135
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
136
136
platforms: linux/arm64
137
137
driver : remote
138
- endpoint : tcp://localhost :1234
138
+ endpoint : tcp://127.0.0.1 :1234
139
139
- name : reproducibility-test
140
140
run : |
141
141
make reproducibility-test
Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-02-02T18:53:51Z by kres latest.
3
+ # Generated on 2024-03-14T10:29:26Z by kres latest.
4
4
5
5
name : weekly
6
6
concurrency :
36
36
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
37
37
platforms: linux/arm64
38
38
driver : remote
39
- endpoint : tcp://localhost :1234
39
+ endpoint : tcp://127.0.0.1 :1234
40
40
- name : reproducibility-test
41
41
run : |
42
42
make reproducibility-test
Original file line number Diff line number Diff line change 51
51
- name : EXTENSIONS_IMAGE_REF
52
52
defaultValue : $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
53
53
- name : PKGS
54
- defaultValue : v1.7.0-alpha.0-33-g3aacf03
54
+ defaultValue : v1.7.0-alpha.0-35-g8804a60
55
55
- name : PKGS_PREFIX
56
56
defaultValue : ghcr.io/siderolabs
57
57
useBldrPkgTagResolver : true
Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-03-08T17:16:57Z by kres latest.
3
+ # Generated on 2024-03-14T10:30:34Z by kres latest.
4
4
5
5
# common variables
6
6
7
7
SHA := $(shell git describe --match=none --always --abbrev=8 --dirty)
8
- TAG := $(shell git describe --tag --always --dirty)
8
+ TAG := $(shell git describe --tag --always --dirty --match v[0-9]\ * )
9
9
ABBREV_TAG := $(shell git describe --tags >/dev/null 2>/dev/null && git describe --tag --always --match v[0-9]\* --abbrev=0 || echo 'undefined')
10
10
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
11
11
ARTIFACTS := _out
@@ -51,7 +51,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
51
51
# extra variables
52
52
53
53
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME ) /extensions:$(TAG )
54
- PKGS ?= v1.7.0-alpha.0-33-g3aacf03
54
+ PKGS ?= v1.7.0-alpha.0-35-g8804a60
55
55
PKGS_PREFIX ?= ghcr.io/siderolabs
56
56
57
57
# targets defines all the available targets
Original file line number Diff line number Diff line change 3
3
format: v1alpha2
4
4
5
5
vars:
6
- LINUX_FIRMWARE_VERSION: "20240220 " # update this when updating PKGS_VERSION in Makefile
6
+ LINUX_FIRMWARE_VERSION: "20240312 " # update this when updating PKGS_VERSION in Makefile
7
7
DRBD_DRIVER_VERSION: 9.2.8 # update this when updating PKGS_VERSION in Makefile
8
8
ZFS_DRIVER_VERSION: 2.2.3 # update this when updating PKGS_VERSION in Makefile
9
9
UTIL_LINUX_VERSION: 2.39.3 # update this when updating PKGS_VERSION in Makefile
Original file line number Diff line number Diff line change 7
7
- sources :
8
8
# gvisor repo 'master' branch is Bazel-bazed, so we need to find matching commit in the "go" branch
9
9
# find the go-branch specific merge commit ("Merge release-... (automated)") which has the release-tagged commit as a parent
10
- - url : https://github.com/google/gvisor/archive/1796ac7f1d01ad68463897df11a1252920819f76 .tar.gz
10
+ - url : https://github.com/google/gvisor/archive/bb26bfb010b840c3d99f8ffbc4c19147453982ff .tar.gz
11
11
destination : gvisor.tar.gz
12
- sha256 : db87b14035706fba21a4204f4160a68067e73f13d4f041458b4397cc85795141
13
- sha512 : 90ac7da4abc9b0739df9b2823e74168dbfce2b4d1c81998b47487454d37d7c7513b5f94b89469d362b0c0c32c841ccf8730e1d6e0d0626640b91a9884e007658
12
+ sha256 : 043c1b6c65af610e37856d563e740446531a3bb304aecd4aa9bcefeee918a2bb
13
+ sha512 : 29f44dceb4a8cc6b288dd2ed5f2640d21a73392528d137823344c57a78f36ea50397fa997d2a4c0535bf367305f3e43a6349589f227c6f174f570152c37b3ba5
14
14
env :
15
15
GOPATH : /go
16
16
prepare :
Original file line number Diff line number Diff line change 1
1
# renovate: datasource=github-tags extractVersion=^release-(?<version>.*)$ depName=google/gvisor
2
- GVISOR_VERSION : 20240212 .0
2
+ GVISOR_VERSION : 20240305 .0
3
3
# renovate: datasource=github-releases depName=containerd/stargz-snapshotter
4
4
STARGZ_SNAPSHOTTER_VERSION : v0.15.1
5
5
# renovate: datasource=github-releases depName=kubernetes/cloud-provider-aws
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ See [this](https://github.com/xenserver/xe-guest-utilities/issues/118) for more
27
27
title = " Component Updates"
28
28
description = """ \
29
29
* ZFS: 2.2.3
30
- * Linux Firmware: 20240220
30
+ * Linux Firmware: 20240312
31
31
* DRBD: 9.2.8
32
- * gvisor: 20240109 .0
32
+ * gvisor: 20240305 .0
33
33
* QEMU: 8.2.2
34
34
* Tailscale: 1.60.1
35
35
* nvidia-container-runtime: v1.14.5
You can’t perform that action at this time.
0 commit comments