Skip to content

Commit fd25dd3

Browse files
authored
Merge pull request #1302 from AkihiroSuda/propose-v1.3.0
Release v1.3.0
2 parents 6acd32d + 9d0d4bc commit fd25dd3

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

ChangeLog

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

3+
Changes with v1.3.0:
4+
5+
Additions:
6+
7+
* config-vm: add hwConfig object (#1209)
8+
* config-linux: add intelRdt.schemata field (#1230)
9+
* config-linux: add netDevices object (#1271)
10+
* config-linux: add memoryPolicy object (#1282)
11+
* config-freebsd: add the spec for FreeBSD (#1286)
12+
* config-linux: add intelRdt.enableMonitoring field (#1287)
13+
14+
Minor fixes:
15+
16+
* config-linux: clarify intelRdt configuration (#1196)
17+
* runtime: fail when a poststart hook fails (#1262)
18+
* config-linux: clarify pids cgroup settings (#1279)
19+
* config-linux: define default clos for intelRdt (#1289)
20+
* features-linux: add intelRdt.enableMonitoring field (#1290)
21+
* features-linux: add intelRdt.schemata field (#1291)
22+
* config-linux: fix and elaborate memoryPolicy.nodes field (#1294)
23+
* config-linux, schema: fix FileMode description (#1298)
24+
25+
Documentation, CI & Governance:
26+
27+
* add systemd-nspawn to implementations.md (#1272)
28+
* CI: add codespell, bump golangci-lint (#1281)
29+
* docs: add missing backticks for code formatting (#1284)
30+
* docs: fix typo (#1285)
31+
* principles: fix typo (#1288)
32+
* schema: fix json (#1297)
33+
* ci: use supported Go versions (#1300)
34+
* Add minimum supported Go version to CI (#1303)
35+
* Mention FreeBSD platform (#1304)
36+
337
Changes with v1.2.1:
438

539
Additions:

specs-go/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const (
66
// VersionMajor is for an API incompatible changes
77
VersionMajor = 1
88
// VersionMinor is for functionality in a backwards-compatible manner
9-
VersionMinor = 2
9+
VersionMinor = 3
1010
// VersionPatch is for backwards-compatible bug fixes
11-
VersionPatch = 1
11+
VersionPatch = 0
1212

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

0 commit comments

Comments
 (0)