Releases: Metaswitch/floki
Releases · Metaswitch/floki
2.4.2
20 Apr 14:52
Compare
Sorry, something went wrong.
No results found
2.4.2 (2026-04-20)
Bug Fixes
deps: update all non-major dependencies (2bb8bc9 )
switch hash-path calculation (a394a45 )
2.4.1
25 Feb 17:20
Compare
Sorry, something went wrong.
No results found
2.4.1 (2026-02-25)
Bug Fixes
deps: update all non-major dependencies (04dc529 )
deps: update rust crate toml to v1 (b1ca49b )
2.4.0
03 Dec 10:43
Compare
Sorry, something went wrong.
No results found
2.4.0 (2025-12-03)
Features
allow yaml tera loader to work with GitLab !references (f98a284 )
2.3.0
30 Oct 18:06
Compare
Sorry, something went wrong.
No results found
2.3.0 (2025-10-30)
Features
Switch to semanticrelease for releases (6f2f3a0 )
2.2.0
30 Oct 16:26
Compare
Sorry, something went wrong.
No results found
[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
26 Sep 15:36
Compare
Sorry, something went wrong.
No results found
[2.1.0] - 2024-09-26
Added
Add FLOKI_WORKING_DIR environment variable that is accessible inside the
container. Can be used when mount: has been specified in floki.yaml.
2.0.1
15 May 14:33
Compare
Sorry, something went wrong.
No results found
[2.0.1] - 2024-05-15
Fixed
1.2.1
20 Jul 14:11
Compare
Sorry, something went wrong.
No results found
[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
07 Jul 16:23
Compare
Sorry, something went wrong.
No results found
[1.2.0] - 2023-07-07
Added
Add yaml function to tera templating engine so that floki templates
can use yaml(file="<filepath>") in order to load values.
Add json function to tera templating engine so that floki templates
can use json(file="<filepath>") in order to load values.
Add toml function to tera templating engine so that floki templates
can use toml(file="<filepath>") in order to load values.
Add floki render to print out the rendered configuration template.
Switch rust image to rust:1-alpine3.18 as it's better maintained.
Combine errors into a single FlokiError enum.
1.1.0
05 Jul 13:24
Compare
Sorry, something went wrong.
No results found
[1.1.0] - 2023-07-05
Added
Floki templates are parsed with tera before being deserialized.
Limit MSRV to 1.57 while using ekidd/rust-musl-builder - needs updating.