Skip to content

Commit 33f13d1

Browse files
authored
Merge pull request #1192 from AkihiroSuda/propose-v1.1.0-rc2
Release v1.1.0-rc.2
2 parents 2ee82c5 + 4ee185a commit 33f13d1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
OpenContainers Specifications
22

3+
Changes with v1.1.0-rc.2:
4+
5+
Additions:
6+
7+
* config-linux: add support for rsvd hugetlb cgroup (#1116)
8+
* features: add `features.md` to formalize the `runc features` JSON (#1130)
9+
* config-linux: add support for time namespace (#1151)
10+
11+
Minor fixes and documentation:
12+
13+
* config-linux: clarify where device nodes can be created (#1148)
14+
* runtime: remove `When serialized in JSON, the format MUST adhere to the
15+
following pattern` (#1178)
16+
* Update CI to Go 1.20 (#1179)
17+
* config: clarify Linux mount options (#1181)
18+
* config-linux: fix url error (#1184)
19+
* schema: fix schema for timeOffsets (#1193)
20+
* schema: remove duplicate keys (#1195)
21+
322
Changes with v1.1.0-rc.1:
423

524
Breaking changes (but rather conforms to the existing runc implementation):

specs-go/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
VersionPatch = 0
1212

1313
// VersionDev indicates development branch. Releases will be empty string.
14-
VersionDev = "-rc.1-dev"
14+
VersionDev = "-rc.2-dev"
1515
)
1616

1717
// Version is the specification version that the package types support.

0 commit comments

Comments
 (0)