7042 Commits

Author SHA1 Message Date
David Michael
acfe310f7e Merge pull request #3172 from dm0-/docker
Upgrade Docker to 18.04 and bump LTS to 18.03
2018-04-12 11:52:09 -04:00
David Michael
6340a8801c chore(metadata): Regenerate cache 2018-04-12 11:51:14 -04:00
David Michael
5458ae4d47 app-arch/torcx: Bump the non-1.12 profile to 18.04 2018-04-12 11:50:54 -04:00
David Michael
7bc02f8433 app-torcx/docker: Drop 17.12 and add 18.04 2018-04-12 11:50:01 -04:00
David Michael
02294fe7ea app-emulation/docker: Bump LTS to 18.03 and edge to 18.04 2018-04-12 11:50:01 -04:00
David Michael
ec15f22e4c app-emulation/containerd: Drop 1.0.1 and add 1.0.3 2018-04-12 11:50:01 -04:00
David Michael
f20b66401a app-emulation/docker-runc: Drop the 17.12 version 2018-04-12 11:50:01 -04:00
David Michael
9ff1b0d85e sys-kernel/coreos-sources: Bump 4.14.32 to 4.14.34 2018-04-12 09:25:33 -04:00
David Michael
acd7b682ec sys-kernel/coreos-sources: Bump 4.16.1 to 4.16.2 2018-04-12 09:24:24 -04:00
Luca Bruno
938fdff719 app-emulation/rkt: downgrade toolchain to go1.9
This downgrades the golang toolchain used to build rkt, keeping it at
go1.9.
This is a temporary workaround for a go-1.10 regression in `archive/tar`.

Ref: https://github.com/coreos/bugs/issues/2402
Ref: https://github.com/appc/docker2aci/issues/259
Ref: https://github.com/golang/go/issues/24821
2018-04-12 13:19:27 +00:00
Derek Gonyeo
f997cfc501 Merge pull request #3167 from dgonyeo/cloudinit
coreos-base/coreos-cloudinit: v1.13.0 -> v1.14.0 (not freeze exception)
2018-04-11 13:52:32 -07:00
Derek Gonyeo
a9c54c6da4 Merge pull request #3165 from dgonyeo/bootengine
sys-kernel/bootengine: update (not freeze exception)
2018-04-11 13:52:22 -07:00
Luca Bruno
ac11f47524 Merge pull request #3147 from lucab/ups/torcx-0.1.3
app-arch/torcx: update to 0.1.3
2018-04-11 20:12:19 +00:00
Benjamin Gilbert
6fcf8c1115 Merge pull request #3168 from bgilbert/4.16.1
sys-kernel/coreos-*: bump to 4.16.1
2018-04-11 15:23:08 -04:00
David Michael
cf14f6b5df Merge pull request #3161 from dm0-/glibc
Upgrade glibc to 2.25
2018-04-11 00:07:04 -04:00
David Michael
22bbbb7812 app-portage/gentoolkit: Move back to portage-stable 2018-04-10 13:30:39 -04:00
David Michael
d049506848 sys-firmware/edk2: Drop the QEMU dependency
It doesn't appear to be used, and it results in a dep loop.
2018-04-10 13:30:39 -04:00
David Michael
ded9237668 app-emulation/qemu: Sync with current upstream stable
The only CoreOS changes are to add the vpc patch, change edk2-ovmf
to edk2, disable pin-upstream-blobs, and stabilize arm64.
2018-04-10 13:30:39 -04:00
David Michael
f335891a59 profiles: Drop obsolete curl references 2018-04-10 13:30:39 -04:00
David Michael
f1286ee37b sys-libs/glibc: Work around usrmerge problems
Portage will blindly clobber like-named files when extracting /lib
and /usr/lib if they are symlinked together on the host.  In this
case, it extracts a symlink that points to itself, so this changes
it to move the library into /usr for the boards.  Checks in portage
and the ChromeOS scripts prevent any straightforward copying or
linking.
2018-04-10 13:28:34 -04:00
Fabian Ruff
b00f502aea pass /etc/machine-id from host to kubelet
Otherwise kubelet/cadvisor picks up whatever is shipped in the container image, which results in all nodes report the same value for `status.nodeInfo.machineID`
2018-04-10 11:51:37 +02:00
Benjamin Gilbert
ceaff637da sys-kernel/coreos-*: bump to 4.16.1 2018-04-09 22:31:02 -04:00
Derek Gonyeo
0683bd967b coreos-base/coreos-cloudinit: v1.13.0 -> v1.14.0 2018-04-09 16:30:52 -07:00
Andrew Jeddeloh
4d85d0c3f8 Merge pull request #3166 from ajeddeloh/fix-grub
sys-boot/grub: bump for free magic fix
2018-04-09 16:18:32 -07:00
Andrew Jeddeloh
9c3db7fd4d sys-boot/grub: bump for free magic fix
Bump grub to include patch to fix "invalid free magic" errors.
2018-04-09 16:14:38 -07:00
Derek Gonyeo
eb9f32d0e6 sys-kernel/bootengine: update
Update to bootengine includes:
- drop DEVLINKS from mdadm invocation
- reprint Ignition logs when Ignition fails
2018-04-09 13:27:52 -07:00
David Michael
31718996a0 sys-libs/glibc: Work around old profiles
This should allow the toolchains bootstrap step to succeed without
requiring a profiles sync as part of the upgrade.
2018-04-09 13:33:08 -04:00
David Michael
c901ee3cb4 sys-libs/glibc: Apply CoreOS changes
Since eblits were dropped, changes are now applied by overriding
eclass functions.  The package diff between this and the previous
version is just a few new headers and languages (aside from all the
version-based renames).

