Skip to content

Commit

Permalink
Merge pull request #10 from zostay/release/v0.1.0
Browse files Browse the repository at this point in the history
Preparing release v0.1.0
  • Loading branch information
zostay authored Aug 9, 2024
2 parents 13ecca2 + 95da238 commit 6f39367
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.1.0

0 comments on commit 6f39367

Please sign in to comment.