Skip to content

Commit 90ddbb7

Browse files
committed
Release v1.2.1
Signed-off-by: Kirtana Ashok <kirtana.ashok@gmail.com>
1 parent 2f2d37e commit 90ddbb7

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

ChangeLog

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

3+
Changes with v1.2.1:
4+
5+
Additions:
6+
7+
* zos updates (#1273)
8+
* Add support for windows CPU affinity (#1258)
9+
* specs-go: sync SCMP_ARCH_* constants with libseccomp main (#1229)
10+
* Add CPU affinity to executed processes (#1253)
11+
* config-linux: describe the format of cpus and mems (#1253)
12+
13+
Minor fixes:
14+
15+
Documentation, CI & Governance:
16+
17+
* Fix description of errnoRet in Seccomp (#1277)
18+
* config-linux: update for libseccomp v2.6.0 (#1276)
19+
* Correct `prestart` hook description in summary (#1275)
20+
* ci: Add a github actions workflow for lint (#1257)
21+
* update http links to https (#1269)
22+
* doc: fix the invalid hyperlink naming-a-volume (#1268)
23+
* ci: remove redundunt actions (#1256)
24+
* chore: format JSON file `make -C schema fmt` (#1255)
25+
* config: simplify final CPU affinity rule (#1261)
26+
* CODEOWNERS: remove vbatts (#1248)
27+
* MAINTAINERS: move vbatts to EMERITUS (#1248)
28+
* Update golangci-lint to v1.56.1 in CI (#1245)
29+
* Add Go v1.21 and v1.22 to GitHub Actions CI matrix (#1245)
30+
* Update GitHub Actions packages to resolve warnings in CI (#1244)
31+
332
Changes with v1.2.0:
433

534
Additions:

specs-go/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const (
88
// VersionMinor is for functionality in a backwards-compatible manner
99
VersionMinor = 2
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.
14-
VersionDev = "+dev"
14+
VersionDev = ""
1515
)
1616

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

0 commit comments

Comments
 (0)