Skip to content

Commit a4a33d4

Browse files
author
Zhou Hao
committed
release v0.8.0
According to the plan in ROADMAP, we have implemented the verification of the remaining specerror, so we are ready to release version 0.8 as planned. Signed-off-by: Zhou Hao <[email protected]>
1 parent b5a1966 commit a4a33d4

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

Diff for: CHANGELOG.md

+22-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v0.8.0
2+
3+
## Additions
4+
* generate: Add generate.New support for Windows (#667).
5+
* validation: add resource validation after delete (#654).
6+
* mountinfo: parse empty strings in source (#652).
7+
8+
## Minor fixes and documentation
9+
* readme: fix wrong filepath (#665).
10+
* Makefile: add generate to gotest (#656).
11+
* MAINTAINERS: remove philips (#659).
12+
* Vendor in windows runtime-spec changes (#663).
13+
* /proc should be mounted with nosuid, noexec, nodev to match the host (#664).
14+
* validation: mounts: fix condition of source & type check (#660).
15+
* Fix TAP output with multiple RuntimeInsideValidate (#658).
16+
* fix some misspells (#649).
17+
18+
119
# v0.7.0
220
## Additions
321

@@ -16,7 +34,7 @@
1634
* check the status of the state passed to hooks over stdin (#608).
1735
* validation: fix nil deferences in cpu & blkio cgroups tests (#638).
1836

19-
## Minor fixes and documentaion
37+
## Minor fixes and documentation
2038

2139
* validation: fix nil dereference when handling multierror in hooks_stdin (#641).
2240
* fix generate test in calling generate.New (#648).
@@ -49,7 +67,7 @@
4967
* validation: Add error judgment to SetConfig (#585).
5068
* validate: allow non-linux compatibility (#588).
5169

52-
## Minor fixes and documentaion
70+
## Minor fixes and documentation
5371

5472
* cgroups_v1: Correction parameters (#629).
5573
* travis: fix fetch issue of golint (#630).
@@ -78,7 +96,7 @@
7896
* Relax LGTM requirement (#559, #566).
7997
* validation: Fixes #556 (#557).
8098

81-
## Minor fixes and documentaion
99+
## Minor fixes and documentation
82100

83101
* validate_test: Complement test (#568).
84102
* man: Modify the legal value of the rootfs-propagation (#548).
@@ -115,7 +133,7 @@
115133
* validation: Add mount validation (#547).
116134
* ...: Transition from tap Diagnostic(...) to YAML(...) (#533).
117135

118-
## Minor fixes and documentaion
136+
## Minor fixes and documentation
119137

120138
* runtimetest: Fix error return (#505).
121139
* runtimetest: Move validateRlimits to defaultValidations (#506).

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

0 commit comments

Comments
 (0)