From 95da2388e9d5fca492435aa0f6e16f722ba50cf7 Mon Sep 17 00:00:00 2001 From: Sterling Hanenkamp Date: Fri, 9 Aug 2024 00:51:14 -0500 Subject: [PATCH] chore: releng v0.1.0 --- Changes.md | 8 ++++++++ cmd/version.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index f9bd2f7..07dfc95 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,11 @@ +## v0.1.0 2024-08-09 + + * Added the `files_dir` setting to cluster configuration to set the location of the directory used to load files when calling the `files` function when templating. + * Fixed a minor problem with secrets skipping. It didn't always work correctly when the `applyTemplate` function to template a second file. + * Added the `ghost` section to cluster configuration for configuring `ghost` for secrets management. + * Added `ghost.config` to cluster configuration to select the configuration file to use for working with secrets. + * Added `ghost.keeper` to cluster configuration to select the secrets keeper to use for working with secrets. + ## v0.0.2 2024-06-27 * Fixing the install script. diff --git a/cmd/version.txt b/cmd/version.txt index 4e379d2..6e8bf73 100644 --- a/cmd/version.txt +++ b/cmd/version.txt @@ -1 +1 @@ -0.0.2 +0.1.0