Skip to content

Releases: isometry/vault-ssh-plus

v0.5.3

22 Apr 10:07
b95b9e8
Compare
Choose a tag to compare

Changelog

  • fd2a7db Bump actions/setup-go from 3 to 4
  • 137a618 Bump github.com/hashicorp/vault/api from 1.8.2 to 1.8.3
  • 1ada34b Bump github.com/hashicorp/vault/api from 1.8.3 to 1.9.0
  • 6b464cc Bump github.com/hashicorp/vault/api from 1.9.0 to 1.9.1
  • 2516945 Bump golang.org/x/crypto from 0.4.0 to 0.5.0
  • 8309a10 Bump golang.org/x/crypto from 0.5.0 to 0.6.0
  • e01e14f Bump golang.org/x/crypto from 0.6.0 to 0.7.0
  • 79063b4 Bump golang.org/x/crypto from 0.7.0 to 0.8.0
  • 98a35c5 Bump goreleaser/goreleaser-action from 3 to 4
  • 30129ff Merge pull request #1 from isometry/dependabot/github_actions/goreleaser/goreleaser-action-4
  • 3e0de2d Merge pull request #10 from isometry/dependabot/go_modules/github.com/hashicorp/vault/api-1.9.1
  • 9e51964 Merge pull request #2 from isometry/dependabot/go_modules/golang.org/x/crypto-0.5.0
  • 22c49d7 Merge pull request #3 from isometry/dependabot/go_modules/github.com/hashicorp/vault/api-1.8.3
  • 8b5938c Merge pull request #4 from isometry/dependabot/go_modules/golang.org/x/crypto-0.6.0
  • 0b8a697 Merge pull request #5 from isometry/dependabot/go_modules/github.com/hashicorp/vault/api-1.9.0
  • 5ff5b94 Merge pull request #6 from isometry/dependabot/go_modules/golang.org/x/crypto-0.7.0
  • 998b890 Merge pull request #7 from isometry/dependabot/github_actions/actions/setup-go-4
  • 90727c0 Merge pull request #8 from isometry/dependabot/go_modules/golang.org/x/crypto-0.8.0
  • 37b638c build: updated dependencies and enable dependabot
  • b95b9e8 chore: reduce Dependabot frequency

v0.5.2

20 Nov 14:40
v0.5.2
477370a
Compare
Choose a tag to compare

Changelog

  • 477370a fix: update dependencies and workflows

v0.5.1

03 Sep 17:10
v0.5.1
a8ca049
Compare
Choose a tag to compare

Changelog

  • a8ca049 fix: switch builder to go-1.19

v0.4.0

03 Nov 21:53
v0.4.0
5f9a89e
Compare
Choose a tag to compare

Changelog

5f9a89e Full support for ssh_config(5) Host and Match clauses
8d348d1 Update dependencies

v0.3.1

31 Oct 11:24
v0.3.1
fd1756c
Compare
Choose a tag to compare

Changelog

a560657 Disable release drafts
fd1756c Fix --version

v0.3.0

31 Oct 11:14
v0.3.0
7b90008
Compare
Choose a tag to compare

Changelog

7b90008 Enhanced ssh(1) option parsing and further refactoring; add support for allowed_user defaulting

v0.2.0

28 Oct 00:11
v0.2.0
6cf6073
Compare
Choose a tag to compare

Changelog

6cf6073 Renamed, refactored and enhanced

  • Renamed to vault-ssh-plus having discovered vault ssh 🤦🏻‍♂️
  • Significant refactoring and code tidying.
  • Add support for permit-agent-forwarding, permit-user-rc and
    permit-X11-forwarding extensions.
  • Enhanced handling of ssh options passed via -o Key=Value
    mechanism.

v0.1.0

25 Oct 11:08
4e9f840
Compare
Choose a tag to compare

Changelog

10c7557 Enable compatibility with PKCS#11 tokens
c982d92 Fix parsing of vssh options
0af9cbc Improve platform targeting
1f2db3f Parse ssh destination with net/url