Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fedora-coreos-config to latest #530

Merged

Conversation

jlebon
Copy link
Member

@jlebon jlebon commented Apr 12, 2021

Mostly for coreos/fedora-coreos-config#942 for
https://bugzilla.redhat.com/show_bug.cgi?id=1947490.

Colin Walters (6):
      buildroot: Add jq
      buildroot: Add attr
      buildroot: Also pull in python3-pyyaml
      buildroot: Add rsync
      buildroot: Blow out quay.io cache
      buildroot: Drop USER creation, add createrepo_c+ostree

Dusty Mabe (5):
      tests/manual: docsnettest: enhance dhcp server instructions
      tests/manual: docsnettest: align the dhcpvlan test
      tests/manual: remove bug workarounds from net tests
      35coreos-live/coreos-livepxe-rootfs: add in connectivity check before downloading
      tests/kola: handle possible rootless-systemd flake

Jonathan Lebon (16):
      overrides: move to an arch-independent lockfile
      overlay: propagate rootfs mountOptions to rootflags karg
      Move buildroot image here
      image.yaml: split out image-base.yaml
      buildroot: add dumb-init
      ci/buildroot: default to builder user
      ci/buildroot: set WORKDIR to /home/builder
      ci: use --parent-build
      ci: print human-readable RPM diff
      ci: error out if downgrade detected
      ci: use `cosa basearch` instead of hardcoding x86_64
      Move next-devel to cgroupsv2 for new nodes
      35coreos-network: enable initrd networking on azurestack
      tests/kola/var-mount: convert to Butane config
      tests/kola/var-mount: test mounting on reboot
      presets: enable clevis-luks-askpass.path

Kelvin Fan (2):
      overrides: Fast-track console-login-helper-messages-0.21.2.fc33
      12kdump: Remount /boot rw before `kdump.service`

Sinny Kumari (1):
      overrides: drop coreos-installer

Sohan Kunkerkar (2):
      overrides: fast-track coreos-installer 0.9.0
      overrides: fast-track afterburn release

Timothée Ravier (6):
      tests: Add basic toolbox functional testing
      manifests: Fix split to enable sharing with RHCOS
      manifests: Cosmetic changes
      manifests: Move stalld to shared 'system-configuration' manifest
      overrides: Fast-track podman 3.1.0-2
      tests: Add basic test for rpm-ostree countme

Vadim Rutkovsky (1):
      rootless-systemd: update packages before installing httpd

Mostly for coreos/fedora-coreos-config#942 for
https://bugzilla.redhat.com/show_bug.cgi?id=1947490.

```
Colin Walters (6):
      buildroot: Add jq
      buildroot: Add attr
      buildroot: Also pull in python3-pyyaml
      buildroot: Add rsync
      buildroot: Blow out quay.io cache
      buildroot: Drop USER creation, add createrepo_c+ostree

Dusty Mabe (5):
      tests/manual: docsnettest: enhance dhcp server instructions
      tests/manual: docsnettest: align the dhcpvlan test
      tests/manual: remove bug workarounds from net tests
      35coreos-live/coreos-livepxe-rootfs: add in connectivity check before downloading
      tests/kola: handle possible rootless-systemd flake

Jonathan Lebon (16):
      overrides: move to an arch-independent lockfile
      overlay: propagate rootfs mountOptions to rootflags karg
      Move buildroot image here
      image.yaml: split out image-base.yaml
      buildroot: add dumb-init
      ci/buildroot: default to builder user
      ci/buildroot: set WORKDIR to /home/builder
      ci: use --parent-build
      ci: print human-readable RPM diff
      ci: error out if downgrade detected
      ci: use `cosa basearch` instead of hardcoding x86_64
      Move next-devel to cgroupsv2 for new nodes
      35coreos-network: enable initrd networking on azurestack
      tests/kola/var-mount: convert to Butane config
      tests/kola/var-mount: test mounting on reboot
      presets: enable clevis-luks-askpass.path

Kelvin Fan (2):
      overrides: Fast-track console-login-helper-messages-0.21.2.fc33
      12kdump: Remount /boot rw before `kdump.service`

Sinny Kumari (1):
      overrides: drop coreos-installer

Sohan Kunkerkar (2):
      overrides: fast-track coreos-installer 0.9.0
      overrides: fast-track afterburn release

Timothée Ravier (6):
      tests: Add basic toolbox functional testing
      manifests: Fix split to enable sharing with RHCOS
      manifests: Cosmetic changes
      manifests: Move stalld to shared 'system-configuration' manifest
      overrides: Fast-track podman 3.1.0-2
      tests: Add basic test for rpm-ostree countme

Vadim Rutkovsky (1):
      rootless-systemd: update packages before installing httpd
```
@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 12, 2021
@jlebon
Copy link
Member Author

jlebon commented Apr 12, 2021

Let's
/hold
this for now.

We should consider branching for 4.8 first before we do this.

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 12, 2021
@travier
Copy link
Member

travier commented Apr 12, 2021

I made a bump for #512 too

@travier
Copy link
Member

travier commented Apr 12, 2021

This one is fresher so maybe we can get it in first then the other

@travier
Copy link
Member

travier commented Apr 12, 2021

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 12, 2021
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jlebon, travier

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@travier
Copy link
Member

travier commented Apr 13, 2021

I think this one needs a rebase

@miabbott
Copy link
Member

/retest

@jlebon
Copy link
Member Author

jlebon commented Apr 13, 2021

/hold cancel

Discussed internally. We'll get this in and a few other patches before branching.

@openshift-ci-robot openshift-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 13, 2021
@openshift-merge-robot openshift-merge-robot merged commit a9832b5 into openshift:master Apr 13, 2021
@jlebon jlebon deleted the pr/fcos-bump-2021-04-09 branch April 23, 2023 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants