🚨 Breaking Changes 🚨
- With the upgrade from v5 to v6, a MongoDB upgrade needs to be executed manually by running a manual one off container while the controller is stopped. See the v5 to v6 Upgrade Guide for details.
- As of v6, an additional port was added that needs to be exposed:
tcp/29817
If you have issues, please file a discussion unless you have found a bug.
What's Changed
- Update base OS and mongodb by @mbentley in #609
- Updated README for 6.0.0.19 beta; fixes #608 by @mbentley in #610
- Removed Chromium as it is no longer required by @mbentley in #611
- Added libharfbuzz0b & libfontconfig1; fixes #612 by @mbentley in #613
- Added k8s upgrade instructions (non-tested) by @mbentley in #614
- Enhanced docs to store previous values, if set; fix missing NS by @mbentley in #615
- Fixed a bug where the detection didn't work if it was the first run by @mbentley in #617
- Fixed a bug where the detection didn't work if it was the first run by @mbentley in #616
- Refactor names to remove 5.x; will continue to use same files for 6.x by @mbentley in #618
- Added new port for v6 by @mbentley in #623
- Added 6.0.0.23 beta by @mbentley in #629
- Bypass MongoDB data check when using external db by @mbentley in #632
- Added example compose files for external mongodb by @mbentley in #633
- Updated AVX & arm8.2a detection to match upstream mongodb by @mbentley in #634
- Removed atomic binary for arm8.2a detection by @mbentley in #635
- Updated documentation for upgrade failures and clarifying docs by @mbentley in #636
- Remove extra ports; don't need to expose them by @mbentley in #637
- Updates to be more clear: by @mbentley in #639
- Updated yml links by @mbentley in #640
- Force classpath order; fixes #621 by @mbentley in #641
- Added beta 6.0.0.24 by @mbentley in #645
- Updated README for v6; fixes #647 by @mbentley in #648
Full Changelog: v5.15.24.19...v6.0.0.24