Skip to content

lagoon-cli-v0.32.1

Latest

Choose a tag to compare

@uselagoon-user uselagoon-user released this 11 Sep 04:25
· 6 commits to main since this release
9d55b43

Lagoon CLI (v0.32.1)

Installation via Brew

The preferred method is installation via Homebrew.

brew tap uselagoon/lagoon-cli
brew install lagoon

Running from released binaries

Alternatively, you may install by downloading one of the pre-compiled binaries

# MacOS
sudo curl -L "https://github.com/uselagoon/lagoon-cli/releases/download/v0.32.1/lagoon-cli-v0.32.1-darwin-arm64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon
# Linux
sudo curl -L "https://github.com/uselagoon/lagoon-cli/releases/download/v0.32.1/lagoon-cli-v0.32.1-linux-amd64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon

Running from a Dockerfile

Alternatively, you may download the latest release as a Dockerfile from GitHub or Docker Hub
See the docs for information on running as a Dockerfile

docker pull ghcr.io/uselagoon/lagoon-cli:v0.32.1
docker pull docker.io/uselagoon/lagoon-cli:v0.32.1

Changelog

  • 2378cec Change: Handles internal_container_registry scope deprecation (#464)
  • c5be91e Feature - config feature flags (#462)
  • 93c43d7 add missing dash to LagoonConfigFlag json string (#459)
  • 9d55b43 chore(deps): bump github.com/stretchr/testify (#467)
  • e77d661 chore(deps): bump the github-actions group across 1 directory with 4 updates (#466)
  • f91b4ec chore: allow builder to set OS/ARCH (#447)
  • f24a1f0 chore: update dependencies and linting fixes (#465)
  • ceed7fe feat: improved error message for ssh on invalid environment name (#463)
  • 2d26746 simplify ssh conn string (#461)