Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.1.0-rc.2 #1192

Merged
merged 3 commits into from
Apr 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
OpenContainers Specifications

Changes with v1.1.0-rc.2:

Additions:

* config-linux: add support for rsvd hugetlb cgroup (#1116)
* features: add `features.md` to formalize the `runc features` JSON (#1130)
* config-linux: add support for time namespace (#1151)

Minor fixes and documentation:

* config-linux: clarify where device nodes can be created (#1148)
* runtime: remove `When serialized in JSON, the format MUST adhere to the
following pattern` (#1178)
* Update CI to Go 1.20 (#1179)
* config: clarify Linux mount options (#1181)
* config-linux: fix url error (#1184)
* schema: fix schema for timeOffsets (#1193)
* schema: remove duplicate keys (#1195)

Changes with v1.1.0-rc.1:

Breaking changes (but rather conforms to the existing runc implementation):
Expand Down
2 changes: 1 addition & 1 deletion specs-go/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
VersionPatch = 0

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-rc.1-dev"
VersionDev = "-rc.2-dev"
)

// Version is the specification version that the package types support.
Expand Down