Releases: mbentley/docker-omada-controller
Releases · mbentley/docker-omada-controller
v6.2.0.12-beta
What's Changed
- Revised documentation for tags to be a bit more clear by @mbentley in #717
- Fix external MongoDB use in Helm chart by @phyber in #719
- Removed duplicate value; fixes #721 by @mbentley in #722
- feat: add initcontainer config in chart by @aclerici38 in #723
- Updated to beta 6.2.0.12 by @mbentley in #728
New Contributors
- @phyber made their first contribution in #719
- @aclerici38 made their first contribution in #723
Full Changelog: v6.1.0.19...v6.2.0.12-beta
v6.1.0.19
What's Changed
- Added beta 6.1.0.10 by @mbentley in #684
- Updated beta to 6.1.0.11 by @mbentley in #688
- Added 3.1.1 to the wiredtiger checks; fixes #689 by @mbentley in #690
- Added mongodb build arg; fixes #692 by @mbentley in #693
- Refactor entrypoints by @mbentley in #696
- Updated beta to beta-6.1.0.17; fixes #697 by @mbentley in #698
- Updated documentation with new URLs and other small changes by @mbentley in #699
- Clarification by @mbentley in #700
- Updated to beta 6.1.0.18 by @mbentley in #703
- Added upgrade port for beta 6.1+ & old entrypoint cleanup by @mbentley in #704
- Added utils directory - simple scripts to help with upgrade checks by @mbentley in #705
- Added UPGRADE_HTTPS_PORT references to examples by @mbentley in #707
- Added device adoption documentation by @mbentley in #708
- Added additional documentation by @mbentley in #709
- Updated beta to 6.1.0.19 by @mbentley in #710
- Updated helm README by @mbentley in #711
- Updated to 6.1.0.19; fixes #714 by @mbentley in #715
Full Changelog: v6.0.0.25...v6.1.0.19
v6.1.0.19-beta
What's Changed
- Added utils directory - simple scripts to help with upgrade checks by @mbentley in #705
- Added UPGRADE_HTTPS_PORT references to examples by @mbentley in #707
- Added device adoption documentation by @mbentley in #708
- Added additional documentation by @mbentley in #709
- Updated beta to 6.1.0.19 by @mbentley in #710
- Updated helm README by @mbentley in #711
Full Changelog: v6.1.0.18-beta...v6.1.0.19-beta
v6.1.0.18-beta
What's Changed
- Updated documentation with new URLs and other small changes by @mbentley in #699
- Clarification by @mbentley in #700
- Updated to beta 6.1.0.18 by @mbentley in #703
- Added upgrade port for beta 6.1+ & old entrypoint cleanup by @mbentley in #704
Full Changelog: v6.1.0.17-beta...v6.1.0.18-beta
v6.1.0.17-beta
v6.1.0.11-beta
What's Changed
Full Changelog: v6.1.0.10-beta...v6.1.0.11-beta
v6.1.0.10-beta
What's Changed
Full Changelog: v6.0.0.25...v6.1.0.10-beta
v6.0.0.25
Notable New Capabilities
- Helm Chart Support - special thanks to @gca3020 for all of the work to make this possible!
What's Changed
- Update KNOWN_ISSUES.md with Proxmox CPU model info by @jay-kub in #651
- Added clarification in the docs on upgrade by @mbentley in #652
- Update README.md by @kolewu in #654
- Updated Docker Hub README with upgrade guide link by @mbentley in #655
- Fix upgrade errors; fixes #656 and #657 by @mbentley in #659
- Updated the docs to mention the DEBUG env var by @mbentley in #660
- Updated docs to help compose users locate the volume; fixes #661 by @mbentley in #662
- Add more detail to upgrade docs; fix spelling across docs by @mbentley in #663
- Updated CPU requirements by @mbentley in #665
- Updated default base image; fixes #443 by @mbentley in #666
- Added docs for alternate upgrade options by @mbentley in #667
- Fixed links that were broken; forgot to update to master by @mbentley in #670
- feat: omada-controller helm chart by @gca3020 in #668
- Added README for the Helm chart by @mbentley in #675
- Added pre-migration version check to validate version before upgrade by @mbentley in #677
- Update to 6.0.0.25; fixes #679 & #680 by @mbentley in #681
New Contributors
- @jay-kub made their first contribution in #651
- @kolewu made their first contribution in #654
- @gca3020 made their first contribution in #668
Full Changelog: v6.0.0.24...v6.0.0.25
v6.0.0.24
🚨 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.
Special Thanks
This was a big upgrade effort that wasn't just done by me - lots of people did testing and provided input. I may be missing some people but thank you everyone, in no particular order, for your help!
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
v6.0.0.23-beta
🚨 Breaking Changes 🚨
- With the beta version upgrade to 6.0, 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
- 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
Full Changelog: v6.0.0.19-beta...v6.0.0.23-beta