Skip to content

Commit 32ad8ad

Browse files
committed
build: switch to release notes format
Signed-off-by: CrazyMax <[email protected]>
1 parent 9cc25ff commit 32ad8ad

23 files changed

+1332
-512
lines changed

_data/release-notes/buildx/0.2.0.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: v0.2.0
2+
date: 2019-04-25
3+
github_link: true
4+
5+
components:
6+
- name: ""
7+
entries:
8+
-
9+
tags: new
10+
content: >
11+
First release

_data/release-notes/buildx/0.2.1.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
version: v0.2.1
2+
date: 2019-05-25
3+
github_link: true
4+
5+
components:
6+
- name: ""
7+
entries:
8+
-
9+
tags: new
10+
content: >
11+
Add `BUILDKIT_PROGRESS` env var
12+
issues:
13+
- docker/buildx#69
14+
-
15+
tags: new
16+
content: >
17+
Add `local` platform
18+
issues:
19+
- docker/buildx#70
20+
-
21+
tags: improved
22+
content: >
23+
Keep arm variant if one is defined in the config
24+
issues:
25+
- docker/buildx#68
26+
-
27+
tags: improved
28+
content: >
29+
Make Dockerfile relative to context
30+
issues:
31+
- docker/buildx#83
32+
-
33+
tags: fixed
34+
content: >
35+
Fix parsing target from Compose files
36+
issues:
37+
- docker/buildx#53

_data/release-notes/buildx/0.2.2.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: v0.2.2
2+
date: 2019-05-30
3+
github_link: true
4+
5+
components:
6+
- name: ""
7+
entries:
8+
-
9+
tags: improved
10+
content: >
11+
Change Compose file handling to require valid service specifications
12+
issues:
13+
- docker/buildx#87

_data/release-notes/buildx/0.3.0.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
version: v0.3.0
2+
date: 2019-08-02
3+
github_link: true
4+
5+
components:
6+
- name: ""
7+
entries:
8+
-
9+
tags: new
10+
content: >
11+
Custom `buildkitd` daemon flags
12+
issues:
13+
- docker/buildx#102
14+
-
15+
tags: new
16+
content: >
17+
Driver-specific options on `create`
18+
issues:
19+
- docker/buildx#122
20+
-
21+
tags: improved
22+
content: >
23+
Environment variables are used in Compose files
24+
issues:
25+
- docker/buildx#117
26+
-
27+
tags: improved
28+
content: >
29+
Bake now honors `--no-cache` and `--pull`
30+
issues:
31+
- docker/buildx#118
32+
-
33+
tags: improved
34+
content: >
35+
Custom BuildKit config file
36+
issues:
37+
- docker/buildx#121
38+
-
39+
tags: improved
40+
content: >
41+
Entitlements support with `build --allow`
42+
issues:
43+
- docker/buildx#104
44+
-
45+
tags: fixed
46+
content: >
47+
Fix bug where `--build-arg foo` would not read `foo` from environment
48+
issues:
49+
- docker/buildx#116

_data/release-notes/buildx/0.3.1.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: v0.3.1
2+
date: 2019-09-27
3+
github_link: true
4+
5+
components:
6+
- name: ""
7+
entries:
8+
-
9+
tags: improved
10+
content: >
11+
Handle copying unix sockets instead of erroring
12+
issues:
13+
- docker/buildx#155
14+
- moby/buildkit#1144
15+
-
16+
tags: fixed
17+
content: >
18+
Running Bake with multiple Compose files now merges targets correctly
19+
issues:
20+
- docker/buildx#134
21+
-
22+
tags: fixed
23+
content: >
24+
Fix bug when building a Dockerfile from stdin (`build -f -`)
25+
issues:
26+
- docker/buildx#153

_data/release-notes/buildx/0.4.0.yaml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
version: v0.4.0
2+
date: 2020-04-30
3+
github_link: true
4+
5+
components:
6+
- name: ""
7+
entries:
8+
-
9+
tags: new
10+
content: >
11+
Add `kubernetes` driver
12+
issues:
13+
- docker/buildx#167
14+
-
15+
tags: new
16+
content: >
17+
New global `--builder` flag to override builder instance for a single
18+
command
19+
issues:
20+
- docker/buildx#246
21+
-
22+
tags: new
23+
content: >
24+
New `prune` and `du` commands for managing local builder cache
25+
issues:
26+
- docker/buildx#249
27+
-
28+
tags: new
29+
content: >
30+
You can now set the new `pull` and `no-cache` options can be set for
31+
HCL targets
32+
issues:
33+
- docker/buildx#165
34+
-
35+
tags: improved
36+
content: >
37+
Upgrade Bake to HCL2 with support for variables and functions
38+
issues:
39+
- docker/buildx#192
40+
-
41+
tags: improved
42+
content: >
43+
Bake now supports `--load` and `--push`
44+
issues:
45+
- docker/buildx#164
46+
-
47+
tags: improved
48+
content: >
49+
Bake now supports wildcard overrides for multiple targets
50+
issues:
51+
- docker/buildx#164
52+
-
53+
tags: improved
54+
content: >
55+
Container driver allows setting environment variables via `driver-opt`
56+
issues:
57+
- docker/buildx#170

