Skip to content

Commit 2cbde9d

Browse files
committed
Update CHANGELOG
1 parent 2f83320 commit 2cbde9d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 2.0.0 (2021/03/29)
4+
5+
This release includes significant changes (#50). Please read the [upgrade notes](UPGRADE.md) for a smooth migration.
6+
`v1` is still available through [`releases/v1` branch](https://github.com/crazy-max/ghaction-docker-meta/tree/releases/v1).
7+
8+
* Add `tags` input
9+
* Inputs `tag-sha`, `tag-edge`, `tag-edge-branch`, `tag-semver`, `tag-match`, `tag-match-group`, `tag-schedule`, `tag-custom`, `tag-custom-only` have been removed and are now handled through the new `tags` input
10+
* Input `label-custom` renamed `labels`
11+
* Add `flavor` input to handle a global prefix, suffix and latest tag behavior (#13 #15 #41)
12+
* Input `tag-latest` removed (use `flavor` input instead)
13+
* Manage tag sorting through `priority` attribute in `tags` input (#27)
14+
* Explicit control over the conditions of each tag through `enable` attribute in `tags` input (#30)
15+
* Allow `semver` and `match` parsing for custom values (#25 #30)
16+
* Display warning message if not tag generated
17+
318
## 1.12.0 (2021/03/19)
419

520
* Ignore commas for `label-custom` input (#48)

0 commit comments

Comments
 (0)