-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2490ba0
commit 07eab1e
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# Changelog | ||
|
||
|
||
## 1.0.1-92 | ||
|
||
* [9029e26](https://github.com/gocd/docker-registry-artifact-plugin/commit/9029e26) - Make plugin support old extension version too. | ||
* [3588fc6](https://github.com/gocd/docker-registry-artifact-plugin/commit/3588fc6) - Add support for Amazon ECR. | ||
|
||
## 1.0.0-25 (Needs GoCD 18.11 or newer) | ||
|
||
* [76f7682](https://github.com/gocd/docker-registry-artifact-plugin/commit/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. | ||
* [87d0977](https://github.com/gocd/docker-registry-artifact-plugin/commit/87d0977) - Implements SkipImagePulling flag on fetch artifact tasks | ||
|
||
## 1.0.0 - 2018-07-20 | ||
|
||
Initial release of plugin |