Releases: andreijiroh-dev/dotenvx-action
v0.6.0: upgrade runtime to Node.js 24 alongside code quality fixes
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
- @sebdanielsson made their first contribution in #9
Full Changelog: v0.5.1...v0.6.0
v0.5.1 - emergency fix for remote-loader
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
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.
- [Snyk] Upgrade @dotenvx/dotenvx from 1.47.1 to 1.47.5 by @ajhalili2006 in #1
- [Snyk] Upgrade dotenv from 17.2.0 to 17.2.1 by @ajhalili2006 in #4
- [Snyk] Upgrade @dotenvx/dotenvx from 1.47.5 to 1.48.4 by @ajhalili2006 in #5
New Contributors
- @ajhalili2006 made their first
contributionmerge request (automated via Synk) in #1
v0.4.0 - improvements in showing decryption failures and more
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
Changelog on upstream: dotenvx/dotenvx@v1.5.0...v1.6.4
v0.2.0 - Some adjustments to the inputs and QoL changes
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
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