Skip to content

Commit

Permalink
Merge pull request #1278 from kiashok/v1.2.1-release
Browse files Browse the repository at this point in the history
Release v1.2.1
  • Loading branch information
tianon authored Feb 27, 2025
2 parents 2f2d37e + 95a651f commit f6144db
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
OpenContainers Specifications

Changes with v1.2.1:

Additions:

* zos updates (#1273)
* Add support for windows CPU affinity (#1258)
* specs-go: sync SCMP_ARCH_* constants with libseccomp main (#1229)
* Add CPU affinity to executed processes (#1253, #1261)
* config-linux: describe the format of cpus and mems (#1253)

Minor fixes:

* Fix description of errnoRet in Seccomp (#1277)
* config-linux: update for libseccomp v2.6.0 (#1276)
* Correct `prestart` hook description in summary (#1275)

Documentation, CI & Governance:

* ci: Add a github actions workflow for lint (#1257)
* update http links to https (#1269)
* doc: fix the invalid hyperlink naming-a-volume (#1268)
* ci: remove redundunt actions (#1256)
* chore: format JSON file `make -C schema fmt` (#1255)
* CODEOWNERS: remove vbatts (#1248)
* MAINTAINERS: move vbatts to EMERITUS (#1248)
* Update golangci-lint to v1.56.1 in CI (#1245)
* Add Go v1.21 and v1.22 to GitHub Actions CI matrix (#1245)
* Update GitHub Actions packages to resolve warnings in CI (#1244)

Changes with v1.2.0:

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 @@ -8,7 +8,7 @@ const (
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 2
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 0
VersionPatch = 1

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "+dev"
Expand Down

0 comments on commit f6144db

Please sign in to comment.