Skip to content

1.2.0

Compare
Choose a tag to compare
@mswservice mswservice released this 07 Jul 16:23
· 232 commits to main since this release
18d159a

[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.