-
Notifications
You must be signed in to change notification settings - Fork 124
Comparing changes
Open a pull request
base repository: docker/metadata-action
base: v3.7.0
head repository: docker/metadata-action
compare: v3.8.0
Commits on Apr 12, 2022
-
Bump semver from 7.3.5 to 7.3.7
Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.3.7. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.3.5...v7.3.7) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for d0dafec - Browse repository at this point
Copy the full SHA d0dafecView commit details
Commits on Apr 19, 2022
-
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5f62bc0 - Browse repository at this point
Copy the full SHA 5f62bc0View commit details
Commits on Apr 20, 2022
-
Merge pull request #190 from crazy-max/dev-test-fixtures
dev: update fixtures
Configuration menu - View commit details
-
Copy full SHA for 0950af0 - Browse repository at this point
Copy the full SHA 0950af0View commit details
Commits on Apr 25, 2022
-
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ba82704 - Browse repository at this point
Copy the full SHA ba82704View commit details -
Merge pull request #185 from docker/dependabot/npm_and_yarn/semver-7.3.7
Bump semver from 7.3.5 to 7.3.7
Configuration menu - View commit details
-
Copy full SHA for 7fa3798 - Browse repository at this point
Copy the full SHA 7fa3798View commit details -
Bump moment from 2.29.2 to 2.29.3
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.3. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md) - [Commits](moment/moment@2.29.2...2.29.3) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e29c9db - Browse repository at this point
Copy the full SHA e29c9dbView commit details -
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 476e707 - Browse repository at this point
Copy the full SHA 476e707View commit details -
Merge pull request #187 from docker/dependabot/npm_and_yarn/moment-2.…
…29.3 Bump moment from 2.29.2 to 2.29.3
Configuration menu - View commit details
-
Copy full SHA for a3ea951 - Browse repository at this point
Copy the full SHA a3ea951View commit details -
Bump csv-parse from 4.16.3 to 5.0.4
Bumps [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) from 4.16.3 to 5.0.4. - [Release notes](https://github.com/adaltas/node-csv/releases) - [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md) - [Commits](https://github.com/adaltas/node-csv/commits/csv-parse@5.0.4/packages/csv-parse) --- updated-dependencies: - dependency-name: csv-parse dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2a96a96 - Browse repository at this point
Copy the full SHA 2a96a96View commit details -
Fix csv-parse implementation since major update
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b7ad32e - Browse repository at this point
Copy the full SHA b7ad32eView commit details -
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4b640ab - Browse repository at this point
Copy the full SHA 4b640abView commit details -
Merge pull request #195 from docker/dependabot/npm_and_yarn/csv-parse…
…-5.0.4 Bump csv-parse from 4.16.3 to 5.0.4
Configuration menu - View commit details
-
Copy full SHA for 5351305 - Browse repository at this point
Copy the full SHA 5351305View commit details -
is_default_branch global expression
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e1a45f6 - Browse repository at this point
Copy the full SHA e1a45f6View commit details -
log webhook payload if action step debug enabled
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 89bf6c0 - Browse repository at this point
Copy the full SHA 89bf6c0View commit details -
fix undefined base_ref for some events
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7d7a22a - Browse repository at this point
Copy the full SHA 7d7a22aView commit details -
ci: add global expressions job
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c2905fb - Browse repository at this point
Copy the full SHA c2905fbView commit details -
Merge pull request #192 from crazy-max/default-branch
is_default_branch global expression
Configuration menu - View commit details
-
Copy full SHA for 0978a06 - Browse repository at this point
Copy the full SHA 0978a06View commit details
Commits on Apr 26, 2022
-
remove support of default branch global exp for push tag events
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aca951f - Browse repository at this point
Copy the full SHA aca951fView commit details -
Merge pull request #197 from crazy-max/rm-baseref-def-branch
remove support of default branch global exp for push tag events
Configuration menu - View commit details
-
Copy full SHA for 72fe50e - Browse repository at this point
Copy the full SHA 72fe50eView commit details -
don't handle default branch global exp for pr events
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0a72be4 - Browse repository at this point
Copy the full SHA 0a72be4View commit details -
Merge pull request #198 from crazy-max/refactor-default-banch
don't handle default branch global exp for pr events
Configuration menu - View commit details
-
Copy full SHA for be6d2cc - Browse repository at this point
Copy the full SHA be6d2ccView commit details
Commits on Apr 27, 2022
-
attribute to enable/disable images
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a5680a6 - Browse repository at this point
Copy the full SHA a5680a6View commit details
Commits on Apr 28, 2022
-
backward compatibility with old images format
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2f4dd14 - Browse repository at this point
Copy the full SHA 2f4dd14View commit details -
Merge pull request #193 from crazy-max/images-opts
attribute to enable/disable images
Configuration menu - View commit details
-
Copy full SHA for b2391d3 - Browse repository at this point
Copy the full SHA b2391d3View commit details
There are no files selected for viewing