File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.18.0] - 2023-10-10
10
+ ### Changed
11
+ - Enabled trust bootloader rng and hugetlbfs support
12
+ - Replaced MTD flash drives with PMEM drives
13
+
14
+ ### Added
15
+ - Added a checksum to released files
16
+
9
17
## [ 0.17.0] - 2023-08-14
10
18
### Added
11
19
- Added support for building ARM64 images with depot.dev
@@ -78,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
78
86
- [ 0.2.0]
79
87
- [ 0.1.0]
80
88
81
- [ Unreleased ] : https://github.com/cartesi/image-kernel/compare/v0.17.0...HEAD
89
+ [ Unreleased ] : https://github.com/cartesi/image-kernel/compare/v0.18.0...HEAD
90
+ [ 0.18.0 ] : https://github.com/cartesi/image-kernel/releases/tag/v0.18.0
82
91
[ 0.17.0 ] : https://github.com/cartesi/image-kernel/releases/tag/v0.17.0
83
92
[ 0.16.0 ] : https://github.com/cartesi/image-kernel/releases/tag/v0.16.0
84
93
[ 0.15.0 ] : https://github.com/cartesi/image-kernel/releases/tag/v0.15.0
Original file line number Diff line number Diff line change 17
17
.PHONY : all build download push run pull share copy clean clean-config checksum
18
18
19
19
MAJOR := 0
20
- MINOR := 17
20
+ MINOR := 18
21
21
PATCH := 0
22
22
LABEL :=
23
23
IMAGE_KERNEL_VERSION? = $(MAJOR ) .$(MINOR ) .$(PATCH )$(LABEL )
You can’t perform that action at this time.
0 commit comments