
Some checks failed
ci / multi-images (push) Successful in 7s
ci / tag-schedule (schedule) (push) Successful in 7s
ci / tag-match (\d{1,3}.\d{1,3}.\d{1,3}, 0) (push) Successful in 7s
ci / tag-schedule () (push) Successful in 7s
ci / tag-schedule (cron-{{date 'YYYYMMDD'}}) (push) Successful in 7s
ci / tag-schedule ({{date 'YYYYMMDD-HHmmss'}}) (push) Successful in 6s
ci / tag-match (\d{1,3}.\d{1,3}, 0) (push) Successful in 7s
ci / tag-match (v(.*), 1) (push) Successful in 7s
ci / tag-semver (false) (push) Successful in 7s
ci / label-custom (push) Successful in 6s
ci / docker-push (push) Failing after 16s
ci / tag-semver (true) (push) Successful in 7s
ci / bake (push) Failing after 14s
80 lines
1.6 KiB
Markdown
80 lines
1.6 KiB
Markdown
# Changelog
|
|
|
|
## 1.10.0 (2020/12/24)
|
|
|
|
* Add `bake-file` output (#36)
|
|
* Add `label-custom` input (#35)
|
|
* Bump node-notifier from 8.0.0 to 8.0.1 (#33)
|
|
* Update dev workflow (#32)
|
|
|
|
## 1.9.1 (2020/12/07)
|
|
|
|
* Replace forbidden chars derived from branch name (#31)
|
|
* Bump semver from 7.3.2 to 7.3.4 (#26)
|
|
|
|
## 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)
|
|
|
|
## 1.8.4 (2020/11/20)
|
|
|
|
* Pre-release (rc, beta, alpha) will only extend `{{version}}` as tag for `tag-semver`
|
|
|
|
## 1.8.3 (2020/11/20)
|
|
|
|
* Lowercase image name (#16)
|
|
|
|
## 1.8.2 (2020/11/18)
|
|
|
|
* Remove duplicated tags
|
|
|
|
## 1.8.1 (2020/11/18)
|
|
|
|
* Missing input in `action.yml`
|
|
|
|
## 1.8.0 (2020/11/17)
|
|
|
|
* Handle semver tags (#14)
|
|
|
|
## 1.7.0 (2020/10/31)
|
|
|
|
* Use `repo.html_url` for `org.opencontainers.image.source` label to be able to display README on GHCR
|
|
* Handle `tag-match-latest` on Git tag event (#8)
|
|
|
|
## 1.6.0 (2020/10/28)
|
|
|
|
* Generate latest tag by default on push tag event (#5)
|
|
|
|
## 1.5.0 (2020/10/27)
|
|
|
|
* Add `tag-match-group` input to choose group to get if `tag-match` matches
|
|
* Check `tag-match` is a valid regex
|
|
|
|
## 1.4.0 (2020/10/27)
|
|
|
|
* Use RegExp to match against a Git tag instead of coerce
|
|
|
|
## 1.3.0 (2020/10/26)
|
|
|
|
* Set latest tag only if matches with a pattern
|
|
|
|
## 1.2.0 (2020/10/26)
|
|
|
|
* Coerces Git tag to semver (#3)
|
|
|
|
## 1.1.0 (2020/10/25)
|
|
|
|
* Allow to templatize schedule tag (#1)
|
|
* Allow to disable edge branch tagging (#2)
|
|
|
|
## 1.0.0 (2020/10/25)
|
|
|
|
* Initial version
|