Skip to content

Commit

Permalink
mark as breaking and mention buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Jul 15, 2022
1 parent edf1e17 commit 583f997
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .changes/817.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[
{
"description": "Images can now specify a certain toolchain via `target.{target}.image.toolchain`",
"type": "changed"
"breaking": true,
"type": "added"
},
{
"description": "made `cross +channel` parsing more compliant to parsing a toolchain",
"type": "fixed"
},
{
"description": "`pre-build` and `dockerfile` now uses buildx/buildkit",
"breaking": true,
"type": "changed"
}
]

0 comments on commit 583f997

Please sign in to comment.