backy/.changes/v0.10.0.md
Andrew Woodlee fb1c8ec4fb
All checks were successful
ci/woodpecker/push/publish-docs Pipeline was successful
ci/woodpecker/tag/gitea Pipeline was successful
ci/woodpecker/tag/publish-docs Pipeline was successful
ci/woodpecker/release/publish-docs Pipeline was successful
v0.10.0
2025-03-08 00:25:44 -06:00

735 B

v0.10.0 - 2025-03-08

Added

  • Hooks: improved logging when executing
  • User commands: adding SSH keys using config key userSshPubKeys
  • directives: added support for fetching values using directive %{externalSource:key}%

Changed

  • Commands: if dir is not specified, run in config dir
  • FileDirective: use the config directory if path is not absolute
  • Host: changes to case of some keys
  • Notifications: added external directive to sensitive keys

Fixed

  • LocalFetcher: return fetch error
  • Lists: load file key before attempting to load from current file
  • fix: host not in config file, but in ssh config, properly added to hosts struct
  • SSH: password authentication bugs
  • User commands: change user password works