v0.10.2
This commit is contained in:
parent
02bc040e2a
commit
3c6e3ed914
@ -1,3 +0,0 @@
|
||||
kind: Added
|
||||
body: 'Notifications: http service added'
|
||||
time: 2025-03-13T23:23:20.130625927-05:00
|
@ -1,3 +0,0 @@
|
||||
kind: Added
|
||||
body: Variable support. Can be referenced with `%{var:nameOfVar}%` in select string fields.
|
||||
time: 2025-03-16T23:40:47.248328622-05:00
|
@ -1,3 +0,0 @@
|
||||
kind: Changed
|
||||
body: 'vault: initialize vault before validating config'
|
||||
time: 2025-03-13T22:48:40.584581357-05:00
|
6
.changes/v0.10.2.md
Normal file
6
.changes/v0.10.2.md
Normal file
@ -0,0 +1,6 @@
|
||||
## v0.10.2 - 2025-03-19
|
||||
### Added
|
||||
* Notifications: http service added
|
||||
* Variable support. Can be referenced with `%{var:nameOfVar}%` in select string fields.
|
||||
### Changed
|
||||
* vault: initialize vault before validating config
|
@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||
|
||||
|
||||
## v0.10.2 - 2025-03-19
|
||||
### Added
|
||||
* Notifications: http service added
|
||||
* Variable support. Can be referenced with `%{var:nameOfVar}%` in select string fields.
|
||||
### Changed
|
||||
* vault: initialize vault before validating config
|
||||
|
||||
## v0.10.1 - 2025-03-11
|
||||
### Added
|
||||
* UserCommands: add ssh public keys when running locally
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
const versionStr = "0.10.1"
|
||||
const versionStr = "0.10.2"
|
||||
|
||||
var (
|
||||
versionCmd = &cobra.Command{
|
||||
|
Loading…
x
Reference in New Issue
Block a user