Flatcar Buildbot
df9e66f8a6
sys-kernel/coreos-sources: Update from 6.1.73 to 6.1.77
2024-02-06 07:11:03 +00:00
flatcar-ci
f8adf81a24
New version: stable-3760.2.0-nightly-20240201-2100
2024-02-01 21:00:24 +00:00
Kai Lueke
7c7e8ff8df
Merge pull request #1601 from flatcar/scripts
...
coreos-base/coreos-init: Add flatcar-update flag to skip OEM payloads
2024-02-01 19:30:59 +01:00
Kai Lueke
5104e9c0cc
coreos-base/coreos-init: Add flatcar-update flag to skip OEM payloads
...
This pulls in https://github.com/flatcar/init/pull/114 to
support a flag to skip providing OEM payloads, with the goal of easing
downgrades to non-sysext-OEM releases or, when backported to LTS with
the default behavior switched, to opt-in to OEM payloads for airgapped
updates that can't use the fallback download.
2024-02-01 19:30:59 +01:00
flatcar-ci
662b208315
New version: stable-3760.2.0-nightly-20240130-2100
2024-01-30 21:00:27 +00:00
Dongsu Park
2d503d9432
Merge pull request #1613 from flatcar/cacerts-3.97-flatcar-3760
...
Update ca-certificates in flatcar-3760 from 3.96 to 3.97
2024-01-30 17:20:09 +01:00
Flatcar Buildbot
5af508c5cb
app-misc/ca-certificates: Update from 3.96 to 3.97
2024-01-29 07:18:15 +00:00
flatcar-ci
42744a72e3
New version: stable-3760.2.0-nightly-20240126-2100
2024-01-26 21:00:28 +00:00
flatcar-ci
d8f84b12b3
New version: stable-3760.2.0-nightly-20240125-2100
2024-01-25 21:00:27 +00:00
flatcar-ci
178901d2d5
New version: stable-3760.2.0-nightly-20240124-2100
2024-01-24 21:00:29 +00:00
Kai Lueke
0ce06bab81
coreos-base/update_engine: Forward proxy env for postinstall script
...
This pulls in https://github.com/flatcar/update_engine/pull/37
to forward the proxy env vars for curl and ue-rs download_sysext
(Flatcar Stable currently uses curl, Alpha uses ue-rs).
2024-01-24 15:00:34 +01:00
flatcar-ci
6b179664d3
New version: stable-3760.2.0-nightly-20240119-2100
2024-01-19 21:00:29 +00:00
Mathieu Tortuyaux
707551a837
Merge pull request #1588 from flatcar/mantle-update-flatcar-3760
...
Upgrade mantle container image to latest HEAD in flatcar-3760
2024-01-19 10:14:11 +01:00
Flatcar Buildbot
acc16cb913
Update mantle container image to latest HEAD
2024-01-18 21:00:49 +00:00
flatcar-ci
9be0abcbcf
New version: stable-3760.2.0-nightly-20240118-2100
2024-01-18 21:00:31 +00:00
flatcar-ci
a0c1fc1c6a
New version: beta-3760.1.1-nightly-20240117-2100
2024-01-17 21:00:27 +00:00
Dongsu Park
0db1e27a10
New version: stable-3760.2.0
stable-3760.2.0
2024-01-16 17:42:20 +01:00
Dongsu Park
d07af99ffa
Merge pull request #1574 from flatcar/linux-6.1.73-flatcar-3760
...
Upgrade Linux Kernel for flatcar-3760 from 6.1.69 to 6.1.73
2024-01-16 17:34:49 +01:00
Jeremi Piotrowski
0b1066754b
Merge pull request #1572 from flatcar/scripts
...
app-emulation/amazon-ssm-agent: use upstream makefile
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-01-16 15:28:07 +01:00
Mathieu Tortuyaux
07212b3b63
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-01-16 15:28:07 +01:00
Mathieu Tortuyaux
285c80a1a8
app-emulation/amazon-ssm-agent: use upstream makefile
...
By maintaining our own build logic, we missed the fact that the agent
was now split in two parts:
* amazon-ssm-agent in `./core`
* ssm-agent-worker in `./agent`
With the runtimeconfig passed from the `core` to the `agent`.
We were currently shipping `ssm-agent-worker` as the `amazon-ssm-agent`
hence some errors we had.
```
amazon-ssm-agent[8929]: 2023-12-28 15:29:32 WARN [ssm-agent-worker] failed to read runtime config 'identity_config.json': open /var/lib/amazon/ssm/runtimeconfig/identity_config.json: no such file or directory
```
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-01-16 15:28:07 +01:00
Dongsu Park
c1e287f883
Merge pull request #1548 from flatcar/mantle-update-flatcar-3760
...
Upgrade mantle container image to latest HEAD in flatcar-3760
2024-01-16 14:50:47 +01:00
Flatcar Buildbot
b4bb7cfdea
Update mantle container image to latest HEAD
2024-01-16 13:50:23 +00:00
Jeremi Piotrowski
544f60e4ac
Merge pull request #1571 from flatcar/scripts
...
coreos-cloudinit: fix hostname reset bug
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-01-16 14:33:51 +01:00
Jeremi Piotrowski
cf87d4597d
Add changelog for coreos-cloudinit bugfix
...
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-01-16 14:33:51 +01:00
Jeremi Piotrowski
477a57644a
coreos-cloudinit: Bump commit for empty-hostname bugfix
...
Coreos-cloudinit needs to only apply a hostname if it is non-empty, otherwise
the hostname ends up being "localhost".
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-01-16 14:33:51 +01:00
Flatcar Buildbot
9fc9abda21
sys-kernel/coreos-sources: Update from 6.1.69 to 6.1.73
2024-01-16 07:12:14 +00:00
flatcar-ci
307ea539c1
New version: beta-3760.1.1-nightly-20240110-2100
2024-01-10 21:00:25 +00:00
flatcar-ci
3f8e202ce4
New version: beta-3760.1.1-nightly-20240104-2100
2024-01-04 21:00:30 +00:00
Dongsu Park
401bf75f24
Merge pull request #1529 from flatcar/cacerts-3.96.1-flatcar-3760
...
Update ca-certificates in flatcar-3760 from 3.96 to 3.96.1
2024-01-04 17:09:10 +01:00
flatcar-ci
f8c3fcfa6b
New version: beta-3760.1.1-nightly-20240103-2100
2024-01-03 21:00:32 +00:00
flatcar-ci
4399c69cdc
New version: beta-3760.1.1-nightly-20231227-2100
2023-12-27 21:00:24 +00:00
Flatcar Buildbot
496e4df131
app-misc/ca-certificates: Update from 3.96 to 3.96.1
2023-12-25 07:18:48 +00:00
flatcar-ci
107582083c
New version: beta-3760.1.1-nightly-20231222-2100
2023-12-22 21:00:28 +00:00
flatcar-ci
1f0a08690b
New version: beta-3760.1.1-nightly-20231221-2100
2023-12-21 21:00:27 +00:00
Mathieu Tortuyaux
b221ec2afe
Merge pull request #1521 from flatcar/linux-6.1.69-flatcar-3760
...
Upgrade Linux Kernel for flatcar-3760 from 6.1.68 to 6.1.69
2023-12-21 18:43:40 +01:00
Mathieu Tortuyaux
e6e4c75c25
Merge pull request #1512 from flatcar/mantle-update-flatcar-3760
...
Upgrade mantle container image to latest HEAD in flatcar-3760
2023-12-21 13:39:46 +01:00
Flatcar Buildbot
1a17ad32ef
sys-kernel/coreos-sources: Update from 6.1.68 to 6.1.69
2023-12-21 07:11:40 +00:00
Flatcar Buildbot
39c6963d49
Update mantle container image to latest HEAD
2023-12-20 21:00:44 +00:00
flatcar-ci
b4b0dadda0
New version: beta-3760.1.1-nightly-20231220-2100
2023-12-20 21:00:27 +00:00
Arthur
e609602057
sys-kernel/bootengine: Install mmc_block module in initrd
...
* sys-kernel/coreos-modules: Enable mmc_block as a module
* overlay sys-kernel/bootengine: Install mmc_block module in initrd
Signed-off-by: Pysen X <pysen@svartavillan.se>
2023-12-20 12:14:57 +01:00
flatcar-ci
e8b1afabd1
New version: beta-3760.1.1-nightly-20231219-2100
2023-12-19 21:00:25 +00:00
Mathieu Tortuyaux
ff60589e54
Merge pull request #1489 from flatcar/linux-6.1.68-flatcar-3760
...
Upgrade Linux Kernel for flatcar-3760 from 6.1.66 to 6.1.68
2023-12-19 11:58:10 +01:00
Thilo Fromm
cba81c5693
Merge pull request #1509 from flatcar/t-lo/flatcar-3760-backport-build-dev-packages
...
flatcar 3760 backport build dev packages
2023-12-19 11:54:44 +01:00
Mathieu Tortuyaux
6ef04271c0
Merge pull request #1502 from flatcar/cacerts-3.96-flatcar-3760
...
Update ca-certificates in flatcar-3760 from 3.95 to 3.96
2023-12-19 11:48:55 +01:00
Thilo Fromm
7ea0259eac
build_dev_binpkgs: Limit scope of ROOT env var
...
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
2023-12-18 19:18:51 +01:00
Thilo Fromm
51013188cf
build_packages: add cmd line option to stop after breaking dep loops
...
This change adds a command line option to build_packages to stop
execution of the script after breaking circular dependencies (i.e.
before board packages are built). Helpful for debugging package build
issues.
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-12-18 19:18:46 +01:00
Thilo Fromm
5e90f3af64
build_dev_binpkgs: Ensure adevcontainer binpkgs are built
...
This change introduces build_dev_binpkgs, a script to build binary
packages for all dependencies of the devcontainer. This works around an
issue with build_packages, which doesn't - leading to build issues with
the devcontainer later on. This particularly happens for more complex
builds with the devcontainer.
Additionally, a call to build_dev_binpkgs has been added to the package
publishing step in ci-automation before binary packages are published.
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-12-18 19:18:15 +01:00
Flatcar Buildbot
d2b0dba919
app-misc/ca-certificates: Update from 3.95 to 3.96
2023-12-18 07:19:16 +00:00
flatcar-ci
a4302287b6
New version: beta-3760.1.1-nightly-20231215-2100
2023-12-15 21:00:26 +00:00