Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 3, 2022

Bumps github.com/docker/buildx from 0.8.2 to 0.9.1.

Release notes

Sourced from github.com/docker/buildx's releases.

v0.9.1

Notable changes

  • Fix regression on building compose files that contain services without a build block #1277
  • Ensure used buildkit version also shows up in the inspect command #1279

v0.9.0

Welcome to the 0.9.0 release of buildx!

Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.

Notable changes

  • Support for new driver "remote" that can be used to connect to any already running BuildKit instance #1078 #1093 #1094 #1103 #1134 #1204 docs
  • Dockerfile can now be loaded from standard input even when build context is coming from external Git or HTTP URL #994
  • Build commands now support new build context type oci-layout:// for loading build context from local OCI layout directories. Note that this feature depends on an unreleased BuildKit feature and builder instance from moby/buildkit:master needs to be used until BuildKit v0.11 is released. #1173 docs
  • New --print flag can be used to run helper functions supported by the BuildKit frontend performing the build and print their results. In Dockerfile this feature can be used to show the build arguments and secrets that the current build supports with --print=outline and list all available Dockerfile stages with --print=targets. This feature is experimental for gathering early feedback and requires enabling BUILDX_EXPERIMENTAL=1 environment variable. We plan to update/extend this feature in the future without keeping backward compatibility. #1100 #1272
  • New --invoke flag can be used to launch interactive containers from build results for an iterative debugging cycle. These containers can then be reloaded with code changes or restored to intial state from special monitor mode. This feature is experimental for gathering early feedback and requires enabling BUILDX_EXPERIMENTAL=1 environment variable. We plan to update/extend this feature in the future without keeping backwards compatibility #1168 #1257 #1259 docs
  • Buildx now understands environment variable BUILDKIT_COLORS and NO_COLOR to customize/disable the colors of interactive build progressbar #1230 #1226 docs
  • buildx create command now does additional validation of builder parameters to avoid creating a builder instance with invalid configuration #1206
  • buildx imagetools create command can now create new multi-platform images even if the source subimages are located on different repositories or registries #1137
  • You can now set the default builder config that is used when creating builder instances without passing custom --config value #1111
  • buildx ls command now shows the current BuildKit version of each builder instance #998
  • buildx ls command output has been updated with better access to errors from different builders #1109
  • Docker driver can now detect if dockerd instance supports initially disabled Buildkit features like multi-platform images #1260 #1262
  • Bake command now loads .env file automatically when building Compose files for compatibility #1261
  • Bake now supports Compose files with cache_to definition #1155
  • Bake now supports new builtin function timestamp() to access current time #1214
  • Bake now supports Compose build secrets definition #1069
  • Additional build context configuration is now supported in Compose files via x-bake #1256
  • Compose files using targets with . in the name are now converter to use _ so the selector keys can still be used in such targets #1011
  • Compose Specification has been updated to 1.4.0 #1246 #1251
  • Additional validation has been added for checking valid driver configurations #1188 #1273
  • Remove command now displays the removed builder and forbids removing context builders #1128
  • Inspecting builder now shows current driver options configuration #1003 #1066
  • Fix panic on handling manifests with nil platform #1144
  • Fix using duration filter with prune command #1252
  • Fix merging multiple JSON files on Bake definition #1025
  • Fix issues with implicit builder created from Docker context had invalid configuration or dropped connection #1129
  • Fix conditions for showing no-output warning when using named contexts #968
  • Fix deduplicating builders when builder instance and docker context have the same name #1131
  • Fix printing unnecessary SSH warning logs #1085
  • Fix possible panic when using an empty variable block with Bake JSON definition #1080
  • Fix imagetools commands not handling --builder flag correctly #1067
  • Fix using custom image together with rootless option #1063
  • Enable Azure authentication when using kubernetes driver #974
  • Add tolerations handling for kubernetes driver #1045 #1053
  • Replace deprecated seccomp annotations with securityContext in kubernetes driver #1052

... (truncated)

Commits
  • ed00243 Merge pull request #1279 from jedevc/inspect-buildkit-version
  • 1223e75 Merge pull request #1281 from jedevc/fixup-1273
  • 4fd3ec1 Merge pull request #1277 from crazy-max/fix-compose-merge
  • 7f9cad1 buildx: prevent duplicate "failed to find driver" message
  • 437b8b1 docs: update buildx inspect reference with buildkit version
  • 8f0d9bd inspect: add buildkit version information to command output
  • 9c22be5 bake: test compose file validation
  • 42dea89 bake: test for unknown extensions
  • 982a332 bake(compose): fix unskipped services without build context
  • 441853f Merge pull request #1274 from jedevc/consistent-experimental-help
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 3, 2022

The following labels could not be found: kind/dependencies.

Bumps [github.com/docker/buildx](https://github.com/docker/buildx) from 0.8.2 to 0.9.1.
- [Release notes](https://github.com/docker/buildx/releases)
- [Commits](docker/buildx@v0.8.2...v0.9.1)

---
updated-dependencies:
- dependency-name: github.com/docker/buildx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@morlay morlay deleted the branch cue-sdk November 3, 2022 03:12
@morlay morlay closed this Nov 3, 2022
@dependabot dependabot bot changed the base branch from release-main to cue-sdk November 3, 2022 03:12
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 3, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/docker/buildx-0.9.1 branch November 3, 2022 03:13
morlay pushed a commit that referenced this pull request Aug 15, 2023
* format code

* with object gen and args

* add implementation

* add rust generator

* reset generated code

* add basic output

* reset output

* add object

* add format function

* with opts

* fix vec

* add context to unwrap

* fix arguments

* with function body

* first complete generation: Still missing Vec<Obj>

* run full alpine

* add roadmap item
morlay pushed a commit that referenced this pull request Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant