Skip to content

Releases: LanceMcCarthy/Action-AzureBlobUpload

v2.4.2 Maintenance Release

06 Nov 13:53
Compare
Choose a tag to compare

This release contains security and quality improvements from SOC scan results.

What's Changed

Full Changelog: v2...v2.4.2

v2.4.1 Release - Maintenance Update

13 Oct 19:26
Compare
Choose a tag to compare

This is a general maintenance update containing dependency and/or security updates. Nothing significant is in this release, but you can review the changes below.

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0 Release - Maintenance

01 Aug 17:54
f05e986
Compare
Choose a tag to compare

Dependency security and maintenance updates. No functionality changes.

What's Changed

Full Changelog: v2...v2.4.0

v2.2.1 Fixes, security and dependency updates

18 Apr 18:34
Compare
Choose a tag to compare

What's Changed

Development Changes

Dependency, SDK and Security Changes

New Contributors

Full Changelog: v2...v2.2.1

2.1.0 Release - Enhancements

01 Nov 21:13
726acd7
Compare
Choose a tag to compare

Highlights

  • Change runtime from node v12 to node v16 (to address GitHub deprecating v12)
  • Add tests and conditions to ensure the container_name input is a valid string value
  • Added test for high file-count uploads

What's Changed

Full Changelog: v2...v2.1.0

2.0.0 General Release

08 Aug 14:09
Compare
Choose a tag to compare

What's Changed

This is mostly a refactor of code with one user-facing difference: the addition of the delete_if_exists input field. There isn't any expected behavioral change, but this is being published as a major version release to make it clear there may be behavior differences if the Action is being used in a non-standard way.

Full Changelog: v1...v2.0.0

v2.0.0-beta Availablility

04 Aug 21:46
157225f
Compare
Choose a tag to compare

The 2.0.0 line is here, starting as 2.0.0-beta in a prerelease.

This release contains a new input field delete-if-exists. The default is false, thus if a file exists, it will be skipped. However, with delete_if_exists: true, that file will be first deleted and purged from snapshots, then replaced with the uploaded copy of the file.

What's Changed

Other Maintenance Changes

Full Changelog: v1.12.0...v2.0.0-beta

v1.13.0 Maintenance Update - Bump dependencies to latest secure and stable releases

01 Aug 17:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.13.0

SDK Updates and Dependency Maintenance

05 Jul 18:44
Compare
Choose a tag to compare

This is a maintenance release with lots of little improvements from dependency updates, including Azure SDK update and GH Actions Core.

What's Changed

  • Bump @azure/storage-blob to 12.10.0
  • Bump @actions/core to 1.9.0
  • Bump @typescript-eslint/parser to 5.22.0
  • Bump @typescript-eslint/eslint-plugin* Bump @types/node to 17.0.40
  • Bump @types/node to 17.0.40
  • Bump @vercel/ncc to 0.34.0
  • Bump async to 2.6.4
  • Bump npm to 8.11.0
  • Bump node-forge to 1.3.0
  • Bump mime-types to 2.1.35
  • Bump minimist to 1.2.6
  • Bump eslint to 8.15.0
  • Bump eslint-plugin-github to 4.3.6
  • Bump eslint-plugin-jest to 26.5.3
  • Bump prettier to 2.6.2
  • Bump jest-preset-angular to 11.1.2
  • Bump jest to 28.1.0
  • Bump glob to 8.0.3

Full Changelog: v1...v1.12.0

1.11.0 Maintenance Update

01 Mar 15:59
Compare
Choose a tag to compare

This release is a maintenance update containing dependency security fixes

What's Changed

Full Changelog: v1.10.0...v1.11.0