Skip to content

Releases: gocd/docker-registry-artifact-plugin

Experimental: 1.0.1-92

11 Apr 04:31
2490ba0
Compare
Choose a tag to compare
Pre-release

Changelog v1.0.1-84-exp..2490ba0

59ac4d3 - Bump aws-java-sdk-ecr from 1.11.528 to 1.11.530
f7cd9af - Bump gson from 2.8.2 to 2.8.5
95e4db1 - Bump jsonassert from 1.3.0 to 1.5.0
2797b2b - Bump assertj-core from 3.8.0 to 3.12.2

SHA256 Checksums

82f5ce0ea2e0aa603832bc9befb09526f7cf92860779cd2d60283649a40c7b82 *docker-registry-artifact-plugin-1.0.1-92.jar

Experimental: 1.0.1-84

04 Apr 11:14
bd2013f
Compare
Choose a tag to compare
Pre-release

Changelog 1.0.0-25..bd2013f

bd2013f - Bump up plugin version to 1.0.1
beafc1b - Fix default selection for registry type in store UI.
4c8a53c - Introduce property RegistryID for amazon ecr.
6329f30 - Bump aws-java-sdk-ecr from 1.11.477 to 1.11.528
fb7edfc - Add log messages while setting credentials for ecr.
57d8b12 - Make AWS keys optional. * If not provided, to get the ECR token - environment variables, system properties, aws profile (~/.aws/credentials), instance profile are checked.
ba9f5c9 - Use the new plugin helper to build and deploy jars
4e4f67a - Bump mockito-core from 2.13.0 to 2.25.1
59c7e45 - Upgrade gradle
9029e26 - #28 - Make plugin support old extension version too
7f00858 - Update description, refactor ArtifactStoreConfig, update view.
ac89099 - Update README.md
92f921e - Update artifact store view.
3588fc6 - Add support for ECR.

SHA256 Checksums

e0ae43cbf9f22d8aff6b131748c29faeda3a2fe2aca2c6bc6ebe67614d4229be *docker-registry-artifact-plugin-1.0.1-84.jar

1.0.0-25 (Needs GoCD 18.11 or newer)

14 Jan 13:28
b03637b
Compare
Choose a tag to compare

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.

1.0.0

20 Jul 10:11
7862ab7
Compare
Choose a tag to compare

Docker Registry Artifact Plugin (Experimental)

03 Jul 16:32
28c9adc
Compare
Choose a tag to compare
0.0.2

Handle JsonNulls while deserializing (#18)

Docker Registry Artifact Plugin (Experimental)

03 Apr 10:07
Compare
Choose a tag to compare
0.0.1

Update README and gitignore.