Skip to content

Releases: cezmunsta/ssh_ms

v1.10.4

08 Jan 11:14
4ddf6ba

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.3...v1.10.4

v1.10.3

24 Oct 08:14
4b3690d

Choose a tag to compare

Full Changelog: v1.10.2...v1.10.3

v1.10.2

03 Oct 12:49
6d28bd4

Choose a tag to compare

  • Bump github.com/hashicorp/vault from 1.14.0 to 1.14.1 by @dependabot in #119
  • Refactored unit tests to use containers by @cezmunsta in #121
  • Speedup for tests by reducing to a single Vault node by @cezmunsta in #123

Full Changelog: v1.10.1...v1.10.2

v1.10.1

19 Jul 21:36
5d9cd4f

Choose a tag to compare

  • Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 (#118)
  • Bumped Vault version to v1.14.0 (#115)
  • Updated workflows for on-demand usage (#117)
  • Optional renewal warning (#114)

v1.10.0

23 Jun 11:13
3c6a937

Choose a tag to compare

  • Add support for M1 ARM (#85)
  • Bump github.com/hashicorp/vault from 1.12.2 to 1.12.5 (#105)
  • Disable CGO for builds (#104)
  • Bumped to go 1.20 (#106)
  • Updated dev-vault helper to use hashicorp/vault (#107)
  • Added missing --namespace flag from connect (#109)
  • Tweaks to improve the dev-vault helper (#112)
  • Add support for KV v2 (#110)

v1.9.0

09 Mar 11:30
37ad46e

Choose a tag to compare

  • Bump golang.org/x/net from 0.0.0-20220909164309-bea034e7d591 to 0.7.0 (#102)
  • Added scorecard badge to README (#100)
  • Ugraded codeql-action to v2
  • Added OSSF scorecard
  • Update Vault to v1.12.2 (#99)
  • Improved dev-vault helper script (#98)
    • Updated prepare_vault to wait for Vault to become available
      (address:port test) before automatic login
    • Added additional secret paths for testing
    • Fixed lint issue, replacing cat with input redirection
    • Optimised vault_exists
    • Updated prepare_vault to wait for the container to be in
      a running state

v1.8.0

20 Oct 16:33
813f268

Choose a tag to compare

  • Update Vault to v1.12.0 (#97)
  • Add support for multiple secret namespaces (#96)

v1.7.1

28 Jul 23:19
0a2ac38

Choose a tag to compare

  • Updated goutils to v1.1.1 (#93)
  • Updated Vault to 1.11.1 (#92)
  • Updated cobra@v1.4.0 (#91)
  • PR workflow improvements (#89)
  • Updated to Go 1.18 (#87)
  • Updated dependencies (#82)

v1.7.0

28 Nov 13:41
f6c35b2

Choose a tag to compare

  • Notify user when their token will soon expire (#81)
    To help avoid unexpected expiration of tokens, the user is provided with a warning when they use a renewable token and it is due to expire in less than 7 days (default).
    The threshold for notifying about renewing tokens, SSH_MS_RENEW_THRESHOLD can be defined for make build and make binaries.
  • Use only vault/api in application code (#80)
    To reduce size as well as simply issues arising from indirect dependencies, replacing the use of HashiCorp vault/command with the api in the helper code.
  • Add support for SendEnv (#76)
    In cases where the remote server supports environment variables being passed across, adding support for storing SendEnv in the connection's configuration
  • Updated dependencies (#75)
    • vault to v1.8.5
    • vault/sdk to v0.2.2-0.20211101151547-6654f4b913f9
    • mimetype to v1.4.0
    • logrus to v1.8.1
  • Fix incorrect conversion between integer types (#74)
    Updated NGINX and PMM ports to become uint16 and switched to strconv.ParseUint
  • Updated README
    Added the CodeQL badge and updated the recommended version of Vault
  • Adding CodeQL workflow
  • Upgraded Vault to 1.8.4 (#73)

v1.6.0

15 Oct 12:59
b7dae18

Choose a tag to compare

  • Added cache management (#72)
    A new command, cache, has been created with subcommands for supported operations on the cache, which currently is limited to populating and purging.
    The purge command has been replaced by cache purge
  • Fix bad switch in cmd.inspectItem (#70)