Skip to content

Update crazy-max/ghaction-docker-meta action to v6#22

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/crazy-max-ghaction-docker-meta-6.x
Open

Update crazy-max/ghaction-docker-meta action to v6#22
renovate[bot] wants to merge 1 commit intomainfrom
renovate/crazy-max-ghaction-docker-meta-6.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 8, 2026

This PR contains the following updates:

Package Type Update Change
crazy-max/ghaction-docker-meta action major v1.12.0v6.0.0

Release Notes

crazy-max/ghaction-docker-meta (crazy-max/ghaction-docker-meta)

v6.0.0

Compare Source

Full Changelog: docker/metadata-action@v5.10.0...v6.0.0

v5.10.0

Compare Source

Full Changelog: docker/metadata-action@v5.9.0...v5.10.0

v5.9.0

Compare Source

Full Changelog: docker/metadata-action@v5.8.0...v5.9.0

v5.8.0

Compare Source

Full Changelog: docker/metadata-action@v5.7.0...v5.8.0

v5.7.0

Compare Source

Full Changelog: docker/metadata-action@v5.6.1...v5.7.0

v5.6.1

Compare Source

Full Changelog: docker/metadata-action@v5.6.0...v5.6.1

v5.6.0

Compare Source

Full Changelog: docker/metadata-action@v5.5.1...v5.6.0

v5.5.1

Compare Source

Full Changelog: docker/metadata-action@v5.5.0...v5.5.1

v5.5.0

Compare Source

Full Changelog: docker/metadata-action@v5.4.0...v5.5.0

v5.4.0

Compare Source

Full Changelog: docker/metadata-action@v5.3.0...v5.4.0

v5.3.0

Compare Source

Full Changelog: docker/metadata-action@v5.2.0...v5.3.0

v5.2.0

Compare Source

Full Changelog: docker/metadata-action@v5.1.0...v5.2.0

v5.1.0

Compare Source

Full Changelog: docker/metadata-action@v5.0.0...v5.1.0

v5.0.0

Compare Source

Full Changelog: docker/metadata-action@v4.6.0...v5.0.0

v4.6.0

Compare Source

Full Changelog: docker/metadata-action@v4.5.0...v4.6.0

v4.5.0

Compare Source

Full Changelog: docker/metadata-action@v4.4.0...v4.5.0

v4.4.0

Compare Source

Full Changelog: docker/metadata-action@v4.3.0...v4.4.0

v4.3.0

Compare Source

Full Changelog: docker/metadata-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

  • 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: docker/metadata-action@v4.1.1...v4.2.0

v4.1.1

Compare Source

  • 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: docker/metadata-action@v4.1.0...v4.1.1

v4.1.0

Compare Source

Full Changelog: docker/metadata-action@v4.0.1...v4.1.0

v4.0.1

Compare Source

Full Changelog: docker/metadata-action@v4.0.0...v4.0.1

v4.0.0

Compare Source

  • 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: docker/metadata-action@v3.8.0...v4.0.0

v3.8.0

Compare Source

Full Changelog: docker/metadata-action@v3.7.0...v3.8.0

v3.7.0

Compare Source

v3.6.2

Compare Source

v3.6.1

Compare Source

  • Preserve quotes inside unquoted field (#​153)

v3.6.0

Compare Source

v3.5.0

Compare Source

v3.4.1

Compare Source

  • Only return edge if branch matches (#​115)

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

  • Handle pull_request_target event (#​91)
  • Add json output (#​89)

v3.1.0

Compare Source

  • Add format attribute for type=sha (#​81)

v3.0.0

Compare Source

v2.5.0

Compare Source

  • Major version zero doc (#​74)
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#​73)
  • Bump lodash from 4.17.20 to 4.17.21 (#​72)
  • Handle global expressions (#​71)

v2.4.0

Compare Source

v2.3.0

Compare Source

  • Allow overriding flavor (#​63)
  • Prefix/suffix not taken into account for match, semver and schedule types (#​62)

v2.2.1

Compare Source

  • Skip and display warning if tag does not match (#​59)

v2.2.0

Compare Source

v2.1.1

Compare Source

  • Fix enable tag attribute (#​53)
  • Bump y18n from 4.0.0 to 4.0.1 (#​54)

v2.1.0

Compare Source

  • Bump semver from 7.3.4 to 7.3.5 (#​49)
  • Enhance workflow (#​51)

v2.0.0

Compare Source

This release includes significant changes (#​50). Please read the upgrade notes for a smooth migration.
v1 is still available through releases/v1 branch.

  • Add tags input
  • 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
  • Input label-custom renamed labels
  • Add flavor input to handle a global prefix, suffix and latest tag behavior (#​13 #​15 #​41)
  • Input tag-latest removed (use flavor input instead)
  • Manage tag sorting through priority attribute in tags input (#​27)
  • Explicit control over the conditions of each tag through enable attribute in tags input (#​30)
  • Allow semver and match parsing for custom values (#​25 #​30)
  • Display warning message if not tag generated

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants