Skip to content

Commit

Permalink
Merge pull request #226 from openshift/m-oct22
Browse files Browse the repository at this point in the history
Update master branch for 4.10
  • Loading branch information
openshift-merge-robot committed Oct 28, 2021
2 parents ff87926 + 44dea05 commit 43f901b
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gitsubmodules"
directory: "/"
schedule:
interval: "daily"
2 changes: 2 additions & 0 deletions .gitmodules
@@ -1,6 +1,8 @@
[submodule "fedora-coreos-config"]
path = fedora-coreos-config
url = https://github.com/coreos/fedora-coreos-config.git
branch = "testing-devel"
[submodule "openshift-os"]
path = openshift-os
url = https://github.com/openshift/os
branch = "master"
4 changes: 2 additions & 2 deletions Dockerfile.cosa
@@ -1,5 +1,5 @@
FROM quay.io/openshift/origin-machine-config-operator:4.9 as mcd
FROM registry.ci.openshift.org/origin/4.9:artifacts as artifacts
FROM quay.io/openshift/origin-machine-config-operator:4.10 as mcd
FROM registry.ci.openshift.org/origin/4.10:artifacts as artifacts

FROM quay.io/coreos-assembler/coreos-assembler:latest AS build
USER 1000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.template
Expand Up @@ -6,5 +6,5 @@ COPY manifests/ /manifests/
COPY bootstrap/ /bootstrap/
LABEL io.openshift.release.operator=true \
io.openshift.build.version-display-names="machine-os=Fedora CoreOS" \
io.openshift.build.versions="machine-os=49.34.0"
io.openshift.build.versions="machine-os=410.34.0"
ENTRYPOINT ["/noentry"]
2 changes: 1 addition & 1 deletion fedora-coreos-config
Submodule fedora-coreos-config updated 31 files
+1 −1 ci/buildroot/Dockerfile
+5 −9 kola-denylist.yaml
+4 −2 live/EFI/fedora/grub.cfg
+56 −56 manifest-lock.aarch64.json
+23 −1 manifest-lock.overrides.yaml
+58 −58 manifest-lock.x86_64.json
+3 −21 manifest.yaml
+4 −0 manifests/fedora-coreos-base.yaml
+1 −1 overlay.d/05core/usr/lib/dracut/modules.d/35coreos-ignition/coreos-gpt-setup.sh
+3 −0 overlay.d/05core/usr/lib/dracut/modules.d/35coreos-multipath/90-multipathd-remove-execstop.conf
+5 −0 overlay.d/05core/usr/lib/dracut/modules.d/35coreos-multipath/module-setup.sh
+1 −1 overlay.d/05core/usr/lib/dracut/modules.d/40ignition-ostree/ignition-ostree-firstboot-uuid
+1 −1 overlay.d/05core/usr/lib/dracut/modules.d/40ignition-ostree/ignition-ostree-growfs.sh
+6 −0 overlay.d/05core/usr/lib/systemd/system/multipathd.socket.d/50-start-conditions.conf
+0 −3 overlay.d/15fcos/usr/lib/systemd/system-preset/45-fcos.preset
+0 −0 tests/kola/authentication/passwd/config.bu
+20 −0 tests/kola/firewall/iptables-legacy
+8 −0 tests/kola/ignition/remote/config.bu
+21 −0 tests/kola/ignition/remote/remote.ign
+29 −0 tests/kola/ignition/remote/test.sh
+0 −0 tests/kola/ignition/systemd-enable-instance-unit/config.bu
+0 −0 tests/kola/ignition/systemd-unmasking/config.bu
+0 −0 tests/kola/misc-ign-ro/config.bu
+30 −0 tests/kola/misc-ro
+1 −1 tests/kola/podman/rootless-systemd
+18 −0 tests/kola/storage/tracker-997-workaround
+0 −0 tests/kola/swap/zram-generator/config.bu
+0 −0 tests/kola/var-mount/luks/config.bu
+1 −1 tests/kola/var-mount/luks/test.sh
+20 −0 tests/kola/var-mount/simple/config.bu
+44 −0 tests/kola/var-mount/simple/test.sh
15 changes: 15 additions & 0 deletions manifest-lock.overrides.yaml
Expand Up @@ -14,3 +14,18 @@ packages:
metadata:
reason: https://bugzilla.redhat.com/show_bug.cgi?id=1980693
type: pin
kernel:
evr: 5.13.14-200.fc34
metadata:
reason: crashes on m6i.xlarge
type: pin
kernel-core:
evr: 5.13.14-200.fc34
metadata:
reason: crashes on m6i.xlarge
type: pin
kernel-modules:
evr: 5.13.14-200.fc34
metadata:
reason: crashes on m6i.xlarge
type: pin
4 changes: 2 additions & 2 deletions manifest.yaml
Expand Up @@ -34,10 +34,10 @@ packages:
- fedora-coreos-pinger

# We include hours/minutes to avoid version number reuse
automatic-version-prefix: "49.34.<date:%Y%m%d%H%M>"
automatic-version-prefix: "410.34.<date:%Y%m%d%H%M>"
# This ensures we're semver-compatible which OpenShift wants
automatic-version-suffix: "-"
mutate-os-release: "4.9"
mutate-os-release: "4.10"

documentation: false

Expand Down

0 comments on commit 43f901b

Please sign in to comment.