_data/release-notes/buildx/0.4.1.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: v0.4.1
2+
date: 2020-05-01
3+
github_link: true
4+
5+
components:
6+
- name: ""
7+
entries:
8+
-
9+
tags: fixed
10+
content: >
11+
Fix regression on flag parsing
12+
issues:
13+
- docker/buildx#268
14+
-
15+
tags: fixed
16+
content: >
17+
Fix using pull and no-cache keys in HCL targets
18+
issues:
19+
- docker/buildx#268

_data/release-notes/buildx/0.4.2.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
version: v0.4.2
2+
date: 2020-08-22
3+
github_link: true
4+
5+
components:
6+
- name: ""
7+
entries:
8+
-
9+
tags: new
10+
content: >
11+
Support `cacheonly` exporter
12+
issues:
13+
- docker/buildx#337
14+
-
15+
tags: improved
16+
content: >
17+
Update `go-cty` to pull in more `stdlib` functions
18+
issues:
19+
- docker/buildx#277
20+
-
21+
tags: improved
22+
content: >
23+
Improve error checking on load
24+
issues:
25+
- docker/buildx#281
26+
-
27+
tags: fixed
28+
content: >
29+
Fix parsing json config with HCL
30+
issues:
31+
- docker/buildx#280
32+
-
33+
tags: fixed
34+
content: >
35+
Ensure `--builder` is wired from root options
36+
issues:
37+
- docker/buildx#321
38+
-
39+
tags: fixed
40+
content: >
41+
Remove warning for multi-platform iidfile
42+
issues:
43+
- docker/buildx#351

_data/release-notes/buildx/0.5.0.yaml

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
version: v0.5.0
2+
date: 2020-12-15
3+
github_link: true
4+
5+
components:
6+
- name: ""
7+
entries:
8+
-
9+
tags: new
10+
content: >
11+
The `docker` driver now supports the `--push` flag
12+
issues:
13+
- docker/buildx#442
14+
-
15+
tags: new
16+
content: >
17+
Bake supports inline Dockerfiles
18+
issues:
19+
- docker/buildx#398
20+
-
21+
tags: new
22+
content: >
23+
Bake supports building from remote URLs and Git repositories
24+
issues:
25+
- docker/buildx#398
26+
-
27+
tags: new
28+
content: >
29+
`BUILDX_CONFIG` env var allow users to have separate buildx state
30+
from Docker config
31+
issues:
32+
- docker/buildx#385
33+
-
34+
tags: new
35+
content: >
36+
`BUILDKIT_MULTI_PLATFORM` build arg allows to force building
37+
multi-platform return objects even if only one `--platform` specified
38+
issues:
39+
- docker/buildx#467
40+
-
41+
tags: improved
42+
content: >
43+
Allow `--append` to be used with `kubernetes` driver
44+
issues:
45+
- docker/buildx#370
46+
-
47+
tags: improved
48+
content: >
49+
Build errors show error location in source files and system
50+
stacktraces with `--debug`
51+
issues:
52+
- docker/buildx#389
53+
-
54+
tags: improved
55+
content: >
56+
Bake formats HCL errors with source definition
57+
issues:
58+
- docker/buildx#391
59+
-
60+
tags: improved
61+
content: >
62+
Bake allows empty string values in arrays that will be discarded
63+
issues:
64+
- docker/buildx#428
65+
-
66+
tags: improved
67+
content: >
68+
You can now use the Kubernetes cluster config with the `kubernetes` driver
69+
issues:
70+
- docker/buildx#368
71+
- docker/buildx#460
72+
-
73+
tags: improved
74+
content: >
75+
Creates a temporary token for pulling images instead of sharing
76+
credentials when possible
77+
issues:
78+
- docker/buildx#469
79+
-
80+
tags: improved
81+
content: >
82+
Ensure credentials are passed when pulling BuildKit container image
83+
issues:
84+
- docker/buildx#441
85+
- docker/buildx#433
86+
-
87+
tags: improved
88+
content: >
89+
Disable user namespace remapping in `docker-container` driver
90+
issues:
91+
- docker/buildx#462
92+
-
93+
tags: improved
94+
content: >
95+
Allow `--builder` flag to switch to default instance
96+
issues:
97+
- docker/buildx#425
98+
-
99+
tags: improved
100+
content: >
101+
Avoid warn on empty `BUILDX_NO_DEFAULT_LOAD` config value
102+
issues:
103+
- docker/buildx#390
104+
-
105+
tags: improved
106+
content: >
107+
Replace error generated by `quiet` option by a warning
108+
issues:
109+
- docker/buildx#403
110+
-
111+
tags: improved
112+
content: >
113+
CI has been switched to GitHub Actions
114+
issues:
115+
- docker/buildx#451
116+
- docker/buildx#463
117+
- docker/buildx#466
118+
- docker/buildx#468
119+
- docker/buildx#471
120+
-
121+
tags: fixed
122+
content: >
123+
Handle lowercase Dockerfile name as a fallback for backward
124+
compatibility
125+
issues:
126+
- docker/buildx#444

0 commit comments

Comments
 (0)