Thilo Fromm
de51da3d83
Merge pull request #321 from flatcar-linux/t-lo/sdk-container-update-fixes
...
update_sdk_container_image: work around sandbox permission errors
2022-05-06 12:08:10 +02:00
Dongsu Park
8c38c98533
Merge pull request #317 from flatcar-linux/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2022-05-06 11:21:28 +02:00
Thilo Fromm
8f2d36025d
update_sdk_container_image: work around sandbox permission errors
...
This change temporarily disables the Gentoo sandbox when updating the
SDK to work around sandbox permission errors some pakage builds (like
e.g. GO) run into.
Fixes e.g.
```
Building Go cmd/dist using /usr/lib/go-bootstrap. (go1.5.3 linux/amd64)
* /var/tmp/portage/sys-apps/sandbox-2.12/work/sandbox-2.12/libsandbox/trace.c:do_peekstr():125: failure (Operation not permitted):
* ISE:do_peekstr:process_vm_readv(6863, 0x00007ffe4a502180{0x00007f01abd3e010, 0x570}, 1, 0x00007ffe4a502190{0x000000c820012a90, 0x570}, 1, 0) failed: Operation not permitted
* ERROR: dev-lang/go-1.17.8::coreos failed (compile phase):
```
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2022-05-06 11:20:03 +02:00
Flatcar Buildbot
bef4cb276d
Update mantle container image to latest HEAD
2022-05-06 09:19:43 +00:00
Dongsu Park
89db3c0785
Merge pull request #1861 from flatcar-linux/dongsu/rsync-3.2.4
...
profiles: accept keywords for net-misc/rsync
2022-05-06 10:59:58 +02:00
Dongsu Park
094f3c0626
Merge pull request #326 from flatcar-linux/dongsu/rsync-3.2.4
...
net-misc/rsync: update to 3.2.4-r1
2022-05-06 10:59:48 +02:00
Dongsu Park
4cff4fb85e
Merge pull request #1860 from flatcar-linux/dongsu/git-2.35.3
...
profiles: accept keywords for git 2.35.3
2022-05-06 10:57:22 +02:00
Dongsu Park
5c7150679e
Merge pull request #325 from flatcar-linux/dongsu/git-2.35.3
...
dev-vcs/git: update to 2.35.3
2022-05-06 10:57:13 +02:00
Flatcar Buildbot
bed28648f6
app-emulation: Upgrade Containerd 1.6.3 to 1.6.4
2022-05-06 08:29:08 +00:00
Krzesimir Nowak
3b3cffabc8
ci-automation: Fix credentials handling in digital ocean
2022-05-06 09:16:23 +02:00
Krzesimir Nowak
3c119f14b2
ci-automation: Fix secret file handling
...
It can't be done in a subshell, because the file will be gone after
subshell quits.
2022-05-06 09:16:23 +02:00
Krzesimir Nowak
413689c779
ci-automation: Rename some variables and make them overridable
2022-05-06 09:16:23 +02:00
Krzesimir Nowak
197e9a334f
ci-automation: Add secrets handling
2022-05-06 09:16:23 +02:00
Krzesimir Nowak
cd2f3f0d6c
ci-automation: Drop boilerplate code from digital ocean test
2022-05-06 09:16:23 +02:00
Krzesimir Nowak
2fe896b558
ci-automation: Add retest cycle breaking functionality
2022-05-06 09:16:23 +02:00
Krzesimir Nowak
9650650e4b
ci-automation: Add URL template handling
2022-05-06 09:16:23 +02:00
Krzesimir Nowak
b6bb07acdc
ci-automation: Initial test script for Digital Ocean
2022-05-06 09:16:23 +02:00
Krzesimir Nowak
4adf8df751
Merge pull request #293 from flatcar-linux/krnowak/ciauto-boilerplate
...
ci-automation: Reduce boilerplate in vendor tests
2022-05-06 08:54:46 +02:00
Dongsu Park
6159fa199b
profiles: accept keywords for git 2.35.3
...
We need to build 2.35.3 to address CVE-2022-24765.
2022-05-06 08:27:25 +02:00
flatcar-ci
36d72c4182
New version: main-3231.0.0-nightly-20220506-0155
2022-05-06 04:59:32 +00:00
Kai Lüke
26c4213766
Merge pull request #1859 from flatcar-linux/kai/current-lts-github-actions
...
.github: add cacerts/kernel actions for current LTS
2022-05-06 10:46:58 +09:00
Kai Lüke
18bec8ea98
Merge pull request #313 from flatcar-linux/kai/lts-ga
...
.github: Update LTS mantle reference
2022-05-06 10:46:50 +09:00
Dongsu Park
6f3ce84988
changelog: add changelog for rsync 3.2.4
2022-05-05 17:30:53 +02:00
Dongsu Park
164bdd524b
profiles: accept keywords for net-misc/rsync
...
We need to allow net-misc/rsync 3.2.4-r1, to address security issues
in its bundled zlib.
2022-05-05 17:17:55 +02:00
Dongsu Park
52fa3d1ea8
net-misc/rsync: update to v3.2.4-r1
...
Update net-misc/rsync to v3.2.4-r1, mainly to address CVE-2018-25032.
The CVE is actually a zlib issue, but we need to update rsync and its
bundled zlib as well, because the USE flag `system-zlib` is disabled
in Flatcar.
2022-05-05 17:13:45 +02:00
Dongsu Park
23072c77e9
changelog: add changelog for git 2.35.3
2022-05-05 15:37:59 +02:00
Dongsu Park
ae1fe3df23
dev-vcs/git: update to 2.35.3
...
Update dev-vcs/git to 2.35.3, mainly to address CVE-2022-24765.
2022-05-05 15:31:49 +02:00
Krzesimir Nowak
d26f2b3b39
ci-automation: Use vendor_test.sh in equinix_metal and gce tests
2022-05-05 13:07:52 +02:00
Krzesimir Nowak
1d6f38a72e
ci-automation: Reduce boilerplate in vendor tests
...
Move the common setup to the vendor_test.sh script, which will be
sourced by the vendor scripts.
2022-05-05 12:57:14 +02:00
Kai Lüke
c7830bf499
Merge pull request #300 from flatcar-linux/kai/gce-kola-tests
...
ci-automation: add GCE image test
2022-05-05 18:19:18 +09:00
Kai Lueke
f7edd4e061
ci-automation: add GCE image test
...
The GCE image test runs on a single instance type for now. In the
future it would be good to test the new NIC type with the cl.internet
test.
2022-05-05 16:52:42 +09:00
flatcar-ci
83d707b75f
New version: main-3230.0.0-nightly-20220505-0155
2022-05-05 04:47:35 +00:00
Kai Lüke
e1b5bd784b
Merge pull request #267 from flatcar-linux/tormath1/em
...
ci-container/test: add equinix-metal test script
2022-05-04 22:40:32 +09:00
Dongsu Park
d9036dbd28
Merge pull request #324 from flatcar-linux/dongsu/gzip-xz-utils
...
app-arch: update gzip to 1.12, xz-utils to 5.2.5-r2
2022-05-04 10:04:06 +02:00
Kai Lüke
c186f41f56
Merge pull request #312 from flatcar-linux/kai/equinix-metal-arm64
...
jenkins/kola/packet: try to reduce test time by increasing parallelism
2022-05-04 16:50:42 +09:00
Kai Lueke
60dfe14460
jenkins/kola/packet: try to reduce test time by increasing parallelism
...
With the limit of 2 parallel tests, meaning 6 machines, the test time
is ~10 hours which is longer than the GC time. It seems that the
regional capacity is not so limited at the moment and we can try to
increase the number of machines.
Adjust the timeout to reflect the GC time and increase the parallel
tests to 3, meaning 9 machines.
2022-05-04 16:50:14 +09:00
Mathieu Tortuyaux
550e702f90
ci-container/test: add equinix-metal test script
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
2022-05-04 16:34:37 +09:00
Kai Lüke
ae1e4de854
Merge pull request #309 from flatcar-linux/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2022-05-04 16:02:09 +09:00
Kai Lueke
bc0e2b521a
.github: Update LTS mantle reference
...
The new LTS release will use the mantle container image.
Add automation to keep it up to date.
2022-05-04 14:33:31 +09:00
Kai Lueke
26432fe63c
.github: add cacerts/kernel actions for current LTS
...
The GitHub Actions were defined for the LTS stream directly but we can
now follow the approach used for the other channels. This means that
in the future we could decide to create new Actions for 2022 by copying
the current one and modifying it when 2023 gets the new current LTS -
anyway some manual work would be required to set up Actions for both
old and new at the same time (we have no "previous" symlink on Origin).
We could retire the old LTS Actions immediately because the releases
don't occur on a fixed schedule but I think the automation is nice to
keep.
2022-05-04 14:24:37 +09:00
Flatcar Buildbot
7db0a98888
Update mantle container image to latest HEAD
2022-05-04 04:52:51 +00:00
flatcar-ci
464f38216e
New version: main-3229.0.0-nightly-20220504-0155
2022-05-04 04:52:36 +00:00
Dongsu Park
48f7788853
Merge pull request #1857 from flatcar-linux/linux-5.15.37-main
...
Upgrade Linux Kernel in main from 5.15.35 to 5.15.37
2022-05-03 16:44:55 +02:00
Kai Lüke
30b7eae418
Merge pull request #307 from flatcar-linux/kai/remove-unused-image-variant
...
Remove unused image variants
2022-05-03 20:40:02 +09:00
Kai Lueke
6648df57a2
Remove unused image variants
...
There is no difference anymore between the regular and Pro images.
Remove the definitions and stop building extra images.
2022-05-03 20:30:42 +09:00
flatcar-ci
91e96e1795
New version: main-3228.0.0-nightly-20220503-0155
2022-05-03 04:46:17 +00:00
Dongsu Park
354f881ca3
changelog: add changelog for gzip and xz-utils
2022-05-02 19:31:20 +02:00
Dongsu Park
24f5e0f1a4
Merge pull request #1858 from flatcar-linux/cacerts-3.78-main
...
Upgrade ca-certificates in main from 3.77 to 3.78
2022-05-02 19:19:20 +02:00
Dongsu Park
1ee44d4820
app-arch/xz-utils: update to xz-utils 5.2.5-r2
...
Update app-arch/xz-utils to 5.2.5-r2, mainly to address CVE-2022-1271.
2022-05-02 15:24:13 +02:00
Dongsu Park
9f3d4cb779
app-arch/gzip: update to 1.12
...
Update app-arch/gzip to 1.12, mainly to address CVE-2022-1271.
2022-05-02 15:22:41 +02:00