Skip to content

Releases: deeprave/envex

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

Revised vault interface

10 Jan 01:13
7c62740
Compare
Choose a tag to compare

Simplified vault interface and values caching

add sealed method to secrets manager

08 Jan 04:57
545990e
Compare
Choose a tag to compare
Merge pull request #16 from deeprave/action-upgrades

Action upgrades

Dependency upgrades

05 Jan 22:36
02250ea
Compare
Choose a tag to compare
v.2.2.1

version bump

Support more VAULT variables for SecretsManager configuration

11 Sep 08:24
12c0fe4
Compare
Choose a tag to compare
Merge pull request #13 from deeprave/develop

Enhance SecretsManager to support additional env variables.