8000 Comparing v0.32.0...v0.33.0 · docker/actions-toolkit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: v0.32.0
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: v0.33.0
Choose a head ref
  • 20 commits
  • 18 files changed
  • 4 contributors

Commits on Jul 5, 2024

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

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

    Update `.github/buildx-lab-releases.json`
    crazy-max authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1510b1d View commit details
    Browse the repository at this point in the history
  3. buildx: fix broken local state

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b4c8e1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #403 from crazy-max/buildx-fix-localstate

    buildx: fix broken local state
    crazy-max authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e49e07d View commit details
    Browse the repository at this point in the history
  5. buildx: extra test to ensure legit path is not trimmed for localstate

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5b4c1ac View commit details
    Browse the repository at this point in the history
  6. buildx: make refs dir optional in localState func

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3bd6acf View commit details
    Browse the repository at this point in the history
  7. Merge pull request #404 from crazy-max/buildx-localstate-test

    buildx: extra test to ensure legit path is not trimmed for localstate
    crazy-max authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d908ffc View commit details
    Browse the repository at this point in the history
  8. buildx: fix typo in fixLocalState func

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    90311d5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #405 from crazy-max/buildx-fixlocalstate-typo

    buildx: fix typo in fixLocalState func
    crazy-max authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ce0d3d5 View commit details
    Browse the repository at this point in the history
  10. build(deps): bump @actions/artifact from 2.1.7 to 2.1.8

    Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) from 2.1.7 to 2.1.8.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/artifact"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4c7e849 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

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

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    tonistiigi authored and github-actions[bot] committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    517914f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #408 from docker/bot/buildx-releases-json

    Update `.github/buildx-releases.json`
    tonistiigi authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e5ef180 View commit details
    Browse the repository at this point in the history
  3. update buildx and buildkit

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d524755 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Merge pull request #409 from tonistiigi/update-buildx-v0.16.0

    update buildx and buildkit
    crazy-max authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    2264b5a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. buildx(history): env var to override export build image

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2320807 View commit details
    Browse the repository at this point in the history
  2. github: use isGhes func from actions/artifact module

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    99e6b01 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #410 from crazy-max/export-build-image-env

    buildx(history): env var to override export build image
    crazy-max authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8d807b6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #406 from docker/dependabot/npm_and_yarn/actions/a…

    …rtifact-2.1.8
    
    build(deps): bump @actions/artifact from 2.1.7 to 2.1.8
    crazy-max authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4db21c4 View commit details
    Browse the repository at this point in the history
  5. buildx: fix regex in fixLocalState func

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b641895 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #411 from crazy-max/buildx-localstate-regex-fix

    buildx: fix regex in fixLocalState func
    crazy-max authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    300c014 View commit details
    Browse the repository at this point in the history
Loading
0