Skip to content

Releases: orange-cloudavenue/cloudavenue-cli

v0.0.12

06 May 09:43
Compare
Choose a tag to compare

πŸŽ‰ Improvements

  • cmd/get: Now you can describe a specific resource. (GH-84)

:dependabot: Dependencies

  • deps: bumps actions/download-artifact from 4.1.4 to 4.1.5 (GH-115)
  • deps: bumps actions/setup-go from 5.0.0 to 5.0.1 (GH-119)
  • deps: bumps dependabot/fetch-metadata from 2.0.0 to 2.1.0 (GH-118)
  • deps: bumps github.com/aws/aws-sdk-go from 1.51.21 to 1.52.2 (GH-120)
  • deps: bumps github.com/creativeprojects/go-selfupdate from 1.1.4 to 1.2.0 (GH-112)
  • deps: bumps golang.org/x/net from 0.22.0 to 0.23.0 (GH-114)
  • deps: bumps golangci/golangci-lint-action from 4 to 5 (GH-117)

v0.0.11

27 Mar 14:15
Compare
Choose a tag to compare

πŸŽ‰ Improvements

  • cmd: replace command create by add and delete by del. (GH-85)

πŸ› Bug Fixes

  • command: Fix a bug preventing credential to use basic command like update, version and help. (GH-104)
  • command: Fix cursor lost when command return an error or was canceled. (GH-80)

:dependabot: Dependencies

  • deps: bumps actions/download-artifact from 4.1.2 to 4.1.4 (GH-98)
  • deps: bumps dependabot/fetch-metadata from 1.6.0 to 2.0.0 (GH-102)
  • deps: bumps github.com/aws/aws-sdk-go from 1.50.15 to 1.50.20 (GH-96)
  • deps: bumps github.com/aws/aws-sdk-go from 1.50.20 to 1.50.25 (GH-97)
  • deps: bumps github.com/creativeprojects/go-selfupdate from 1.1.3 to 1.1.4 (GH-101)
  • deps: bumps github.com/orange-cloudavenue/cloudavenue-sdk-go from 0.9.1 to 0.10.0 (GH-100)
  • deps: bumps google.golang.org/protobuf from 1.32.0 to 1.33.0 (GH-99)
  • deps: update golang from 1.20 to 1.21 (GH-80)

v0.0.10

13 Feb 23:12
Compare
Choose a tag to compare

πŸš€ New Features

  • cmd/update: Now an update command is available to update the cav binary to the latest version. (GH-76)
  • ouput: Add json and yaml format for get command. (GH-66)

ℹ️ Notes

  • ci: Add github action dependabot for lib dependencies. (GH-68)

:dependabot: Dependencies

  • deps: bumps actions/cache from 3 to 4 (GH-72)
  • deps: bumps actions/download-artifact from 3.0.2 to 4.1.1 (GH-74)
  • deps: bumps actions/download-artifact from 4.1.1 to 4.1.2 (GH-90)
  • deps: bumps actions/setup-go from 4.0.1 to 5.0.0 (GH-73)
  • deps: bumps actions/setup-python from 4 to 5 (GH-71)
  • deps: bumps actions/upload-artifact from 3 to 4 (GH-75)
  • deps: bumps github.com/aws/aws-sdk-go from 1.49.16 to 1.50.8 (GH-70)
  • deps: bumps github.com/aws/aws-sdk-go from 1.50.10 to 1.50.15 (GH-88)
  • deps: bumps github.com/aws/aws-sdk-go from 1.50.8 to 1.50.10 (GH-81)
  • deps: bumps github.com/orange-cloudavenue/cloudavenue-sdk-go from 0.7.0 to 0.9.0 (GH-69)
  • deps: bumps github.com/orange-cloudavenue/cloudavenue-sdk-go from 0.9.0 to 0.9.1 (GH-87)
  • deps: bumps golangci/golangci-lint-action from 3.7.0 to 4.0.0 (GH-89)

v0.0.9

25 Jan 20:37
Compare
Choose a tag to compare

πŸš€ New Features

  • completion: Add completion command. (GH-59)

πŸŽ‰ Improvements

  • documentation: Add github pages documentation. (GH-59)

v0.0.8

19 Jan 10:08
54f8c81
Compare
Choose a tag to compare
feat: add a possibility to configure pass through a configuration fil…

v0.0.7

17 Jan 10:51
Compare
Choose a tag to compare

πŸŽ‰ Improvements

  • doc: Improve README and Getting Start. (GH-56)
  • installation: Add automatic installation. (GH-56)

πŸ› Bug Fixes

  • goreleaser: Fix - Darwin binary name with cavname and right arch. (GH-51)
  • version: Fix - Now return the right version compiled. (GH-51)

v0.0.6

15 Jan 21:45
Compare
Choose a tag to compare

πŸŽ‰ Improvements

  • command - Add animation during command execution time. (GH-47)
  • command - Add new option --output to improve result in cav command. (GH-43)
  • command - improve and change order of command management. (GH-44)
  • command - improve speed of printed result for vdc list command. (GH-43)

:dependabot: Dependencies

  • deps: bumps orange-cloudavenue/cloudavenue-sdk-go from 0.5.6 to 0.7.0 (GH-43)

v0.0.5

18 Dec 19:57
Compare
Choose a tag to compare

πŸš€ New Features

  • New t0 - Add List operation for t0 (Internet Gateway). (GH-6)

πŸŽ‰ Improvements

  • Refacto - rename CLI: cav. (GH-35)

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

04 Dec 16:31
Compare
Choose a tag to compare

πŸš€ New Features

  • New s3 - Add List, Create, Delete operations for s3 bucket (Object Storage). (GH-22)
  • New vdc - Add List, Create, Delete operations for vdc (Virtual Data Center). (GH-22)
  • binary - Add packaging distribution. (GH-26)
  • New edgegateway - Add List, Create, Delete operations for edgegateway. (GH-22)
  • New publicip - Add List, Create, Delete operations for publicip. (GH-22)
  • test - Add Unit Test. (GH-22)
  • timetracking - Add elapsed time per command. (GH-22)

:dependabot: Dependencies

  • deps: bumps orange-cloudavenue/cloudavenue-sdk-go from 0.5.5 to 0.5.6 (GH-22)

0.0.2 (December 4, 2023)

0.0.1 (November 28, 2023)

What's Changed

Full Changelog: v0.0.2...v0.0.4