Releases: hwkd/docker-secret
Releases · hwkd/docker-secret
Release 2.0.5
Release 2.0.4
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
SECRETSinterface is no longer exported getSecretFactoryfunction has been removedgetSecretfunction 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
Release 1.2.3
- fix: update build files (8f2c1cd)
Release 1.2.2
- feat: use
/run/secretsas default path when callinggetSecrets()(72bf886)
Release 1.2.1
- docs: improve documentation (a410d4b)