Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/opencontainers/runtime-spec to v1.1.0-rc.2 #18234

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/opencontainers/runtime-spec require patch v1.1.0-rc.1 -> v1.1.0-rc.2

Release Notes

opencontainers/runtime-spec

v1.1.0-rc.2

Compare Source

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)
Minor fixes and documentation
  • seccomp: fix go-specs for errnoRet (#​1042)
  • MAINTAINERS: Add @​cyphar as maintainer (#​1043)
  • Define State for container and runtime namespace (#​1045)
  • Add Giuseppe Scrivano as a runtime spec maintainer (#​1048)
  • Remove superfluous 'an' (#​1049)
  • Add State status constants to spec-go (#​1046)
  • config.go: make umask a pointer (#​1058)
  • Update State structure to use the new ContainerState type (#​1056)
  • docs: Added enclave OCI runtime rune to implementations (#​1055)
  • Change all references from whitelist to allowlist (#​1054)
  • Fix int64 and uint64 type value ranges (#​1060)
  • MAINTAINERS: update vbatts email (#​1065)
  • travis: fix go_import_path (#​1072)
  • Makefile: Fix golint URL used in go get (#​1075)
  • config-linux: fix personality link (#​1086)
  • README: Fix broken link for charter (#​1091)
  • Fix seccomp notify inconsistencies (#​1096)
  • runtime should WARN / ignore capabilities that cannot be granted (#​1094)
  • config-linux: clarify the handling of ClosID RDT parameter (#​1104)
  • defs-zos: [Fix] prevent schema parsers from hitting recursion-loop while resolving types. (#​1117)
  • fix the lifecycle reference in the states listing (#​1118)
  • add youki to implementations.md (#​1126)
  • Switch to GitHub Actions, CODEOWNERS, etc. (#​1128)
  • specify cgroup ownership semantics (#​1123)
  • config-linux: MAY reject an unfit cgroup (#​1125)
  • cgroup ownership: clarify that some files may not exist (#​1137)
  • typo: seccompFD -> seccompFd (#​1133)
  • schema: update README.md (#​1083)
  • schema: make with golang 1.16 (#​1084)
  • Update Windows CPU comments (#​1144)
  • specs-go: export LinuxBlockIODevice (#​1103)
  • config-linux: update type of LinuxCPU.Idle to *int64 (#​1146)
  • fix RFC link (#​1153)
  • Add available LinuxSeccompFlags (#​1138)
  • maintainer updates as per (#​1101 (#​1150)
  • GOVERNANCE: correct the Charter URL (#​1157)
  • CODEOWNERS: sync with MAINTAINERS (#​1160)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

….1.0-rc.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added dependencies Pull requests that update a dependency file release-note-none labels Apr 17, 2023
It really doesn't make sense to match the version one to one,
this just requires us to update it every time manually.
Use a regex instead.

Signed-off-by: Paul Holzinger <[email protected]>
@renovate
Copy link
Contributor Author

renovate bot commented Apr 19, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link
Member

@Luap99 Luap99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 19, 2023
@Luap99
Copy link
Member

Luap99 commented Apr 20, 2023

@vrothberg PTAL

@@ -177,7 +177,7 @@ func TestPostDeleteHooks(t *testing.T) {
if err != nil {
t.Fatal(err)
}
stateRegexp := `{"ociVersion":"1\.1\.0-rc.1","id":"123abc","status":"stopped","bundle":"` + dir + `","annotations":{"a":"b"}}`
stateRegexp := `{"ociVersion":"[0-9]+\.[0-9]+\..*","id":"123abc","status":"stopped","bundle":"` + dir + `","annotations":{"a":"b"}}`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 great idea!

Copy link
Member

@vrothberg vrothberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 20, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 20, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Luap99, renovate[bot], vrothberg

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 6a360ea into main Apr 20, 2023
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Aug 27, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 27, 2023
@renovate renovate bot deleted the renovate/github.aaakk.us.kg-opencontainers-runtime-spec-1.x branch August 6, 2024 08:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dependencies Pull requests that update a dependency file lgtm Indicates that a PR is ready to be merged. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. release-note-none
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants