23028 Commits

Author SHA1 Message Date
Krzesimir Nowak
ff44752edf
Merge pull request #495 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2022-09-21 17:20:07 +02:00
Flatcar Buildbot
3499367c2a Update mantle container image to latest HEAD 2022-09-21 15:12:16 +00:00
Krzesimir Nowak
4337abdd9a Merge pull request #2166 from flatcar/krnowak/fix-emerge-gitclone-developer-channel
coreos-base/emerge-gitclone: Bring in a fix for developer channel
2022-09-21 12:26:01 +02:00
flatcar-ci
fd44bfd22c New version: main-3368.0.0-nightly-20220920-2100 2022-09-20 21:00:32 +00:00
Krzesimir Nowak
48b79af088 coreos-base/emerge-gitclone: Bring in a fix for developer channel and builds
For the main branch (so for nightly builds) the group in
`/usr/share/flatcar/update.conf` is not "main", but "developer". This
needs a small translation when turning it into a channel
information. Without that, we are trying to checkout a nonexistent tag
named `developer-3363.0.0-…` instead of `main-3363.0.0-…`, which
fails.

In developer builds version string contains version numbers and a
build ID with plus symbol sitting between them. Git tags are formatted
in similar way, but with a dash, instead of plus. Thus the plus needs
to be replaced to obtain a proper git tag.
2022-09-20 16:34:33 +02:00
Krzesimir Nowak
13b9fa8c06 Merge pull request #2173 from flatcar/krnowak/bump-cloudinit
coreos-base/coreos-cloudinit: Bump to latest commit
2022-09-20 16:27:12 +02:00
Mathieu Tortuyaux
bfc212bac7
Merge pull request #491 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2022-09-20 15:40:10 +02:00
Flatcar Buildbot
671d6b60f7 Update mantle container image to latest HEAD 2022-09-20 12:38:17 +00:00
Krzesimir Nowak
85fcc77801 changelog: Add entries 2022-09-20 08:40:36 +02:00
flatcar-ci
dc742389ba New version: main-3367.0.0-nightly-20220919-2100 2022-09-19 21:00:31 +00:00
Kai Lüke
fc4142e8bc
Merge pull request #483 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2022-09-19 15:56:48 +02:00
Flatcar Buildbot
fbd4c64576 Update mantle container image to latest HEAD 2022-09-19 13:56:25 +00:00
Kai Lüke
0d4f50492b Merge pull request #2172 from flatcar/cacerts-3.83-main
Upgrade ca-certificates in main from 3.82 to 3.83
2022-09-19 15:54:36 +02:00
Krzesimir Nowak
35b2cbbbba coreos-base/coreos-cloudinit: Bump to latest commit
This brings in a rename of the project.
2022-09-19 15:15:32 +02:00
Krzesimir Nowak
898f1b201e
Merge pull request #481 from flatcar/krnowak/stricter-version-check
ci-automation: Implement a stricter image version check
2022-09-19 12:15:20 +02:00
Krzesimir Nowak
1585ede78a ci-automation: Implement a stricter image version check
I made a mistake and wrote a version like main-3363-0.0-stuff (note a
dash instead of a dot after the first number). Surprisingly the build
chugged along just fine almost until the end of the image job - it
detected invalid version string when the job wanted to create a
version.txt file:

ERROR   build_image: script called: build_image '--board=amd64-usr' '--group=developer' '--output_root=/home/sdk/build/images' '--only_store_compressed' '--torcx_root=/home/sdk/build/torcx' 'prodtar' 'container'
ERROR   build_image: Backtrace:  (most recent call is last)
ERROR   build_image:   file build_image, line 196, called: split_ver '3363' 'SPLIT'
ERROR   build_image:   file common.sh, line 192, called: die 'Invalid version string '3363''
ERROR   build_image:
ERROR   build_image: Error was:
ERROR   build_image:   Invalid version string '3363'

