Skip to content

Releases: aziontech/azion

2.1.1

23 Oct 18:08
7d4c0dc
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • d87acd4 fix: cli did not return an error status #patch

2.1.0

22 Oct 21:20
73c1a06
Compare
Choose a tag to compare

Changelog

New Features

  • bd78c6d feat: add logs to debug flag during deploy
  • 51e6139 feat: allow local deploy with flag
  • 8c00809 feat: new flag --port in dev command

Improvements

  • 2d79a92 chore(deps): bump github.com/zcalusic/sysinfo from 1.0.2 to 1.1.2
  • 25ae833 chore: add build on link command
  • 5f7fe5e chore: increase hard-coded timeout for http calls
  • f312876 chore: read azion.json
  • 4a7dd48 chore: update link message
  • d6f8577 chore: update messages during deploy

Other Work

  • 96a6c39 refactor: lint fields not used
  • 24ed7a4 refactor: remove comment

2.0.0

08 Oct 19:07
e04e6f7
Compare
Choose a tag to compare

Changelog

New Features

  • 3829a99 feat: add initial equalized deploy command

Improvements

  • fb7f30c chore: change env var names for azion-deploy script
  • d199fdb chore: defer spinner, show message error correct
  • d770bbe chore: remove unused code
  • 7798424 chore: remove unused code
  • 7638ae3 chore: remove unused code
  • c19e6e6 chore: remove unused debug
  • 86b6e19 chore: skip upload of node_modules directory
  • 00418fe chore: update deploy process
  • bcc2c0d chore: update deploy process through console
  • 07f6c26 chore: update e2e script
  • 610fb90 chore: update e2e script
  • c1be294 chore: update e2e tests
  • 77c7fe6 chore: update env
  • 6f3e3e3 chore: update error message
  • e4f7cff chore: update openBrowser func
  • b78189d chore: update prod env
  • a5d89f8 chore: update script id
  • af25624 chore: update workflow with token #major
  • 6fc1af7 chore: use bin instead of main
  • 831f92b chore: use bin instead of main
  • f036426 chore: use bin instead of main

Other Work

  • 109e15f refactor: add jq to workflow
  • 2405223 refactor: add jq to workflow
  • 4428c6a refactor: add new line to error message
  • ec88115 refactor: change repository in e2e test
  • f5de149 refactor: increase timeout for http calls
  • 30d7f7c refactor: remove unused comment
  • b62a017 refactor: update azion.json location

1.39.0

01 Oct 17:53
a818ad8
Compare
Choose a tag to compare

Changelog

Improvements

  • 083b1ec chore: update bundler flags
  • 80a7ab2 chore: update vulcan version

Other Work

  • 984df6a refactor: remove v from firstTimeExecuting
  • 49657f4 refactor: remove v from firstTimeExecuting
  • f4baeca refactor: update vulcan version

1.38.0

18 Sep 12:56
d855473
Compare
Choose a tag to compare

Changelog

New Features

  • decb01b feat: add dry-run flag for the deploy command

Improvements

  • a2441d1 chore(deps): bump github.com/schollz/progressbar/v3
  • 0e065e6 chore: add dry-run help message
  • a0d7b6c chore: add dry-run tests
  • 05b0f6e chore: change comment to english
  • 5a1b930 chore: read info.json instead of .vulcan

Other Work

  • 7b834e6 refactor: adapter methods to struct factory for testings
  • 680aff5 refactor: conflict merge
  • 9baf9a2 refactor: lint
  • 1345bfc refactor: preparing login command code structure for testing

1.37.1

11 Sep 16:47
0eb93f7
Compare
Choose a tag to compare

Changelog

Improvements

  • 3953c43 chore(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3

Bug Fixes

  • 436c20f fix: link created .vulcan with lower case characters
  • b5b4d9c fix: link created .vulcan with lower case characters #patch

1.37.0

02 Sep 14:35
62eabfe
Compare
Choose a tag to compare

Changelog

Improvements

  • a90b1e7 chore: add deploy-remote command

Documentation Updates

Other Work

  • 23e7b78 refactor: create opts var and use it for flags

1.36.1

21 Aug 14:08
3a86f0b
Compare
Choose a tag to compare

Changelog

Improvements

  • b62be49 chore: generate .vulcan file during link
  • 864a75b chore: remove preset and mode flags from vulcan call
  • e6a9353 chore: run vulcan init at the end of process
  • 550f560 chore: update vulcan tests script
  • d90b227 chore: update vulcan version
  • b5ca3c4 chore: update vulcan version

Bug Fixes

  • a0b3ffe fix: invalid cross-device link
  • 3a33e47 fix: update vulcan #patch

1.36.0

15 Aug 18:19
cd203d2
Compare
Choose a tag to compare

Changelog

New Features

  • 4f95f42 feat: add domain management through azion.config to CLI
  • e2dddf8 feat: add purge management through manifest.json

Improvements

  • 48545da chore: add more options for origin IaC management
  • b4d1d8e chore: adjustment in grammar error, I put a \n to get a cleaner error output in the terminal
  • 3ff0f8b chore: update vulcan version

1.35.0

05 Aug 20:03
d79b944
Compare
Choose a tag to compare

Changelog

Improvements

  • d4426e3 chore(deps): bump github.com/schollz/progressbar/v3
  • dc0a99f chore(deps): bump github.com/tidwall/gjson from 1.17.1 to 1.17.3
  • 53bf866 chore: Delete pkg/cmd/root/azioncli

Documentation Updates

  • b984111 docs: improve init messages
  • 13d349a docs: improve sync error message when not deployed
  • 30fcd46 docs: update readme for SEO reasons and standards

Other Work

  • ac224e1 refactor: removed struct not used
  • 98be1bd refactor: update NewCmd logic in list commands