2020-10-25 02:25:23 +01:00
|
|
|
# Changelog
|
|
|
|
|
2021-03-19 11:59:51 +01:00
|
|
|
## 1.12.0 (2021/03/19)
|
|
|
|
|
|
|
|
* Ignore commas for `label-custom` input (#48)
|
|
|
|
* Bump handlebars from 4.7.6 to 4.7.7 (#44)
|
|
|
|
* Bump csv-parse from 4.14.2 to 4.15.3 (#42 #45)
|
|
|
|
|
2020-12-24 16:47:13 +01:00
|
|
|
## 1.11.0 (2020/12/24)
|
|
|
|
|
|
|
|
* Inject `DOCKER_META_IMAGES` and `DOCKER_META_VERSION` args in bake definition (#37)
|
|
|
|
|
2020-12-24 14:06:20 +01:00
|
|
|
## 1.10.1 (2020/12/24)
|
|
|
|
|
|
|
|
* Missing entry in `action.yml`
|
|
|
|
|
2020-12-24 04:19:39 +01:00
|
|
|
## 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)
|
|
|
|
|
2020-12-08 00:01:39 +01:00
|
|
|
## 1.9.1 (2020/12/07)
|
|
|
|
|
2020-12-08 00:02:30 +01:00
|
|
|
* Replace forbidden chars derived from branch name (#31)
|
2020-12-08 00:01:39 +01:00
|
|
|
* Bump semver from 7.3.2 to 7.3.4 (#26)
|
|
|
|
|
2020-12-04 18:15:25 +01:00
|
|
|
## 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)
|
|
|
|
|
2020-11-24 14:09:55 +01:00
|
|
|
## 1.8.5 (2020/11/24)
|
|
|
|
|
|
|
|
* Use sepLabels when joining labels for output (#17)
|
|
|
|
|
2020-11-20 23:12:14 +01:00
|
|
|
## 1.8.4 (2020/11/20)
|
|
|
|
|
|
|
|
* Pre-release (rc, beta, alpha) will only extend `{{version}}` as tag for `tag-semver`
|
|
|
|
|
2020-11-20 20:26:04 +01:00
|
|
|
## 1.8.3 (2020/11/20)
|
|
|
|
|
|
|
|
* Lowercase image name (#16)
|
|
|
|
|
2020-11-18 16:57:42 +01:00
|
|
|
## 1.8.2 (2020/11/18)
|
|
|
|
|
|
|
|
* Remove duplicated tags
|
|
|
|
|
2020-11-18 00:40:29 +01:00
|
|
|
## 1.8.1 (2020/11/18)
|
|
|
|
|
|
|
|
* Missing input in `action.yml`
|
|
|
|
|
2020-11-17 23:34:01 +01:00
|
|
|
## 1.8.0 (2020/11/17)
|
|
|
|
|
|
|
|
* Handle semver tags (#14)
|
|
|
|
|
2020-10-31 20:18:48 +01:00
|
|
|
## 1.7.0 (2020/10/31)
|
|
|
|
|
|
|
|
* Use `repo.html_url` for `org.opencontainers.image.source` label to be able to display README on GHCR
|
2020-10-31 20:21:22 +01:00
|
|
|
* Handle `tag-match-latest` on Git tag event (#8)
|
2020-10-31 20:18:48 +01:00
|
|
|
|
2020-10-28 18:27:31 +01:00
|
|
|
## 1.6.0 (2020/10/28)
|
|
|
|
|
|
|
|
* Generate latest tag by default on push tag event (#5)
|
|
|
|
|
2020-10-27 02:32:26 +01:00
|
|
|
## 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
|
|
|
|
|
2020-10-27 00:59:19 +01:00
|
|
|
## 1.4.0 (2020/10/27)
|
|
|
|
|
|
|
|
* Use RegExp to match against a Git tag instead of coerce
|
|
|
|
|
2020-10-26 17:53:34 +01:00
|
|
|
## 1.3.0 (2020/10/26)
|
|
|
|
|
|
|
|
* Set latest tag only if matches with a pattern
|
|
|
|
|
2020-10-26 01:44:06 +01:00
|
|
|
## 1.2.0 (2020/10/26)
|
|
|
|
|
|
|
|
* Coerces Git tag to semver (#3)
|
|
|
|
|
2020-10-25 15:42:23 +01:00
|
|
|
## 1.1.0 (2020/10/25)
|
|
|
|
|
|
|
|
* Allow to templatize schedule tag (#1)
|
|
|
|
* Allow to disable edge branch tagging (#2)
|
|
|
|
|
2020-10-25 03:25:14 +01:00
|
|
|
## 1.0.0 (2020/10/25)
|
2020-10-25 02:25:23 +01:00
|
|
|
|
|
|
|
* Initial version
|