6353 Commits

Author SHA1 Message Date
Dongsu Park
e047f6db2f .github: schedule daily Github actions for Docker
Schedule daily Github actions to get upstream Docker releases,
for Alpha and Edge.

We need to change more files, as Docker version is used by torcx
as well as docker-runc.
2020-07-23 18:32:24 +02:00
Dongsu Park
f9163d93c6 .github: set up coreos profiles after setting up SDK
We need to set up coreos profiles under `/etc/portage/repos.conf`, to be
able to run any package-related actions like `emerge` or `egencache`.

Also change permissions for directories, so portage actions could write
files.
2020-07-23 18:32:23 +02:00
Dongsu Park
1011b5d7a2 .github/workflows: do not clone the whole golang repo
Instead of cloning the whole golang github repo, we should do a
shallow clone, and parse the tags list by running `git ls-remote`.
2020-07-23 18:32:23 +02:00
Dongsu Park
2b9e74e80c .github: git shallow clone instead of full clone for kernel
To reduce running time of git clone, we should avoid a full git clone
of the linux kernel repo. Instead, we shallow clone the repo, and
parse tags list by running `git ls-remote`.
2020-07-23 18:32:23 +02:00
Dongsu Park
f0db41dbb5 .github: schedule daily Github actions for Go
Schedule daily Github actions for creating PRs for upstream Go releases,
just like Kernel.
2020-07-23 18:32:23 +02:00
Dongsu Park
4e9d98cc60 .github: do not fail if the release is already the latest Kernel
If the current Flatcar release is already the latest Kernel, we should
simply exit with 0, without giving a failure status 1. The `exit 1`
would the otherwise result in a failure of the entire Github actions.
2020-07-23 18:32:23 +02:00
Dongsu Park
a5ef692fd1 .github: fix a commit message in Kernel workflows
We should use a prefix `sys-kernel`, without `coreos-sources`.
2020-07-23 18:32:23 +02:00
Dongsu Park
6ac7367f83 schedule daily Github actions for Kernel
This commit add 2 different Github actions that run once in a day,
one for Alpha, Kernel 4.19, and the other for Edge, Kernel 5.5.

Because of limitations of Github Actions, i.e. create-pull-request
actions, we cannot combine the two actions into one.
Also we need to create a patch and apply it to the top source directory,
since the create-pull-request action requires the changes in the top
directory.

Although we are not updating flatcar-master branch, (only Alpha and
Edge) the Github actions files need to be merged to flatcar-master,
because Github actions can only schedule cron jobs from the default
branch, flatcar-master.
2020-07-23 18:32:22 +02:00
Sayan Chowdhury
fd2b02b69f Merge pull request #490 from flatcar-linux/sayan/coreos-init-revision-bump
coreos-base/coreos-init: revision bump
2020-07-22 16:03:33 +05:30
Sayan Chowdhury
36f735f3e3 coreos-base/coreos-init: revision bump
This is to include *.network file changes due to systemd v245 migration

Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2020-07-22 15:25:49 +05:30
Flatcar Buildbot
ecea44b833 chore(metadata): Regenerate cache 2020-07-22 08:07:42 +00:00
Flatcar Buildbot
21b5e7cd3a sys-kernel: Upgrade coreos-kernel 5.4.52 to 5.4.53 2020-07-22 08:07:42 +00:00
Salvatore Mazzarino
a8b6a0f004 sys-kernel/coreos-modules: enable virtio modules (mmio and vsock) for Firecracke
Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
2020-07-21 17:54:46 +02:00
Kai Lüke
62689b3a51 Merge pull request #481 from flatcar-linux/kai/change-firmware-url
sys-kernel/coreos-firmware: Change source URL to reliable mirror
2020-07-21 13:23:56 +02:00
Kai Lüke
9fcf4424d4 sys-kernel/coreos-firmware: Change source URL to reliable mirror
The caching git web view which was used as source location is not
reliable because the cache can be corrupt, the gzip compression of the
snapshot can change, and the cache is produced by the web server which
is not there to give high security guarantees. We experienced cache
corruption.
Switch to the recommended mirror under
https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/
which also hosts signatures and not having the downsides mentioned
above. This is a downstream change until upstream Gentoo changes the
location.
2020-07-21 12:06:20 +02:00
Dongsu Park
b16c859b93 Merge pull request #431 from flatcar-linux/dongsu/glibc-2.30-alpha
sys-libs/glibc: update glibc to 2.30-r8 for alpha
2020-07-21 11:33:53 +02:00
Sayan Chowdhury
d748a91dc7 Merge pull request #448 from flatcar-linux/sayan/upgrade-systemd-to-v245
sys-apps/systemd: Update systemd to v245
2020-07-21 15:01:55 +05:30
Sayan Chowdhury
9d5ba18810 sys-kernel/bootengine: Bump revision
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2020-07-21 13:53:35 +05:30
Dongsu Park
976af87252 Merge pull request #479 from flatcar-linux/go-1.13.14-alpha
Upgrade Go in Alpha from 1.13.12 to 1.13.14
2020-07-20 17:40:01 +02:00
Sayan Chowdhury
5a6fa682da chore(metadata): Regenerate cache 2020-07-20 17:25:12 +05:30
Sayan Chowdhury
643bcaccec Update the CROS_WORKON_COMMIT for bootengine, and coreos-init
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2020-07-20 17:25:09 +05:30
Krzesimir Nowak
9d4262d28c Followup backports from upstream
At the same time, try to document all the Flatcar specific changes.

