Skip to content

Releases: docker/metadata-action

v4.3.0

13 Jan 13:57
507c2f2
Compare
Choose a tag to compare

Full Changelog: v4.2.0...v4.3.0

v4.2.0

11 Jan 15:27
05d22bf
Compare
Choose a tag to compare
  • Add tz attribute to handlebar date function by @chroju (#251)
  • Bump minimatch from 3.0.4 to 3.1.2 (#242)
  • Bump csv-parse from 5.3.1 to 5.3.3 (#245)
  • Bump json5 from 2.2.0 to 2.2.3 (#252)

Full Changelog: v4.1.1...v4.2.0

v4.1.1

17 Oct 19:54
5739616
Compare
Choose a tag to compare
  • 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
  • Bump csv-parse from 5.3.0 to 5.3.1 (#237)

Full Changelog: v4.1.0...v4.1.1

v4.1.0

12 Oct 06:39
12cce9e
Compare
Choose a tag to compare
  • Do not trim whitespace for sep-tags and sep-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

05 May 11:58
69f6fc9
Compare
Choose a tag to compare

Full Changelog: v4.0.0...v4.0.1

v4.0.0

05 May 09:45
f206c36
Compare
Choose a tag to compare
  • 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

Full Changelog: v3.8.0...v4.0.0

v3.8.0

28 Apr 11:22
b2391d3
Compare
Choose a tag to compare

Full Changelog: v3.7.0...v3.8.0

v3.7.0

06 Apr 08:29
f2a1333
Compare
Choose a tag to compare
  • Handle comments for multi-line inputs (#172)
  • Missing json output in action.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)

v3.6.2

06 Dec 16:21
e562237
Compare
Choose a tag to compare
  • Handle raw statement for pre-release (#155 #156)

v3.6.1

29 Nov 13:25
a2e0289
Compare
Choose a tag to compare
  • Preserve quotes inside unquoted field (#153)