From 0d7bbba8862908cfa60c7a92642841a7636804d2 Mon Sep 17 00:00:00 2001 From: EKS Distro PR Bot Date: Tue, 25 Jun 2024 08:05:16 +0000 Subject: [PATCH] Bump opencontainers/runc to latest release --- UPSTREAM_PROJECTS.yaml | 4 ++-- projects/opencontainers/runc/ATTRIBUTION.txt | 6 +++--- projects/opencontainers/runc/CHECKSUMS | 3 +-- projects/opencontainers/runc/GIT_TAG | 2 +- projects/opencontainers/runc/GOLANG_VERSION | 2 +- projects/opencontainers/runc/README.md | 4 ++-- 6 files changed, 10 insertions(+), 11 deletions(-) diff --git a/UPSTREAM_PROJECTS.yaml b/UPSTREAM_PROJECTS.yaml index 6ee55f0c0f..69d0c141d3 100644 --- a/UPSTREAM_PROJECTS.yaml +++ b/UPSTREAM_PROJECTS.yaml @@ -221,8 +221,8 @@ projects: repos: - name: runc versions: - - tag: v1.1.12 - go_version: "1.20" + - tag: v1.1.13 + go_version: "1.21" - org: prometheus repos: - name: node_exporter diff --git a/projects/opencontainers/runc/ATTRIBUTION.txt b/projects/opencontainers/runc/ATTRIBUTION.txt index 4ba93156c9..9ec4fca61d 100644 --- a/projects/opencontainers/runc/ATTRIBUTION.txt +++ b/projects/opencontainers/runc/ATTRIBUTION.txt @@ -17,7 +17,7 @@ https://github.com/moby/sys/mountinfo ** github.com/mrunalp/fileutils; version v0.5.1 -- https://github.com/mrunalp/fileutils -** github.com/opencontainers/runc; version v1.1.12 -- +** github.com/opencontainers/runc; version v1.1.13 -- https://github.com/opencontainers/runc ** github.com/opencontainers/runtime-spec/specs-go; version v1.0.3-0.20210326190908-1c3f411f0417 -- @@ -395,10 +395,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** golang.org/go; version go1.20.14 -- +** golang.org/go; version go1.21.11 -- https://github.com/golang/go -** golang.org/x/sys/unix; version v0.6.0 -- +** golang.org/x/sys/unix; version v0.19.0 -- https://golang.org/x/sys Copyright (c) 2009 The Go Authors. All rights reserved. diff --git a/projects/opencontainers/runc/CHECKSUMS b/projects/opencontainers/runc/CHECKSUMS index 4073915e9e..3032e997c4 100644 --- a/projects/opencontainers/runc/CHECKSUMS +++ b/projects/opencontainers/runc/CHECKSUMS @@ -1,2 +1 @@ -73293358148474f1cd9f6220a5d2d1d3a8af9233822633ca129bc522710b0ab4 _output/bin/runc/linux-amd64/runc -e66c7bf6cec5a91ffea08605214c51f43c68478e788a27cb6fd8daf244af9ef2 _output/bin/runc/linux-arm64/runc +4d3f4c6482c1b6d483add769df60e6c0f99d4ff8d04e5e1a31110a1245d5ddbe _output/bin/runc/linux-amd64/runc diff --git a/projects/opencontainers/runc/GIT_TAG b/projects/opencontainers/runc/GIT_TAG index 19f5e1b57e..a829bcbe43 100644 --- a/projects/opencontainers/runc/GIT_TAG +++ b/projects/opencontainers/runc/GIT_TAG @@ -1 +1 @@ -v1.1.12 +v1.1.13 diff --git a/projects/opencontainers/runc/GOLANG_VERSION b/projects/opencontainers/runc/GOLANG_VERSION index 5fb5a6b4f5..d2ab029d32 100644 --- a/projects/opencontainers/runc/GOLANG_VERSION +++ b/projects/opencontainers/runc/GOLANG_VERSION @@ -1 +1 @@ -1.20 +1.21 diff --git a/projects/opencontainers/runc/README.md b/projects/opencontainers/runc/README.md index 4a14d91357..d07942d8b8 100644 --- a/projects/opencontainers/runc/README.md +++ b/projects/opencontainers/runc/README.md @@ -1,5 +1,5 @@ ## **runc** -![Version](https://img.shields.io/badge/version-v1.1.12-blue) +![Version](https://img.shields.io/badge/version-v1.1.13-blue) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiQ3dHSU45Mnd3bGhzMCtlbGliWXFNcXIxbGx0VDAxVmZqaGtSQ0hXMFN2Rm1DWkNuMG5ibi9GTVRSOFVQK0ZZZW9sUEU4MGJwTzYyVUxEU0lBUG1zVlk4PSIsIml2UGFyYW1ldGVyU3BlYyI6Im5Td1JrV0NEOEh1akJWSXQiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) [runc](https://github.com/opencontainers/runc) is a CLI tool for spawning and running containers on Linux according to the OCI specification. @@ -10,7 +10,7 @@ [repo](https://github.com/opencontainers/runc) and decide on new version. 1. Update the `GIT_TAG` file to have the new desired version based on the upstream release tags. 1. Compare the old tag to the new, looking specifically for Makefile changes. -ex: [1.1.6 compared to 1.1.7](https://github.com/opencontainers/runc/compare/v1.1.6...v1.1.12). Check the release [Makefile](https://github.com/opencontainers/runc/blob/main/Makefile) +ex: [1.1.6 compared to 1.1.7](https://github.com/opencontainers/runc/compare/v1.1.6...v1.1.13). Check the release [Makefile](https://github.com/opencontainers/runc/blob/main/Makefile) for any build flag changes, tag changes, dependencies, etc. The [GO_BUILD](https://github.com/opencontainers/runc/blob/main/Makefile#L27) definition should be looked at closely. 1. Verify the golang version has not changed. The version specified in the [Dockerfile](https://github.com/opencontainers/runc/blob/main/Dockerfile#L1) should be considered the source of truth.