Let's have a stricter version check in the beginning of the build
process, so the process fails sooner rather than later.
2022-09-19 12:12:37 +02:00
Flatcar Buildbot
af532ac1c5 app-misc: Upgrade ca-certificates 3.82 to 3.83 2022-09-19 07:46:17 +00:00
flatcar-ci
0aa225caab New version: main-3364.0.0-nightly-20220916-2100 2022-09-16 21:00:36 +00:00
Krzesimir Nowak
9b426dbb05 app-editors/vim*: Move to overlay
Upstream lags a bit with packaging vim, which is understandable seeing
how vim is developed (every commit is a tag). Since we need to address
some CVEs, move the packages to overlay and update it there.
2022-09-16 11:12:09 +02:00
Krzesimir Nowak
d6d7f3a190 profiles: Cleanup use flags for vim
Put them into targets/generic profile instead of duplicating them in
amd64/generic and arm64/generic profiles. There's isn't anything
arch-specific in those USE flags.
2022-09-16 11:10:20 +02:00
Krzesimir Nowak
b1dd9916dd profiles: Drop accept keywords for app-editors/vim{,-core}
We will put our version into overlay.
2022-09-16 11:10:20 +02:00
Krzesimir Nowak
ca32170302 app-editors/vim: Apply Flatcar modifications
These are not Flatcar specific modifications per se. We just bump the
version from 9.0.0099 to 9.0.0469 and drop a patch that was already
applied upstream.
2022-09-16 11:09:58 +02:00
Krzesimir Nowak
2cbd77d836 app-editors/vim: Sync with Gentoo
It's from Gentoo commit 9711e66907f463dbafc06d8c3c0605fe44d0dc2e.
2022-09-16 11:09:29 +02:00
Krzesimir Nowak
44a3f1c84d app-editors/vim-core: Apply Flatcar modifications
These are not Flatcar specific modifications per se. We just bump the
version from 9.0.0099 to 9.0.0469 and drop a patch that was already
applied upstream.
2022-09-16 11:08:16 +02:00
Krzesimir Nowak
269f9a1a86 app-editors/vim-core: Sync with Gentoo
It's from Gentoo commit 9a77abf00e3d75523e999e9dae30aed6e30409aa.
2022-09-16 10:57:37 +02:00
Kai Lüke
5f3887a1ba
Merge pull request #477 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2022-09-16 10:08:16 +02:00
Sayan Chowdhury
9b5aec50b4 Merge pull request #362 from flatcar/sayan/update-to-zlib-1.2.12-r3
sys-libs/zlib: Sync with Gentoo upstream; stablize 1.2.12-r3
2022-09-16 08:56:26 +05:30
Flatcar Buildbot
6f010ef6e2 Update mantle container image to latest HEAD 2022-09-15 21:00:46 +00:00
flatcar-ci
53c73bd988 New version: main-3363.0.0-nightly-20220915-2100 2022-09-15 21:00:31 +00:00
Dongsu Park
218157b62d Merge pull request #2157 from flatcar/firmware-20220913-main
Upgrade Linux Firmware in main from 20220815 to 20220913
2022-09-15 16:11:57 +02:00
Dongsu Park
e54ec6665a Merge pull request #2158 from flatcar/dongsu/github-actions-20220914
.github: fix Go changelog and git show-ref bug
2022-09-15 15:51:58 +02:00
Dongsu Park
c1d602bab4 Merge pull request #2151 from flatcar/docker-20.10.18-main
Upgrade Docker in main from 20.10.17 to 20.10.18
2022-09-15 15:48:48 +02:00
Sayan Chowdhury
d15dd29be9 sys-libs/zlib: Add the changelog/security entry
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-15 18:52:34 +05:30
Sayan Chowdhury
228ab0edc8 sys-libs/zlib: Sync with Gentoo upstream; stablize 1.2.12-r3
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-15 18:50:56 +05:30
Dongsu Park
66920fda77 .github: do not create a pull request when branch exists
If git show-ref returns an error, i.e. the branch already exists,
then we should not create a pull request, but simply return error.
Otherwise, the Github Actions would always try to create pull
requests even when the branch still exists.
2022-09-15 11:23:10 +02:00
Dongsu Park
b7631d8654 .github: correctly generate Go changelog
Recently Go Github Actions started not creating changelog at all.
Add the missing code to the go-apply-patch to correctly generate
changelog.
2022-09-15 11:23:07 +02:00
Dongsu Park
b34c3e06a2 app-emulation/docker{,-cli}: build with Go 1.18
Now that the upstream Docker 20.10.18 started building the source
with Go 1.18 instead of 1.17, we should also remove code to force
building with 1.17 and simply build with 1.18.

Otherwise the build fails like:

```
vendor/archive/tar/common.go:541:32: undefined: any
vendor/archive/tar/strconv.go:204:15: undefined: strings.Cut
vendor/archive/tar/strconv.go:254:20: undefined: strings.Cut
vendor/archive/tar/strconv.go:276:13: undefined: strings.Cut
```

See also https://github.com/moby/moby/commit/3d4616f943b3.
2022-09-15 11:15:02 +02:00
Dongsu Park
6fa59b8b52 changelog: add changelog for Docker 20.10.18 2022-09-15 11:15:02 +02:00
Flatcar Buildbot
6e8d9f3ac7 app-emulation: Upgrade Docker 20.10.17 to 20.10.18 2022-09-15 11:15:02 +02:00
Kai Lüke
2a3b986440
Merge pull request #474 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2022-09-15 10:11:41 +02:00
Flatcar Buildbot
cbb563e99f sys-kernel: Upgrade Linux Firmware 20220815 to 20220913 2022-09-15 07:26:41 +00:00
Flatcar Buildbot
10dd30178d Update mantle container image to latest HEAD 2022-09-14 21:00:51 +00:00
flatcar-ci
552eb97ade New version: main-3362.0.0-nightly-20220914-2100 2022-09-14 21:00:32 +00:00
Mathieu Tortuyaux
72511b296e Merge pull request #2133 from flatcar/tormath1/ignition
sys-apps/ignition: sed s/flatcar-linux/flatcar patches
2022-09-14 18:40:59 +02:00
Krzesimir Nowak
aad5d9db95 Merge pull request #2156 from flatcar/krnowak/updateservicectl
app-admin/updateservicectl: Bring in flatcar org change
2022-09-14 17:25:21 +02:00
Kai Lüke
4b62cbe7d5 Merge pull request #2153 from flatcar/kai/mayday-org-rename
app-admin/mayday: Use renamed package name
2022-09-14 17:22:50 +02:00
Mathieu Tortuyaux
e873535cd1 Merge pull request #2155 from flatcar/tormath1/torcx
app-arch/torcx: bump commit ID
2022-09-14 17:14:13 +02:00
Krzesimir Nowak
9982cae995 app-admin/updateservicectl: Bring in flatcar org change 2022-09-14 17:11:45 +02:00
Mathieu Tortuyaux
7ba804c8ed app-arch/torcx: bump commit ID
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-14 16:52:52 +02:00
Mathieu Tortuyaux
e4543c0e87 Merge pull request #2154 from flatcar/tormath1/locksmith
app-admin/locksmith: bump commit ID
2022-09-14 16:32:36 +02:00