Skip to content

Commit 02c15d5

Browse files
committed
release(v0.2.2): prepare release
This is the official v0.2.2 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 20de986 commit 02c15d5

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2+
#
3+
# Generated on 2023-09-15T14:46:13Z by kres latest.
4+
15
name: default
26
"on":
37
push:
@@ -16,6 +20,7 @@ jobs:
1620
runs-on:
1721
- self-hosted
1822
- X64
23+
if: ${{ !startsWith(github.head_ref, 'renovate/') || !startsWith(github.head_ref, 'renovate/') }}
1924
steps:
2025
- name: checkout
2126
uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## [bldr 0.2.2](https://github.com/siderolabs/bldr/releases/tag/v0.2.2) (2023-09-15)
2+
3+
Welcome to the v0.2.2 release of bldr!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/bldr/issues.
9+
10+
### Contributors
11+
12+
* Noel Georgi
13+
* Andrey Smirnov
14+
15+
### Changes
16+
<details><summary>3 commits</summary>
17+
<p>
18+
19+
* [`20de986`](https://github.com/siderolabs/bldr/commit/20de986bf1d15d50bd05cf62da99266af0b590a5) feat: support --cache-from/--cache-imports
20+
* [`38bee98`](https://github.com/siderolabs/bldr/commit/38bee98982471791133abaaa89dbffe225adeb3a) chore: rekres to support gh actions
21+
* [`d7f236f`](https://github.com/siderolabs/bldr/commit/d7f236f3fb0d91382a328b54ebe791b59c9e1f45) chore: add a no-op github workflow
22+
</p>
23+
</details>
24+
25+
### Dependency Changes
26+
27+
* **github.com/containerd/containerd** v1.7.3 -> v1.7.6
28+
* **github.com/moby/buildkit** v0.12.1 -> v0.12.2
29+
* **golang.org/x/oauth2** v0.11.0 -> v0.12.0
30+
31+
Previous release can be found at [v0.2.1](https://github.com/siderolabs/bldr/releases/tag/v0.2.1)
32+
33+
34+
35+
136
## [bldr 0.2.0](https://github.com/siderolabs/bldr/releases/tag/v0.2.0) (2023-05-19)
237

338
Welcome to the v0.2.0 release of bldr!

hack/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
44
#
5-
# Generated on 2022-08-29T16:54:01Z by kres bb965bb.
5+
# Generated on 2023-09-15T14:46:13Z by kres latest.
66

77
set -e
88

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project_name = "bldr"
55
github_repo = "siderolabs/bldr"
66
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77

8-
#previous =
8+
previous = "v0.2.1"
99
pre_release = false
1010

1111
# [notes]

0 commit comments

Comments
 (0)