Skip to content

Commit

Permalink
Merge pull request #1208 from AkihiroSuda/propose-v1.1.0-rc.3
Browse files Browse the repository at this point in the history
Release v1.1.0-rc.3
  • Loading branch information
AkihiroSuda committed Jun 10, 2023
2 parents 720792f + 8b4cadd commit 48415de
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
OpenContainers Specifications

Changes with v1.1.0-rc.3:

Additions:

* config: add scheduler entity (#1188)
* config: Add I/O Priority Configuration for process group in Linux Containers (#1191)

Minor fixes and documentation:

* config-linux: clarify I/O throttling differences between cgroup v1 and v2 (#1194)
* config-linux: chore: Update `ociVersion` in example (#1199)
* releases: use +dev as in-development suffix (#1198)
* MAINTAINERS: add Toru Komatsu (utam0k) (#1201)
* glossary: `s/features document/Features structure/g` (#1203)
* features: update Example (#1204)
* schema: fix definition for ioPriority (#1206)
* CODEOWNER: Add Toru Komatsu(@utam0k) to sync with MAINTAINERS (#1207)

Changes with v1.1.0-rc.2:

Additions:
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.2-dev"
VersionDev = "-rc.3+dev"
)

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

0 comments on commit 48415de

Please sign in to comment.