Skip to content

Commit

Permalink
release(v0.2.2): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.2.2 release.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Sep 15, 2023
1 parent 20de986 commit 02c15d5
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2023-09-15T14:46:13Z by kres latest.

name: default
"on":
push:
Expand All @@ -16,6 +20,7 @@ jobs:
runs-on:
- self-hosted
- X64
if: ${{ !startsWith(github.head_ref, 'renovate/') || !startsWith(github.head_ref, 'renovate/') }}
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## [bldr 0.2.2](https://github.com/siderolabs/bldr/releases/tag/v0.2.2) (2023-09-15)

Welcome to the v0.2.2 release of bldr!



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

### Contributors

* Noel Georgi
* Andrey Smirnov

### Changes
<details><summary>3 commits</summary>
<p>

* [`20de986`](https://github.com/siderolabs/bldr/commit/20de986bf1d15d50bd05cf62da99266af0b590a5) feat: support --cache-from/--cache-imports
* [`38bee98`](https://github.com/siderolabs/bldr/commit/38bee98982471791133abaaa89dbffe225adeb3a) chore: rekres to support gh actions
* [`d7f236f`](https://github.com/siderolabs/bldr/commit/d7f236f3fb0d91382a328b54ebe791b59c9e1f45) chore: add a no-op github workflow
</p>
</details>

### Dependency Changes

* **github.com/containerd/containerd** v1.7.3 -> v1.7.6
* **github.com/moby/buildkit** v0.12.1 -> v0.12.2
* **golang.org/x/oauth2** v0.11.0 -> v0.12.0

Previous release can be found at [v0.2.1](https://github.com/siderolabs/bldr/releases/tag/v0.2.1)




## [bldr 0.2.0](https://github.com/siderolabs/bldr/releases/tag/v0.2.0) (2023-05-19)

Welcome to the v0.2.0 release of bldr!
Expand Down
2 changes: 1 addition & 1 deletion hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

set -e

Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project_name = "bldr"
github_repo = "siderolabs/bldr"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

#previous =
previous = "v0.2.1"
pre_release = false

# [notes]

0 comments on commit 02c15d5

Please sign in to comment.