Skip to content

Releases: omegion/ssh-manager

Release v1.1.0

29 Jul 08:52
74ca590
Compare
Choose a tag to compare

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

20 May 08:11
b655c04
Compare
Choose a tag to compare

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)
  • 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)
  • 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)

Release v0.17.0

29 Apr 13:18
Compare
Choose a tag to compare

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
  • 8ad3e27 - fix tests
  • 1a7298d I-61 | Improve executor errors
  • 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)

Release v0.16.0

14 Apr 15:39
Compare
Choose a tag to compare

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

Release v0.15.0

08 Apr 08:00
fb16c61
Compare
Choose a tag to compare

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)
  • 23c5e42 fix: Dockerfile to reduce vulnerabilities (#48)
  • 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

Release v0.14.0

14 Jan 09:30
aafc534
Compare
Choose a tag to compare

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)

Release v0.13.0

02 Jan 09:19
82e546b
Compare
Choose a tag to compare

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

Release v0.12.0

30 Dec 09:18
a9188ca
Compare
Choose a tag to compare

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

Release v0.11.0

29 Dec 12:24
Compare
Choose a tag to compare

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

Release v0.10.0

29 Dec 12:20
3ad42b9
Compare
Choose a tag to compare

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