Skip to content

Releases: Noelware/docker-manifest-action

v0.4.3

15 Feb 05:09
Compare
Choose a tag to compare

This release just updates the dependencies for build/index.js after a year of no updates.

I don't know if I'll update this action code-wise but if there are any issues, don't hesitate to report them on GitHub! We'll probably enhance the codebase before v1 is released.

v0.4.2

07 May 18:52
Compare
Choose a tag to compare
  • docker-manifest-action now runs on Node.js 20 (thanks @vavsab! (#535))
  • Release updates the build artifacts and uses the new dependencies pulled from Renovate (@auguwu)

Full Changelog: 0.4.1...0.4.2

v0.4.1

06 Jan 23:02
Compare
Choose a tag to compare

This release is with new dependencies.

v0.4.0

17 Jul 08:04
8e337e3
Compare
Choose a tag to compare

πŸ› Fixes

  • Fixed issue where perf_hooks was not available in Node 20 (@auguwu)
  • Corrected typo in README.md related to provenance (@prmoore77, #145)

✨ Additions

  • New output images allows you to use cosign to sign your Docker images (@pl4nty, #247)

Full Changelog: 0.3.1...v0.4.0

v0.3.1

27 Jan 20:14
56f19b0
Compare
Choose a tag to compare

Fixes

  • Clean up documentation (@auguwu)
  • Don't make inputs and images required for deprecation reasons for base-image and extra-images (@auguwu)

v0.3.0

27 Jan 01:09
acf2524
Compare
Choose a tag to compare

πŸ‘» Deprecations

  • base-image and extra-images are deprecated in favour of inputs and outputs. (@auguwu)

πŸ› Fixes

  • Fix the --amend flag being used in docker manifest create and not in docker manifest push, not respecting the amend input (@auguwu)

🌺 Misc.

  • Update README to be more concise (@auguwu)
  • Upgrade CI to use caching properly (@auguwu)
  • Use Yarn 3 (@auguwu)

Dependency Updates

Full Changelog: v0.2.3...v0.3.0

v0.2.3

08 Oct 01:43
Compare
Choose a tag to compare

v0.2.2

08 Oct 01:40
Compare
Choose a tag to compare

v0.2.1

08 Oct 01:38
Compare
Choose a tag to compare

Fixes

  • Only use the --amend flag when pushing by @auguwu

v0.2.0

08 Oct 01:28
Compare
Choose a tag to compare

Additions

  • Added amend input flag by @auguwu