Skip to content

Releases: openshift/microshift

microshift-4.12.3

17 Feb 20:44
932074d
Compare
Choose a tag to compare

What's Changed

  • rebase-4.12.0-0.nightly+amd64-2023-02-02-180827+arm64-2023-02-02-232647 by @microshift-rebase-script in #1315
  • [release-4.12] OCPBUGS-7146: Delete microshift RPM files from rhocp repo when building ISO images by @openshift-cherrypick-robot in #1336
  • OCPBUGS-7139: Add minimum CRIO version as rpm requirement for MicroShift 4.12 by @oglok in #1329
  • rebase-4.12.0-0.nightly+amd64-2023-02-04-034821+arm64-2023-02-06-104953 by @microshift-rebase-script in #1332
  • "NO-ISSUE: rebase-4.12.0-0.nightly+amd64-2023-02-04-034821+arm64-2023-02-07-004007" by @microshift-rebase-script in #1339
  • OCPBUGS-6908: 4.12 Avoid firewalld flush of iptables by @mangelajo in #1309

Full Changelog: microshift-4.12.2...microshift-4.12.3

4.12.2

16 Feb 13:25
microshift-4.12.2
3db9e81
Compare
Choose a tag to compare

What's Changed

  • rebase-4.12.0-0.nightly-2022-12-08-234300 by @microshift-rebase-script in #1181
  • USHIFT-503: Document unidle service known limitation by @oglok in #1182
  • Re-introduce PR#1030 baseDomain patch and add backend logic by @mangelajo in #1176
  • Fix missing change of router manifest by @fzdarsky in #1186
  • OCPBUGS-4577: Fix default router domain in GenericAPIServerConfig by @zshi-redhat in #1179
  • Add rhel volume group creation to dev env docs by @pacevedom in #1189
  • USHIFT-674: Fix show-config command by @fzdarsky in #1188
  • USHIFT-677: Remove _output on successful rebase by @pmtk in #1191
  • rebase-4.12.0-0.nightly-2022-12-13-205407 by @microshift-rebase-script in #1193
  • NOISSUE: squash rebase pull requests by @dhellmann in #1194
  • rebase-4.12.0-0.nightly-2022-12-14-135139 by @microshift-rebase-script in #1195
  • USHIFT-673: Clean up config file format by @fzdarsky in #1187
  • rebase-4.12.0-0.nightly-2022-12-15-175145 by @microshift-rebase-script in #1198
  • NOISSUE: save last image references so it is easy to reproduce the rebase by @dhellmann in #1197
  • USHIFT-247: Generate release-info by @fzdarsky in #1196
  • USHIFT-606: Remove cert validity time warnings by @pacevedom in #1199
  • Add host networking doc by @zshi-redhat in #1171
  • rebase-4.12.0-0.nightly-2022-12-16-075715 by @microshift-rebase-script in #1201
  • USHIFT-673: Minor fixes in offline container docs by @ggiguash in #1204
  • USHIFT-721: Rename ODF-LVM to LVMS in MicroShift by @ggiguash in #1205
  • USHIFT-667: Avoid regenerating keypair for Service Account tokens by @oglok in #1200
  • rebase.sh: remove previous last_rebase.sh by @pmtk in #1208
  • USHIFT-640: Add ovn-kubernetes traffic flows doc by @zshi-redhat in #1165
  • fix broken link by @morvencao in #1213
  • rebase-4.12.0-0.nightly-2022-12-22-205859 by @microshift-rebase-script in #1212
  • USHIFT-732: forbid IP addresses as hostname by @pacevedom in #1215
  • rebase-4.12.0-0.nightly-2022-12-23-190941 by @microshift-rebase-script in #1216
  • rebase.sh: don't fail if last_rebase.sh didn't change by @pmtk in #1218
  • Fix hostport iptable owner in network doc by @zshi-redhat in #1219
  • rebase-4.12.0-0.nightly-2022-12-26-191545 by @microshift-rebase-script in #1222
  • Delete openshift-tests' static analysis code by @pmtk in #1224
  • rebase-4.12.0-0.nightly-2022-12-27-111646 by @microshift-rebase-script in #1225
  • rebase-4.12.0-0.nightly-2023-01-02-175114 by @microshift-rebase-script in #1228
  • rebase-4.12.0-0.nightly-2023-01-03-161331 by @microshift-rebase-script in #1229
  • Mention about default config template path in config doc by @praveenkumar in #1230
  • [release-4.12] OCPBUGS-5549: USHIFT-601 rebase: entrypoint and create_pr.py by @openshift-cherrypick-robot in #1245
  • OCPBUGS-5859: Include arm release in rebase branch name by @pmtk in #1258
  • OCPBUGS-5907: Cherrypick 4.12: Upgrade TopoLVM image to v4.12.0-2 by @ggiguash in #1262
  • rebase-4.12.0-0.nightly+amd64-2023-01-17-185858+arm64-2023-01-18-003131 by @microshift-rebase-script in #1264
  • OCPBUGS-6081: Use rhocp-4.12 release channel for OCP dependencies by @ggiguash in #1286
  • USHIFT-589: add changelog to rebase script in 4.12 branch by @dhellmann in #1266
  • [release-4.12] NOISSUE: look up rebase version and date in the image if needed by @openshift-cherrypick-robot in #1294

