Skip to content

Commit 1584629

Browse files
authored
Merge pull request #919 from vbatts/release-1.0.1
Release 1.0.1
2 parents a5276ae + e566cf6 commit 1584629

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

ChangeLog

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

3+
Changes with v1.0.1:
4+
5+
Minor fixes and documentation:
6+
7+
* spec: Expand "OCI" in spec-title reference and add "Initiative"
8+
(#900)
9+
* config: Simplify title to "Configuration" (#901)
10+
* config: Fix "procfs_2" -> "proc_2" link label (#906)
11+
* config: Fix IEEE Std 1003.1-2008 exec link markup (#913)
12+
* config: Add a trailing period to the "cannot be mapped" rlimits
13+
line (#915)
14+
* config-linux: RFC 2119 MUST for absolute linux.namespaces[].path
15+
(#925). This is technically a breaking change, because a config
16+
with a relative namespace path would have been compliant before,
17+
but will be non compliant with this change. However, the previous
18+
"an absolute path to namespace file" wording was clear enough that
19+
config authors are unlikely to be relying on relative namespace
20+
paths in configs.
21+
* config-linux: More specific documentation for weightDevice and
22+
throttle* (#825)
23+
* config-linux: Modify procfs to proc (#905)
24+
* config-linux: Fix "psuedo" -> "pseudo" typo (#921)
25+
* config-windows: Make maximum a uint16 (was a uint) (#891)
26+
* runtime: Change "process in the container" -> "container
27+
process" (#907)
28+
* schema/config-schema: Use ArrayOfStrings in capabilities
29+
properties. (#886)
30+
* schema/config-linux:
31+
s/throttleWriteIopsDevice/throttleWriteIOPSDevice/ (#899)
32+
* schema/config-linux: add intelRdt field (#889)
33+
* schema/config-solaris: Replaced refs with some fields
34+
(cappedCPU.ncpus, etc.) (#892)
35+
336
Changes with v1.0.0:
437

538
Breaking changes:

specs-go/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
// VersionMinor is for functionality in a backwards-compatible manner
99
VersionMinor = 0
1010
// VersionPatch is for backwards-compatible bug fixes
11-
VersionPatch = 0
11+
VersionPatch = 1
1212

1313
// VersionDev indicates development branch. Releases will be empty string.
1414
VersionDev = "-dev"

0 commit comments

Comments
 (0)