cloudfoundry / guardian

containers4life
Apache License 2.0
76 stars 42 forks source link

Bump github.com/opencontainers/runtime-spec from 1.1.0-rc.1 to 1.1.0-rc.2 #379

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/opencontainers/runtime-spec from 1.1.0-rc.1 to 1.1.0-rc.2.

Release notes

Sourced from github.com/opencontainers/runtime-spec's releases.

v1.1.0-rc.2

Vote: #1192 ( https://groups.google.com/a/opencontainers.org/g/dev/c/fnCiFoXBsiI/m/fbbmbs19EQAJ )


Changes (v1.1.0-rc.1 → 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 (v1.0.2 → v1.1.0-rc.1)

Breaking changes (but rather conforms to the existing runc implementation)

  • config: change prestart hook spec to match reality (#1169)

Deprecations

  • config-linux: mark memory.kernel[TCP] as NOT RECOMMENDED (#1093)

Additions

  • cgroup: add cgroup v2 support (#1040)
  • seccomp: allow to override errno return code (#1041)
  • seccomp: Add support for SCMP_ACT_KILL_PROCESS (#1044)
  • Update seccomp architectures to support RISCV64 (#1059)
  • Add support for SCMP_ACT_KILL_THREAD (#1064)
  • Add Seccomp Notify support using UNIX sockets and container metadata (#1074)
  • config-linux: Add Intel RDT CMT and MBM Linux support (#1076)
  • seccomp: allow to override default errno return code (#1087)
  • Introduce zos as platform (#1095)
  • config-linux: add idle option for container cgroup (#1136)
  • config-linux: add CFS bandwidth burst (#1120)
  • IDMapping field for mount point (#1143)
  • schema: add cpu idle (#1145)
  • add domainname spec entity (#1156)
  • config-linux: add memory.checkBeforeUpdate (#1158)
  • seccomp: Add flag SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV (#1161)

... (truncated)

Changelog

Sourced from github.com/opencontainers/runtime-spec's changelog.

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):

  • config: change prestart hook spec to match reality (#1169)

Deprecations:

  • config-linux: mark memory.kernel[TCP] as NOT RECOMMENDED (#1093)

Additions:

  • cgroup: add cgroup v2 support (#1040)
  • seccomp: allow to override errno return code (#1041)
  • seccomp: Add support for SCMP_ACT_KILL_PROCESS (#1044)
  • Update seccomp architectures to support RISCV64 (#1059)
  • Add support for SCMP_ACT_KILL_THREAD (#1064)
  • Add Seccomp Notify support using UNIX sockets and container metadata (#1074)
  • config-linux: Add Intel RDT CMT and MBM Linux support (#1076)
  • seccomp: allow to override default errno return code (#1087)
  • Introduce zos as platform (#1095)
  • config-linux: add idle option for container cgroup (#1136)
  • config-linux: add CFS bandwidth burst (#1120)
  • IDMapping field for mount point (#1143)
  • schema: add cpu idle (#1145)
  • add domainname spec entity (#1156)
  • config-linux: add memory.checkBeforeUpdate (#1158)
  • seccomp: Add flag SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV (#1161)

... (truncated)

Commits
  • a5b4da4 version: release v1.1.0-rc.2
  • 54f948c ChangeLog: Document changes since v1.1.0-rc.1
  • 2ee82c5 Merge pull request #1195 from cbandy/duplicate-keys
  • 6152be4 schema: remove duplicate keys
  • 05ff261 Merge pull request #1193 from giuseppe/fix-time-schema
  • b6980b0 schema: fix schema for timeOffsets
  • dbab843 Merge pull request #1130 from AkihiroSuda/features
  • 689874f Add features.md to formalize the runc features JSON
  • 8a09257 Merge pull request #1116 from kailun-qin/add-hugetlb-rsvd
  • 9067ce6 Merge pull request #1179 from austinvazquez/add-go-1.20
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
cf-gitbot commented 1 year ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

dependabot[bot] commented 1 year ago

Looks like github.com/opencontainers/runtime-spec is up-to-date now, so this is no longer needed.