Update CHANGELOG
ci / multi-images (push) Successful in 7s Details
ci / tag-schedule () (push) Successful in 6s Details
ci / tag-schedule (cron-{{date 'YYYYMMDD'}}) (push) Successful in 7s Details
ci / tag-schedule (schedule) (push) Successful in 7s Details
ci / tag-schedule ({{date 'YYYYMMDD-HHmmss'}}) (push) Successful in 7s Details
ci / tag-match (\d{1,3}.\d{1,3}, 0) (push) Successful in 7s Details
ci / tag-match (\d{1,3}.\d{1,3}.\d{1,3}, 0) (push) Successful in 6s Details
ci / tag-match (v(.*), 1) (push) Successful in 6s Details
ci / tag-semver (false) (push) Successful in 6s Details
ci / tag-semver (true) (push) Successful in 6s Details
ci / docker-push (push) Failing after 17s Details

This commit is contained in:
CrazyMax 2020-12-04 18:15:25 +01:00
parent 585ab8356c
commit b747b8aaa7
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 1.9.0 (2020/12/04)
* Allow to add custom tags (#24)
* Allow to disable latest tag (#23)
* Warn on invalid semver (#22)
* Avoid unnecessary calls to version (#21)
## 1.8.5 (2020/11/24)
* Use sepLabels when joining labels for output (#17)