Releases: alpacanetworks/alpacon-cli
Releases · alpacanetworks/alpacon-cli
0.2.3
0.2.2
Full Changelog: 0.2.1...0.2.2
0.2.1
Changelog
- c77957c Add golangci-lint
- cb8659e Brew formula update for alpacon version 0.2.0
- a7b0ce4 Code cleanup
- bca671a Fix trigger release job only after successful build and test
- e660caf Fix trigger release job only after successful build and test
- b51a02e Merge remote-tracking branch 'origin/main'
- 89160e8 Minor fix
- ea24be9 Minor fix
- c70aa0a Minor fix
- 497f0ea Minor fix
- 29d8007 Minor fix
- 2514d54 Minor fix
- 438fc8c Minor fix
- 8dcc201 Minor fix
- fa03206 Minor fix
- e06504a Minor fix
- f5df2d0 Refactor login logic to use workspace URL and improve user input handling
- 01bc342 Remove lint.yml
- 9ded8c2 Replace 'Alpaca Infra Platform' with 'Alpacon'
- 485f34c Update README.md
- 1260864 Update documentation for version 0.2.1
- 1c3f670 Use Git tag as version variable via ldflags to automate versioning
- c22316e Use http.Method constants for HTTP methods
0.2.0
Changelog
- 5402b13 Add User-Agent header to requests and clean up code
- 57d24dd Brew formula update for alpacon version 0.1.8
- 6b4e0b5 Brew formula update for alpacon version 0.1.9
- cdc8f04 Bump version to 0.2.0
- 7fb826a Enhance certificate validity prompt
- f9302a1 Minor fix
- 07a16e9 Refactor password prompt to include confirmation step
0.1.9
0.1.8
0.1.7
Changelog
- 6dd6317 Brew formula update for alpacon version 0.1.6
- 9b33629 Fix csr input validation
- 2494618 Merge remote-tracking branch 'origin/main'
- 5fdbbec Minor fix
- b5702a9 Minor fix
- fecf33d Minor fix
- 9401719 Rename field name
state
of SignRequest to `status & Add certificate renew information - ffc8c1e Support shell environment variables with --env option
- 053e047 Update docs & Bump version to 0.1.7
- c793a97 Update to use GITHUB_TOKEN for GoReleaser
0.1.6
0.1.5
Changelog
- Add 'rm' alias to delete command
- Add homebrew configuration to goreleaser
- Add update command for user
- Fix version command
- Implement websh session sharing command
- Refactor websocketClient into modular functions
- Remove status code from error messages
- Minor fix