Skip to content

new release notes layout #15291

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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions _data/release-notes/buildx/0.2.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: v0.2.0
date: 2019-04-25
github_link: true

components:
- name: ""
entries:
-
tags: new
content: >
First release
37 changes: 37 additions & 0 deletions _data/release-notes/buildx/0.2.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
version: v0.2.1
date: 2019-05-25
github_link: true

components:
- name: ""
entries:
-
tags: new
content: >
Add `BUILDKIT_PROGRESS` env var
issues:
- docker/buildx#69
-
tags: new
content: >
Add `local` platform
issues:
- docker/buildx#70
-
tags: improved
content: >
Keep arm variant if one is defined in the config
issues:
- docker/buildx#68
-
tags: improved
content: >
Make Dockerfile relative to context
issues:
- docker/buildx#83
-
tags: fixed
content: >
Fix parsing target from Compose files
issues:
- docker/buildx#53
13 changes: 13 additions & 0 deletions _data/release-notes/buildx/0.2.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: v0.2.2
date: 2019-05-30
github_link: true

components:
- name: ""
entries:
-
tags: improved
content: >
Change Compose file handling to require valid service specifications
issues:
- docker/buildx#87
49 changes: 49 additions & 0 deletions _data/release-notes/buildx/0.3.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
version: v0.3.0
date: 2019-08-02
github_link: true

components:
- name: ""
entries:
-
tags: new
content: >
Custom `buildkitd` daemon flags
issues:
- docker/buildx#102
-
tags: new
content: >
Driver-specific options on `create`
issues:
- docker/buildx#122
-
tags: improved
content: >
Environment variables are used in Compose files
issues:
- docker/buildx#117
-
tags: improved
content: >
Bake now honors `--no-cache` and `--pull`
issues:
- docker/buildx#118
-
tags: improved
content: >
Custom BuildKit config file
issues:
- docker/buildx#121
-
tags: improved
content: >
Entitlements support with `build --allow`
issues:
- docker/buildx#104
-
tags: fixed
content: >
Fix bug where `--build-arg foo` would not read `foo` from environment
issues:
- docker/buildx#116
26 changes: 26 additions & 0 deletions _data/release-notes/buildx/0.3.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: v0.3.1
date: 2019-09-27
github_link: true

components:
- name: ""
entries:
-
tags: improved
content: >
Handle copying unix sockets instead of erroring
issues:
- docker/buildx#155
- moby/buildkit#1144
-
tags: fixed
content: >
Running Bake with multiple Compose files now merges targets correctly
issues:
- docker/buildx#134
-
tags: fixed
content: >
Fix bug when building a Dockerfile from stdin (`build -f -`)
issues:
- docker/buildx#153
57 changes: 57 additions & 0 deletions _data/release-notes/buildx/0.4.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
version: v0.4.0
date: 2020-04-30
github_link: true

components:
- name: ""
entries:
-
tags: new
content: >
Add `kubernetes` driver
issues:
- docker/buildx#167
-
tags: new
content: >
New global `--builder` flag to override builder instance for a single
command
issues:
- docker/buildx#246
-
tags: new
content: >
New `prune` and `du` commands for managing local builder cache
issues:
- docker/buildx#249
-
tags: new
content: >
You can now set the new `pull` and `no-cache` options can be set for
HCL targets
issues:
- docker/buildx#165
-
tags: improved
content: >
Upgrade Bake to HCL2 with support for variables and functions
issues:
- docker/buildx#192
-
tags: improved
content: >
Bake now supports `--load` and `--push`
issues:
- docker/buildx#164
-
tags: improved
content: >
Bake now supports wildcard overrides for multiple targets
issues:
- docker/buildx#164
-
tags: improved
content: >
Container driver allows setting environment variables via `driver-opt`
issues:
- docker/buildx#170
19 changes: 19 additions & 0 deletions _data/release-notes/buildx/0.4.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: v0.4.1
date: 2020-05-01
github_link: true

components:
- name: ""
entries:
-
tags: fixed
content: >
Fix regression on flag parsing
issues:
- docker/buildx#268
-
tags: fixed
content: >
Fix using pull and no-cache keys in HCL targets
issues:
- docker/buildx#268
43 changes: 43 additions & 0 deletions _data/release-notes/buildx/0.4.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
version: v0.4.2
date: 2020-08-22
github_link: true

components:
- name: ""
entries:
-
tags: new
content: >
Support `cacheonly` exporter
issues:
- docker/buildx#337
-
tags: improved
content: >
Update `go-cty` to pull in more `stdlib` functions
issues:
- docker/buildx#277
-
tags: improved
content: >
Improve error checking on load
issues:
- docker/buildx#281
-
tags: fixed
content: >
Fix parsing json config with HCL
issues:
- docker/buildx#280
-
tags: fixed
content: >
Ensure `--builder` is wired from root options
issues:
- docker/buildx#321
-
tags: fixed
content: >
Remove warning for multi-platform iidfile
issues:
- docker/buildx#351
126 changes: 126 additions & 0 deletions _data/release-notes/buildx/0.5.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
version: v0.5.0
date: 2020-12-15
github_link: true

components:
- name: ""
entries:
-
tags: new
content: >
The `docker` driver now supports the `--push` flag
issues:
- docker/buildx#442
-
tags: new
content: >
Bake supports inline Dockerfiles
issues:
- docker/buildx#398
-
tags: new
content: >
Bake supports building from remote URLs and Git repositories
issues:
- docker/buildx#398
-
tags: new
content: >
`BUILDX_CONFIG` env var allow users to have separate buildx state
from Docker config
issues:
- docker/buildx#385
-
tags: new
content: >
`BUILDKIT_MULTI_PLATFORM` build arg allows to force building
multi-platform return objects even if only one `--platform` specified
issues:
- docker/buildx#467
-
tags: improved
content: >
Allow `--append` to be used with `kubernetes` driver
issues:
- docker/buildx#370
-
tags: improved
content: >
Build errors show error location in source files and system
stacktraces with `--debug`
issues:
- docker/buildx#389
-
tags: improved
content: >
Bake formats HCL errors with source definition
issues:
- docker/buildx#391
-
tags: improved
content: >
Bake allows empty string values in arrays that will be discarded
issues:
- docker/buildx#428
-
tags: improved
content: >
You can now use the Kubernetes cluster config with the `kubernetes` driver
issues:
- docker/buildx#368
- docker/buildx#460
-
tags: improved
content: >
Creates a temporary token for pulling images instead of sharing
credentials when possible
issues:
- docker/buildx#469
-
tags: improved
content: >
Ensure credentials are passed when pulling BuildKit container image
issues:
- docker/buildx#441
- docker/buildx#433
-
tags: improved
content: >
Disable user namespace remapping in `docker-container` driver
issues:
- docker/buildx#462
-
tags: improved
content: >
Allow `--builder` flag to switch to default instance
issues:
- docker/buildx#425
-
tags: improved
content: >
Avoid warn on empty `BUILDX_NO_DEFAULT_LOAD` config value
issues:
- docker/buildx#390
-
tags: improved
content: >
Replace error generated by `quiet` option by a warning
issues:
- docker/buildx#403
-
tags: improved
content: >
CI has been switched to GitHub Actions
issues:
- docker/buildx#451
- docker/buildx#463
- docker/buildx#466
- docker/buildx#468
- docker/buildx#471
-
tags: fixed
content: >
Handle lowercase Dockerfile name as a fallback for backward
compatibility
issues:
- docker/buildx#444
Loading