diff --git a/_service b/_service index 3d6f1a9..810e610 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/kubernetes-sigs/cri-tools.git git cri-tools -1.14.0 -v1.14.0 +1.15.0 +v1.15.0 diff --git a/cri-tools-1.14.0.tar.xz b/cri-tools-1.14.0.tar.xz deleted file mode 100644 index 67cb6a4..0000000 --- a/cri-tools-1.14.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1220b297922fbb505add1577ee31d1337db5196f3cc09b997fcdd6a0622c7b37 -size 1932768 diff --git a/cri-tools-1.15.0.tar.xz b/cri-tools-1.15.0.tar.xz new file mode 100644 index 0000000..ae2bd23 --- /dev/null +++ b/cri-tools-1.15.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e800862fd4463d0d018409143eafc8691cddf1498affcb013595db734570fd4 +size 1910388 diff --git a/cri-tools.changes b/cri-tools.changes index c00e171..c8c085d 100644 --- a/cri-tools.changes +++ b/cri-tools.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Jul 4 13:41:53 UTC 2019 - Michal Jura + +- Update golang(API) requiremnt to 1.12 + +------------------------------------------------------------------- +Thu Jul 4 13:28:57 UTC 2019 - Michal Jura + +- Update cri-tools to v1.15.0: + * Add registry prefix option + * Revert "Skip test "image status should support all kinds of references" for docker runtime" + * Upgrade Kuberntes version to v1.15.0 + * Fix typo in parallel + * Skip test "image status should support all kinds of references" since dockershim doesn't support it + * Fallback to repo digest name if repoTag is : + * feature: add display; support live monitoring critool stats + * Test image status for various references. + * fix debug in config file + * Update `rmp` to test for running sandbox + * Fix logDirectory typo in examples. + * Search program directory for config as fallback + * Improve error message for failed to connect + * Set SelinuxRelabel to true for bind mounts + * Include gcs bucket release. + * Use same version as previous example + * Add `curl` to download example + ------------------------------------------------------------------- Mon Mar 25 08:00:25 UTC 2019 - Sascha Grunert diff --git a/cri-tools.spec b/cri-tools.spec index 7b30730..a7da8f3 100644 --- a/cri-tools.spec +++ b/cri-tools.spec @@ -20,7 +20,7 @@ %define name_source1 crictl.yaml Name: cri-tools -Version: 1.14.0 +Version: 1.15.0 Release: 0 Summary: CLI and validation tools for Kubelet Container Runtime Interface License: Apache-2.0 @@ -31,7 +31,7 @@ Source1: %{name_source1} Source2: rpmlintrc BuildRequires: go-go-md2man BuildRequires: golang-packaging -BuildRequires: golang(API) >= 1.11 +BuildRequires: golang(API) >= 1.12 # disable stripping of binaries %{go_nostrip}