Skip to content

lagoon-cli-v0.21.1

Compare
Choose a tag to compare
@uselagoon-user uselagoon-user released this 22 Mar 03:37
· 17 commits to main since this release
b21fbfd

Lagoon CLI (v0.21.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 (replace amd64 with arm64 for ARM-compatible binaries)

# MacOS
sudo curl -L "https://github.com/uselagoon/lagoon-cli/releases/download/v0.21.1/lagoon-cli-v0.21.1-darwin-amd64" -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.21.1/lagoon-cli-v0.21.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.21.1
docker pull docker.io/uselagoon/lagoon-cli:v0.21.1

Changelog

  • b21fbfd Backport services (#330)
  • b638de5 Feature: Add build environment arguments to all deploy commands (#327)
  • a2838f8 Feature: Adds build variables to deployBranchCmd (#325)
  • 9bb1ee7 Improvement: Includes logic checks if project doesn't exist or no notifications found (#322) (#323)
  • 2291443 Improvement: Updated AddNotifications to utilize machinery (#307)
  • 936d760 Refactor: Updates return types to utilize the output package (#301)
  • da49567 chore: remove circleci build status
  • 916ff8c chore: replace go-bindata with embed (#315)
  • 5b46da6 chore: replace tablewriter with go-pretty (#314)
  • 0a46a26 chore: update golang/crypto (#310)
  • 8cb41ab chore: update packages (#312)
  • 8b900d1 chore: update to go 1.21 (#305)
  • 91f21aa chore: upgrade prompt-ui (#313)
  • e6f5bad feat: add raw query command functionality (#328)
  • af8dcdf fix: Adds ReturnData to pull request deploy (#320)
  • 3887317 fix: update delete email notification (#308)
  • 90b3463 refactor: actually handle passphrase protected keys (#326)
  • af1bc20 refactor: use publicKey field to avoid permission errors on privateKey (#316)
  • 2b5b789 revert: undo newer services changes (#329)