Skip to content

Releases: deeprave/envex

v4.1.1

04 Jan 12:41
Compare
Choose a tag to compare
Fix build-system (setuptools bug)

v4.0.2

20 Dec 04:09
Compare
Choose a tag to compare

Minor fixes

Full Changelog: v4.0.1...v4.0.2

v4.0.1

20 Dec 03:41
Compare
Choose a tag to compare

Minor changes to fix installed scripts

What's Changed

  • Refactor the project structure to update script namespace.

Full Changelog: v4.0.0...v4.0.1

v4.0.0

19 Dec 22:56
Compare
Choose a tag to compare

What's Changed

  • Add encryption and stream support, envcrypt utility
  • Add password prompt fallback and stdin handling for envcrypt

Full Changelog: https://github.com/deeprave/envex/blob/main/CHANGELOG.md

v3.3.2

08 Nov 11:33
Compare
Choose a tag to compare
fix publishing in workflow

v3.2.0

29 Sep 02:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v3.2.0

minor fixes

14 Jun 15:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

Improve test coverage, fix bugs

11 May 14:12
Compare
Choose a tag to compare
v3.1.1

version bump

v3.1.0

11 May 07:36
Compare
Choose a tag to compare

What's Changed

v3.1.0

  • Replace many pre-commit hooks with ruff
  • Use a separate configuration file ruff.toml for ruff with only local tweaks in pyproject.toml

v3.0.4

  • Add timeout configuration to secretsmangager client and default 5s to reduce wait time when vault is unavailable.
    May be overridden in code or using the VAULT_TIMEOUT environment variable.
  • Exclude example files from guardian scanning
  • GitHub workflow changes

v3.0.3

10 Jan 01:25
dc691f4
Compare
Choose a tag to compare
fix workflow syntax