-
Notifications
You must be signed in to change notification settings - Fork 259
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
Bump github.com/opencontainers/runtime-spec from 1.1.0 to 1.2.0 in /test #2043
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/go_modules/test/github.com/opencontainers/runtime-spec-1.2.0
Closed
Bump github.com/opencontainers/runtime-spec from 1.1.0 to 1.2.0 in /test #2043
dependabot
wants to merge
1
commit into
main
from
dependabot/go_modules/test/github.com/opencontainers/runtime-spec-1.2.0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/opencontainers/runtime-spec/releases) - [Changelog](https://github.com/opencontainers/runtime-spec/blob/main/ChangeLog) - [Commits](opencontainers/runtime-spec@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: github.com/opencontainers/runtime-spec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
tests
Pull requests that modify tests
labels
Mar 3, 2024
helsaawy
added a commit
to helsaawy/hcsshim
that referenced
this pull request
Mar 4, 2024
Consolidate dependabot updates: - github.com/microsoft/pull/2050 - github.com/microsoft/pull/2048 - github.com/microsoft/pull/2047 - github.com/microsoft/pull/2046 - github.com/microsoft/pull/2045 - github.com/microsoft/pull/2044 - github.com/microsoft/pull/2043 - github.com/microsoft/pull/2042 Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
helsaawy
added a commit
that referenced
this pull request
Mar 5, 2024
Consolidate dependabot updates: - github.com//pull/2050 - github.com//pull/2048 - github.com//pull/2047 - github.com//pull/2046 - github.com//pull/2045 - github.com//pull/2044 - github.com//pull/2043 - github.com//pull/2042 Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
Looks like github.com/opencontainers/runtime-spec is up-to-date now, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/go_modules/test/github.com/opencontainers/runtime-spec-1.2.0
branch
March 5, 2024 15:59
kiashok
pushed a commit
to kiashok/hcsshim
that referenced
this pull request
Aug 19, 2024
Consolidate dependabot updates: - github.com/microsoft/pull/2050 - github.com/microsoft/pull/2048 - github.com/microsoft/pull/2047 - github.com/microsoft/pull/2046 - github.com/microsoft/pull/2045 - github.com/microsoft/pull/2044 - github.com/microsoft/pull/2043 - github.com/microsoft/pull/2042 Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com> (cherry picked from commit 060de7c) Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
kiashok
pushed a commit
that referenced
this pull request
Aug 19, 2024
Consolidate dependabot updates: - github.com//pull/2050 - github.com//pull/2048 - github.com//pull/2047 - github.com//pull/2046 - github.com//pull/2045 - github.com//pull/2044 - github.com//pull/2043 - github.com//pull/2042 Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com> (cherry picked from commit 060de7c) Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
princepereira
pushed a commit
to princepereira/hcsshim
that referenced
this pull request
Aug 29, 2024
Consolidate dependabot updates: - github.com/microsoft/pull/2050 - github.com/microsoft/pull/2048 - github.com/microsoft/pull/2047 - github.com/microsoft/pull/2046 - github.com/microsoft/pull/2045 - github.com/microsoft/pull/2044 - github.com/microsoft/pull/2043 - github.com/microsoft/pull/2042 Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
tests
Pull requests that modify tests
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/opencontainers/runtime-spec from 1.1.0 to 1.2.0.
Release notes
Sourced from github.com/opencontainers/runtime-spec's releases.
Changelog
Sourced from github.com/opencontainers/runtime-spec's changelog.
... (truncated)
Commits
36852b0
version: release v1.2.068346ed
Merge pull request #1197 from cyphar/image-spec-annotations9923541
Merge pull request #1224 from giuseppe/allow-empty-mapping-for-idmapcd10b85
merge #1205 into opencontainers/runtime-spec:main021ba94
config.md: allow empty mappings for [r]idmap5e98fec
features: add potentiallyUnsafeConfigAnnotations6331715
Merge pull request #1233 from thaJeztah/go_kmem_deprecatedab29785
Merge pull request #1232 from thaJeztah/go_prestarthook_deprecatedcabeea7
specs-go: mark LinuxMemory.Kernel as deprecated4005c81
specs-go: add missing deprecation comment for Hooks.PrestartDependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)