Skip to content

Commit 48415de

Browse files
authored
Merge pull request #1208 from AkihiroSuda/propose-v1.1.0-rc.3
Release v1.1.0-rc.3
2 parents 720792f + 8b4cadd commit 48415de

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

ChangeLog

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

3+
Changes with v1.1.0-rc.3:
4+
5+
Additions:
6+
7+
* config: add scheduler entity (#1188)
8+
* config: Add I/O Priority Configuration for process group in Linux Containers (#1191)
9+
10+
Minor fixes and documentation:
11+
12+
* config-linux: clarify I/O throttling differences between cgroup v1 and v2 (#1194)
13+
* config-linux: chore: Update `ociVersion` in example (#1199)
14+
* releases: use +dev as in-development suffix (#1198)
15+
* MAINTAINERS: add Toru Komatsu (utam0k) (#1201)
16+
* glossary: `s/features document/Features structure/g` (#1203)
17+
* features: update Example (#1204)
18+
* schema: fix definition for ioPriority (#1206)
19+
* CODEOWNER: Add Toru Komatsu(@utam0k) to sync with MAINTAINERS (#1207)
20+
321
Changes with v1.1.0-rc.2:
422

523
Additions:

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.2-dev"
14+
VersionDev = "-rc.3+dev"
1515
)
1616

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

0 commit comments

Comments
 (0)