Skip to content

v3.40.0

Compare
Choose a tag to compare
@TheTrunk TheTrunk released this 12 May 09:37
· 2670 commits to master since this release
9404b1a
  • 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
  • It is also possible to use your own docker registry that is compliant with docker v2 API
    • Example:
      • myregistry.com:35000/mynamespace/image:latest
  • 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.