You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/05/31 14:50:19 UTC

[camel-k] branch release-1.10.x-runc-1.0.3 created (now 71e74cf87)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch release-1.10.x-runc-1.0.3
in repository https://gitbox.apache.org/repos/asf/camel-k.git


      at 71e74cf87 Bump runc to version 1.0.3

This branch includes the following new commits:

     new 6b0949f5c Bump runc to version 1.0.3
     new 71e74cf87 Bump runc to version 1.0.3

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 02/02: Bump runc to version 1.0.3

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch release-1.10.x-runc-1.0.3
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 71e74cf877a140261b97807652efe136e2ba15a1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 31 16:47:39 2023 +0200

    Bump runc to version 1.0.3
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 go.sum | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/go.sum b/go.sum
index 838ff892d..8197353b6 100644
--- a/go.sum
+++ b/go.sum
@@ -1049,8 +1049,9 @@ github.com/opencontainers/runc v0.1.1/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59P
 github.com/opencontainers/runc v1.0.0-rc8.0.20190926000215-3e425f80a8c9/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U=
 github.com/opencontainers/runc v1.0.0-rc9/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U=
 github.com/opencontainers/runc v1.0.0-rc93/go.mod h1:3NOsor4w32B2tC0Zbl8Knk4Wg84SM2ImC1fxBuqJ/H0=
-github.com/opencontainers/runc v1.0.2 h1:opHZMaswlyxz1OuGpBE53Dwe4/xF7EZTY0A2L/FpCOg=
 github.com/opencontainers/runc v1.0.2/go.mod h1:aTaHFFwQXuA71CiyxOdFFIorAoemI04suvGRQFzWTD0=
+github.com/opencontainers/runc v1.0.3 h1:1hbqejyQWCJBvtKAfdO0b1FmaEf2z/bxnjqbARass5k=
+github.com/opencontainers/runc v1.0.3/go.mod h1:aTaHFFwQXuA71CiyxOdFFIorAoemI04suvGRQFzWTD0=
 github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
 github.com/opencontainers/runtime-spec v1.0.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
 github.com/opencontainers/runtime-spec v1.0.2-0.20190207185410-29686dbc5559/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=


[camel-k] 01/02: Bump runc to version 1.0.3

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch release-1.10.x-runc-1.0.3
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 6b0949f5c297695ece7ef3b614f10417ac69f21f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 31 16:37:51 2023 +0200

    Bump runc to version 1.0.3
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index 76265cda4..54567823f 100644
--- a/go.mod
+++ b/go.mod
@@ -123,7 +123,7 @@ require (
 	github.com/modern-go/reflect2 v1.0.2 // indirect
 	github.com/opencontainers/go-digest v1.0.0 // indirect
 	github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
-	github.com/opencontainers/runc v1.0.2 // indirect
+	github.com/opencontainers/runc v1.0.3 // indirect
 	github.com/pelletier/go-toml v1.9.5 // indirect
 	github.com/pelletier/go-toml/v2 v2.0.5 // indirect
 	github.com/peterbourgon/diskv v2.0.1+incompatible // indirect