Skip to content

Releases: clear-street/gestalt

Vault secret fetch refactor (Publish)

12 May 17:09
c335388
Compare
Choose a tag to compare

Publish the Vault secret fetch refactor release

Vault secret fetch refactor

11 May 20:00
c335388
Compare
Choose a tag to compare
  • Secret fetching call from vault has been added as a public method and now needs to be called explicitly.

Add Vault Support to Gestalt

26 Apr 17:21
2dae25b
Compare
Choose a tag to compare

This MR adds Vault to Gestalt as a non breaking change, users can now use Vault as a remote config store.

Single File Support and Bugfixes

18 May 22:57
64aecbd
Compare
Choose a tag to compare

This release of Gestalt comes with some new features and bug fixes:

  • Bugfix: Files in a directory are now globbed and sorted before loading, this ensures they are always loaded in a deterministic order Note that this bug can potentially be breaking, depending on how glob.glob() works on your system. This is because at the end os.scandir() is called, which is system dependent.
  • Feature: The ability to load a single config file. No more having to load an entire directory just to grab one object.
  • Bugfix: File extensions are checked and loading now throws errors when the extension doesn't match the parser (both in directories and single files)

Requirements CVE Update

29 Mar 15:49
4a662bf
Compare
Choose a tag to compare

Requirements CVE Update for PyYAML

Fix build issues

16 Jan 00:08
e303fb7
Compare
Choose a tag to compare

Fix build issues

Initial Release

06 Jan 22:12
e1c775f
Compare
Choose a tag to compare

The first release of Gestalt!

Please review the README.md before use.