Skip to content

1.0.0-25 (Needs GoCD 18.11 or newer)

Compare
Choose a tag to compare
@gocd-ci-user gocd-ci-user released this 14 Jan 13:28
b03637b

Changelog 1.0.0..b03637b

  • Sets environment variables about what images it is using (no need to parse JSON any more)
  • The ability to skip image pulling, if all you want to do is to deploy the image through helm or docker-compose, etc. (thank you, @alexfrancavilla!)

b3ad4ec - Adds fetch artifact task screenshot to README
cece8dd - Changes config flag to boolean instead of String
2a49293 - Fixes handling of SkipImagePulling checkbox value (now boolean)
ec517b4 - Fix vendor url.
2bd7fd6 - Added helper tasks -
9adc7b2 - Updated copyrights
7a72b05 - Upgraded gradle to 4.10.3
e862629 - Moves tag behind the checkbox
87d0977 - Implements SkipImagePulling flag on fetch artifact tasks
e426921 - Adds test for new SkipImagePulling flag
fa9bcad - Adds SkipImagePulling flag to fetch artifact config
1c6595f - Use correct API versions
e6cce77 - Adds validations for the environment variable prefix
76f7682 - Sets an environment variable with the artifact image details in the plugin API response. Also adds a view element to the plugin config view to provide a prefix for the name of the environment variable being set, which is not required.