Releases: Metaswitch/floki
Releases · Metaswitch/floki
Release list
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
[2.2.0] - 2025-10-30
Added
- Set minimum Rust version to 1.80
- Add configuration for
cargo generate-rpm, allowing an RPM for floki to be built using Cargo against the project
2.1.0
[2.1.0] - 2024-09-26
Added
- Add
FLOKI_WORKING_DIRenvironment variable that is accessible inside the
container. Can be used whenmount:has been specified infloki.yaml.
2.0.1
[2.0.1] - 2024-05-15
Fixed
- Fix publishing releases
1.2.1
[1.2.1] - 2023-07-20
Fixed
- #62: Use shell_words to split the outer shell so that more complex outer shells can be used.
- Load values from files relative to the floki config file, not from the
current working directory. - Optimise the release build for size
1.2.0
[1.2.0] - 2023-07-07
Added
- Add
yamlfunction to tera templating engine so that floki templates
can useyaml(file="<filepath>")in order to load values. - Add
jsonfunction to tera templating engine so that floki templates
can usejson(file="<filepath>")in order to load values. - Add
tomlfunction to tera templating engine so that floki templates
can usetoml(file="<filepath>")in order to load values. - Add
floki renderto print out the rendered configuration template. - Switch rust image to
rust:1-alpine3.18as it's better maintained. - Combine errors into a single FlokiError enum.
1.1.0
[1.1.0] - 2023-07-05
Added
- Floki templates are parsed with
terabefore being deserialized. - Limit MSRV to 1.57 while using
ekidd/rust-musl-builder- needs updating.