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/bake-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.0
Choose a base ref
...
head repository: docker/bake-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 18 commits
  • 10 files changed
  • 2 contributors

Commits on Jun 10, 2024

  1. chore(deps): Bump @docker/actions-toolkit from 0.24.0 to 0.25.0

    Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.24.0 to 0.25.0.
    - [Release notes](https://github.com/docker/actions-toolkit/releases)
    - [Commits](docker/actions-toolkit@v0.24.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@docker/actions-toolkit"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4f5d587 View commit details
    Browse the repository at this point in the history
  2. fix tests after changes with provenance builder-id

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    670407c View commit details
    Browse the repository at this point in the history
  3. chore: update generated content

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1a92fbf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #212 from docker/dependabot/npm_and_yarn/docker/ac…

    …tions-toolkit-0.25.0
    
    chore(deps): Bump @docker/actions-toolkit from 0.24.0 to 0.25.0
    crazy-max authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    bd980ca View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. chore(deps): Bump @docker/actions-toolkit from 0.25.0 to 0.25.1

    Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.25.0 to 0.25.1.
    - [Release notes](https://github.com/docker/actions-toolkit/releases)
    - [Commits](docker/actions-toolkit@v0.25.0...v0.25.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@docker/actions-toolkit"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8473a36 View commit details
    Browse the repository at this point in the history
  2. chore: update generated content

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1f186e9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #213 from docker/dependabot/npm_and_yarn/docker/ac…

    …tions-toolkit-0.25.1
    
    chore(deps): Bump @docker/actions-toolkit from 0.25.0 to 0.25.1
    crazy-max authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2def042 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69497d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. chore(deps): Bump @docker/actions-toolkit from 0.25.1 to 0.26.0

    Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.25.1 to 0.26.0.
    - [Release notes](https://github.com/docker/actions-toolkit/releases)
    - [Commits](docker/actions-toolkit@v0.25.1...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@docker/actions-toolkit"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    25ba922 View commit details
    Browse the repository at this point in the history
  2. chore: update generated content

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0160c64 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #215 from docker/dependabot/npm_and_yarn/docker/ac…

    …tions-toolkit-0.26.0
    
    chore(deps): Bump @docker/actions-toolkit from 0.25.1 to 0.26.0
    crazy-max authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    84cc400 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #214 from docker/dependabot/npm_and_yarn/braces-3.0.3

    chore(deps): Bump braces from 3.0.2 to 3.0.3
    crazy-max authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bc96707 View commit details
    Browse the repository at this point in the history
  5. export build record and upload artifact

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f40a782 View commit details
    Browse the repository at this point in the history
  6. generate build summary

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a29d7e9 View commit details
    Browse the repository at this point in the history
  7. DOCKER_BUILD_NO_SUMMARY env to disable summary

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    00f0c17 View commit details
    Browse the repository at this point in the history
  8. don't generate summary for cloud driver

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    93d1f86 View commit details
    Browse the repository at this point in the history
  9. chore: update generated content

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bc3c21b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge pull request #208 from crazy-max/build-summary

    export build record and generate summary
    crazy-max authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6460b33 View commit details
    Browse the repository at this point in the history
Loading