Releases: openshift/microshift
4.18.0-rc.3-202412201722.p0
This is a candidate release for 4.18.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp/4.18.0-rc.3/
- https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp/4.18.0-rc.3/
Or add this RPM repository to your x86 systems:
[microshift-4.18.0-rc-3]
name=MicroShift 4.18.0 EarlyAccess rc.3 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp/4.18.0-rc.3/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-4.18.0-rc-3]
name=MicroShift 4.18.0 EarlyAccess rc.3 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp/4.18.0-rc.3/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- NO-ISSUE: rebase-release-4.18-4.18.0-0.nightly-2024-12-16-065305_amd64-2024-12-16_arm64-2024-12-16 by @microshift-rebase-script in #4327
- NO-ISSUE: rebase-release-4.18-4.18.0-0.nightly-2024-12-18-105230_amd64-2024-12-18_arm64-2024-12-19 by @microshift-rebase-script in #4336
- NO-ISSUE: rebase-release-4.18-4.18.0-0.nightly-2024-12-19-155122_amd64-2024-12-19_arm64-2024-12-20 by @microshift-rebase-script in #4342
- [release-4.18] USHIFT-5223: Properly use bootc or rpm-ostree usroverlay command by @openshift-cherrypick-robot in #4344
Full Changelog: 4.18.0-rc.2-202412161737.p0...4.18.0-rc.3-202412201722.p0
4.18.0-rc.2-202412161737.p0
This is a candidate release for 4.18.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp/4.18.0-rc.2/
- https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp/4.18.0-rc.2/
Or add this RPM repository to your x86 systems:
[microshift-4.18.0-rc-2]
name=MicroShift 4.18.0 EarlyAccess rc.2 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp/4.18.0-rc.2/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-4.18.0-rc-2]
name=MicroShift 4.18.0 EarlyAccess rc.2 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp/4.18.0-rc.2/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- [release-4.18] USHIFT-5096: Use RC RPMs by @pmtk in #4280
- [release-4.18] NO-ISSUE: fix doc message by @openshift-cherrypick-robot in #4290
- NO-ISSUE: rebase-release-4.18-4.18.0-0.nightly-2024-12-05-191355_amd64-2024-12-05_arm64-2024-12-07 by @microshift-rebase-script in #4287
- [release-4.18] NO-ISSUE: Use
rpm -q PKG
instead ofrpm -qa | grep PKG
by @pmtk in #4299 - [release-4.18] OCPBUGS-45973: Add ipv6 to trusted firewall zone by @openshift-cherrypick-robot in #4303
- NO-ISSUE: rebase-release-4.18-4.18.0-0.nightly-2024-12-05-191355_amd64-2024-12-05_arm64-2024-12-09 by @microshift-rebase-script in #4297
- NO-ISSUE: rebase-release-4.18-4.18.0-0.nightly-2024-12-05-191355_amd64-2024-12-05_arm64-2024-12-10 by @microshift-rebase-script in #4305
- NO-ISSUE: rebase-release-4.18-4.18.0-0.nightly-2024-12-12-133926_amd64-2024-12-12_arm64-2024-12-12 by @microshift-rebase-script in #4317
- NO-ISSUE: rebase-release-4.18-4.18.0-0.nightly-2024-12-14-152515_amd64-2024-12-14_arm64-2024-12-15 by @microshift-rebase-script in #4323
Full Changelog: 4.18.0-rc.1-202412061911.p0...4.18.0-rc.2-202412161737.p0
4.19.0-ec.0-202412131642.p0
This is a candidate release for 4.19.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp-dev-preview/4.19.0-ec.0/
- https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp-dev-preview/4.19.0-ec.0/
Or add this RPM repository to your x86 systems:
[microshift-4.19.0-ec-0]
name=MicroShift 4.19.0 EarlyAccess ec.0 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp-dev-preview/4.19.0-ec.0/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-4.19.0-ec-0]
name=MicroShift 4.19.0 EarlyAccess ec.0 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp-dev-preview/4.19.0-ec.0/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- USHIFT-4924: Measure bootc build time and include build log in junit for failed builds by @pmtk in #4211
- USHIFT-4737: Add tag and digest capabilities to mirror script by @pacevedom in #4214
- USHIFT-4699: Update bootc instructions with 4.17 version by @ggiguash in #4215
- NO-ISSUE: Install nfv-openvswitch package to get openvswitch-selinux-extra-policy package by @praveenkumar in #4212
- USHIFT-4868: Remove centos9 image and tests from ostree by @ggiguash in #4224
- USHIFT-4874: introduce upstream build using gh-action by @eslutsky in #4119
- USHIFT-4892: Address Snyk issues by @vanhalenar in #4184
- Use older "Bootc Image Builder" (BIB) image by @pmtk in #4233
- USHIFT-4921: Remove ostree-to-bootc build dependency chain by @ggiguash in #4228
- USHIFT-4026: Add tests for MicroShift published image validation by @ggiguash in #4226
- USHIFT-4908: Update podman-rpm build image by @pmtk in #4241
- USHIFT-4881: Optimize bootc image builds by extending local mirror usage by @ggiguash in #4225
- USHIFT-5086: Fix local package downloads after removing sudo by @ggiguash in #4248
- NO-ISSUE: Bump golangci-lint version from 1.55.2 to 1.62.2 by @pmtk in #4260
- USHIFT-5089: Add retry on exception when pushing images to local registry by @ggiguash in #4258
- USHIFT-4912: Update sonobuoy to 0.57.2 by @pacevedom in #4250
- NO-ISSUE: Allow using custom pool for the dev vm disk by @eranco74 in #4265
- USHIFT-4916:
microshift healthcheck
- wait formicroshift.service
by @pmtk in #4229 - USHIFT-5083: Always use qualified commit references in bootc kickstart by @ggiguash in #4249
- NO-ISSUE: Rebase main 4.19.0 with updates by @pmtk in #4259
- OCPBUGS-45192: Add ipv6 to trusted firewall zone by @pacevedom in #4268
- OCPBUGS-38468: use default route mtu by @eslutsky in #4269
- NO-ISSUE: fix doc message by @agullon in #4289
- USHIFT-4939: Switch to using RHEL95 base for building bootc container images by @ggiguash in #4282
- OCPBUGS-38468: Revert "use default route mtu" by @pacevedom in #4293
- NO-ISSUE: Use
rpm -q PKG
instead ofrpm -qa | grep PKG
by @pmtk in #4298 - USHIFT-5101: Move offline tests from periodics to presubmits by @pacevedom in #4295
- NO-ISSUE: Relax cri-o versioning requirement before full transition to 1.32 by @ggiguash in #4306
- NO-ISSUE: rebase-main-4.19.0-0.nightly-2024-12-10-040415_amd64-2024-12-10_arm64-2024-12-10 by @microshift-rebase-script in #4304
- NO-ISSUE: rebase-main-4.19.0-0.nightly-2024-12-10-040415_amd64-2024-12-10_arm64-2024-12-11 by @microshift-rebase-script in #4314
- USHIFT-5098: Fix container verification procedure to exit on the first error by @ggiguash in #4294
- USHIFT-4925: Service startup time data collecting by @vanhalenar in #4251
- USHIFT-4275: Enable FIPS bootc scenario on rhel95 by @ggiguash in #4308
- NO-ISSUE: rebase-main-4.19.0-0.nightly-2024-12-10-040415_amd64-2024-12-10_arm64-2024-12-12 by @microshift-rebase-script in #4316
- USHIFT-4932: TLS config options for api server by @pacevedom in #4244
New Contributors
Full Changelog: 4.18.0-ec.4-202411221636.p0...4.19.0-ec.0-202412131642.p0
4.18.0-rc.1-202412061911.p0
This is a candidate release for 4.18.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp/4.18.0-rc.1/
- https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp/4.18.0-rc.1/
Or add this RPM repository to your x86 systems:
[microshift-4.18.0-rc-1]
name=MicroShift 4.18.0 EarlyAccess rc.1 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp/4.18.0-rc.1/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-4.18.0-rc-1]
name=MicroShift 4.18.0 EarlyAccess rc.1 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp/4.18.0-rc.1/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- [release-4.18] USHIFT-5089: Add retry on exception when pushing images to local registry by @openshift-cherrypick-robot in #4262
- NO-ISSUE: rebase-release-4.18-4.18.0-0.nightly-2024-12-03-174639_amd64-2024-12-03_arm64-2024-11-27 by @microshift-rebase-script in #4267
- [release-4.18] NO-ISSUE: Fix ostree parent templating by @pmtk in #4264
- [release-4.18] USHIFT-5093: Always use qualified commit references in bootc kickstart by @openshift-cherrypick-robot in #4276
- NO-ISSUE: rebase-release-4.18-4.18.0-0.nightly-2024-12-04-113014_amd64-2024-12-04_arm64-2024-11-27 by @microshift-rebase-script in #4274
- NO-ISSUE: rebase-release-4.18-4.18.0-0.nightly-2024-12-05-191355_amd64-2024-12-05_arm64-2024-11-27 by @microshift-rebase-script in #4279
Full Changelog: 4.18.0-rc.0-202412022121.p0...4.18.0-rc.1-202412061911.p0
4.18.0-rc.0-202412022121.p0
This is a candidate release for 4.18.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp/4.18.0-rc.0/
- https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp/4.18.0-rc.0/
Or add this RPM repository to your x86 systems:
[microshift-4.18.0-rc-0]
name=MicroShift 4.18.0 EarlyAccess rc.0 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp/4.18.0-rc.0/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-4.18.0-rc-0]
name=MicroShift 4.18.0 EarlyAccess rc.0 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp/4.18.0-rc.0/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- USHIFT-4924: Measure bootc build time and include build log in junit for failed builds by @pmtk in #4211
- USHIFT-4737: Add tag and digest capabilities to mirror script by @pacevedom in #4214
- [release-4.18] USHIFT-4868: Remove centos9 image and tests from ostree by @openshift-cherrypick-robot in #4227
- NO-ISSUE: rebase-release-4.18-4.18.0-0.nightly-2024-11-27-162407_amd64-2024-11-27_arm64-2024-11-27 by @microshift-rebase-script in #4238
- [release-4.18] USHIFT-4892: Address Snyk issues by @openshift-cherrypick-robot in #4240
- [release-4.18] USHIFT-4026: Add tests for MicroShift published image validation by @openshift-cherrypick-robot in #4246
- NO-ISSUE: rebase-release-4.18-4.18.0-0.nightly-2024-11-30-141716_amd64-2024-11-30_arm64-2024-11-27 by @microshift-rebase-script in #4257
- [release-4.18] USHIFT-4737: Revert skopeo retry by @pacevedom in #4261
Full Changelog: 4.18.0-ec.4-202411221636.p0...4.18.0-rc.0-202412022121.p0
4.18.0-ec.4-202411221636.p0
This is a candidate release for 4.18.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp-dev-preview/4.18.0-ec.4/
- https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp-dev-preview/4.18.0-ec.4/
Or add this RPM repository to your x86 systems:
[microshift-4.18.0-ec-4]
name=MicroShift 4.18.0 EarlyAccess ec.4 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp-dev-preview/4.18.0-ec.4/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-4.18.0-ec-4]
name=MicroShift 4.18.0 EarlyAccess ec.4 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp-dev-preview/4.18.0-ec.4/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- USHIFT-4740: Add explicit parent directive option in ostree blueprints by @ggiguash in #4130
- USHIFT-4740: Temporarily disable upgrade-ok tests to unblock CI by @ggiguash in #4139
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-11-04-182718_amd64-2024-11-04_arm64-2024-11-04 by @microshift-rebase-script in #4140
- USHIFT-4740: Fix previous-to-newer release rpm-ostree upgrade tests by @ggiguash in #4141
- USHIFT-4744: Remove limits from servicemesh operator deployment by @pacevedom in #4142
- USHIFT-3144: Obsolete scripts/image-builder directory and build.sh script by @ggiguash in #4127
- USHIFT-4727: Implement offline network configuration in kickstart by @ggiguash in #4125
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-11-06-051814_amd64-2024-11-06_arm64-2024-11-06 by @microshift-rebase-script in #4151
- ART-10563: Remove dnf upgrade from image mode container builds by @ggiguash in #4157
- USHIFT-4757: Skip installing gateway-api as optional rpm by @pacevedom in #4155
- OCPBUGS-44376: Add skip renames to upstream tests by @pacevedom in #4162
- USHIFT-4746: Describe the resource after failed
Oc Wait
by @pmtk in #4148 - USHIFT-4572: Rework network handing in launch_vm by @pacevedom in #4161
- USHIFT-4747: Fail if --dont-save-failed is used without --auto-recovery by @pmtk in #4159
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-11-10-133523_amd64-2024-11-10_arm64-2024-11-10 by @microshift-rebase-script in #4165
- USHIFT-4523: Retry setup steps for footprint-and-performance by @pmtk in #4160
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-11-11-144244_amd64-2024-11-11_arm64-2024-11-11 by @microshift-rebase-script in #4169
- NO-ISSUE: Sprint metrics tooling by @pacevedom in #4168
- USHIFT-4339: Implement bootc offline test by @ggiguash in #4128
- OCPBUGS-42864: Add sample kickstart files to microshift-release-info RPM and document usage by @ggiguash in #4156
- USHIFT-4889: Disable AWS' RHUI repositories by @pmtk in #4180
- USHIFT-4743: Add user docs for gateway api by @pacevedom in #4154
- USHIFT-4889: Remove AWS RHUI client as it re-enables RHUI repos by @pmtk in #4182
- USHIFT-4891: Add support for multi NIC on RF QE env by @agullon in #4183
- NO-ISSUE: Sprint metrics charting capabilities and date adjustment by @pacevedom in #4172
- USHIFT-4893: Add ipv6 back to aws cloudformation stack template by @pacevedom in #4190
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-11-15-113437_amd64-2024-11-15_arm64-2024-11-17 by @microshift-rebase-script in #4194
- USHIFT-4330: Running RF tests against a MicroShift in container by @pmtk in #4120
- USHIFT-4378: introduce ingress customization fields by @eslutsky in #4000
- USHIFT-4078: Wait for vg-manager to exist before waiting for availability by @pmtk in #4186
- OCPBUGS-43471: Service restart when upgrading MicroShift RPM by @ggiguash in #4167
- USHIFT-4746: Convert missed
oc wait
command to keyword by @pmtk in #4188 - NO-ISSUE: Fix selinux volume permissions when mirroring containers by @pacevedom in #4185
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-11-15-113437_amd64-2024-11-15_arm64-2024-11-19 by @microshift-rebase-script in #4203
- USHIFT-4899: Increase etcd max memory from 128 to 256 by @pmtk in #4204
- USHIFT-4895: Add ipv6 bootc scenario by @pacevedom in #4201
- USHIFT-4742: Bootc and ostree blueprint structure reorganization by @ggiguash in #4173
- USHIFT-4519: Recover and re-panic certain subcomponents by @pmtk in #4196
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-11-15-113437_amd64-2024-11-15_arm64-2024-11-20 by @microshift-rebase-script in #4209
Full Changelog: 4.18.0-ec.3-202410311833.p0...4.18.0-ec.4-202411221636.p0
4.18.0-ec.3-202410311833.p0
This is a candidate release for 4.18.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp-dev-preview/4.18.0-ec.3/
- https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp-dev-preview/4.18.0-ec.3/
Or add this RPM repository to your x86 systems:
[microshift-4.18.0-ec-3]
name=MicroShift 4.18.0 EarlyAccess ec.3 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp-dev-preview/4.18.0-ec.3/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-4.18.0-ec-3]
name=MicroShift 4.18.0 EarlyAccess ec.3 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp-dev-preview/4.18.0-ec.3/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-08-075347_amd64-2024-10-08_arm64-2024-10-10 by @microshift-rebase-script in #4050
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-13-211208_amd64-2024-10-13_arm64-2024-10-13 by @microshift-rebase-script in #4054
- USHIFT-4684: Optimize microshift-test-agent code to avoid race conditions by @ggiguash in #4056
- USHIFT-4127: Add bootc package to yminus2 ostree image for upgrade scenarios to work by @ggiguash in #4062
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-14-110402_amd64-2024-10-14_arm64-2024-10-14 by @microshift-rebase-script in #4063
- USHIFT-4567: Remove 1.31 temp skipped conformance tests by @pacevedom in #4057
- USHIFT-4685: Skip unsupported multus conformance tests by @pacevedom in #4058
- USHIFT-4573: Update OWNERS by @pacevedom in #4059
- NO-ISSUE: Add steps for flannel CNI as part of OKD by @praveenkumar in #4047
- NO-ISSUE: Add error message for AWS CLI commands instead of silent exit by @ggiguash in #4065
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-15-032107_amd64-2024-10-15_arm64-2024-10-15 by @microshift-rebase-script in #4067
- USHIFT-4686: Add greenboot healthcheck after reboot on ostree system by @agullon in #4060
- USHIFT-4704: Port bootc build procedure to directly use mirror registry instead of local storage by @ggiguash in #4080
- USHIFT-4702: Add terminationMessagePolicy to multus containers by @pacevedom in #4079
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-21-132049_amd64-2024-10-21_arm64-2024-10-22 by @microshift-rebase-script in #4088
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-22-175936_amd64-2024-10-22_arm64-2024-10-23 by @microshift-rebase-script in #4089
- USHIFT-4117: Auto Recovery: Restore by @pmtk in #4061
- NO-ISSUE: Use /run/cni/bin location for flannel cni by @praveenkumar in #4093
- USHIFT-4712: Fix tests and node configuration for CNCF conformance by @pacevedom in #4092
- USHIFT-4565: Gateway API rpm by @pacevedom in #4066
- USHIFT-4118: Documentation for auto-recovery by @pmtk in #4091
- USHIFT-4350: Create script for creation of AWS stack by @vanhalenar in #4018
- USHIFT-4129: Update common_versions.sh with 4.17 repos by @pacevedom in #4017
- USHIFT-4712: CNCF scenario: check failed tests by @pacevedom in #4102
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-23-112324_amd64-2024-10-23_arm64-2024-10-24 by @microshift-rebase-script in #4094
- USHIFT-4575: Test auto-recovery integration with systemd and greenboot by @pmtk in #4084
- USHIFT-4341: Implement bootc CNCF tests by @ggiguash in #4087
- USHIFT-2927: Remove fstab workaround in kickstart by @runcom in #4090
- NO-ISSUE: Move kustomize.robot to standard-suite2 by @pmtk in #4099
- USHIFT-4705: Check disk space before backing up / restoring by @pmtk in #4101
- USHIFT-4715: Add gateway-api-release-info RPM by @pacevedom in #4104
- USHIFT-4536: Add Gateway API tests by @pacevedom in #4076
- NO-ISSUE: Remove microshift-gateway-api from rhel94-crel-with-optionals.toml until the package is published on mirror by @ggiguash in #4105
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-27-185104_amd64-2024-10-27_arm64-2024-10-27 by @microshift-rebase-script in #4111
- USHIFT-4127: Port upgrade tests to bootc by @ggiguash in #3991
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-28-141654_amd64-2024-10-28_arm64-2024-10-28 by @microshift-rebase-script in #4112
- USHIFT-4724: Isolated tests must not have access to mirror registry by @ggiguash in #4118
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-29-112337_amd64-2024-10-29_arm64-2024-10-29 by @microshift-rebase-script in #4117
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-30-122220_amd64-2024-10-30_arm64-2024-10-30 by @microshift-rebase-script in #4124
New Contributors
Full Changelog: 4.18.0-ec.2-202410101849.p0...4.18.0-ec.3-202410311833.p0
4.18.0-ec.2-202410101849.p0
This is a candidate release for 4.18.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp-dev-preview/4.18.0-ec.2/
- https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp-dev-preview/4.18.0-ec.2/
Or add this RPM repository to your x86 systems:
[microshift-4.18.0-ec-2]
name=MicroShift 4.18.0 EarlyAccess ec.2 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp-dev-preview/4.18.0-ec.2/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-4.18.0-ec-2]
name=MicroShift 4.18.0 EarlyAccess ec.2 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp-dev-preview/4.18.0-ec.2/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- USHIFT-4520: Exit with non-zero status from onerror kickstart handler by @ggiguash in #3953
- USHIFT-4336: Implement embedded container build support in bootc tests by @ggiguash in #3921
- USHIFT-4518: Add retries on rebasing bootc or ostree systems by @ggiguash in #3952
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-09-21-014704_amd64-2024-09-21_arm64-2024-09-22 by @microshift-rebase-script in #3956
- NO-ISSUE: Enable 4.18 crel images by @pmtk in #3960
- USHIFT-3488: add storage-version-migration test to run.sh by @Neilhamza in #3940
- NO-ISSUE: Remove unused rhel92 and rhel93 blueprints by @ggiguash in #3968
- USHIFT-4524: Update Go version in configure-vm.sh and microshift.spec during rebase by @pmtk in #3961
- USHIFT-3779: Check if nginx is running in scenario.sh and build_images.sh by @vanhalenar in #3946
- USHIFT-4278: Specify default value for .storage.optionalCsiComponents that is an accepted value by @copejon in #3914
- USHIFT-4115: Manifest deletion by @pmtk in #3927
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-09-23-182657_amd64-2024-09-23_arm64-2024-09-25 by @microshift-rebase-script in #3981
- USHIFT-4342: Add flannel resource as optional CNI by @praveenkumar in #3853
- USHIFT-3175: Reduce skip list for conformance by @pacevedom in #3984
- NO-ISSUE: Add an option to reuse mirror registry by @ggiguash in #3983
- USHIFT-4127: Refactor bootc RPM repository configuration by @ggiguash in #3976
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-09-23-182657_amd64-2024-09-23_arm64-2024-09-27 by @microshift-rebase-script in #3988
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-09-29-150556_amd64-2024-09-29_arm64-2024-09-29 by @pmtk in #3998
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-09-30-161817_amd64-2024-09-30_arm64-2024-10-01 by @microshift-rebase-script in #4002
- NO-ISSUE: USHIFT_USER should have sudo access without password by @praveenkumar in #4003
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-01-105852_amd64-2024-10-01_arm64-2024-10-01 by @microshift-rebase-script in #4005
- NO-ISSUE: Separate bootc containerfile to be downloadable in docs by @ggiguash in #4004
- OCPBUGS-41214: Rebase lvms registry.redhat.io lvms4 lvms operator bundle by @eggfoobar in #4009
- NO-ISSUE: Skip HAProxy multinode schedule conformance test by @pacevedom in #4010
- NO-ISSUE: Add temp skips until 1.31 rebase by @pacevedom in #4023
- USHIFT-4561: Rebase k8s 1.31 by @pacevedom in #4022
- USHIFT-4547: Add timeout and retries to ISO downloads when building images by @ggiguash in #3997
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-06-174104_amd64-2024-10-06_arm64-2024-10-06 by @microshift-rebase-script in #4025
- NO-ISSUE: Add avahi-tools requirement for router smoke test by @praveenkumar in #4030
- NO-ISSUE: Fix build_rpm.sh call when building bootc images by @ggiguash in #4037
- USHIFT-4541: improve slave NIC detection for router exposed IPs by @pacevedom in #3999
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-08-075347_amd64-2024-10-08_arm64-2024-10-08 by @microshift-rebase-script in #4039
- USHIFT-4534: Add rebase capabilities for gateway api by @pacevedom in #4008
- USHIFT-4343: Add test scenario for flannel CNI plugin by @praveenkumar in #4034
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-10-08-075347_amd64-2024-10-08_arm64-2024-10-10 by @microshift-rebase-script in #4045
- USHIFT-4116: Auto recovery: backup by @pmtk in #3975
- USHIFT-4349: Fixed --osinfo=generic warning by @vanhalenar in #4048
New Contributors
- @Neilhamza made their first contribution in #3940
Full Changelog: 4.18.0-ec.1-202409201459.p0...4.18.0-ec.2-202410101849.p0
4.18.0-ec.1-202409201459.p0
This is a candidate release for 4.18.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp-dev-preview/4.18.0-ec.1/
- https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp-dev-preview/4.18.0-ec.1/
Or add this RPM repository to your x86 systems:
[microshift-4.18.0-ec-1]
name=MicroShift 4.18.0 EarlyAccess ec.1 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp-dev-preview/4.18.0-ec.1/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-4.18.0-ec-1]
name=MicroShift 4.18.0 EarlyAccess ec.1 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp-dev-preview/4.18.0-ec.1/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- USHIFT-3778: Drop-in configuration directory by @pmtk in #3792
- USHIFT-4073: Add multi-arch image build section to the docs by @ggiguash in #3844
- USHIFT-4025: Implement MicroShift image mode container build procedure by @ggiguash in #3749
- USHIFT-4059: Add crio metrics config to ansible scripts by @sjug in #3867
- USHIFT-4279: Remove the unnecessary openssl image dependency by @ggiguash in #3874
- NO-ISSUE: Make Containerfile.repobase self contained to be used in build pipelines by @ggiguash in #3887
- NO-ISSUE: Fix manage_hypervisor_config.sh script to finish cleanup procedure by @ggiguash in #3873
- OCPBUGS-39260: Add ipv6 hairpin to forbidden IP addresses for router by @pacevedom in #3875
- Add MicroShift Prometheus Exporter by @agullon in #3805
- USHIFT-4281: Instructions to create CentOS Stream 9 image mode containers by @ggiguash in #3876
- USHIFT-4119: Add bootc FIPS tests to MicroShift periodics CI on CentOS 9 Stream by @ggiguash in #3838
- USHIFT-4052: Upgrade CRI-O version dependency to 1.31.0 by @ggiguash in #3901
- USHIFT-3323: Merge boot and run phases in CI - PHASE 1 by @vanhalenar in #3794
- OCPBUGS-41510: Avoid link local ipv6 addresses in mdns by @pacevedom in #3886
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-09-11-221444_amd64-2024-09-11_arm64-2024-09-11 by @microshift-rebase-script in #3908
- USHIFT-4333: Declare openvswitch3.3 package as obsolete to allow seemless upgrade to openvswitch3.4 by @ggiguash in #3913
- USHIFT-4128: Add ipv6 dual stack scenario to bootc iso tests by @pacevedom in #3883
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-09-13-024933_amd64-2024-09-13_arm64-2024-09-13 by @microshift-rebase-script in #3922
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-09-15-160838_amd64-2024-09-15_arm64-2024-09-13 by @microshift-rebase-script in #3928
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-09-17-060032_amd64-2024-09-17_arm64-2024-09-13 by @microshift-rebase-script in #3934
- USHIFT-4358: Fix greenboot's healthcheck handling when config is missing by @pmtk in #3938
- USHIFT-1810: Added argument parsing to launch_vm function in scenario.sh by @vanhalenar in #3895
- USHIFT-4134: test agent: make sure cleanup activities run to completion by @pmtk in #3861
- USHIFT-4335 USHIFT-4354 USHIFT-4356: build runnable microshift-okd bootc container by @eslutsky in #3830
- Rebase lvms quay.io lvms dev lvms4 lvms operator bundle v4.17.0 41 by @eggfoobar in #3941
- USHIFT-2909: Implement downgrade block test to verify greenboot bootc system rollback functionality by @ggiguash in #3885
- NO-ISSUE: rebase-main-4.18.0-0.nightly-2024-09-18-000823_amd64-2024-09-18_arm64-2024-09-19 by @microshift-rebase-script in #3949
- USHIFT-4385: Add devenv instructions on mounting shared directory by @ggiguash in #3911
Full Changelog: 4.18.0-ec.0-202409020818.p0...4.18.0-ec.1-202409201459.p0
4.17.0-rc.3-202409161343.p0
This is a candidate release for 4.17.0.
See the mirror for build artifacts:
- https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp/4.17.0-rc.3/
- https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp/4.17.0-rc.3/
Or add this RPM repository to your x86 systems:
[microshift-4.17.0-rc-3]
name=MicroShift 4.17.0 EarlyAccess rc.3 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/x86_64/microshift/ocp/4.17.0-rc.3/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
or for aarch64 systems:
[microshift-4.17.0-rc-3]
name=MicroShift 4.17.0 EarlyAccess rc.3 RPMs
baseurl=https://mirror.openshift.com/pub/openshift-v4/aarch64/microshift/ocp/4.17.0-rc.3/el9/os/
enabled=1
gpgcheck=0
skip_if_unavailable=0
What's Changed
- NO-ISSUE: rebase-release-4.17-4.17.0-0.nightly-2024-09-08-135628_amd64-2024-09-08_arm64-2024-09-08 by @microshift-rebase-script in #3882
- [release-4.17] USHIFT-4326: Remove the unnecessary openssl image dependency by @ggiguash in #3894
- [release-4.17] OCPBUGS-41623: Add ipv6 hairpin to forbidden IP addresses for router by @openshift-cherrypick-robot in #3896
- [release-4.17] USHIFT-4070: Add to support to target multiple RF test suites by @openshift-cherrypick-robot in #3902
- NO-ISSUE: rebase-release-4.17-4.17.0-0.nightly-2024-09-11-045157_amd64-2024-09-11_arm64-2024-09-11 by @microshift-rebase-script in #3910
- [release-4.17] OCPBUGS-41847: Avoid link local ipv6 addresses in mdns by @openshift-cherrypick-robot in #3912
- [release-4.17] USHIFT-4338: Declare openvswitch3.3 package as obsolete to allow seemless upgrade to openvswitch3.4 by @ggiguash in #3920
Full Changelog: 4.17.0-rc.2-202409061520.p0...4.17.0-rc.3-202409161343.p0