Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.13 KB

File metadata and controls

43 lines (28 loc) · 1.13 KB

Release Notes

All notable changes to this project will be documented in this file.

[0.4.1] - 2025-09-10

New

  • Ability to set cluster name in config

[0.4.0] - 2025-08-06

New

  • Number of licenses per Igniter instance increased to 20.
  • Warning log added added in case a license has been re-delegated to another Igniter instance:
    "WARNING: Licence with id {} was revoked"

[0.3.0] - 2025-06-17

New

Changed

  • Updated the chitchat crate.
  • Added the transport_layer crate (required by chitchat).
    Both crates were copied from the node repository.

[0.2.1] - 2025-05-05

Fixed

  • Igniter image failed to run without -v "/var/run/docker.sock:/var/run/docker.sock" \

[0.2.0] - 2025-04-29

New

  • signatures section in config.yaml with delegated licenses
  • auto_update flag in config.yaml that allows to turn the auto-updates off

Breaking changes

  • config.yaml has been updated with mandatory licenses list

[0.1.0] - 2025-01-29

Initial release