Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump whoan/docker-build-with-cache-action from 5 to 8 #260

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps whoan/docker-build-with-cache-action from 5 to 8.

Release notes

Sourced from whoan/docker-build-with-cache-action's releases.

v8.0.0

  • BuildKit is enabled by default
  • Docker updated to 24.0.6
  • Old GitHub Docker Registry (docker.pkg.github.com) needs BuildKit disabled for cache to work.

v7.0.1

  • Allow overriding DOCKER_BUILDKIT env var. Close #139

v7.0.0

  • Close #120: Avoid useless attempt to create ECR repository when it already exists
  • Close #127: Support only building specific services from compose through regex (services_regex input)
  • Close #128: Support for YAML anchors and aliases when using compose files
  • Close #131: Disable DOCKER_BUILDKIT to allow action to work again (action relies on old output format)
  • Close #133: Support context input for compose files to use it as a relative path for contexts set in the yaml
  • Colse #134: Support using build.args form compose file
  • Improve logs
  • Allow spaces in values of build_extra_args when using a json or in build.args from a compose file.

v6.0.2

  • Allow overriding DOCKER_BUILDKIT env var. Close #139

v6.0.0

  • Allow adding multiple values with same key in BUILD_EXTRA_ARGS. (Close #95)
  • Avoid action to stop prematurely at getting context for build. (Close #98)
  • Fix AWS public repositories support. (Close #104)
  • Use dummy tag instead of dummy image name to avoid confusion in the logs. (Close #106)
  • Get AWS_SESSION_TOKEN from the env if INPUT_SESSION is not set. (Close #108)
  • Use yaml parser to allow comments in compose-file and improve code overall. (Close #111)
  • Stop using deprecated set-output command. (Close #113)
  • Create ECR repository only if we need to push images.

v5.11.3

  • Allow overriding DOCKER_BUILDKIT env var. Close #139

v5.11.1

  • Fix BUILD_EXTRA_ARGS json input parsing

v5.11.0

  • Add JSON format for build_extra_args to support spaces and newlines. (Close #91)

v5.10.0

v5.9.2

  • Fix regex to get service name when an image has a name equal to the prefix of another image. (Close #87)

v5.9.1

  • Fix yaml parser. Close #86

v5.9.0

... (truncated)

Commits
  • 23a01a4 Merge pull request #143 from whoan/issue-142
  • 40d2c68 Honor push_image_and_stages input
  • 307cd04 Update docs
  • 21854c9 Merge pull request #141 from whoan/issue-138
  • 5f9303f Update docs
  • 1188b29 Make cache work in AWS ECR (image-manifest=true)
  • b10312e Skip pulling step when BuildKit is enabled as it's done during build
  • 71c3e3c Update docker version
  • a4e33d2 Default to BuildKit
  • e2d0604 Add support to build with cache with BuildKit enabled
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [whoan/docker-build-with-cache-action](https://github.com/whoan/docker-build-with-cache-action) from 5 to 8.
- [Release notes](https://github.com/whoan/docker-build-with-cache-action/releases)
- [Commits](whoan/docker-build-with-cache-action@v5...v8)

---
updated-dependencies:
- dependency-name: whoan/docker-build-with-cache-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies This issue is a problem in a dependency. github_actions Pull requests that update GitHub Actions code labels Oct 23, 2023
@graebm graebm merged commit ac26551 into main Jan 19, 2024
74 checks passed
@graebm graebm deleted the dependabot/github_actions/whoan/docker-build-with-cache-action-8 branch January 19, 2024 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This issue is a problem in a dependency. github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant