v0.11.1
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
kind: Added
|
||||
body: Started integration testing
|
||||
time: 2025-12-08T18:12:00.572252568-06:00
|
||||
@@ -1,3 +0,0 @@
|
||||
kind: Changed
|
||||
body: inject ssh env vars by apppending them to the script/command if SSH setenv fails
|
||||
time: 2025-11-29T20:54:52.861824741-06:00
|
||||
@@ -1,3 +0,0 @@
|
||||
kind: Changed
|
||||
body: fix local command injection by running in a shell
|
||||
time: 2025-12-04T13:07:52.991487307-06:00
|
||||
6
.changes/v0.11.1.md
Normal file
6
.changes/v0.11.1.md
Normal file
@@ -0,0 +1,6 @@
|
||||
## v0.11.1 - 2025-12-08
|
||||
### Added
|
||||
* Started integration testing
|
||||
### Changed
|
||||
* inject ssh env vars by apppending them to the script/command if SSH setenv fails
|
||||
* fix local command injection by running in a shell
|
||||
@@ -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.11.1 - 2025-12-08
|
||||
### Added
|
||||
* Started integration testing
|
||||
### Changed
|
||||
* inject ssh env vars by apppending them to the script/command if SSH setenv fails
|
||||
* fix local command injection by running in a shell
|
||||
|
||||
## v0.11.0 - 2025-11-24
|
||||
### Added
|
||||
* feat: Package operation `versionCheck` supports regular expressions (see [regexp](https://pkg.go.dev/regexp) package for docs)
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
const versionStr = "0.11.0"
|
||||
const versionStr = "0.11.1"
|
||||
|
||||
var (
|
||||
versionCmd = &cobra.Command{
|
||||
|
||||
Reference in New Issue
Block a user