Release v0.15.0
·
212 commits
to master
since this release
Installation
You can use go
to build SSH Manager locally with:
go install github.com/omegion/ssh-manager@latest
Or, you can use the usual commands to install or upgrade:
On OS X
sudo curl -fL https://github.com/omegion/ssh-manager/releases/download/v0.15.0/ssh-manager-darwin-amd64 -o /usr/local/bin/ssh-manager \
&& sudo chmod +x /usr/local/bin/ssh-manager
On Linux
sudo curl -fL https://github.com/omegion/ssh-manager/releases/download/v0.15.0/ssh-manager-linux-amd64 -o /usr/local/bin/ssh-manager \
&& sudo chmod +x /usr/local/bin/ssh-manager
On Windows (Powershell)
Invoke-WebRequest -Uri https://github.com/omegion/ssh-manager/releases/download/v0.15.0/ssh-manager-windows-amd64 -OutFile $home\AppData\Local\Microsoft\WindowsApps\ssh-manager.exe
Otherwise, download one of the releases from the release page
directly.
See the install docs for more install options and instructions.
Changelog
- fb16c61 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.24.1 to 1.26.3 (#49)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- e9b6810 fix: Dockerfile to reduce vulnerabilities (#47)
- Snyk bot [email protected]
- 23c5e42 fix: Dockerfile to reduce vulnerabilities (#48)
- Snyk bot [email protected]
- e02ca99 Bump actions/checkout from 2 to 3 (#42)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 8294593 Bump github.com/aws/aws-sdk-go-v2/config from 1.13.1 to 1.15.0 (#45)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 36b8bd8 Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#46)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 05ff647 Bump github.com/aws/aws-sdk-go-v2/config from 1.13.0 to 1.13.1 (#34)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 72df503 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.24.0 to 1.24.1 (#35)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 85d3711 Bump github.com/aws/aws-sdk-go-v2/config from 1.12.0 to 1.13.0 (#30)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 0a588f1 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.23.0 to 1.24.0 (#32)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 933cb26 Bump github.com/omegion/cobra-commander from 0.6.0 to 0.10.0 (#31)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- fe9d223 Bump github.com/aws/aws-sdk-go-v2 from 1.12.0 to 1.13.0 (#33)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- b17bf7f [I-28] Update README.md to use
go install
- Hakan [email protected]