Skip to content

Releases: aziontech/azion

2.5.3

31 Jan 19:53
739c4cf
Compare
Choose a tag to compare

Changelog

Improvements

  • 51a372c chore: install komac using scoop
  • 7bbff64 chore: update bundler version

Bug Fixes

  • 2cf357a fix: remote deploy would not replace restricted words on bucket name #patch

Tests

Other Work

  • ca947dd refactor: improve code
  • e3b5776 refactor: update golang patch

2.5.2

27 Jan 16:24
d710828
Compare
Choose a tag to compare

Changelog

Improvements

  • 3d92791 chore(deps): bump github.com/aws/aws-sdk-go-v2/config
  • 628226e chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials
  • cccb9fe chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials
  • 8f60f2f chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3
  • d90d854 chore(deps): bump github.com/briandowns/spinner from 1.23.1 to 1.23.2
  • 769ab58 chore(deps): bump github.com/go-git/go-git/v5 from 5.13.1 to 5.13.2
  • a771e80 chore(deps): bump github.com/schollz/progressbar/v3
  • 064049a chore: add another tag to nuspec file
  • b30c08b chore: add azion logo to chocolatey conf file
  • 4f1e3f7 chore: add choco LICENSE and VERIFICATION files
  • 5617263 chore: add silent args
  • 884751b chore: add windows update message
  • 787a429 chore: ignore symlink files to avoid problems creating .zip
  • 59ee0c3 chore: improve nuspec file with additional information
  • a172bb7 chore: update bundler to use new features
  • 128ea8d chore: update deps due to vulnerability GO-2025-3368
  • 9396aae chore: workflow update #patch

2.5.1

14 Jan 13:55
c2712b4
Compare
Choose a tag to compare

Changelog

Improvements

  • 9fcd488 chore(deps): bump github.com/aws/aws-sdk-go-v2/config
  • 23ebde0 chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • bb26a72 chore(deps): bump github.com/zcalusic/sysinfo from 1.1.2 to 1.1.3
  • cb0ff2c chore: update chocolatey publishing
  • 3e8ffe6 chore: update chocolatey publishing
  • 73887f3 chore: update how to install winget
  • 4135301 chore: update winget publish

Documentation Updates

  • 4b81072 docs: update README #patch

2.5.0

18 Dec 14:31
06f19d3
Compare
Choose a tag to compare

Changelog

Improvements

  • 6524b49 chore: update configuration files

2.4.0

12 Dec 13:20
f917c82
Compare
Choose a tag to compare

Changelog

Improvements

2.3.2

05 Dec 14:39
f489b33
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • b8f2296 fix: change bucket creation default to read_only
  • c8a5775 fix: update build from link command #patch

2.3.1

12 Nov 18:05
24a5115
Compare
Choose a tag to compare

Changelog

Improvements

Bug Fixes

  • 04c9980 fix: corrent prefix when uploading files #patch

2.3.0

08 Nov 12:54
95ea56d
Compare
Choose a tag to compare

Changelog

New Features

  • 847429b feat: add spinner while fetching template
  • 0e07bda feat: update remote env vars

Improvements

  • f89192a chore: display a message to the user when changing secret to true
  • 9bbdefb chore: forward auto flag to deploy remote
  • 0d4d67f chore: make variables secret if a certain word is used

Other Work

  • c086cf3 refactor: change the order the string is being checked
  • e80b9ae refactor: remove debug print

2.2.0

31 Oct 00:39
df38d5b
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • 20be05f fix: separate zips from works
  • 92254a2 fix: task that solves the dead lock and separates the zip process from the upload to simplify it

2.1.2

25 Oct 14:38
f98d819
Compare
Choose a tag to compare

Changelog

New Features

  • c8ba174 feat: added progressbar true
  • 236faae feat: test upload s3 zip

Improvements

  • 722b3c4 chore: added prefix key upload s3
  • 679e2f7 chore: adjust testing
  • bb33268 chore: progress bar updating correctly and returns error in case of errors
  • 3e2f635 chore: removed comment func not used more
  • 006181b chore: removed commment
  • 22fe59c chore: removed files zip
  • 60b0b5d chore: skip directory node_modeules, .edge
  • 147b653 chore: update messages to pagacke error.go from deploy package

Bug Fixes

  • 6df43fa fix: in the automatic process with yes global the link builda but was not installing the dependencies #patch

Other Work