Skip to content

Releases: alpacanetworks/alpacon-cli

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

0.1.1

20 Feb 06:54
Compare
Choose a tag to compare

Changelog

  • Fix polling logic for command execution status checks
  • Fix runcommand
  • Fix token creation command
  • Minor fix