Co-authored-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-07-20 16:45:38 +05:30
Sayan Chowdhury
aa53e2ed3a sys-apps/systemd: Update systemd to v245
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2020-07-20 16:43:49 +05:30
Flatcar Buildbot
e44416b45d chore(metadata): Regenerate cache 2020-07-20 07:22:00 +00:00
Flatcar Buildbot
1ba7257bce dev-lang: Upgrade Go 1.13.12 to 1.13.14 2020-07-20 07:22:00 +00:00
Flatcar Buildbot
aafbe0ff49 chore(metadata): Regenerate cache 2020-07-16 07:07:09 +00:00
Flatcar Buildbot
d84648559d sys-kernel: Upgrade coreos-kernel 5.4.51 to 5.4.52 2020-07-16 07:07:09 +00:00
Kai Lüke
54ab97589b dev-lang/rust: Apply Flatcar patch
- Added crossdev patch
- Removed Python 3.8 support which we don't have yet
2020-07-15 18:10:00 +02:00
Kai Lüke
34c2cdcc8e dev-lang/rust: Sync Gentoo ebuild file 2020-07-15 18:10:00 +02:00
Dongsu Park
cf049abbd9 Merge pull request #440 from flatcar-linux/rust-1.44.1-alpha
Upgrade Rust in Alpha from 1.43.1 to 1.44.1
2020-07-14 14:36:35 +02:00
Sayan Chowdhury
091b16e493 Merge pull request #365 from samm-git/flatcar-ssm
Add Amazon SSM manager to the EC2 images
2020-07-13 23:59:58 +05:30
Dongsu Park
a0c45ef355 chore(metadata): Regenerate cache 2020-07-13 10:46:58 +02:00
Dongsu Park
1a8e6cb1ec dev-lang/rust: fix build failures after updates to 1.44.1
Update rust ebuild 1.44.1 to get it synced with upstream Gentoo.

Now that rust was updated to 1.44.1, we need to update patch files
and ebuilds, so that it can build without build failures.
2020-07-13 10:46:58 +02:00
Flatcar Buildbot
ec86861018 chore(metadata): Regenerate cache 2020-07-13 10:46:57 +02:00
Flatcar Buildbot
284f07d020 dev-lang: Upgrade Rust 1.43.1 to 1.44.1 2020-07-13 10:46:19 +02:00
Sayan Chowdhury
11cbd24e9d Merge pull request #466 from flatcar-linux/sayan/upgrade-flannel-wrapper-0-12-0
Bump flannel-wrapper to 0.12.0
2020-07-11 01:10:29 +05:30
Dongsu Park
00af243122 Merge pull request #469 from flatcar-linux/linux-5.4.51-alpha
Upgrade Linux Kernel in Alpha from 5.4.50 to 5.4.51
2020-07-10 13:44:55 +02:00
Dongsu Park
fdb8c71f3a Merge pull request #381 from flatcar-linux/dongsu/gnupg-alpha
app-crypt/gnupg: add patches for accepting without UIDs for alpha
2020-07-10 09:57:30 +02:00
Dongsu Park
86217c645d profiles: bump GnuPG versions to 2.2.20 for both arches 2020-07-10 09:55:21 +02:00
Dongsu Park
bff1e680ef app-crypt/gnupg: add patches for accepting without UIDs
When the GnuPG keyserver is set to `keys.openpgp.org`, `gpg --recv-keys`
occasionally fails with the following error:

```
gpg: key E52F0DB391453C45: no user ID
```

We need to make GnuPG accept keys even without UIDs.
Original patches come from
f292beac11/debian/patches/import-merge-without-userid .
See also https://dev.gnupg.org/T4393 .
2020-07-10 09:55:15 +02:00
Flatcar Buildbot
e4e4983ef7 chore(metadata): Regenerate cache 2020-07-10 07:06:32 +00:00
Flatcar Buildbot
0c365e62aa sys-kernel: Upgrade coreos-kernel 5.4.50 to 5.4.51 2020-07-10 07:06:32 +00:00
Dongsu Park
6b6a6e559a app-crypt/gnupg: import upstream gnupg 2.2.20 2020-07-09 17:55:45 +02:00
Sayan Chowdhury
7e76c7cafd Bump flannel-wrapper to 0.12.0
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2020-07-09 19:18:09 +05:30
Sayan Chowdhury
7e39addf90 Bump app-admin/etcd-wrapper to 3.3.22
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2020-07-09 11:18:44 +00:00
Dongsu Park
d2934cde4d Merge pull request #460 from flatcar-linux/containerd-1.3.6-alpha
Upgrade Containerd in Alpha from 1.3.4 to 1.3.6
2020-07-09 09:01:31 +02:00
Dongsu Park
a0e3a6674a sys-apps/ignition: fix package name to fetch
Update ignition to fix an internal package name to fetch.

Pulls in https://github.com/flatcar-linux/ignition/pull/14
2020-07-08 12:36:08 +02:00
Dongsu Park
4478f93fc0 Merge pull request #456 from flatcar-linux/linux-5.4.50-alpha
Upgrade Linux Kernel in Alpha from 5.4.49 to 5.4.50
2020-07-08 11:43:35 +02:00
Dongsu Park
7c23b07511 sys-kernel: enable kernel config CONFIG_IKHEADERS
Enable kernel config
[CONFIG_IKHEADERS](435faf5c21/init/Kconfig (L610-L617)
),
to make Kernel export kernel headers via `/sys/kernel/kheaders.tar.xz`.
Then bpf-related tools can be used without additional kernel headers in
userspace.
2020-07-03 12:40:59 +02:00
Flatcar Buildbot
973e2fd584 chore(metadata): Regenerate cache 2020-07-03 08:09:16 +00:00