Skip to content

Update crazy-max/ghaction-docker-meta action to v5 - autoclosed#21

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/crazy-max-ghaction-docker-meta-5.x
Closed

Update crazy-max/ghaction-docker-meta action to v5 - autoclosed#21
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/crazy-max-ghaction-docker-meta-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 12, 2023

This PR contains the following updates:

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

Release Notes

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

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.

@renovate renovate Bot force-pushed the renovate/crazy-max-ghaction-docker-meta-5.x branch 3 times, most recently from fc7a05e to e2eadd7 Compare December 4, 2023 12:08
@renovate renovate Bot force-pushed the renovate/crazy-max-ghaction-docker-meta-5.x branch from e2eadd7 to f91741d Compare December 18, 2023 13:04
@renovate renovate Bot force-pushed the renovate/crazy-max-ghaction-docker-meta-5.x branch from f91741d to 8c47a25 Compare January 5, 2024 12:01
@renovate renovate Bot force-pushed the renovate/crazy-max-ghaction-docker-meta-5.x branch from 8c47a25 to 4e20d1f Compare January 31, 2024 17:24
@renovate renovate Bot force-pushed the renovate/crazy-max-ghaction-docker-meta-5.x branch from 4e20d1f to 8535426 Compare November 24, 2024 01:54
@renovate renovate Bot force-pushed the renovate/crazy-max-ghaction-docker-meta-5.x branch from 8535426 to 7a8877f Compare February 26, 2025 16:29
@renovate renovate Bot force-pushed the renovate/crazy-max-ghaction-docker-meta-5.x branch from 7a8877f to 7314198 Compare August 1, 2025 12:38
@renovate renovate Bot force-pushed the renovate/crazy-max-ghaction-docker-meta-5.x branch from 7314198 to f3b70ae Compare November 4, 2025 15:41
@renovate renovate Bot force-pushed the renovate/crazy-max-ghaction-docker-meta-5.x branch from f3b70ae to 6bc4c67 Compare November 27, 2025 16:10
@renovate renovate Bot changed the title Update crazy-max/ghaction-docker-meta action to v5 Update crazy-max/ghaction-docker-meta action to v5 - autoclosed Mar 5, 2026
@renovate renovate Bot closed this Mar 5, 2026
@renovate renovate Bot deleted the renovate/crazy-max-ghaction-docker-meta-5.x branch March 5, 2026 19:08
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