Skip to content

Releases: uselagoon/lagoon-ssh-portal

v0.28.1

04 Apr 12:42
3f917b4
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump wagoid/commitlint-github-action from 5.3.0 to 5.3.1 by @dependabot in #173
  • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0 by @dependabot in #175
  • chore(deps): bump golang.org/x/oauth2 from 0.0.0-20220309155454-6242fa91716a to 0.5.0 by @dependabot in #177
  • chore(deps): bump github.com/nats-io/nats.go from 1.13.1-0.20211018182449-f2416a8b1483 to 1.23.0 by @dependabot in #176
  • chore(deps): bump go.opentelemetry.io/otel from 1.13.0 to 1.14.0 by @dependabot in #181
  • chore(deps): bump github.com/nats-io/nats.go from 1.23.0 to 1.24.0 by @dependabot in #179
  • chore(deps): bump k8s.io/apimachinery from 0.26.1 to 0.26.2 by @dependabot in #186
  • chore(deps): bump k8s.io/client-go from 0.26.1 to 0.26.2 by @dependabot in #185
  • chore(deps): bump github.com/nats-io/nats-server/v2 from 2.6.4 to 2.7.4 by @dependabot in #187
  • chore(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0 by @dependabot in #190
  • chore(deps): bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 by @dependabot in #188
  • chore(deps): bump github.com/alecthomas/assert/v2 from 2.2.1 to 2.2.2 by @dependabot in #189
  • chore(deps): bump coverallsapp/github-action from 1.1.3 to 2.0.0 by @dependabot in #195
  • chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in #191
  • chore(deps): bump github.com/nats-io/nats.go from 1.24.0 to 1.25.0 by @dependabot in #196
  • chore(deps): bump k8s.io/apimachinery from 0.26.2 to 0.26.3 by @dependabot in #192
  • chore(deps): bump k8s.io/client-go from 0.26.2 to 0.26.3 by @dependabot in #194
  • Fix handling of persistent SSH connections and improve debug logging by @smlx in #197

Full Changelog: v0.28.0...v0.28.1

v0.28.0

15 Feb 03:39
a3fbdb6
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump k8s.io/apimachinery from 0.26.0 to 0.26.1 by @dependabot in #164
  • chore(deps): bump k8s.io/api from 0.26.0 to 0.26.1 by @dependabot in #166
  • chore(deps): bump k8s.io/client-go from 0.26.0 to 0.26.1 by @dependabot in #165
  • chore(deps): bump docker/build-push-action from 3 to 4 by @dependabot in #168
  • chore(deps): bump go.opentelemetry.io/otel from 1.11.2 to 1.12.0 by @dependabot in #167
  • chore(deps): bump go.opentelemetry.io/otel from 1.12.0 to 1.13.0 by @dependabot in #170
  • chore(deps): bump golang.org/x/crypto from 0.5.0 to 0.6.0 by @dependabot in #171
  • Add flag to block Developer SSH access by @smlx in #172

Full Changelog: v0.27.2...v0.28.0

v0.27.2

10 Jan 15:37
5bb4966
Compare
Choose a tag to compare

Changelog

  • 5bb4966 Merge pull request #163 from uselagoon/return-exit-code
  • f2a7b48 fix: comments and log messages in ssh-portal auth handler
  • 0893a87 fix: return the exit code for exec commands
  • 21d055c Merge pull request #161 from uselagoon/dependabot/go_modules/github.com/alecthomas/assert/v2-2.2.1
  • 9380e09 chore(deps): bump github.com/alecthomas/assert/v2 from 2.2.0 to 2.2.1
  • 6050dc5 Merge pull request #160 from uselagoon/dependabot/go_modules/golang.org/x/crypto-0.5.0
  • 44ed592 chore(deps): bump golang.org/x/crypto from 0.4.0 to 0.5.0

v0.27.1

23 Dec 07:49
89b5ad7
Compare
Choose a tag to compare

Changelog

  • 89b5ad7 Merge pull request #159 from uselagoon/terminal-resize
  • 0ff7062 fix: handle terminal resizing correctly
  • d16917d Merge pull request #157 from uselagoon/dependabot/github_actions/goreleaser/goreleaser-action-4
  • cff0633 chore(deps): bump goreleaser/goreleaser-action from 3 to 4

v0.27.0

12 Dec 12:37
b759874
Compare
Choose a tag to compare

Changelog

  • b759874 Merge pull request #156 from uselagoon/bump-client-go
  • 24627e3 feat: bump k8s.io/client-go to 0.26.0
  • 8c5bb96 Merge pull request #148 from uselagoon/dependabot/go_modules/golang.org/x/crypto-0.4.0
  • b970fea chore(deps): bump golang.org/x/crypto from 0.3.0 to 0.4.0
  • 0a7d538 Merge pull request #150 from uselagoon/dependabot/go_modules/k8s.io/client-go-0.25.5
  • 7767b70 chore(deps): bump k8s.io/client-go from 0.25.4 to 0.25.5

v0.26.0

07 Dec 03:40
303bd25
Compare
Choose a tag to compare

Changelog

  • 303bd25 Merge pull request #147 from uselagoon/return-ssh-endpoint
  • 985a080 feat: redirect user trying to get a shell through ssh-token
  • cb56792 feat: add lagoondb.SSHEndpointByEnvironmentID()
  • 11a47a5 fix: use native session ID method in ssh-portal session handler
  • ad64020 chore: remove redundant logging from ssh-portal-api
  • c27f5e8 fix: handle duplicate namespace in EnvironmentByNamespaceName
  • 3fa9f2f Merge pull request #146 from uselagoon/dependabot/go_modules/go.opentelemetry.io/otel-1.11.2
  • e29f37a chore(deps): bump go.opentelemetry.io/otel from 1.11.1 to 1.11.2

v0.25.2

05 Dec 10:20
d3df392
Compare
Choose a tag to compare

Changelog

  • d3df392 Merge pull request #145 from uselagoon/shell-command
  • d72abf1 fix: wrap all commands in a shell
  • f493507 Merge pull request #144 from uselagoon/dependabot/go_modules/github.com/go-sql-driver/mysql-1.7.0
  • 5474c47 chore(deps): bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0
  • 54fd907 Merge pull request #142 from uselagoon/dependabot/go_modules/go.uber.org/zap-1.24.0
  • d593937 chore(deps): bump go.uber.org/zap from 1.23.0 to 1.24.0
  • 63429ee Merge pull request #141 from uselagoon/dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.4.3
  • c8fbe09 chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.4.3

v0.25.1

28 Nov 14:27
535258f
Compare
Choose a tag to compare

Changelog

  • 535258f Merge pull request #140 from uselagoon/bump-x-crypto
  • 8bfc847 fix: bump golang.org/x/crypto for rsa-sha2 ssh server support
  • 0a4068e Merge pull request #138 from uselagoon/dependabot/github_actions/wagoid/commitlint-github-action-5.3.0
  • eeee8bb chore(deps): bump wagoid/commitlint-github-action from 5.2.2 to 5.3.0

v0.25.0

24 Nov 03:45
f3d5f99
Compare
Choose a tag to compare

Changelog

  • f3d5f99 Merge pull request #137 from uselagoon/token-grant
  • 250f562 feat: add support in ssh-token for "grant" command

v0.24.0

16 Nov 06:17
bb28a7f
Compare
Choose a tag to compare

Changelog

  • bb28a7f Merge pull request #136 from uselagoon/fix-coverage
  • 9e891b3 feat: rename metrics to avoid duplicate names
  • 9a2ef2d Merge pull request #135 from uselagoon/update-readme
  • e5513e2 chore: update README with ssh-token