Releases: omegion/ssh-manager
Release v1.1.0
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/v1.1.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/v1.1.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/v1.1.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
- 74ca590 Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#96)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- af569fc Bump github.com/aws/aws-sdk-go-v2/config from 1.15.12 to 1.15.14 (#95)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 223cfe9 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.27.0 to 1.27.1 (#94)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 6ee8dd0 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.26.11 to 1.27.0 (#90)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 07120ad Bump github.com/aws/aws-sdk-go-v2/config from 1.15.10 to 1.15.12 (#89)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 860c464 Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (#88)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- f1c5e74 Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#87)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 566ab3e Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.26.10 to 1.26.11 (#83)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 5c6b772 Bump github.com/aws/aws-sdk-go-v2/config from 1.15.9 to 1.15.10 (#84)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 37d7700 Bump github.com/aws/aws-sdk-go-v2 from 1.16.4 to 1.16.5 (#82)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 7eb2678 Bump github.com/aws/aws-sdk-go-v2/config from 1.15.3 to 1.15.9 (#79)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 1526b54 Bump github.com/omegion/cobra-commander from 0.10.0 to 0.11.0 (#78)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release v1.0.0
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/v1.0.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/v1.0.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/v1.0.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
- b655c04 Bump docker/setup-buildx-action from 1 to 2 (#70)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 8bfa686 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.26.5 to 1.26.10 (#75)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 6469629 [] Fix Coverall Test (#76)
- Hakan [email protected]
- 92631e5 Bump docker/setup-qemu-action from 1 to 2 (#71)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- db443ad Bump docker/build-push-action from 2 to 3 (#69)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 5b73e78 Bump docker/login-action from 1 to 2 (#68)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- d5f2afa Bump github.com/aws/aws-sdk-go-v2 from 1.16.2 to 1.16.3 (#65)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- d38427c Bump hashicorp/vault-action from 2.4.0 to 2.4.1 (#64)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 31cd9a5 I-61 | Improve executor errors (#63)
- Hakan [email protected]
- 16371a2 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.26.3 to 1.26.5 (#60)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 97c4ce4 Bump dominikh/staticcheck-action from 1.1.0 to 1.2.0 (#59)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 43b92c6 Bump github.com/aws/aws-sdk-go-v2/config from 1.15.0 to 1.15.3 (#55)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- cf43cfa Bump actions/setup-go from 2 to 3 (#54)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 5ca32a4 [I-57] Upgrade to Go 1.18 (#58)
- Hakan [email protected]
Release v0.17.0
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.17.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.17.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.17.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
- 3ef8a8b - more test & cleanup
- Hakan [email protected]
- 8ad3e27 - fix tests
- Hakan [email protected]
- 1a7298d I-61 | Improve executor errors
- Hakan [email protected]
- 16371a2 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.26.3 to 1.26.5 (#60)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 97c4ce4 Bump dominikh/staticcheck-action from 1.1.0 to 1.2.0 (#59)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 43b92c6 Bump github.com/aws/aws-sdk-go-v2/config from 1.15.0 to 1.15.3 (#55)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- cf43cfa Bump actions/setup-go from 2 to 3 (#54)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 5ca32a4 [I-57] Upgrade to Go 1.18 (#58)
- Hakan [email protected]
Release v0.16.0
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.16.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.16.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.16.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
- 8363380 - refactor version
- Hakan [email protected]
- 3dad002 - fix lints
- Hakan [email protected]
- a8743a5 [I-57] Upgrade to Go 1.18
- Hakan [email protected]
- 378897e [I-57] Upgrade to Go 1.18
- Hakan [email protected]
- 65d8cc9 [I-57] Upgrade to Go 1.18
- Hakan [email protected]
Release v0.15.0
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]
Release v0.14.0
Installation
You can use go
to build SSH Manager locally with:
go get -u github.com/omegion/ssh-manager
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.14.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.14.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.14.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
- aafc534 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.22.0 to 1.23.0 (#27)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 06a2969 Bump github.com/aws/aws-sdk-go-v2/config from 1.11.1 to 1.12.0 (#25)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 3a32c60 [I-28] Update README.md to use
go install
(#29)- Hakan [email protected]
Release v0.13.0
Installation
You can use go
to build SSH Manager locally with:
go get -u github.com/omegion/ssh-manager
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.13.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.13.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.13.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
- 82e546b I-22 | Add Windows binary to packages (#24)
- Hakan [email protected]
- ed59bcf Update README.md (#21)
- modem7 [email protected]
Release v0.12.0
Installation
You can use go
to build SSH Manager locally with:
go get -u github.com/omegion/ssh-manager
Or, you can use the usual commands to install or upgrade:
On OS X
curl -L https://github.com/omegion/ssh-manager/releases/download/v0.12.0/ssh-manager-darwin-amd64 >/usr/local/bin/ssh-manager \
&& chmod +x /usr/local/bin/ssh-manager
On Linux
curl -L https://github.com/omegion/ssh-manager/releases/download/v0.12.0/ssh-manager-linux-amd64 >/usr/local/bin/ssh-manager \
&& chmod +x /tmp/ssh-manager && \
sudo cp /tmp/ssh-manager /usr/local/bin/ssh-manager
Otherwise, download one of the releases from the release page
directly.
See the install docs for more install options and instructions.
Changelog
- a9188ca I-11 | Support AWS S3 as provider (#20)
- Hakan [email protected]
- f79ec9a Update RELEASE_TEMPLATE.md
- Hakan [email protected]
Release v0.11.0
Installation
You can use go
to build SSH Manager locally with:
go get -u github.com/omegion/ssh-manager
Or, you can use the usual commands to install or upgrade:
On OS X
$ curl -L https://github.com/omegion/ssh-manager/releases/download/v0.11.0/ssh-manager-darwin-amd64 >/usr/local/bin/ssh-manager \
&& chmod +x /usr/local/bin/ssh-manager
On Linux
$ curl -L https://github.com/omegion/ssh-manager/releases/download/v0.11.0/ssh-manager-linux-amd64 >/usr/local/bin/ssh-manager \
&& chmod +x /tmp/ssh-manager && \
sudo cp /tmp/ssh-manager /usr/local/bin/ssh-manager
Otherwise, download one of the releases from the release page
directly.
See the install docs for more install options and instructions.
Changelog
- d5df5cc Update README.md
- Hakan [email protected]
- 7c1dc97 Update README.md
- Hakan [email protected]
Release v0.10.0
Installation
You can use go
to build SSH Manager locally with:
go get -u github.com/omegion/ssh-manager
Or, you can use the usual commands to install or upgrade:
On OS X
$ curl -L https://github.com/omegion/ssh-manager/releases/download/v0.10.0/ssh-manager-darwin-amd64 >/usr/local/bin/ssh-manager \
&& chmod +x /usr/local/bin/ssh-manager
On Linux
$ curl -L https://github.com/omegion/ssh-manager/releases/download/v0.10.0/ssh-manager-linux-amd64 >/usr/local/bin/ssh-manager \
&& chmod +x /tmp/ssh-manager && \
sudo cp /tmp/ssh-manager /usr/local/bin/ssh-manager
Otherwise, download one of the releases from the release page
directly.
See the install docs for more install options and instructions.
Changelog
- 3ad42b9 I-18 | Build binary on GH action (#19)
- Hakan [email protected]
- 9234417 fix: Dockerfile to reduce vulnerabilities (#17)
- Snyk bot [email protected]
- 66737b7 Bump github.com/omegion/cobra-commander from 0.4.0 to 0.6.0 (#15)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- c2c11e1 Bump hashicorp/vault-action from 2.1.2 to 2.4.0 (#14)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 1317e2c I-12 | Activate Dependabot for dependency checking (#13)
- Hakan Kurtulus [email protected]
- d246661 I-6 | Create better pipeline for submitting issues (#7)
- Hakan Kurtulus [email protected]