Releases: gocd/gocd-file-based-secrets-plugin
Releases · gocd/gocd-file-based-secrets-plugin
Experimental: 0.0.1-21
Experimental: 0.0.1-20
Experimental: 0.0.1-19
Experimental: 0.0.1-17
Changelog 0.0.1-10-exp..9390600
9390600 - Bump junit-jupiter-engine from 5.4.0 to 5.4.2
99b8323 - Used the dependency 'gocd-plugin-base' to simplify plugin creation for secrets. Removed unneeded files
d91f677 - Bump commons-lang3 from 3.1 to 3.9
c6d1afc - Bump assertj-core from 3.12.1 to 3.12.2
SHA256 Checksums
18aa3c63c2142ab575adaf23e187521842a80d583c414b80cd6eefd2c076c647 *gocd-file-based-secrets-plugin-0.0.1-17.jar
Experimental: 0.0.1-10-exp
Command line utility changes (#16) * Print secret on a new line for lookup secret command. * Added keys command to list all secret keys from a secrets database file. * Improve usage description for command line utility * Returning error message when one or more secret keys are not found. * Added details of how file based plugin should be configured. * Added suggestion to create secrets database file in CONFIG_DIR. This is so that it can be part of back up process.