Skip to content

Releases: hwkd/docker-secret

Release 2.0.5

17 Oct 01:27

Choose a tag to compare

No functional changes. Only made minor changes to readme.md.

Release 2.0.4

14 Oct 22:53

Choose a tag to compare

The release tries to avoid exporting functions, properties, and types that are deemed unnecessary to be exported so it could potentially break some user's applications depending on the properties/functions/types they were importing from the library.

The following breaking changes were made:

  • The SECRETS interface is no longer exported
  • getSecretFactory function has been removed
  • getSecret function has been removed

The versions 2.0.0 to 2.0.3 should not be used (thus removed from releases) due to issues encountered during publishing the package.

Release 1.2.4

17 Dec 09:19

Choose a tag to compare

  • Merge pull request #1 from IDevJoe/master (d70d506) which fixes the issue where the library throws an error if there's a directory inside the secrets folder

Release 1.2.3

05 Jun 08:46

Choose a tag to compare

  • fix: update build files (8f2c1cd)

Release 1.2.2

05 Jun 08:40

Choose a tag to compare

  • feat: use /run/secrets as default path when calling getSecrets() (72bf886)

Release 1.2.1

30 May 23:59

Choose a tag to compare

  • docs: improve documentation (a410d4b)

Release 1.2.0

30 May 23:29

Choose a tag to compare

  • feat: add support for generic types for defining secrets (d7145e5)
  • chore: add release-it (7979487)
  • improve docs (7b7777c)
  • update readme (89db6fa)