Skip to content

Releases: gocd/gocd-file-based-secrets-plugin

Experimental: 0.0.1-21

17 May 06:09
Compare
Choose a tag to compare
Pre-release

Changelog v0.0.1-20-exp..a43ac35

a43ac35 - Updating secret config view template to show errors

SHA256 Checksums

9448d4cc2f5925c85a550c4d8f82cb52c756623271c1818739e4122520189674 *gocd-file-based-secrets-plugin-0.0.1-21.jar

Experimental: 0.0.1-20

03 May 04:58
Compare
Choose a tag to compare
Pre-release

Changelog v0.0.1-19-exp..4c62c3f

4c62c3f - Using plugin-base:0.0.3

SHA256 Checksums

cee2d012b85503d595cd67f71dc947ace6d924170333e012f048b9fad68e7a62 *gocd-file-based-secrets-plugin-0.0.1-20.jar

Experimental: 0.0.1-19

02 May 10:56
Compare
Choose a tag to compare
Pre-release

Changelog v0.0.1-17-exp..8364082

8364082 - Updated the icon image type
ada911d - Updated the icon

SHA256 Checksums

f36c8ec74f5845a6ad6e0b55e224a3e12216d2c80ab888d606f95d0294f87f55 *gocd-file-based-secrets-plugin-0.0.1-19.jar

Experimental: 0.0.1-17

25 Apr 04:33
Compare
Choose a tag to compare
Pre-release

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

17 Apr 05:10
fec7e29
Compare
Choose a tag to compare
Pre-release
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.