Skip to content

Latest commit

 

History

History
169 lines (76 loc) · 7.73 KB

CHANGELOG.md

File metadata and controls

169 lines (76 loc) · 7.73 KB

Changelog

0.3.12 (2024-12-30)

Features

  • Add uninstall tag and rename cleanup flags (#58) (a9faa3e)

Bug Fixes

0.3.11 (2024-10-02)

Features

  • Add ability to configure nox log level (#60) (a8df7ec)
  • Backup nox secrets dir localy (#61) (2319dde)

Bug Fixes

  • Fix errors with virtualization permissions and increase file limits (#63) (ebb574f)
  • Set limits for nox_user (#64) (97006ed)

0.3.10 (2024-09-18)

Bug Fixes

  • ipfs: change kubo uri to ipfs.tech domain (#56) (5f52db7)

0.3.9 (2024-09-18)

Bug Fixes

  • VMs are destroyed on nox_cleanup_state=true (#45) (c4e36aa)

0.3.8 (2024-09-17)

Features

  • add cpu-checker dependency (#51) (d07ffcc)
  • fixed wrong separator in RUST_LOG in nox (#54) (50b7fea)

Bug Fixes

0.3.7 (2024-09-16)

Features

  • added rust logs + nox configs logging (#49) (559811a)

0.3.6 (2024-09-16)

Features

  • auto-start of libvirt default network (#47) (64b04e4)

0.3.5 (2024-09-05)

Features

0.3.4 (2024-08-30)

Features

0.3.3 (2024-07-30)

Bug Fixes

0.3.2 (2024-07-30)

Bug Fixes

0.3.1 (2024-07-24)

Bug Fixes

  • Use S3 to download nox and ccp snapshots (#32) (d513e20)

0.3.0 (2024-07-19)

⚠ BREAKING CHANGES

  • new VM sandboxing bootstrap role (#28)

Features

  • new VM sandboxing bootstrap role (#28) (501769d)

0.2.3 (2024-07-02)

Bug Fixes

0.2.2 (2024-05-30)

Features

  • Add ability to run promtail for log collection (#20) (a9d0429)
  • Add prometheus role (#23) (7da9c72)

0.2.1 (2024-03-09)

Bug Fixes

0.2.0 (2024-03-07)

⚠ BREAKING CHANGES

  • Add ccp role and rewrite nox role to allow only one nox per host (#9)

Features

  • Add ccp role and rewrite nox role to allow only one nox per host (#9) (ac4bb6d)

0.1.3 (2024-02-09)

Bug Fixes

  • Check if tar is GNU type (#8) (780b466)
  • Copy ipfs to nox_dir + various small fixes/cleanups (#6) (171526c)

0.1.2 (2024-02-05)

Bug Fixes

  • Search for configs in files/<project>/.fluence (#4) (216db21)

0.1.1 (2024-01-25)

Features