Releases: docker/metadata-action
Releases · docker/metadata-action
v4.5.0
Full Changelog: v4.4.0...v4.5.0
v4.4.0
- Add
context
input to define the metadata provider by @neilime in #248 - Switch to actions-toolkit implementation by @crazy-max in #266 #273 #284
- Bump csv-parse from 5.3.3 to 5.3.8 in #271 #286
- Bump moment-timezone from 0.5.40 to 0.5.43 in #268 #278 #281
- Bump semver from 7.4.0 to 7.5.0 in #285
Full Changelog: v4.3.0...v4.4.0
v4.3.0
- Provide outputs as env vars by @crazy-max (#257)
Full Changelog: v4.2.0...v4.3.0
v4.2.0
v4.1.1
- Revert changes to set associated head sha on pull request event by @crazy-max (#239)
- User can still set associated head sha on PR by setting the env var
DOCKER_METADATA_PR_HEAD_SHA=true
- User can still set associated head sha on PR by setting the env var
- Bump csv-parse from 5.3.0 to 5.3.1 (#237)
Full Changelog: v4.1.0...v4.1.1
v4.1.0
- Do not trim whitespace for
sep-tags
andsep-labels
inputs by @crazy-max (#233) - Set associated head sha on pull request event by @crazy-max (#234)
- Remove workaround for
setOutput
by @crazy-max (#236) - Bump @actions/github from 5.0.1 to 5.1.1 (#208 #232)
- Bump @actions/core from 1.6.0 to 1.10.0 (#209 #216 #226 #231)
- Bump csv-parse from 5.0.4 to 5.3.0 (#210 #221)
- Bump moment from 2.29.3 to 2.29.4 (#220)
Full Changelog: v4.0.1...v4.1.0
v4.0.1
- Sanitize tag earlier by @crazy-max (#203)
Full Changelog: v4.0.0...v4.0.1
v4.0.0
- Node 16 as default runtime by @crazy-max (#176)
- This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.
- Do not sanitize before pattern matching by @crazy-max (#201)
- Breaking change with
type=match
pattern matching
- Breaking change with
Full Changelog: v3.8.0...v4.0.0
v3.8.0
- Add attribute to enable/disable images by @crazy-max (#193)
- Add
is_default_branch
global expression by @crazy-max (#192 #197 #198) - Update fixtures (dev) by @crazy-max (#190)
- Bump semver from 7.3.5 to 7.3.7 (#185)
- Bump moment from 2.29.2 to 2.29.3 (#187)
- Bump csv-parse from 4.16.3 to 5.0.4 (#195)
Full Changelog: v3.7.0...v3.8.0
v3.7.0
- Handle comments for multi-line inputs (#172)
- Missing
json
output inaction.yml
(#167) - Update dev dependencies and workflow (#175)
- Bump minimist from 1.2.5 to 1.2.6 (#182)
- Bump moment from 2.29.1 to 2.29.2 (#180)
- Bump @actions/github from 5.0.0 to 5.0.1 (#179)
- Bump node-fetch from 2.6.1 to 2.6.7 (#173)