Skip to content

Releases: andreijiroh-dev/dotenvx-action

v0.6.0: upgrade runtime to Node.js 24 alongside code quality fixes

13 Jun 18:37
v0.6.0
11a9d6a

Choose a tag to compare

What's Changed

  • Upgrade Node.js version from 20 to 24 by @sebdanielsson in #9
  • fix(action): implement potential fixes for 4 code quality findings from GitHub by @ajhalili2006 in #10

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1 - emergency fix for remote-loader

14 Sep 15:21
6c366f5

Choose a tag to compare

What's new in this release

Just caught a bug right after the new release, alongside adding a cleanup step after loading them to the workflow job and adding tests for that.

Full Changelog: v0.5.0...v0.5.1

v0.5.0 - remote-loader release and behind-the-scenes updates

14 Sep 14:56
acf7e26

Choose a tag to compare

What's new in this release

Shipping in this release is the remote-loader composite action for those who managing their dotenvx-encrypted secrets centrally in one repo (like this). It is currently experimental at the moment, but it is follow the release cadence for the main action in terms of stabilizing things and catching bugs.

Also in this release are the addition of code of conduct and contributing guidelines, which are long overdue for my open-source sponsorship application at @GitbookIO's community plan, among other documentation related updates.

Full Changelog: v0.4.0...v0.5.0

What's Changed

Most of these are automated dependency upgrades via Synk as listed below, alongside documentation changes and other improvements.

New Contributors

  • @ajhalili2006 made their first contribution merge request (automated via Synk) in #1

v0.4.0 - improvements in showing decryption failures and more

09 Jul 18:24
670fa75

Choose a tag to compare

In this release, @dotenvx/dotenvx is now updated to 1.46.0 (see upstream changelogs for details) alongside providing visibility to decryption failures by the addition of DOTENV_DECRYPTION_FAILURE and DOTENV_DECRYPTION_FAIL_COUNT outputs/variables and behind the scenes improvements on testing configs and logging.

Full Changelog: v0.3.0...v0.4.0

v0.3.0 - Bump@dtotenvx/dotenvx to v1.6.4

25 Jul 06:13
v0.3.0
c8b6dd5

Choose a tag to compare

v0.2.0 - Some adjustments to the inputs and QoL changes

09 Jul 16:08
7b2684f

Choose a tag to compare

As far as I test it, we only need one private key. I might check deeper in the dotenvx library codebase if we can do multiple env files in the future. I finally updated the docs a bit to include the prerequisite setup.

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - Initial release

08 Jul 11:49
16e314f

Choose a tag to compare

This initial release would resolve dotenvx/dotenvx#308 once everything works as I test this on one of my repos.

Full Changelog: https://github.com/andreijiroh-dev/dotenvx-action/commits/v0.1.0