-
v0.3.1 Stable
released this
2023-07-21 02:22:03 +00:00 | 192 commits to develop since this releasev0.3.1 - 2023-07-20
Changed
- If an SSH session failed to be created, the command would fail. This would be caused when restarting the SSH host. The SSH connection is attempted to be created again. If successful, the command is executed normally.
Downloads
-
v0.3.0 Stable
released this
2023-07-02 04:07:31 +00:00 | 197 commits to develop since this releasev0.3.0 - 2023-01-07
Added
- Getting environment variables and passwords from Vault (not tested yet)
- Vault configuration to config (not tested yet)
- Ability to run scripts from file on local machine on the remote host
- Ability to get ouput in the notification of a list for individual commands or all commands
Changed
- Make SSH connections close after all commands have been run; reuse previous connections if needed
Downloads
-
0.2.4 Stable
released this
2023-02-19 04:52:10 +00:00 | 210 commits to develop since this release0.2.4 - 2023-02-18
Added
- Notifications now display errors and the output of the failed command.
- CI configs for GitHub and Woodpecker
- Added
versionsubcommand
Changed
- Console logging can be disabled by setting
console-disabledin theloggingobject
Fixed
- If Host was not defined for an incomplete
hostsobject, any commands would fail as they could not look up the values in the SSH config files.
Downloads
-
v0.2.1 Stable
released this
2023-02-12 14:49:39 +00:00 | 214 commits to develop since this releaseChangelog
- fixed remote ports duplicating in hostname
- expanding
environmentvars in cmd section - support for connecting to one proxy/bastion host
- better notification text layout
- better error message on private key failing to open
Downloads
-
v0.1.1 Stable
released this
2023-02-02 17:29:18 +00:00 | 218 commits to develop since this releaseDownloads
-
v0.1.0 Stable
released this
2023-02-02 05:53:07 +00:00 | 221 commits to develop since this releaseChangelog
- Added
croncommand to run lists withcrontime specifed - Changed
-cflag to-fflag for passing config file - Modified some config keys
- cmdArgs -> Args
- Got rid of
hosts.config
- better SSH handling
- respects values in config file
Downloads
- Added
-
v0.0.2 Stable
released this
2023-01-18 07:35:46 +00:00 | 224 commits to develop since this releaseChangelog
1c7515afix: gitea url
Downloads