Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 1.4 KB

Changelog - cludo

Changelog for cludo - The Cloud Sudo toolset

0.0.2-alpha - 2022-01-28

Added

  • Support for additional SSH key types [#20]
  • Support for passing public keys to an active SSH agent for request signing [#39]
  • Support for reading additional SSH public keys from Github if the user has a github_id defined in the server-side config [#47]
  • Server side config can now contain a user's name [#53]
  • Github Actions for release pipeline and basic code scanning [#60]
  • and almost certainly more small tweaks, etc...

Changed

  • Made log message format more consistent
  • Converted SSH key path to a list and move to the top level of the user config [#52]

Removed

  • Removed the ability to pass in SSH passphrases [#89]

0.0.1-alpha - 2022-01-04

Added

  • Initial Proof of Concept Release