- Adds support for any docker registry
- Example: Github repositories, Amazon ECR and more
- To use different registry than docker hub, specify the provider in the repotag as well.
- Examples:
- public.ecr.aws/docker/library/hello-world:linux
- ghcr.io/handshake-org/hsd:latest
- Examples:
- It is also possible to use your own docker registry that is compliant with docker v2 API
- Example:
- myregistry.com:35000/mynamespace/image:latest
- Example:
- Instead of denying port, Flux is now deleting previously allowed ports. This will result in less spammed firewall rules list
- Old Deny records will be automatically purged
- Added mounted test for applications
- Flux will now test to mount application volumes upon start determining if this node can truly run apps
- If node fails this test, it will get a DOS state
- This test will begin dossing entire node on the 1st of June. Until then a DOS message on API call of Flux Info will appear
- Improves uninstallation of corrupted applications
- Adjusts handling of locked instances on Home UI
- Various minor improvements
- Minor bug fixes
This release will be enforced on the 27th of May.