Skip to content

Commit f0ecb45

Browse files
authored
Merge pull request opencontainers#557 from vbatts/bump-version-1.0.0-rc2
Bump version 1.0.0 rc2
2 parents b9e85b0 + 769176b commit f0ecb45

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

ChangeLog

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

3+
Changes with v1.0.0-rc2:
4+
Additions:
5+
6+
* config-linux: Add new architectures from libseccomp 2.3.0 (#505)
7+
* schema: Add JSON Schema for state JSON and move schema.json to
8+
config-schema.json and similar (#481, #498, #519)
9+
10+
Minor fixes and documentation:
11+
12+
* Add compliance language for platforms and architectures (#527)
13+
* Remove "unconditionally compliant" language (#553)
14+
* bundle: Remove distribution references (#487)
15+
* runtime: Fix sub-bullet indentation (#495)
16+
* config: Replace Arch fstab reference with mount(8) (#443)
17+
* config: Synchronize comments between Markdown and Go (#525)
18+
* config: Drop v0.x compatibility statement (#488)
19+
* config-linux: RFC 2119 wording for cgroupsPath (#493)
20+
* config-linux: Make linux.devices and linux.resources.devices
21+
optional (#526)
22+
* config-linux: Extend no-tweak requirement to runtime namespaces (#538)
23+
* schema: Add hook.timeout (#544)
24+
* schema: Add missing '"type": "object"' (#528)
25+
* schema: Run 'make fmt' and remove duplicates (#546, #551)
26+
* schema/config: Make 'hostname' optional (#491)
27+
* schema/config-linux: Add linux.resources.devices (#550)
28+
* specs-go/config: Add Solaris tags to User properties (#496)
29+
* specs-go/config: Make Linux and Solaris omitempty again (#502)
30+
* specs-go/config: Make KernelTCP and ClassID omitempty (#531)
31+
* specs-go/config: Fix "specified" typo for ApparmorProfile (#503)
32+
* Makefile: Remove code-of-conduct.md and version.md when clean (#541)
33+
* implementations: Mention cc-oci-runtime (#539)
34+
* Use filesystem instead of file system (#529)
35+
* .pullapprove: Add DCO check via PullApprove
36+
* GOVERNANCE: Add governance and release process docs (#521)
37+
* README: Change meeting time from 10am to 2pm Pacific (#524)
38+
* README: Update conference-call phone number (#512, #515)
39+
340
Changes with v1.0.0-rc1:
441
Breaking changes:
542

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 = "-rc1-dev"
14+
VersionDev = "-rc2-dev"
1515
)
1616

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

0 commit comments

Comments
 (0)