Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/actions-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f6cafdf
Choose a base ref
...
head repository: docker/actions-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a40fd94
Choose a head ref
  • 15 commits
  • 12 files changed
  • 2 contributors

Commits on Apr 3, 2024

  1. build(deps): bump semver and @types/semver

    Bumps [semver](https://github.com/npm/node-semver) and [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver). These dependencies needed to be updated together.
    
    Updates `semver` from 7.5.4 to 7.6.0
    - [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.5.4...v7.6.0)
    
    Updates `@types/semver` from 7.5.1 to 7.5.8
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: "@types/semver"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0bd3773 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge pull request #289 from docker/dependabot/npm_and_yarn/multi-ad9…

    …948e606
    
    build(deps): bump semver and @types/semver
    crazy-max authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    eb56632 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. build(deps): bump undici from 5.28.3 to 5.28.4

    Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.3...v5.28.4)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    18e4452 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. github: update .github/buildx-releases.json

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    crazy-max authored and github-actions[bot] committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    10b5647 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #296 from docker/bot/buildx-releases-json

    Update `.github/buildx-releases.json`
    crazy-max authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    84b6763 View commit details
    Browse the repository at this point in the history
  3. github: update .github/docker-releases.json

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    crazy-max authored and github-actions[bot] committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b73c694 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #297 from docker/bot/docker-releases-json

    Update `.github/docker-releases.json`
    crazy-max authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c47291c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #292 from docker/dependabot/npm_and_yarn/undici-5.…

    …28.4
    
    build(deps): bump undici from 5.28.3 to 5.28.4
    crazy-max authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    056cded View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    329c1c7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #288 from crazy-max/bake-auth-token

    bake: handle git auth token when parsing remote definition
    crazy-max authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0200700 View commit details
    Browse the repository at this point in the history
  8. docker: parseRepoTag and pull methods

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    aa0228d View commit details
    Browse the repository at this point in the history
  9. docker: return actual error message when pull fails

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fc4dae4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #200 from crazy-max/docker-pull

    docker: parseRepoTag and pull methods
    crazy-max authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    43d331f View commit details
    Browse the repository at this point in the history
  11. docker: fix pull caching

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4d8bd68 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #298 from crazy-max/fix-docker-pull

    docker: fix pull caching
    crazy-max authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a40fd94 View commit details
    Browse the repository at this point in the history
Loading