Skip to content

Commit

Permalink
Bump fedora-coreos-config
Browse files Browse the repository at this point in the history
Dusty Mabe (6):
      tests/kola: add SELinux systemd /var/cache exceptions in upgrade test
      Move to Fedora Linux 41
      denylist: drop kdump.crash.nfs and ext.config.boot.bootupd-validate
      overrides: drop graduated grub2-2.12-10.fc41 override
      07fix-selinux-labels: fix service ordering
      tests/kola: fix potential unbound variable error

HuijingHei (4):
      test: extend bootupd test to include testing adoption and updates
      denylist: deny `ext.config.boot.bootupd-validate` until we rollout F41
      tests/kola: remove dtb exceptions in upgrade test SELinux checks
      tests/upgrade: drop the rollback deployment on aarch64

Jonathan Lebon (15):
      workflows/add-overrides: install python3-dnf
      Inherit from fedora-bootc's tier-x on Fedora 42+
      manifests: conditionalize duplicate manifests
      manifests: split system-configuration.yaml
      manifests: split networking-tools.yaml
      manifests: split user-experience.yaml
      manifests: hoist up bootable-rpm-ostree.yaml include
      manifests: move veritysetup request to ignition-and-ostree.yaml
      manifests: move bootc to bootable-rpm-ostree.yaml
      manifests: conditionalize bootable-rpm-ostree.yaml
      manifests: just disable systemd-firstboot, don't nuke
      manifests: split ignition-and-ostree.yaml
      manifests: split tier-x dupes into separate manifest
      workflows: add `bump-fedora-bootc` workflow
      manifests/tier-x: use readonly in repo config only

Joseph Marrero Corchado (1):
      manifest: Add bootc

Michael Armijo (1):
      denylist: remove fcos.internet and podman.workflow

Nikita Dubrovskii (3):
      dnf5: use 'setopt' to enable 'updates-testing' repo
      dnf5 builddep: drop '--spec' as it no longer exists
      coreos-secex-ignition-prepare: remount /usr rw if needed
  • Loading branch information
coreosbot committed Nov 19, 2024
1 parent 2822e38 commit 9b93987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora-coreos-config
Submodule fedora-coreos-config updated 33 files
+4 −1 .github/workflows/add-override.yml
+66 −0 .github/workflows/bump-fedora-bootc.yaml
+1 −1 .github/workflows/shellcheck.yml
+3 −0 .gitmodules
+1 −1 ci/buildroot/Dockerfile
+2 −2 ci/buildroot/install-buildroot.sh
+1 −0 fedora-bootc
+0 −10 kola-denylist.yaml
+486 −480 manifest-lock.aarch64.json
+11 −11 manifest-lock.overrides.yaml
+484 −472 manifest-lock.ppc64le.json
+461 −455 manifest-lock.s390x.json
+483 −483 manifest-lock.x86_64.json
+1 −1 manifest.yaml
+2 −2 manifests/bootable-rpm-ostree.yaml
+11 −2 manifests/fedora-coreos-base.yaml
+8 −3 manifests/fedora-coreos.yaml
+17 −0 manifests/ignition-and-ostree-tier-x-dupes.yaml
+3 −20 manifests/ignition-and-ostree.yaml
+8 −0 manifests/networking-tools-tier-x-dupes.yaml
+3 −5 manifests/networking-tools.yaml
+14 −0 manifests/system-configuration-tier-x-dupes.yaml
+0 −11 manifests/system-configuration.yaml
+11 −0 manifests/tier-x-dupes.yaml
+32 −0 manifests/tier-x.yaml
+26 −0 manifests/user-experience-tier-x-dupes.yaml
+0 −19 manifests/user-experience.yaml
+2 −0 overlay.d/05core/usr/lib/dracut/modules.d/35coreos-ignition/coreos-secex-ignition-prepare.service
+6 −0 overlay.d/05core/usr/lib/dracut/modules.d/35coreos-ignition/coreos-secex-ignition-prepare.sh
+3 −3 overlay.d/07fix-selinux-labels/usr/lib/systemd/system/coreos-fix-selinux-labels.service
+87 −0 tests/kola/boot/bootupd-validate
+24 −0 tests/kola/systemd/no-systemd-firstboot
+39 −9 tests/kola/upgrade/extended/test.sh

0 comments on commit 9b93987

Please sign in to comment.