New Contributors

Full Changelog: 4.13.0-ec-1...microshift-4.12.2

4.12.1

09 Feb 21:22
microshift-4.12.1
3db9e81
Compare
Choose a tag to compare

Baseline release tag for 4.12 series.

Latest Nightly Build

12 May 00:11
a90c081
Compare
Choose a tag to compare
Latest Nightly Build Pre-release
Pre-release
Support manifest embedding in user-app rpms & fixes (#670)

* Support manifest embedding in user-app rpms

This commit adds support for embedding application manifests
into the user-application containers for use with microshift/ostree

* Fix uid/gid setup and file capabilities

First, rpm requires the file attribute uid/gid to be symbolic
and not numeric. Additionally tar didn't store the caps
but cpio doesn't keep those inside rpm either.

So we create a list of file caps during tar creation, and then
we populate the %files metadata with %caps attributes so those
are re-installed during rpm unpack.

This is tested and working.

4.8.0-0.microshift-2022-04-20-182108

20 Apr 19:20
48863ff
Compare
Choose a tag to compare
Pre-release
Restart MicroShift when IP address changes (#650)

* The IPWatchController will restart MicroShift
when IP address changes have been detected.

Signed-off-by: Miguel Angel Ajo <majopela@redhat.com>
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>

* Recreate Endpoints after IP change

Signed-off-by: Miguel Angel Ajo <majopela@redhat.com>
Co-authored-by: Ricardo Noriega <rnoriega@redhat.com>

* Fix DeepEqual condition and endpoints creation logic

Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>

4.8.0-0.microshift-2022-04-20-141053

20 Apr 15:09
48863ff
Compare
Choose a tag to compare
Pre-release
Restart MicroShift when IP address changes (#650)

* The IPWatchController will restart MicroShift
when IP address changes have been detected.

Signed-off-by: Miguel Angel Ajo <majopela@redhat.com>
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>

* Recreate Endpoints after IP change

Signed-off-by: Miguel Angel Ajo <majopela@redhat.com>
Co-authored-by: Ricardo Noriega <rnoriega@redhat.com>

* Fix DeepEqual condition and endpoints creation logic

Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>

4.8.0-0.microshift-2022-03-11-124751

11 Mar 13:42
06ca50d
Compare
Choose a tag to compare
Pre-release
Fix AIO image to properly configure crio for MicroShift networking (#…

…628)

Fixes-Issue: #606

Signed-off-by: Miguel Angel Ajo Pelayo <miguelangel@ajo.es>

4.8.0-0.microshift-2022-03-08-195111

08 Mar 20:49
e7cd34f
Compare
Choose a tag to compare
Pre-release
fix typo in reference (#623)

Signed-off-by: Miguel Angel Ajo <majopela@redhat.com>

4.8.0-0.microshift-2022-02-02-194009

03 Feb 09:41
0481d4e
Compare
Choose a tag to compare
force packaging versions (#594)

* force packaging versions

Signed-off-by: Ryan Cook <rcook@redhat.com>

* new packaging message

Signed-off-by: Ryan Cook <rcook@redhat.com>

4.8.0-0.microshift-2022-01-06-210147

06 Jan 21:55
a98a240
Compare
Choose a tag to compare
Pre-release
Fix of mirrors for release.sh (#547)

* Update release.yaml

* Update release.yaml