Our patches were moved from 2.23 to 2.25 since Gentoo dropped that
version and its directory.

The pthread patch was dropped since it is in 2.25 as commit
f8bf15febcaf137bbec5a61101e88cd5a9d56ca8 .

This also moves the 2.24 version of the C UTF-8 locale patch to
2.25, since we skipped 2.24 and the patch hasn't changed as of
Fedora 26 (its upstream).
2018-04-09 13:33:08 -04:00
David Michael
c7c73d8a5d sys-libs/glibc: Sync with Gentoo stable, to 2.25 2018-04-09 13:33:07 -04:00
Derek Gonyeo
9e13f97cb9 Merge pull request #3164 from dgonyeo/ignition-0.24.0
sys-apps/ignition: v0.23.0 -> v0.24.0
2018-04-06 13:29:03 -07:00
Derek Gonyeo
5ed2a997f8 sys-apps/ignition: v0.23.0 -> v0.24.0 2018-04-06 13:23:56 -07:00
David Michael
5409ebabca Merge pull request #3163 from dm0-/grub
sys-boot/grub: Switch to the rebase-able branch
2018-04-06 16:04:07 -04:00
David Michael
a9e432db12 Merge pull request #3162 from dm0-/gtest
Upgrade gtest and update_engine
2018-04-06 08:28:34 -04:00
David Michael
beacd727c0 sys-boot/grub: Switch to the rebase-able branch
This branch shouldn't really be any different from the tree's
contents.  The commits are just restructured so that all patches
that are not yet upstream as of the most recent tag are available
as a flat patch series on top of it.
2018-04-05 18:10:09 -04:00
David Michael
9518505ee9 coreos-base/update_engine: Bump to 0.4.6 2018-04-05 16:59:34 -04:00
David Michael
2cc0b1513a profiles: Don't install cmake on the boards
It doesn't cross-compile, and only the host command is needed.
2018-04-05 16:50:25 -04:00
David Michael
2c3238fd4a profiles: Sync gflags and glog versions on arm64 2018-04-05 16:14:07 -04:00
David Michael
f7a5854502 coreos-base/update_engine: Drop the gmock build dependency 2018-04-05 16:11:35 -04:00
David Michael
5ca565eb91 coreos/config/env: Drop configuration for the removed gmock 2018-04-05 16:10:32 -04:00
David Michael
650379f25d Merge pull request #3153 from dm0-/etcd
Bump etcd 3.3.2 to 3.3.3
2018-04-02 17:03:24 -04:00
David Michael
c397f55389 Merge pull request #3157 from dm0-/linux
Bump Linux 4.14.30 to 4.14.32 and 4.15.13 to 4.15.15
2018-04-02 15:46:14 -04:00
David Michael
e98936af41 sys-kernel/coreos-sources: Bump 4.14.30 to 4.14.32 2018-04-02 11:24:47 -04:00
David Michael
a08e8c434e sys-kernel/coreos-sources: Bump 4.15.13 to 4.15.15 2018-04-02 11:22:59 -04:00
Benjamin Gilbert
f0b1be18c5 Merge pull request #3154 from bgilbert/vxlan
sys-kernel/coreos-*: fix oops with vxlan
2018-03-28 17:23:21 -04:00
David Michael
29b11af671 app-admin/etcd-wrapper: Bump 3.3.2 to 3.3.3 2018-03-28 16:27:07 -04:00
David Michael
fa452168d8 dev-db/etcdctl: Bump 3.3.2 to 3.3.3 2018-03-28 16:26:48 -04:00
Benjamin Gilbert
b69017695a sys-kernel/coreos-*: fix oops with vxlan 2018-03-28 14:59:48 -04:00
Benjamin Gilbert
0851966b03 Merge pull request #3150 from bgilbert/revbump
sys-kernel/coreos-sources: allow specifying ebuild to revbump.sh
2018-03-28 14:41:39 -04:00
Benjamin Gilbert
39586f7064 sys-kernel/coreos-sources: allow specifying ebuild to revbump.sh
master and alpha now carry multiple ebuilds.  Handle this by allowing
the user to specify which ebuild to update.
2018-03-28 14:27:42 -04:00
David Michael
aeaa5b7208 Merge pull request #3144 from dm0-/linux
Bump Linux 4.14.29 to 4.14.30 and 4.15.12 to 4.15.13
2018-03-26 11:43:44 -04:00