File tree Expand file tree Collapse file tree 4 files changed +42
-2
lines changed Expand file tree Collapse file tree 4 files changed +42
-2
lines changed Original file line number Diff line number Diff line change
1
+ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
+ #
3
+ # Generated on 2023-09-15T14:46:13Z by kres latest.
4
+
1
5
name : default
2
6
" on " :
3
7
push :
16
20
runs-on :
17
21
- self-hosted
18
22
- X64
23
+ if : ${{ !startsWith(github.head_ref, 'renovate/') || !startsWith(github.head_ref, 'renovate/') }}
19
24
steps :
20
25
- name : checkout
21
26
uses : actions/checkout@v3
Original file line number Diff line number Diff line change
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
+
1
36
## [ bldr 0.2.0] ( https://github.com/siderolabs/bldr/releases/tag/v0.2.0 ) (2023-05-19)
2
37
3
38
Welcome to the v0.2.0 release of bldr!
Original file line number Diff line number Diff line change 2
2
3
3
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
4
4
#
5
- # Generated on 2022-08-29T16:54:01Z by kres bb965bb .
5
+ # Generated on 2023-09-15T14:46:13Z by kres latest .
6
6
7
7
set -e
8
8
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project_name = "bldr"
5
5
github_repo = " siderolabs/bldr"
6
6
match_deps = " ^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
7
7
8
- # previous =
8
+ previous = " v0.2.1 "
9
9
pre_release = false
10
10
11
11
# [notes]
You can’t perform that action at this time.
0 commit comments