Sourced from actions/checkout's releases.
v3.0.0
- Updated to the node16 runtime by default
- This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.
v2.6.0
What's Changed
- Add backports to v2 branch by
@cory-millerin actions/checkout#1040
- Includes backports from the following changes: actions/checkout#964, actions/checkout#1002, actions/checkout#1029
- Upgraded the licensed version to match what is used in v3.
Full Changelog: https://github.com/actions/checkout/compare/v2.5.0...v2.6.0
v2.5.0
What's Changed
- Update
@actions/coreto 1.10.0 by@rentziassin actions/checkout#962Full Changelog: https://github.com/actions/checkout/compare/v2...v2.5.0
v2.4.2
What's Changed
- Add set-safe-directory input to allow customers to take control. (#770) by
@TingluoHuangin actions/checkout#776- Prepare changelog for v2.4.2. by
@TingluoHuangin actions/checkout#778Full Changelog: https://github.com/actions/checkout/compare/v2...v2.4.2
v2.4.1
- Fixed an issue where checkout failed to run in container jobs due to the new git setting
safe.directoryv2.4.0
- Convert SSH URLs like
org-<ORG_ID>@github.com:tohttps://github.com/- prv2.3.5
Update dependencies
v2.3.4
v2.3.3
v2.3.2
Add Third Party License Information to Dist Files
v2.3.1
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v3.1.0
v3.0.2
v3.0.1
- Fixed an issue where checkout failed to run in container jobs due to the new git setting
safe.directory- Bumped various npm package versions
v3.0.0
v2.3.1
v2.3.0
v2.2.0
v2.1.1
v2.1.0
- Group output
- Changes to support GHES alpha release
- Persist core.sshCommand for submodules
- Add support ssh
- Convert submodule SSH URL to HTTPS, when not using SSH
- Add submodule support
- Follow proxy settings
- Fix ref for pr closed event when a pr is merged
- Fix issue checking detached when git less than 2.22
v2.0.0
... (truncated)
ac59398
Fix comment typos (that got added in #770)
(#1057)3ba5ee6
Add in explicit reference to private checkout options (#1050)8856415
Implement branch list using callbacks from exec function (#1045)755da8c
3.2.0 (#1039)26d48e8
Update @actions/io to 1.1.2 (#1029)bf08527
wrap pipeline commands for submoduleForeach in quotes (#964)5c3ccc2
Replace datadog/squid with ubuntu/squid Docker image (#1002)1f9a0c2
README - fix status badge (#967)8230315
Add workflow to update a main version (#942)93ea575
Prepare release v3.1.0 (#940)Sourced from pypa/cibuildwheel's releases.
v2.12.1
- 🐛 Fix a bug that prevented the use of CIBW_CONFIG_SETTINGS with the 'pip' build backend. (#1430)
v2.12.0
- ✨ Adds support for PyPy arm64 wheels. This means that you can build PyPy wheels for Apple Silicon machines. Cross-compilation is not supported for these wheels, so you'll have to build on an Apple Silicon machine. (#1372)
- 🛠 Pinned version updates, including PyPy to v7.3.11 and setuptools to 66.0.0.
v2.11.4
Sourced from pypa/cibuildwheel's changelog.
v2.12.1
11 March 2023
- 🐛 Fix a bug that prevented the use of CIBW_CONFIG_SETTINGS with the 'pip' build backend. (#1430)
v2.12.0
16 Jan 2023
- ✨ Adds support for PyPy arm64 wheels. This means that you can build PyPy wheels for Apple Silicon machines. Cross-compilation is not supported for these wheels, so you'll have to build on an Apple Silicon machine. (#1372)
- 🛠 Pinned version updates, including PyPy to v7.3.11 and setuptools to 66.0.0.
v2.11.4
24 Dec 2022
- 🐛 Fix a bug that caused missing wheels on Windows when a test was skipped using CIBW_TEST_SKIP (#1377)
- 🛠 Updates CPython 3.11 to 3.11.1 (#1371)
- 🛠 Updates PyPy to 7.3.10, except on macOS which remains on 7.3.9 due to a bug on that platform. (#1371)
- 📚 Added a reference to abi3audit to the docs (#1347)
02ad79a
Bump version: v2.12.11d6ee75
Merge pull request #1430
from henryiii/henryiii/fix/pipconfigopts0b1b539
[Bot] Update dependencies (#1425)2e48667
refactor: use frontend instead of pluralc681860
fix: pip config options were broken7190b1a
Merge pull request #1428
from henryiii/henryiii/ci/appveyor16380b8
Update CI table94efa61
ci: fix appveyor (Python 3.8+ needed for macOS)acdbe87
Merge pull request #1427
from pypa/pre-commit-ci-update-config49b736d
[pre-commit.ci] pre-commit autoupdateSourced from docker/metadata-action's releases.
v4.3.0
- Provide outputs as env vars by
@crazy-max(#257)Full Changelog: https://github.com/docker/metadata-action/compare/v4.2.0...v4.3.0
v4.2.0
- Add
tzattribute 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: https://github.com/docker/metadata-action/compare/v4.1.1...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- Bump csv-parse from 5.3.0 to 5.3.1 (#237)
Full Changelog: https://github.com/docker/metadata-action/compare/v4.1.0...v4.1.1
v4.1.0
- Do not trim whitespace for
sep-tagsandsep-labelsinputs by@crazy-max(#233)- Set associated head sha on pull request event by
@crazy-max(#234)- Remove workaround for
setOutputby@crazy-max(#236)- Bump
@actions/githubfrom 5.0.1 to 5.1.1 (#208 #232)- Bump
@actions/corefrom 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: https://github.com/docker/metadata-action/compare/v4.0.1...v4.1.0
v4.0.1
- Sanitize tag earlier by
@crazy-max(#203)Full Changelog: https://github.com/docker/metadata-action/compare/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=matchpattern matchingFull Changelog: https://github.com/docker/metadata-action/compare/v3.8.0...v4.0.0
v3.8.0
- Add attribute to enable/disable images by
@crazy-max(#193)- Add
is_default_branchglobal 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)
... (truncated)
Sourced from docker/metadata-action's upgrade guide.
Upgrade notes
v2 to v3
- Repository has been moved to docker org. Replace
crazy-max/ghaction-docker-meta@v2withdocker/metadata-action@v4- The default bake target has been changed:
ghaction-docker-meta>docker-metadata-actionv1 to v2
inputs
New Unchanged Removed tagsimagestag-shaflavorsep-tagstag-edgelabelssep-labelstag-edge-branchtag-semvertag-matchtag-match-grouptag-latesttag-scheduletag-customtag-custom-onlylabel-custom
tag-shatags: | type=sha
tag-edge/tag-edge-branchtags: | # default branch </tr></table>
... (truncated)
507c2f2
Merge pull request #257
from crazy-max/env-output04861f5
update generated content6729545
Provide outputs as env vars05d22bf
Merge pull request #256
from crazy-max/fix-readme70b403b
Fix README9e6ae02
Merge pull request #252
from docker/dependabot/npm_and_yarn/json5-2.2.33d239e8
Bump json5 from 2.2.0 to 2.2.37cb52e2
Merge pull request #251
from chroju/set_timezone90a1d5c
Add tz attribute to handlebar date functionc98ac5e
Merge pull request #249
from crazy-max/fix-readmeSourced from actions/upload-artifact's releases.
v3.0.0
What's Changed
Breaking Changes
With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.
v2.3.1
Fix for empty fails on Windows failing on upload #281
v2.3.0 Upload Artifact
- Optimizations for faster uploads of larger files that are already compressed
- Significantly improved logging when there are chunked uploads
- Clarifications in logs around the upload size and prohibited characters that aren't allowed in the artifact name or any uploaded files
- Various other small bugfixes & optimizations
v2.2.4
- Retry on HTTP 500 responses from the service
v2.2.3
- Fixes for proxy related issues
v2.2.2
- Improved retryability and error handling
v2.2.1
- Update used actions/core package to the latest version
v2.2.0
- Support for artifact retention
v2.1.4
- Add Third Party License Information
v2.1.3
- Use updated version of the
@action/artifactNPM packagev2.1.2
- Increase upload chunk size from 4MB to 8MB
- Detect case insensitive file uploads
v2.1.1
- Fix for certain symlinks not correctly being identified as directories before starting uploads
v2.1.0
- Support for uploading artifacts with multiple paths
- Support for using exclude paths
- Updates to dependencies
... (truncated)
0b7f8ab
ci(github): update action/download-artifact from v1 to v3 (#312)013d2b8
Create devcontainer for codespaces + update all dev dependencies (#375)055b8b3
Bump Actions NPM dependencies (#374)7a5d483
ci(github): update action/checkout from v2 to v3 (#315)e0057a5
README: Bump actions/checkout to v3 (#352)7fe6c13
Update to latest actions/publish-action (#363)83fd05a
Bump actions-core to v1.10.0 (#356)3cea537
Merge pull request #327
from actions/robherley/artifact-1.1.0849aa77
nvm use 12 & npm run release4d39869
recompile with correct ncc versionSourced from docker/build-push-action's releases.
v4.0.0
Note
Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using
provenance: false.
- Revert disable provenance by default if not set by
@crazy-maxin docker/build-push-action#784Full Changelog: https://github.com/docker/build-push-action/compare/v3.3.1...v4.0.0
v3.3.1
- Disable provenance by default if not set by
@crazy-max(#781)Full Changelog: https://github.com/docker/build-push-action/compare/v3.3.0...v3.3.1
v3.3.0
Note
Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using
provenance: false.
- Add
attests,provenanceandsbominputs by@crazy-max(#746 #759)- Log GitHub Actions runtime token access controls by
@crazy-max(#707)- Examples moved to docs website by
@crazy-max(#718)- Bump minimatch from 3.0.4 to 3.1.2 (#732)
- Bump csv-parse from 5.3.0 to 5.3.3 (#729)
- Bump json5 from 2.2.0 to 2.2.3 (#749)
Full Changelog: https://github.com/docker/build-push-action/compare/v3.2.0...v3.3.0
v3.2.0
- Remove workaround for
setOutputby@crazy-max(#704)- Docs: fix Git context link and add more details about subdir support by
@crazy-max(#685)- Docs: named context by
@baibaratskyand@crazy-max(#665)- Bump
@actions/corefrom 1.9.0 to 1.10.0 (#667 #695)- Bump
@actions/githubfrom 5.0.3 to 5.1.1 (#696)Full Changelog: https://github.com/docker/build-push-action/compare/v3.1.1...v3.2.0
v3.1.1
- Fix GitHub token not passed with Git context if subdir defined by
@crazy-max(#663)- Replace deprecated
fs.rmdirwithfs.rmby@bendrucker(#657)Full Changelog: https://github.com/docker/build-push-action/compare/v3.1.0...v3.1.1
v3.1.0
no-cache-filtersinput by@crazy-max(#653)- Bump
@actions/githubfrom 5.0.1 to 5.0.3 (#619)- Bump
@actions/corefrom 1.6.0 to 1.9.0 (#620 #637)- Bump csv-parse from 5.0.4 to 5.3.0 (#623 #650)
Full Changelog: https://github.com/docker/build-push-action/compare/v3.0.0...v3.1.0
... (truncated)
3b5e802
Merge pull request #784
from crazy-max/enable-provenance02d3266
update generated contentf403daf
revert disable provenance by default if not set1104d47
Merge pull request #781
from crazy-max/disable-provenance838bf90
update generated content337a09d
disable provenance by default if not set37abced
Merge pull request #760
from crazy-max/test-envs67109bc
test: move envs to jest configd1b0eb0
Merge pull request #759
from crazy-max/fix-provenance-inputa0635fe
update generated content