Skip to content

Releases: uselagoon/lagoon-ssh-portal

v0.7.0

07 Feb 15:19
5bfb5f6
Compare
Choose a tag to compare

Changelog

  • 5bfb5f6 Merge pull request #16 from uselagoon/spinner
  • d98c368 chore: only build for linux/amd64
  • cb45bef feat: show a spinner during slow ssh connection

v0.6.0

07 Feb 13:04
95ff664
Compare
Choose a tag to compare

Changelog

  • 95ff664 Merge pull request #15 from uselagoon/scale-up
  • ba15f17 feat: wait for pod to start running before scale-up completes
  • 66396da feat: scale up target deployment if it has no replicas

v0.5.0

04 Feb 06:24
c1aba7d
Compare
Choose a tag to compare

Changelog

  • c1aba7d Merge pull request #14 from uselagoon/clean-shutdown
  • 7e9462a feat: add metrics to the ssh portal
  • bd246bb fix: ensure ssh portal can shut down cleanly

v0.4.0

03 Feb 14:50
fde5183
Compare
Choose a tag to compare

Changelog

  • fde5183 Merge pull request #13 from uselagoon/persistent-host-key
  • a617070 feat: add ability to configure a persistent host key
  • 702d384 Merge pull request #12 from uselagoon/refactor
  • 7667e85 chore: minor refactor to rename internal/sshportal package

v0.3.4

03 Feb 02:30
e79eb10
Compare
Choose a tag to compare

Changelog

  • e79eb10 Merge pull request #11 from uselagoon/debug-env
  • 2e87c2f fix: don't spew junk to stderr

v0.3.3

02 Feb 02:54
8bcc765
Compare
Choose a tag to compare

Changelog

  • 8bcc765 Merge pull request #10 from uselagoon/fix-labels
  • aed6668 fix: use the right labels to get Lagoon IDs

v0.3.2

01 Feb 02:58
962e02a
Compare
Choose a tag to compare

Changelog

  • 962e02a Merge pull request #9 from uselagoon/various-fixes
  • 0c9e46c fix: retain file permissions in build artefacts

v0.3.1

28 Jan 07:43
092541c
Compare
Choose a tag to compare

Changelog

  • 092541c Merge pull request #8 from uselagoon/fix-release
  • 5dcc65f fix: tag release images too

v0.3.0

28 Jan 07:24
a6f0ea8
Compare
Choose a tag to compare

Changelog

  • a6f0ea8 Merge pull request #7 from uselagoon/ssh-portal
  • 1df571d feat: handle multiple images in release workflow
  • 3e31580 feat: update CI to build both binaries and container images
  • ff2190d feat: implement ssh-portal service
  • 7a9d1a2 chore: refactor version variable location
  • af4eb0e chore: refactor signal handling in CLI

v0.2.0

25 Jan 00:32
5519324
Compare
Choose a tag to compare

Changelog

  • 5519324 Merge pull request #6 from uselagoon/metrics
  • d15b2ef feat: use project/environment IDs to confirm environment identity
  • 243c33e chore: remove tracing SDK
  • dacb9d2 fix: respond to unknown namespace
  • 33e9676 chore: bump semconv version
  • 67cab80 feat: implement experimental tracing and metrics for service-api