Skip to content

Releases: alpacanetworks/alpacon-cli

0.2.1

25 Oct 13:57
Compare
Choose a tag to compare

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

01 Jul 01:14
Compare
Choose a tag to compare

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

25 Jun 08:42
Compare
Choose a tag to compare

Changelog

0.1.8

25 Jun 08:41
Compare
Choose a tag to compare

Changelog

  • 85e8d5c Brew formula update for alpacon version 0.1.7
  • 66f81fb Merge remote-tracking branch 'origin/main'
  • 9d4e082 Minor fix

0.1.7

15 Jun 07:59
Compare
Choose a tag to compare

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

02 May 05:52
Compare
Choose a tag to compare

Changelog

0.1.5

13 Apr 14:07
Compare
Choose a tag to compare

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

0.1.4

26 Mar 08:05
Compare
Choose a tag to compare

Changelog

  • ed9bd9d Add Alpacon logo at the start of a websh session
  • 0c6fcae Add non-JSON response handling to multipart request
  • 81f8676 Fix token expiration prompt for clarity
  • Minor fix

0.1.3

15 Mar 07:23
Compare
Choose a tag to compare

Changelog

  • 643e512 Add delete command for authority
  • 4dd6854 Add options for downloading root certificates.
  • f7efd89 Bump version to 0.1.3
  • 722dcbe Enhance handling of empty and non-JSON content types
  • 0a27613 Fix message formatting
  • cad04e3 Minor fix
  • 0d19c7d Minor fix
  • 87ce3db Remove JSON parsing in iam detail command
  • 1d83f67 Rename command to 'authority download-cert'

0.1.2

08 Mar 04:11
Compare
Choose a tag to compare

Changelog

  • Add acl commands
  • Add non-JSON response handling
  • Add support for username and groupname options in cp and websh commands
  • Add timer reset on Acked status to extend command execution wait time
  • Add token name support in token command
  • Fix detailed status retrieval in PollCommandExecution
  • Refactor URL parameter handling for clarity
  • Refactor token deletion to use ID and fix TimeUtils
  • Refactor types to leverage generics in Go
  • Minor fix