-
v0.7.7 Stable
released this
2025-02-14 20:31:24 +00:00 | 95 commits to develop since this releasev0.7.7 - 2025-02-14
Fixed
- v0.7.1: Incorrect local config file loading logic caused files to not be detected
- CI configs
Downloads
-
v0.7.0 Stable
released this
2025-02-12 03:37:42 +00:00 | 107 commits to develop since this releasev0.7.0 - 2025-02-11
Added
- [feat]: package
packageOperationoptioncheckVersionimplemented - user management added - see docs
- Support for remote config sources. Only config file and list can be used for now.
- Cache functionality - still a WIP
- Flag
--s3-endpointfor config file fetching from S3
Changed
- Internal refactoring of config setup
- Formatting and sending for notifications
- name of
configfetchertoremotefetcher - Flags that took comma-separated lists now have to be passed multiple times for each argument.
- Hosts passed to
exec hostnow checked against default SSH config files
Fixed
- Parsing of remote URLs when determining list config file path
- Incorrect error notification template value
Downloads
- [feat]: package
-
v0.6.1 Stable
released this
2025-01-04 15:51:44 +00:00 | 125 commits to develop since this releasev0.6.1 - 2025-01-04
Fixed
- When running a list, hooks now run explicitly after the command executes. Fixed panic due to improper logic.
Downloads
-
v0.6.0 Stable
released this
2025-01-04 06:18:21 +00:00 | 138 commits to develop since this releasev0.6.0 - 2025-01-04
Added
Downloads
-
v0.5.0 Stable
released this
2024-11-20 05:30:33 +00:00 | 154 commits to develop since this releasev0.5.0 - 2024-11-19
Added
- Lists can now go in a file. See docs for more information.
- commands.[name].type: script now opens
scriptEnvFile. - Hooks for Commands.[name]. Error, success, and final. [#12]
Changed
- GetKnownHosts is now a method of Host
Fixed
- make command logger be used for errors, not just when running the command
Downloads
-
v0.4.0 Stable
released this
2023-09-09 05:21:42 +00:00 | 178 commits to develop since this releasev0.4.0 - 2023-09-08
Added
- Added
scriptEnvFileto command object that allows one to specify an environment file (or any file really) when ascriptFileis run. Inspired by the practice of keeping environment variables and scripts or commands seperate. - Basis for listing commands
Changed
- BREAKING: Notifications object now takes the form of service.id, where service can be "mail" or "matrix" and id is a unique id for the service.
- BREAKING: Since the change to the notifications object, cmd-lists' inner map key 'notifications' must be of the form service.id. id must be defined for that service. See notifications docs for aviliable services.
- Config parser is now the simpler Koanf - Keys are now case-sensitive
- Log size limited to 50 Mb
Downloads
- Added
-
v0.3.1 Stable
released this
2023-07-21 02:22:03 +00:00 | 187 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 | 192 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 | 205 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 | 209 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