Skip to content

Release 0.0.2-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@SuperOrbitalRobot SuperOrbitalRobot released this 29 Jan 00:17
· 1 commit to main since this release
0f0285e

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]

Container Images

Software Supply Chain Security

We sign all release containers with cosign.

You can verify these signatures using the following commands:

COSIGN_EXPERIMENTAL=1 cosign verify superorbital/cludo:0.0.2-alpha
COSIGN_EXPERIMENTAL=1 cosign verify superorbital/cludod:0.0.2-alpha

Binaries

  • All binaries are compressed with UPX, to save on bandwidth and storage space.