Releases: openshift/microshift
Release list
5.0.0-ec.4-202607101304.p0
This is a candidate release for 5.0.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v5/x86_64/microshift/ocp-dev-preview/5.0.0-ec.4/
- https://mirror.openshift.com/pub/openshift-v5/aarch64/microshift/ocp-dev-preview/5.0.0-ec.4/
Or add this RPM repository to your x86 systems:
[microshift-5.0.0-ec-4]
name=MicroShift 5.0.0 EarlyAccess ec.4 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v5/x86_64/microshift/ocp-dev-preview/5.0.0-ec.4/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-5.0.0-ec-4]
name=MicroShift 5.0.0 EarlyAccess ec.4 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v5/aarch64/microshift/ocp-dev-preview/5.0.0-ec.4/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- USHIFT-7257: Modify Get Kubeconfig to avoid leaking contents in RF logs by @ggiguash in #6994
- USHIFT-7341: rebase-5.0-5.0.0 0.nightly-2026-07-05-172708_amd64-2026-07-05_arm64-2026-07-06 by @pacevedom in #6992
- OCPBUGS-97983: Patch unbounded KAS context to break pre-hook deadlock by @copejon in #6635
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-07-05-172708_amd64-2026-07-05_arm64-2026-07-08 by @microshift-rebase-script[bot] in #7002
- USHIFT-7187: C2CC Dual Stack support & tests by @pmtk in #6954
- USHIFT-7271: Treat all C2CC clusters as remote by @pmtk in #7010
- USHIFT-7066: Remove rhel-9.8.json GPG workaround from configure-composer.sh by @agullon in #7011
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-07-07-232341_amd64-2026-07-07_arm64-2026-07-09 by @microshift-rebase-script[bot] in #7023
- OCPBUGS-97995: Start using openshift-v5 mirror dependencies by @ggiguash in #7014
- USHIFT-7297: Consolidate c2cc test suites into grouped subdirectories and normalize naming by @vimauro in #7013
- USHIFT-7339: Wait for LV cleanup in pvc-resize teardown by @pacevedom in #7007
- USHIFT-7343: Exclude tuned* RPMs from fast-datapath repository by @pmtk in #7009
- NO-ISSUE: Fix CentOS 9/10 CI image creation and runtime by @ggiguash in #6997
- USHIFT-7221: Automate Polarion test: Verify sosreport can be consumed by omg & omc support tools by @agullon in #6991
Full Changelog: 5.0.0-ec.4-202607091104.p0...5.0.0-ec.4-202607101304.p0
5.0.0-ec.4-202607091104.p0
This is a candidate release for 5.0.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v5/x86_64/microshift/ocp-dev-preview/5.0.0-ec.4/
- https://mirror.openshift.com/pub/openshift-v5/aarch64/microshift/ocp-dev-preview/5.0.0-ec.4/
Or add this RPM repository to your x86 systems:
[microshift-5.0.0-ec-4]
name=MicroShift 5.0.0 EarlyAccess ec.4 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v5/x86_64/microshift/ocp-dev-preview/5.0.0-ec.4/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-5.0.0-ec-4]
name=MicroShift 5.0.0 EarlyAccess ec.4 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v5/aarch64/microshift/ocp-dev-preview/5.0.0-ec.4/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- USHIFT-7117: Add common script for C2CC scenarios by @vanhalenar in #6827
- [release-5.0] NO-ISSUE: Update common_versions.sh by @microshift-rebase-script[bot] in #6861
- CI: add GPG keys to composer package sources by @eslutsky in #6877
- NO-ISSUE: fix Go download flake with --fail and --retry by @eslutsky in #6886
- NO-ISSUE: Fix go builds are cached to /tmp which eats up system disk space by @copejon in #6866
- USHIFT-7230: Add commit signing to rebase script by @pacevedom in #6880
- USHIFT-7240: work around kernel 7.x SELinux execmem denial on EL10 bootc by @eslutsky in #6903
- NO-ISSUE: Use latest osbuild-composer version from COPR by @ggiguash in #6909
- USHIFT-6531: switch devenv to use RHEL 9.8 OS image by @agullon in #6888
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-06-18-000016_amd64-2026-06-18_arm64-2026-06-19 by @pacevedom in #6912
- USHIFT-7118: Move C2CC scenarios for new prow job by @pmtk in #6892
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-06-22-181344_amd64-2026-06-22_arm64-2026-06-23 by @microshift-rebase-script[bot] in #6923
- USHIFT-7118: Build images for c2cc jobs by @pmtk in #6924
- USHIFT-6810: Add C2CC upgrade test for RHEL 9.8 to RHEL 10.2 by @vimauro in #6894
- NO-ISSUE: Remove disabled el98-src@rpm-install.sh scenario by @agullon in #6925
- USHIFT-7169: Add RHEL 10.2 RPM standard release test scenario by @agullon in #6873
- USHIFT-6947: C2CC: Configurable routing table IDs by @pmtk in #6875
- USHIFT-6785: support RHEL 10 bootc images in published-images scenarios by @agullon in #6904
- NO-ISSUE: configure-vm.sh: Wait for firewall & install gettext by @pmtk in #6929
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-06-22-235733_amd64-2026-06-22_arm64-2026-06-24 by @microshift-rebase-script[bot] in #6939
- USHIFT-7223: Automate Polarion tests OCP-66820 and OCP-66882 by @agullon in #6905
- USHIFT-6808: C2CC Disruption Tests (Restarting Services, toggling ethernet) by @pmtk in #6930
- USHIFT-6951: Add metrics-server as optional MicroShift component by @copejon in #6808
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-06-22-235733_amd64-2026-06-22_arm64-2026-06-26 by @microshift-rebase-script[bot] in #6945
- USHIFT-7290: Implement automatic LVMS rebase on the latest z-stream version by @ggiguash in #6940
- OCPEDGE-2537 OCPEDGE-2550 OCPEDGE-2551 OCPEDGE-2552 OCPEDGE-2557: Contextification changes by @pacevedom in #6953
- USHIFT-6800: Add c2cc reboot tests by @vimauro in #6943
- USHIFT-7315: Use faster disk for VirtualMachine type in aws stack by @pacevedom in #6981
- USHIFT-6909: Add RF tests for custom DNS config by @kasturinarra in #6944
- NO-ISSUE: rebase-release-5.0.0 0.nightly-2026-07-01-125918_amd64-2026-07-01-arm64-2026-07-02 by @pacevedom in #6982
- rebase-release-5.0.0 0.nightly-2026-07-01-125918_amd64-2026-07-01-arm64-2026-07-02 by @eslutsky in #6979
- USHIFT-7245: Revert crio SELinux workaround by @ggiguash in #6969
Full Changelog: 5.0.0-ec.3-202606121318.p0...5.0.0-ec.4-202607091104.p0
5.0.0-ec.4-202607070920.p0
This is a candidate release for 5.0.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v5/x86_64/microshift/ocp-dev-preview/5.0.0-ec.4/
- https://mirror.openshift.com/pub/openshift-v5/aarch64/microshift/ocp-dev-preview/5.0.0-ec.4/
Or add this RPM repository to your x86 systems:
[microshift-5.0.0-ec-4]
name=MicroShift 5.0.0 EarlyAccess ec.4 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v5/x86_64/microshift/ocp-dev-preview/5.0.0-ec.4/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-5.0.0-ec-4]
name=MicroShift 5.0.0 EarlyAccess ec.4 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v5/aarch64/microshift/ocp-dev-preview/5.0.0-ec.4/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- USHIFT-7117: Add common script for C2CC scenarios by @vanhalenar in #6827
- [release-5.0] NO-ISSUE: Update common_versions.sh by @microshift-rebase-script[bot] in #6861
- CI: add GPG keys to composer package sources by @eslutsky in #6877
- NO-ISSUE: fix Go download flake with --fail and --retry by @eslutsky in #6886
- NO-ISSUE: Fix go builds are cached to /tmp which eats up system disk space by @copejon in #6866
- USHIFT-7230: Add commit signing to rebase script by @pacevedom in #6880
- USHIFT-7240: work around kernel 7.x SELinux execmem denial on EL10 bootc by @eslutsky in #6903
- NO-ISSUE: Use latest osbuild-composer version from COPR by @ggiguash in #6909
- USHIFT-6531: switch devenv to use RHEL 9.8 OS image by @agullon in #6888
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-06-18-000016_amd64-2026-06-18_arm64-2026-06-19 by @pacevedom in #6912
- USHIFT-7118: Move C2CC scenarios for new prow job by @pmtk in #6892
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-06-22-181344_amd64-2026-06-22_arm64-2026-06-23 by @microshift-rebase-script[bot] in #6923
- USHIFT-7118: Build images for c2cc jobs by @pmtk in #6924
- USHIFT-6810: Add C2CC upgrade test for RHEL 9.8 to RHEL 10.2 by @vimauro in #6894
- NO-ISSUE: Remove disabled el98-src@rpm-install.sh scenario by @agullon in #6925
- USHIFT-7169: Add RHEL 10.2 RPM standard release test scenario by @agullon in #6873
- USHIFT-6947: C2CC: Configurable routing table IDs by @pmtk in #6875
- USHIFT-6785: support RHEL 10 bootc images in published-images scenarios by @agullon in #6904
- NO-ISSUE: configure-vm.sh: Wait for firewall & install gettext by @pmtk in #6929
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-06-22-235733_amd64-2026-06-22_arm64-2026-06-24 by @microshift-rebase-script[bot] in #6939
- USHIFT-7223: Automate Polarion tests OCP-66820 and OCP-66882 by @agullon in #6905
- USHIFT-6808: C2CC Disruption Tests (Restarting Services, toggling ethernet) by @pmtk in #6930
- USHIFT-6951: Add metrics-server as optional MicroShift component by @copejon in #6808
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-06-22-235733_amd64-2026-06-22_arm64-2026-06-26 by @microshift-rebase-script[bot] in #6945
- USHIFT-7290: Implement automatic LVMS rebase on the latest z-stream version by @ggiguash in #6940
- OCPEDGE-2537 OCPEDGE-2550 OCPEDGE-2551 OCPEDGE-2552 OCPEDGE-2557: Contextification changes by @pacevedom in #6953
- USHIFT-6800: Add c2cc reboot tests by @vimauro in #6943
- USHIFT-7315: Use faster disk for VirtualMachine type in aws stack by @pacevedom in #6981
- USHIFT-6909: Add RF tests for custom DNS config by @kasturinarra in #6944
- NO-ISSUE: rebase-release-5.0.0 0.nightly-2026-07-01-125918_amd64-2026-07-01-arm64-2026-07-02 by @pacevedom in #6982
- rebase-release-5.0.0 0.nightly-2026-07-01-125918_amd64-2026-07-01-arm64-2026-07-02 by @eslutsky in #6979
- USHIFT-7245: Revert crio SELinux workaround by @ggiguash in #6969
New Contributors
Full Changelog: 5.0.0-ec.3-202606121318.p0...5.0.0-ec.4-202607070920.p0
4.22.4-202607070723.p0
To install MicroShift 4.22.4, follow the documentation: https://docs.redhat.com/en/documentation/red_hat_build_of_microshift/4.22
What's Changed
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-25-210812_amd64-2026-06-25_arm64-2026-06-25 by @microshift-rebase-script[bot] in #6946
- [release-4.22] USHIFT-7290: Implement automatic LVMS rebase on the latest z-stream version by @ggiguash in #6947
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-25-210812_amd64-2026-06-25_arm64-2026-06-28 by @microshift-rebase-script[bot] in #6959
- [release-4.22] USHIFT-7245: Revert crio SELinux workaround by @ggiguash in #6970
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-30-192322_amd64-2026-06-30_arm64-2026-07-02 by @pacevedom in #6983
- [release-4.22] NO-ISSUE: Update common_versions.sh by @microshift-rebase-script[bot] in #6984
Full Changelog: 4.22.3-202606251354.p0...4.22.4-202607070723.p0
4.22.3-202606251354.p0
To install MicroShift 4.22.3, follow the documentation: https://docs.redhat.com/en/documentation/red_hat_build_of_microshift/4.22
What's Changed
- [release-4.22] USHIFT-6984: Check Brew RPM availability in scenarios by @openshift-cherrypick-robot in #6746
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-05-27-041427_amd64-2026-05-27_arm64-2026-05-27 by @microshift-rebase-script[bot] in #6759
- [release-4.22] USHIFT-6983: Optimize microshift service restart when applying TLS configuration by @ggiguash in #6752
- [release-4.22] USHIFT-7033: RPM test suites: set release by @pmtk in #6739
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-05-28-111510_amd64-2026-05-28_arm64-2026-05-28 by @microshift-rebase-script[bot] in #6764
- [release-4.22] USHIFT-7058: Use small OLM catalog for test stability by @pmtk in #6748
- [release-4.22] USHIFT-7020: Service Mesh: change image pull policy to IfNotPresent by @pmtk in #6770
- [release-4.22] USHIFT-6528: Switch to RHEL 9.8 production registry for bootc images by @agullon in #6775
- [release-4.22] NO-ISSUE: Wait a little bit longer for existence of ConfigMap by @pmtk in #6783
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-01-013201_amd64-2026-06-01_arm64-2026-06-01 by @microshift-rebase-script[bot] in #6786
- [release-4.22] USHIFT-6983: Drop optional components from tuned CI images by @openshift-cherrypick-robot in #6791
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-03-200456_amd64-2026-06-03_arm64-2026-06-04 by @microshift-rebase-script[bot] in #6801
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-04-154654_amd64-2026-06-04_arm64-2026-06-05 by @microshift-rebase-script[bot] in #6807
- USHIFT-6985: Add retry to Root CA ConfigMap signer verification by @kasturinarra in #6806
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-07-152904_amd64-2026-06-07_arm64-2026-06-08 by @microshift-rebase-script[bot] in #6821
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-08-171841_amd64-2026-06-08_arm64-2026-06-09 by @microshift-rebase-script[bot] in #6833
- [release-4.22] USHIFT-7184: Enforce VMs to use UTC timezone by @openshift-cherrypick-robot in #6835
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-09-084234_amd64-2026-06-09_arm64-2026-06-10 by @microshift-rebase-script[bot] in #6850
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-10-175716_amd64-2026-06-10_arm64-2026-06-11 by @microshift-rebase-script[bot] in #6858
- [release-4.22] USHIFT-7186: Propagate cache download error by @openshift-cherrypick-robot in #6846
- [release-4.22] NO-ISSUE: add GPG keys to composer package sources by @openshift-cherrypick-robot in #6882
- [release-4.22] USHIFT-7240: work around kernel 7.x SELinux execmem denial on EL10 bootc by @openshift-cherrypick-robot in #6910
- [release-4.22] NO-ISSUE: Use latest osbuild-composer version from COPR by @openshift-cherrypick-robot in #6911
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-18-194212_amd64-2026-06-18_arm64-2026-06-18 by @pacevedom in #6914
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-22-204056_amd64-2026-06-22_arm64-2026-06-22 by @microshift-rebase-script[bot] in #6922
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-23-164229_amd64-2026-06-23_arm64-2026-06-23 by @microshift-rebase-script[bot] in #6926
- [release-4.22] NO-ISSUE: Remove disabled el98-src@rpm-install.sh scenario by @agullon in #6928
- [release-4.22] USHIFT-6785: support RHEL 10 bootc images in published-images scenarios by @openshift-cherrypick-robot in #6931
- [release-4.22] USHIFT-7169: Add RHEL 10.2 RPM standard release test scenario by @agullon in #6932
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-06-23-164229_amd64-2026-06-23_arm64-2026-06-23 by @microshift-rebase-script[bot] in #6938
Full Changelog: 4.22.0-202606042304.p0...4.22.3-202606251354.p0
4.20.26-202606190714.p0
To install MicroShift 4.20.26, follow the documentation: https://docs.redhat.com/en/documentation/red_hat_build_of_microshift/4.20
What's Changed
- NO-ISSUE: rebase-release-4.20-4.20.0-0.nightly-2026-05-13-153530_amd64-2026-05-13_arm64-2026-05-18 by @microshift-rebase-script[bot] in #6686
- [release-4.20] OCPBUGS-85652: Rebase lvms registry.redhat.io lvms4 lvms operator bundle v4.20.0 by @ggiguash in #6695
- NO-ISSUE: rebase-release-4.20-4.20.0-0.nightly-2026-05-20-072722_amd64-2026-05-20_arm64-2026-05-20 by @microshift-rebase-script[bot] in #6710
- NO-ISSUE: rebase-release-4.20-4.20.0-0.nightly-2026-05-24-063508_amd64-2026-05-24_arm64-2026-05-24 by @microshift-rebase-script[bot] in #6723
- NO-ISSUE: rebase-release-4.20-4.20.0-0.nightly-2026-05-27-135533_amd64-2026-05-27_arm64-2026-05-28 by @microshift-rebase-script[bot] in #6755
- [release-4.20] USHIFT-7033: RPM test suites: set release by @pmtk in #6741
- [release-4.20] USHIFT-7020: Service Mesh: change image pull policy to IfNotPresent by @pmtk in #6772
- [release-4.20] USHIFT-7058: Use small OLM catalog for test stability by @pmtk in #6774
- NO-ISSUE: rebase-release-4.20-4.20.0-0.nightly-2026-06-03-184203_amd64-2026-06-03_arm64-2026-06-03 by @microshift-rebase-script[bot] in #6802
- NO-ISSUE: rebase-release-4.20-4.20.0-0.nightly-2026-06-07-095926_amd64-2026-06-07_arm64-2026-06-07 by @microshift-rebase-script[bot] in #6819
- [release-4.20] USHIFT-7184: Enforce VMs to use UTC timezone by @openshift-cherrypick-robot in #6838
- NO-ISSUE: rebase-release-4.20-4.20.0-0.nightly-2026-06-10-161448_amd64-2026-06-10_arm64-2026-06-11 by @microshift-rebase-script[bot] in #6855
- [release-4.20] USHIFT-7185: Wait a little bit longer for existence of ConfigMap by @openshift-cherrypick-robot in #6852
- [release-4.20] USHIFT-7186: Propagate cache download error by @openshift-cherrypick-robot in #6864
- NO-ISSUE: rebase-release-4.20-4.20.0-0.nightly-2026-06-17-124232_amd64-2026-06-17_arm64-2026-06-18 by @microshift-rebase-script[bot] in #6896
Full Changelog: 4.20.23-202605152314.p0...4.20.26-202606190714.p0
5.0.0-ec.3-202606121318.p0
This is a candidate release for 5.0.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v5/x86_64/microshift/ocp-dev-preview/5.0.0-ec.3/
- https://mirror.openshift.com/pub/openshift-v5/aarch64/microshift/ocp-dev-preview/5.0.0-ec.3/
Or add this RPM repository to your x86 systems:
[microshift-5.0.0-ec-3]
name=MicroShift 5.0.0 EarlyAccess ec.3 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v5/x86_64/microshift/ocp-dev-preview/5.0.0-ec.3/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-5.0.0-ec-3]
name=MicroShift 5.0.0 EarlyAccess ec.3 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v5/aarch64/microshift/ocp-dev-preview/5.0.0-ec.3/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-05-26-174704_amd64-2026-05-26_arm64-2026-05-26 by @microshift-rebase-script[bot] in #6744
- USHIFT-7033: RPM test suites: set release by @pmtk in #6738
- USHIFT-6798: C2CC: RemoteClusters.microshift.io/v1alpha1 Custom Resource by @pmtk in #6727
- USHIFT-6983: Optimize microshift service restart when applying TLS configuration by @ggiguash in #6753
- USHIFT-6912: Add DNS deployment resource configuration support by @Neilhamza in #6621
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-05-27-205543_amd64-2026-05-27_arm64-2026-05-27 by @microshift-rebase-script[bot] in #6756
- NO-ISSUE: GH tags for releases: fix version list generation by @pmtk in #6749
- USHIFT-7058: Build and use small OLM catalog by @pmtk in #6747
- USHIFT-6528: Switch to RHEL 9.8 production registry for bootc images by @agullon in #6776
- NO-ISSUE: Fix storage unit test panic by @pmtk in #6751
- USHIFT-7020: Service Mesh: change image pull policy to IfNotPresent by @pmtk in #6769
- [release-5.0] NO-ISSUE: Update common_versions.sh by @microshift-rebase-script[bot] in #6760
- USHIFT-7128: Ansible: refresh node setup automation by @sjug in #6777
- USHIFT-6983: Drop optional components from tuned CI images by @pacevedom in #6782
- USHIFT-6797: C2CC Probe remote clusters by @pmtk in #6729
- USHIFT-7113: Update openshift-test-private commit to recent by @kasturinarra in #6790
- USHIFT-7132: Fix DNS resource config test timing by @Neilhamza in #6787
- USHIFT-7168: Bump Go to 1.26 by @pmtk in #6796
- USHIFT-6849: Add C2CC IPv6 tests scenarios by @vanhalenar in #6750
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-06-04-190102_amd64-2026-06-04_arm64-2026-06-04 by @pacevedom in #6812
- USHIFT-6799: C2CC: Latency measurement between clusters by @pmtk in #6794
- USHIFT-7176: Rebase 5.0 + updated OVN-K init flags by @pmtk in #6829
- USHIFT-6801: C2CC: IPSec test by @pmtk in #6792
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-06-08-075337_amd64-2026-06-08_arm64-2026-06-09 by @microshift-rebase-script[bot] in #6832
- USHIFT-7184: Enforce VMs to use UTC timezone by @pmtk in #6828
- USHIFT-7186: Propagate cache download error by @pmtk in #6839
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-06-09-112600_amd64-2026-06-09_arm64-2026-06-10 by @microshift-rebase-script[bot] in #6849
- NO-ISSUE: Fix latest RHOCP logic after 4.22 GA by @pmtk in #6862
- NO-ISSUE: C2CC IPSec test: tcpdump robustness by @pmtk in #6845
Full Changelog: 5.0.0-ec.2-202605271525.p0...5.0.0-ec.3-202606121318.p0
4.22.0-202606042304.p0
To install MicroShift 4.22.0, follow the documentation: https://docs.redhat.com/en/documentation/red_hat_build_of_microshift/4.22
What's Changed
- [release-4.22] OCPBUGS-86060: Rebase lvms registry.redhat.io lvms4 lvms operator bundle v4.21.0 by @ggiguash in #6693
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-05-19-113338_amd64-2026-05-19_arm64-2026-05-20 by @microshift-rebase-script[bot] in #6700
- [release-4.22] USHIFT-6959 USHIFT-6960 USHIFT-6971 USHIFT-6979 USHIFT-6993 USHIFT-7034: Reorganize optional RF tests by @openshift-cherrypick-robot in #6705
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-05-20-180739_amd64-2026-05-20_arm64-2026-05-21 by @microshift-rebase-script[bot] in #6711
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-05-24-183203_amd64-2026-05-24_arm64-2026-05-25 by @microshift-rebase-script[bot] in #6725
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-05-25-200009_amd64-2026-05-25_arm64-2026-05-26 by @microshift-rebase-script[bot] in #6733
- [release-4.22] USHIFT-6499: Switch RHEL 9.8 CI from staging to GA repos by @agullon in #6736
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-05-26-140947_amd64-2026-05-26_arm64-2026-05-27 by @microshift-rebase-script[bot] in #6743
Full Changelog: 4.22.0-rc.4-202605191402.p0...4.22.0-202606042304.p0
5.0.0-ec.2-202605271525.p0
This is a candidate release for 5.0.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v5/x86_64/microshift/ocp-dev-preview/5.0.0-ec.2/
- https://mirror.openshift.com/pub/openshift-v5/aarch64/microshift/ocp-dev-preview/5.0.0-ec.2/
Or add this RPM repository to your x86 systems:
[microshift-5.0.0-ec-2]
name=MicroShift 5.0.0 EarlyAccess ec.2 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v5/x86_64/microshift/ocp-dev-preview/5.0.0-ec.2/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-5.0.0-ec-2]
name=MicroShift 5.0.0 EarlyAccess ec.2 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v5/aarch64/microshift/ocp-dev-preview/5.0.0-ec.2/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- USHIFT-6716: Add el10 bootc release scenarios by @vanhalenar in #6401
- USHIFT-6792: Exclude unfinished runs to prevent previous failure masking by @ggiguash in #6485
- USHIFT-6848: Disable default pre-release RHEL 9.8 and 10.2 repositories by @ggiguash in #6490
- USHIFT-6853: Pin gevent dependency for ai model serving tests by @pacevedom in #6497
- USHIFT-6793: introduce io-performance-analyzer pcp script by @eslutsky in #6483
- USHIFT-6718: major version changes for test framework by @pacevedom in #6372
- USHIFT-6636: Change test-agent impl to align with greenboot-rs by @pmtk in #6313
- USHIFT-6788: explicitly process bootc templates by @copejon in #6486
- USHIFT-6818: Update optional packages for y2 and y1 releases by @pacevedom in #6504
- USHIFT-6748: [QE] Migrate OTP tests into RF: operators by @agullon in #6502
- USHIFT-6789: Fix etcd issue by @kasturinarra in #6484
- USHIFT-6847: MicroShift CI doctor command and script cleanup by @ggiguash in #6514
- USHIFT-6859: Update generate_common_versions.py to take "X.Y" as argument for 5.0 handling by @pmtk in #6505
- NO-ISSUE: Fix get_latest_rhocp_repo to support crossing major versions by @pacevedom in #6519
- USHIFT-6793: Cleanup PCP Claude scripts by @ggiguash in #6530
- USHIFT-6774: Leave VM ready after tuned suite by @pmtk in #6521
- PERFSCALE-2110: Ansible: scope create-vm teardown to target VM by @sjug in #6531
- NO-ISSUE: rebase-main-nightly_amd64-2026-04-16-172425_arm64-2026-04-16-232425 by @pacevedom in #6520
- OCPBUGS-83705: bump google.golang.org/grpc to v1.79.3 by @pmtk in #6522
- USHIFT-6865: Fix rebase blocked branch logic by @pacevedom in #6548
- USHIFT-6715: Enable building multiple bootc blueprint layers in parallel by @vanhalenar in #6489
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-04-21-130601_amd64-2026-04-21_arm64-2026-04-22 by @microshift-rebase-script[bot] in #6557
- [release-5.0] NO-ISSUE: Update common_versions.sh by @microshift-rebase-script[bot] in #6558
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-04-21-130601_amd64-2026-04-21_arm64-2026-04-22 by @microshift-rebase-script[bot] in #6562
- USHIFT-6794: Config for Cluster 2 Cluster Communication by @pmtk in #6545
- USHIFT-6870: Add e2e test for router service IP connectivity by @pacevedom in #6515
- USHIFT-6886: Comment out tuned boot-wait in ginkgo-multi-config scenario by @agullon in #6570
- USHIFT-6812: Optimize bootc image building for upgrade tests by @vanhalenar in #6540
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-04-21-130601_amd64-2026-04-21_arm64-2026-04-23 by @microshift-rebase-script[bot] in #6573
- NO-JIRA: Fix flaky observability and telemetry test teardown by @agullon in #6578
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-04-26-064718_amd64-2026-04-26_arm64-2026-04-26 by @microshift-rebase-script[bot] in #6582
- OCPBUGS-83693: RHEL 10 RPM-based installation testing in CI by @ggiguash in #6587
- OCPBUGS-59566: Add openshift-marketplace network policy by @pacevedom in #6575
- NO-JIRA: add Loki readiness check and restart logic to observability tests by @agullon in #6589
- USHIFT-6905: consolidate CI test scenarios to reduce VM count by @agullon in #6591
- USHIFT-6917: Migrate claude skills to edge tooling by @ggiguash in #6602
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-04-26-064718_amd64-2026-04-26_arm64-2026-04-28 by @pacevedom in #6603
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-04-29-210124_amd64-2026-04-29_arm64-2026-04-29 by @microshift-rebase-script[bot] in #6612
- USHIFT-6887: Fix microshift-low-latency for RHEL10 by @pmtk in #6590
- OCPBUGS-83693: Fix rhel10 rhocp repo configuration in RPM install by @ggiguash in #6606
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-04-30-083209_amd64-2026-04-30_arm64-2026-04-30 by @microshift-rebase-script[bot] in #6616
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-05-03-194554_amd64-2026-05-03_arm64-2026-05-03 by @microshift-rebase-script[bot] in #6620
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-05-04-160406_amd64-2026-05-04_arm64-2026-05-05 by @microshift-rebase-script[bot] in #6630
- USHIFT-6836: Bump cert manager to 19.0 with trust-manager support by @eslutsky in #6552
- USHIFT-6948: Verify local host name in standard suite by @ggiguash in #6455
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-05-05-231020_amd64-2026-05-05_arm64-2026-05-06 by @microshift-rebase-script[bot] in #6633
- USHIFT-6902 USHIFT-6903: Custom DNS configuration by @pacevedom in #6592
- USHIFT-6795: C2CC: Routes controller by @pmtk in #6599
- USHIFT-6711: Allow potential kernel upgrade in bootc images by @ggiguash in #6650
- USHIFT-6949: Remove external cAdvisor exporter from Ansible by @sjug in #6626
- USHIFT-6950: Ansible: Update host defaults for MicroShift 4.22 by @sjug in #6627
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-05-11-124243_amd64-2026-05-11_arm64-2026-05-12 by @microshift-rebase-script[bot] in #6653
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-05-12-025124_amd64-2026-05-12_arm64-2026-05-13 by @microshift-rebase-script[bot] in #6661
- USHIFT-6744: Migrate workload gingko tests from OTP by @kasturinarra in #6631
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-05-12-025124_amd64-2026-05-12_arm64-2026-05-14 by @microshift-rebase-script[bot] in #6674
- USHIFT-6957: Use nodename as Prometheus instance by @sjug in #6659
- NO-ISSUE: Apply ready-for-human-review label after coderabbit succeeds by @pacevedom in #6675
- USHIFT-6979: Add PCP metrics collection to test scenarios by @pacevedom in #6658
- USHIFT-6743: migrate 9 api-server tests from openshift-tests-private to RF by @agullon in #6625
- USHIFT-6978: remove initramfs FIPS module check from bootc validation by @agullon in #6657
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-05-12-025124_amd64-2026-05-12_arm64-2026-05-15 by @microshift-rebase-script[bot] in #6680
- USHIFT-6588: Improve usability of generate_common_versions.py script by @vanhalenar in #6663
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-05-12-025124_amd64-2026-05-12_arm64-2026-05-18 by @microshift-rebase-script[bot] in #6687
- NO-ISSUE: rebase-release-5.0-5.0.0-0.nightly-2026-05-18-194638_amd64-2026-05-18_arm64-2026-05-18 by @microshift-rebase-script[bot] in #6691
- OCPBUGS-86059: Rebase lvms registry.redhat.io lvms4 lvms operator bundle v4.21.0 by @ggiguash in https:...
4.22.0-rc.5-202605271558.p0
This is a candidate release for 4.22.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp/4.22.0-rc.5/
- https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp/4.22.0-rc.5/
Or add this RPM repository to your x86 systems:
[microshift-4.22.0-rc-5]
name=MicroShift 4.22.0 EarlyAccess rc.5 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp/4.22.0-rc.5/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-4.22.0-rc-5]
name=MicroShift 4.22.0 EarlyAccess rc.5 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp/4.22.0-rc.5/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- [release-4.22] OCPBUGS-86060: Rebase lvms registry.redhat.io lvms4 lvms operator bundle v4.21.0 by @ggiguash in #6693
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-05-19-113338_amd64-2026-05-19_arm64-2026-05-20 by @microshift-rebase-script[bot] in #6700
- [release-4.22] USHIFT-6959 USHIFT-6960 USHIFT-6971 USHIFT-6979 USHIFT-6993 USHIFT-7034: Reorganize optional RF tests by @openshift-cherrypick-robot in #6705
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-05-20-180739_amd64-2026-05-20_arm64-2026-05-21 by @microshift-rebase-script[bot] in #6711
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-05-24-183203_amd64-2026-05-24_arm64-2026-05-25 by @microshift-rebase-script[bot] in #6725
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-05-25-200009_amd64-2026-05-25_arm64-2026-05-26 by @microshift-rebase-script[bot] in #6733
- [release-4.22] USHIFT-6499: Switch RHEL 9.8 CI from staging to GA repos by @agullon in #6736
- NO-ISSUE: rebase-release-4.22-4.22.0-0.nightly-2026-05-26-140947_amd64-2026-05-26_arm64-2026-05-27 by @microshift-rebase-script[bot] in #6743
Full Changelog: 4.22.0-rc.4-202605191402.p0...4.22.0-rc.5-202605271558.p0