summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-05-25 13:17:31 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-04 08:43:06 -0400
commitf964aeb898a48128a0a79304ac6025e82e995131 (patch)
tree1c4f9a6ba2b624169552c9e609b83bd064f88607 /recipes-containers
parenta781aa5fd9f77401f09150b8b2ff9e267c8b6d0b (diff)
downloadmeta-virtualization-f964aeb898a48128a0a79304ac6025e82e995131.tar.gz
cri-tools: update to 1.21 release
We update to the latest 1.21 commits, and we refresh our patch for context changes. eb0faebe Bump google.golang.org/grpc from 1.37.1 to 1.38.0 1d34ea0c Add global handler for Interrupt signal d2c028aa Bump k8s.io/cri-api from 0.21.0 to 0.21.1 cac74d4f Bump k8s.io/apimachinery from 0.21.0 to 0.21.1 0e4c365c Bump k8s.io/api from 0.21.0 to 0.21.1 4b956efa Bump k8s.io/kubectl from 0.21.0 to 0.21.1 b3bc7d45 Update golangci-lint to v1.40.1 and fix lints a72896da Bump google.golang.org/grpc from 1.37.0 to 1.37.1 09df93a2 Bump github.com/opencontainers/selinux from 1.8.0 to 1.8.1 8a28583f Clone cri-dockerd from permanent repo 29c6b21e Bump github.com/onsi/gomega from 1.11.0 to 1.12.0 50a297dc Bump github.com/onsi/ginkgo from 1.16.1 to 1.16.2 15eee85f Mention deb/rpm packages hosted on OBS in README 6ead47bd Trim build paths for binaries Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/cri-tools/cri-tools/0001-build-allow-environmental-CGO-settings-and-pass-dont.patch10
-rw-r--r--recipes-containers/cri-tools/cri-tools_git.bb2
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-containers/cri-tools/cri-tools/0001-build-allow-environmental-CGO-settings-and-pass-dont.patch b/recipes-containers/cri-tools/cri-tools/0001-build-allow-environmental-CGO-settings-and-pass-dont.patch
index afd7c4bf..189d905a 100644
--- a/recipes-containers/cri-tools/cri-tools/0001-build-allow-environmental-CGO-settings-and-pass-dont.patch
+++ b/recipes-containers/cri-tools/cri-tools/0001-build-allow-environmental-CGO-settings-and-pass-dont.patch
@@ -33,11 +33,11 @@ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
33 src/import/Makefile | 3 ++- 33 src/import/Makefile | 3 ++-
34 1 file changed, 2 insertions(+), 1 deletion(-) 34 1 file changed, 2 insertions(+), 1 deletion(-)
35 35
36Index: cri-tools-1.21.0+gitfa50f4af0f6beba20264bfb3fd4d1d34e42f7b54/src/import/Makefile 36Index: cri-tools-1.21.0+gitde32df077e6b0e9e31ce367dfc34c1b6b46e30fa/src/import/Makefile
37=================================================================== 37===================================================================
38--- cri-tools-1.21.0+gitfa50f4af0f6beba20264bfb3fd4d1d34e42f7b54.orig/src/import/Makefile 38--- cri-tools-1.21.0+gitde32df077e6b0e9e31ce367dfc34c1b6b46e30fa.orig/src/import/Makefile
39+++ cri-tools-1.21.0+gitfa50f4af0f6beba20264bfb3fd4d1d34e42f7b54/src/import/Makefile 39+++ cri-tools-1.21.0+gitde32df077e6b0e9e31ce367dfc34c1b6b46e30fa/src/import/Makefile
40@@ -73,7 +73,8 @@ 40@@ -74,7 +74,8 @@
41 @$(MAKE) -B $(CRICTL) 41 @$(MAKE) -B $(CRICTL)
42 42
43 $(CRICTL): 43 $(CRICTL):
@@ -45,5 +45,5 @@ Index: cri-tools-1.21.0+gitfa50f4af0f6beba20264bfb3fd4d1d34e42f7b54/src/import/M
45+ $(GO_BUILD) -o $@ \ 45+ $(GO_BUILD) -o $@ \
46+ -a -pkgdir dontusecurrentpkgs \ 46+ -a -pkgdir dontusecurrentpkgs \
47 -ldflags '$(GO_LDFLAGS)' \ 47 -ldflags '$(GO_LDFLAGS)' \
48 -trimpath \
48 -tags '$(BUILDTAGS)' \ 49 -tags '$(BUILDTAGS)' \
49 $(PROJECT)/cmd/crictl
diff --git a/recipes-containers/cri-tools/cri-tools_git.bb b/recipes-containers/cri-tools/cri-tools_git.bb
index ad054e1c..f87ca19d 100644
--- a/recipes-containers/cri-tools/cri-tools_git.bb
+++ b/recipes-containers/cri-tools/cri-tools_git.bb
@@ -16,7 +16,7 @@ What is not in scope for this project? \
16 non-exist on the kube-apiserver. \ 16 non-exist on the kube-apiserver. \
17 " 17 "
18 18
19SRCREV_cri-tools = "fa50f4af0f6beba20264bfb3fd4d1d34e42f7b54" 19SRCREV_cri-tools = "de32df077e6b0e9e31ce367dfc34c1b6b46e30fa"
20SRC_URI = "\ 20SRC_URI = "\
21 git://github.com/kubernetes-sigs/cri-tools.git;branch=master;name=cri-tools \ 21 git://github.com/kubernetes-sigs/cri-tools.git;branch=master;name=cri-tools \
22 file://0001-build-allow-environmental-CGO-settings-and-pass-dont.patch \ 22 file://0001-build-allow-environmental-CGO-settings-and-pass-dont.patch \