diff --git a/cache/crictl-amd64 b/cache/crictl-amd64 new file mode 100644 index 00000000000..e5a2e2c76b6 --- /dev/null +++ b/cache/crictl-amd64 @@ -0,0 +1 @@ +f050b71d3a73a91a4e0990b90143ed04dcd100cc66f953736fcb6a2730e283c4 diff --git a/cache/crictl-arm64 b/cache/crictl-arm64 new file mode 100644 index 00000000000..c698652d9f2 --- /dev/null +++ b/cache/crictl-arm64 @@ -0,0 +1 @@ +f2f4e20658b72d00897f41e4b57093c8080e2d800ee894a5f4351f31d1833e30 diff --git a/cache/crictl-ppc64le b/cache/crictl-ppc64le new file mode 100644 index 00000000000..d0a618bf8e4 --- /dev/null +++ b/cache/crictl-ppc64le @@ -0,0 +1 @@ +4ffaf29bbda8df42ed2dda4f1ad33cc785987701dc8d1e0043c17cfea9af43e0 diff --git a/cache/crictl.json b/cache/crictl.json new file mode 100644 index 00000000000..1d4a83686b6 --- /dev/null +++ b/cache/crictl.json @@ -0,0 +1,7 @@ +{ + "tagName": "v1.32.0", + "url": "https://github.com/kubernetes-sigs/cri-tools/releases/tag/v1.32.0", + "description": "## Changes by Kind\r\n\r\n### Feature\r\n\r\n- Add swap to crictl stats default output. (#1674, @kannon92)\r\n- Added TLS support for `crictl` `exec`, `portforward` and `attach` using the `--tls-ca`, `--tls-cert`, `--tls-key` and `--tls-server-name` flags. (#1668, @saschagrunert)\r\n- Added `crictl --profile-{cpu,mem}` flags for debugging the application. (#1683, @saschagrunert)\r\n- `crictl ps`, `inspect`: allow pod filtering using the `--namespace` flag. (#1632, @saschagrunert)\r\n- `crictl exec`: add `--quiet/-q`, `--ignore-error/-e` and `--parallel/-x` flags. (#1622, @saschagrunert)\r\n- `crictl exec`: allow running single command in multiple containers by using one of the new `--image`, `--label`, `--last`, `--latest`, `--name`, `--pod` or `--state` flags. (#1603, @saschagrunert)\r\n- `crictl`: allow to remove containers in parallel go routines. (#1637, @saschagrunert)\r\n- `crictl`: allow to remove images in parallel go routines. (#1639, @saschagrunert)\r\n- `crictl ps`: output container namespace on table or verbose output. (#1633, @saschagrunert)\r\n\r\n### Documentation\r\n\r\n- Update `crictl config` documentation to clarify that `crictl config` without args refers to `--set`. (#1662, @saschagrunert)\r\n\r\n### Bug or Regression\r\n\r\n- Crictl: fixed runtime panic if container metadata is `nil`. (#1641, @saschagrunert)\r\n- Fixed `crictl config --set` if the configuration YAML defines entries multiple times. (#1661, @saschagrunert)\r\n- Fixed validation error for go templates in crictl. (#1645, @iFrozenPhoenix)\r\n\r\n### Other (Cleanup or Flake)\r\n\r\n- Crictl: log the used connection timeout on debug output. (#1634, @saschagrunert)\r\n\r\n## Dependencies\r\n\r\n### Added\r\n- github.com/planetscale/vtprotobuf: [0393e58](https://github.com/planetscale/vtprotobuf/tree/0393e58)\r\n\r\n### Changed\r\n- cel.dev/expr: v0.15.0 \u2192 v0.16.1\r\n- cloud.google.com/go/compute/metadata: v0.3.0 \u2192 v0.5.0\r\n- github.com/Azure/go-ansiterm: [d185dfc \u2192 306776e](https://github.com/Azure/go-ansiterm/compare/d185dfc...306776e)\r\n- github.com/BurntSushi/toml: [v1.3.2 \u2192 v1.4.0](https://github.com/BurntSushi/toml/compare/v1.3.2...v1.4.0)\r\n- github.com/Microsoft/go-winio: [v0.6.0 \u2192 v0.6.2](https://github.com/Microsoft/go-winio/compare/v0.6.0...v0.6.2)\r\n- github.com/cncf/xds/go: [555b57e \u2192 b4127c9](https://github.com/cncf/xds/compare/555b57e...b4127c9)\r\n- github.com/cpuguy83/go-md2man/v2: [v2.0.4 \u2192 v2.0.5](https://github.com/cpuguy83/go-md2man/compare/v2.0.4...v2.0.5)\r\n- github.com/docker/docker: [v27.1.1+incompatible \u2192 v27.3.1+incompatible](https://github.com/docker/docker/compare/v27.1.1...v27.3.1)\r\n- github.com/envoyproxy/go-control-plane: [v0.12.0 \u2192 v0.13.0](https://github.com/envoyproxy/go-control-plane/compare/v0.12.0...v0.13.0)\r\n- github.com/envoyproxy/protoc-gen-validate: [v1.0.4 \u2192 v1.1.0](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.0.4...v1.1.0)\r\n- github.com/exponent-io/jsonpath: [d6023ce \u2192 1de76d7](https://github.com/exponent-io/jsonpath/compare/d6023ce...1de76d7)\r\n- github.com/go-openapi/jsonpointer: [v0.19.6 \u2192 v0.21.0](https://github.com/go-openapi/jsonpointer/compare/v0.19.6...v0.21.0)\r\n- github.com/go-openapi/swag: [v0.22.4 \u2192 v0.23.0](https://github.com/go-openapi/swag/compare/v0.22.4...v0.23.0)\r\n- github.com/golang/glog: [v1.2.1 \u2192 v1.2.2](https://github.com/golang/glog/compare/v1.2.1...v1.2.2)\r\n- github.com/google/pprof: [813a5fb \u2192 d1b30fe](https://github.com/google/pprof/compare/813a5fb...d1b30fe)\r\n- github.com/gregjones/httpcache: [9cad4c3 \u2192 901d907](https://github.com/gregjones/httpcache/compare/9cad4c3...901d907)\r\n- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.20.0 \u2192 v2.23.0](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.20.0...v2.23.0)\r\n- github.com/jonboulle/clockwork: [v0.2.2 \u2192 v0.4.0](https://github.com/jonboulle/clockwork/compare/v0.2.2...v0.4.0)\r\n- github.com/moby/spdystream: [v0.4.0 \u2192 v0.5.0](https://github.com/moby/spdystream/compare/v0.4.0...v0.5.0)\r\n- github.com/onsi/ginkgo/v2: [v2.20.0 \u2192 v2.22.0](https://github.com/onsi/ginkgo/compare/v2.20.0...v2.22.0)\r\n- github.com/onsi/gomega: [v1.34.1 \u2192 v1.36.0](https://github.com/onsi/gomega/compare/v1.34.1...v1.36.0)\r\n- github.com/opencontainers/selinux: [v1.11.0 \u2192 v1.11.1](https://github.com/opencontainers/selinux/compare/v1.11.0...v1.11.1)\r\n- github.com/rogpeppe/go-internal: [v1.12.0 \u2192 v1.13.1](https://github.com/rogpeppe/go-internal/compare/v1.12.0...v1.13.1)\r\n- github.com/urfave/cli/v2: [v2.27.3 \u2192 v2.27.5](https://github.com/urfave/cli/compare/v2.27.3...v2.27.5)\r\n- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.28.0 \u2192 v1.32.0\r\n- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.28.0 \u2192 v1.32.0\r\n- go.opentelemetry.io/otel/metric: v1.28.0 \u2192 v1.32.0\r\n- go.opentelemetry.io/otel/sdk: v1.28.0 \u2192 v1.32.0\r\n- go.opentelemetry.io/otel/trace: v1.28.0 \u2192 v1.32.0\r\n- go.opentelemetry.io/otel: v1.28.0 \u2192 v1.32.0\r\n- go.uber.org/zap: v1.26.0 \u2192 v1.27.0\r\n- golang.org/x/crypto: v0.26.0 \u2192 v0.28.0\r\n- golang.org/x/mod: v0.20.0 \u2192 v0.21.0\r\n- golang.org/x/net: v0.28.0 \u2192 v0.30.0\r\n- golang.org/x/oauth2: v0.21.0 \u2192 v0.23.0\r\n- golang.org/x/sync: v0.8.0 \u2192 v0.10.0\r\n- golang.org/x/sys: v0.23.0 \u2192 v0.28.0\r\n- golang.org/x/term: v0.23.0 \u2192 v0.27.0\r\n- golang.org/x/text: v0.17.0 \u2192 v0.21.0\r\n- golang.org/x/time: v0.3.0 \u2192 v0.7.0\r\n- golang.org/x/tools: v0.24.0 \u2192 v0.26.0\r\n- google.golang.org/genproto/googleapis/api: f6361c8 \u2192 dd2ea8e\r\n- google.golang.org/genproto/googleapis/rpc: f6361c8 \u2192 dd2ea8e\r\n- google.golang.org/grpc: v1.65.0 \u2192 v1.68.1\r\n- google.golang.org/protobuf: v1.34.2 \u2192 v1.35.2\r\n- k8s.io/api: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/apimachinery: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/apiserver: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/cli-runtime: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/client-go: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/component-base: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/component-helpers: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/cri-api: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/cri-client: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/kube-openapi: 70dd376 \u2192 32ad38e\r\n- k8s.io/kubectl: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/kubelet: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/metrics: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/utils: 18e509b \u2192 3ea5e8c\r\n- sigs.k8s.io/json: bc3834c \u2192 9aa6b5e\r\n- sigs.k8s.io/kustomize/api: v0.17.2 \u2192 v0.18.0\r\n- sigs.k8s.io/kustomize/kustomize/v5: v5.4.2 \u2192 v5.5.0\r\n- sigs.k8s.io/kustomize/kyaml: v0.17.1 \u2192 v0.18.1\r\n- sigs.k8s.io/structured-merge-diff/v4: v4.4.1 \u2192 v4.4.2\r\n\r\n### Removed\r\n- github.com/daviddengcn/go-colortext: [v1.0.0](https://github.com/daviddengcn/go-colortext/tree/v1.0.0)\r\n- github.com/golang/groupcache: [41bb18b](https://github.com/golang/groupcache/tree/41bb18b)\r\n- github.com/imdario/mergo: [v0.3.6](https://github.com/imdario/mergo/tree/v0.3.6)\r\n- go.starlark.net: a134d8f\r\n- golang.org/x/exp: 8a7402a\r\n\r\n## Downloads\r\n\r\n| file | sha256 | sha512\r\n| ---- | ------ | ------\r\n| crictl-v1.32.0-darwin-amd64.tar.gz | 2f7895dcd4acf6659a9b1218c2f0d8dc6f636c8be7eb4ac154a8eeeaecd75a37 | 55fc0118e22613172f9adb7a9fe73759a7c38f38bbff1f4d0672360401d716377dd18d78f83e430d0230cf85426ddc8bd6ec824164a508e145c8782b23853ade |\r\n| crictl-v1.32.0-darwin-arm64.tar.gz | 213ede004b4edb10599f9b32a32badd99853c4ca4a0d924c2ab2f69b2676f555 | c26e3f8165e9d4d0bab61a991b5c8182cb1917956d3513cfb85e9170b73c17155639ce6e5c5d9cc27cdec657bb8740c2ebf3b8178f161456bda0ca82bcd8594d |\r\n| crictl-v1.32.0-linux-386.tar.gz | bd924094f87e9fda4848105038bdadef578a2f4ef7253b29747e50a7e272c25b | 6b86e794d47940bc7e1aa284ad6f0d788ee61ac1b719888dedbccf1af08aec5d8b04d50f8dba952374242bcad5ff60af6412ed888a8eeaf307fe508b048718c3 |\r\n| crictl-v1.32.0-linux-amd64.tar.gz | f050b71d3a73a91a4e0990b90143ed04dcd100cc66f953736fcb6a2730e283c4 | f0edcc1e6c42315e51789255bdff4f6c2a151ad6f92c7de813b0df3a34ea44211c5c2c369b6629090885f834172819a8c113927c695df8818ccc440abdcb517f |\r\n| crictl-v1.32.0-linux-arm64.tar.gz | f2f4e20658b72d00897f41e4b57093c8080e2d800ee894a5f4351f31d1833e30 | ef0696b59ccae9c535470111c6385d5721047897c14f9b56ddc1893e170d4053afd254b527f05be248100b0980033035a8fba589402fe47966163021cf0e82e3 |\r\n| crictl-v1.32.0-linux-mips64le.tar.gz | 5a2397cc2ab57bfcbdb38cf140c87f41258ded35a5fe71f5ed9e7d9c9d22b68b | 719dd2f0d3a979d0e03d7638ca033e79822c860ed315c49423816825b8495d15382d0a21914d64c074fbfeba60aef80c4e7e7eafec473cd345e98436e6c03599 |\r\n| crictl-v1.32.0-linux-ppc64le.tar.gz | 4ffaf29bbda8df42ed2dda4f1ad33cc785987701dc8d1e0043c17cfea9af43e0 | b2b2c437ba1b162ed60a5ba2db0a46b2c8f8bc4890cafa51410242c1d6f8b92513c8d5675e15cf101419d0cf3c97ff96a28b55b736a0f2830fcd312c6958e089 |\r\n| crictl-v1.32.0-linux-riscv64.tar.gz | 03defbc6158b827797c4e5536dc1f8d99c31b0d47eb51c2795115d014c517a70 | c8c1915a7c55164e704c11f7ed5230e10cc23a2f061fcfaf08bd343754469c6b0c920d0fe9a4a4cab48d300a9038a7130e7e71fa7bb51f48ca376c124e17dc30 |\r\n| crictl-v1.32.0-linux-s390x.tar.gz | b869cf047dd1d8d1e8d04805858800d718f0bad1bf70c48de17f38e43f71dd97 | 8d646f7e5c826bb1f217e882f7ca7797bd1e5eb757752fce21cb5dd7d352b400fae1cdf38d66047783f20d0a00c4a483eae18361222c5dc180aabfc099e9d66a |\r\n| crictl-v1.32.0-windows-386.tar.gz | b5b6fae7fe5ce6fb960d4a41ffe10023daa79d43028130eac690ffc9ff0389ff | c1ae747216f305f6f420d4b4eecdf7fb26d2f5321860344bbaa80854bb078fda57fbfc5e1276bfd5e52184fa5fc0878c3570ddb41a07e1ac9a43428def3f4572 |\r\n| crictl-v1.32.0-windows-amd64.tar.gz | 8763b5b7ef75ed6d1fc02896dead3ddf95627ab1072d7fd702c22223a335ece4 | dc8d5a5821dade9cc56d20f67d77464a0d8b6e43b72cc3c8fa34fdd5927a5eaa7cced6a93906f030e99e9f3e71dd82c60829545a99beccabf4c13b21c8aaf918 |\r\n| critest-v1.32.0-darwin-amd64.tar.gz | c544a4b946414fb3f07c6d3ee24302c1d80daa5361532de1909c0ca5286648c7 | 47d76656d248102627edab3cef92d046f70a38d786f19ff67c01b839119e28d7ba8cbc378abfc632bc04fff8e51d05c7016ef3a0d89bb4f937985d8f5ea8aae7 |\r\n| critest-v1.32.0-darwin-arm64.tar.gz | 981f39cb4f1a8007eab14c4681c33c19eccce3692854a1017ae83b91666d41d7 | 18d94472cef150dc1f1fe9ce902fa32e052d150c98c547b7ffd79d40c33b8c6ce36bd05d3703c669402de8fdcf83cf00c2a320e1523151d393c5ba1e91f3e38e |\r\n| critest-v1.32.0-linux-386.tar.gz | b24f267827b911f4e96ac94d9503088bcbe014330bb641e2d98303d71d810580 | 71064635666cb3c72a7ccbb83f1e36b611d1aacfb52d67c0d70e3b9f3528d2512b294a5573245cb8776301774f22c6005b1174a5958d339b8ac8f2a9e36518d7 |\r\n| critest-v1.32.0-linux-amd64.tar.gz | 8b35e0b424b19c058c1c506ac922663428a146b4ee5b650709c8e51c4e25ab45 | d09a58551d7472ab75de2b55e94ed4de29459986bc272d7d0061211b600362da844c67874e57261ed1ef5be2422af2d1e16c5173d13923a7741effde542c1f42 |\r\n| critest-v1.32.0-linux-arm64.tar.gz | 67eef2cf61f78fea2062c1f94a7273d49d9b1c8dc9bae1b0cb3d4a78fab529a5 | 45d847b968049b57bc38bdcee3944b0f57a599b63b12197d2e37857a2fb971ed95d0ee3abfbfed0957a758d08cb33bc57f62d074d53cb3535471b9ea33defe1b |\r\n| critest-v1.32.0-windows-386.tar.gz | 93d8f8ba8c3fc3dc402e0fc85e6bc5a51725aa02785b9f7b8237e1336cd2ed91 | 315bf7130dff775b29a8a160a82fe640ee3abc1fb86af20a2211191737fba36ae5333a87f40fb423ba891d989ab5b9d6fa7634030c9fe46152cfc5c0b125ac79 |\r\n| critest-v1.32.0-windows-amd64.tar.gz | 6c752211930dd68553152044c02a349d84e66d8163d83fa408370669782bb445 | dd0f6705a2853ac3a3e5be50b82a98f5a673229dfbf6fa52262b64d707b690acd074d1efc67dc6ee9100e41911d0df4d45ee6f109aca6857e0762ac73b655df0 |\r\n", + "publishedAt": "2024-12-09T09:08:01Z", + "isLatest": true +} \ No newline at end of file diff --git a/roles/kubespray-defaults/defaults/main/checksums.yml b/roles/kubespray-defaults/defaults/main/checksums.yml index d1096cd36e6..20450e6d338 100644 --- a/roles/kubespray-defaults/defaults/main/checksums.yml +++ b/roles/kubespray-defaults/defaults/main/checksums.yml @@ -1,18 +1,22 @@ --- crictl_checksums: arm: + v1.32.0: 0 v1.30.0: 0 v1.29.0: 0 v1.28.0: 1ea267f3872f4b7f311963ab43ce6653ceeaf8727206c889b56587c95497e9dd arm64: + v1.32.0: e00c03d00235fd069dbdf61542d49a8c1590eebff28e01add43a7f06ecfce597 v1.30.0: 3769043fc6018a9e1697fcb768bb89ecd429176bd71e849058916f79a46a07a8 v1.29.0: 0b615cfa00c331fb9c4524f3d4058a61cc487b33a3436d1269e7832cf283f925 v1.28.0: 06e9224e42bc5e23085751e93cccdac89f7930ba6f7a45b8f8fc70ef663c37c4 amd64: + v1.32.0: 5cad81289a20794daf12464661cf77e2ee8e3c2f61bbe125508985df72975216 v1.30.0: 3dd03954565808eaeb3a7ffc0e8cb7886a64a9aa94b2bfdfbdc6e2ed94842e49 v1.29.0: d16a1ffb3938f5a19d5c8f45d363bd091ef89c0bc4d44ad16b933eede32fdcbb v1.28.0: 8dc78774f7cbeaf787994d386eec663f0a3cf24de1ea4893598096cb39ef2508 ppc64le: + v1.32.0: 5685fb3274e39b0819b1fb4bbd52bf0e1b2ea1118209cfe84990354b1ef4d95a v1.30.0: ada550cecb5647014f16dd3ff6c59d7ef7d942ca8cb6c51c15ed019622f39ee9 v1.29.0: 2803a1865045077f29f798b9c569e1db7d44b5c329a546a0fd183e906925b99f v1.28.0: b70fb7bee5982aa1318ba25088319f1d0d1415567f1f76cd69011b8a14da4daf diff --git a/roles/kubespray-defaults/defaults/main/download.yml b/roles/kubespray-defaults/defaults/main/download.yml index 067b673c97f..20b7bda0853 100644 --- a/roles/kubespray-defaults/defaults/main/download.yml +++ b/roles/kubespray-defaults/defaults/main/download.yml @@ -144,6 +144,7 @@ etcd_supported_versions: etcd_version: "{{ etcd_supported_versions[kube_major_version] }}" crictl_supported_versions: + v1.32: v1.32.0 v1.30: "v1.30.0" v1.29: "v1.29.0" v1.28: "v1.28.0" diff --git a/version_diff.json b/version_diff.json new file mode 100644 index 00000000000..5b62339ec73 --- /dev/null +++ b/version_diff.json @@ -0,0 +1,17 @@ +{ + "crictl": { + "current_version": "v1.30.0", + "latest_version": "v1.32.0", + "release": { + "tagName": "v1.32.0", + "url": "https://github.com/kubernetes-sigs/cri-tools/releases/tag/v1.32.0", + "description": "## Changes by Kind\r\n\r\n### Feature\r\n\r\n- Add swap to crictl stats default output. (#1674, @kannon92)\r\n- Added TLS support for `crictl` `exec`, `portforward` and `attach` using the `--tls-ca`, `--tls-cert`, `--tls-key` and `--tls-server-name` flags. (#1668, @saschagrunert)\r\n- Added `crictl --profile-{cpu,mem}` flags for debugging the application. (#1683, @saschagrunert)\r\n- `crictl ps`, `inspect`: allow pod filtering using the `--namespace` flag. (#1632, @saschagrunert)\r\n- `crictl exec`: add `--quiet/-q`, `--ignore-error/-e` and `--parallel/-x` flags. (#1622, @saschagrunert)\r\n- `crictl exec`: allow running single command in multiple containers by using one of the new `--image`, `--label`, `--last`, `--latest`, `--name`, `--pod` or `--state` flags. (#1603, @saschagrunert)\r\n- `crictl`: allow to remove containers in parallel go routines. (#1637, @saschagrunert)\r\n- `crictl`: allow to remove images in parallel go routines. (#1639, @saschagrunert)\r\n- `crictl ps`: output container namespace on table or verbose output. (#1633, @saschagrunert)\r\n\r\n### Documentation\r\n\r\n- Update `crictl config` documentation to clarify that `crictl config` without args refers to `--set`. (#1662, @saschagrunert)\r\n\r\n### Bug or Regression\r\n\r\n- Crictl: fixed runtime panic if container metadata is `nil`. (#1641, @saschagrunert)\r\n- Fixed `crictl config --set` if the configuration YAML defines entries multiple times. (#1661, @saschagrunert)\r\n- Fixed validation error for go templates in crictl. (#1645, @iFrozenPhoenix)\r\n\r\n### Other (Cleanup or Flake)\r\n\r\n- Crictl: log the used connection timeout on debug output. (#1634, @saschagrunert)\r\n\r\n## Dependencies\r\n\r\n### Added\r\n- github.com/planetscale/vtprotobuf: [0393e58](https://github.com/planetscale/vtprotobuf/tree/0393e58)\r\n\r\n### Changed\r\n- cel.dev/expr: v0.15.0 \u2192 v0.16.1\r\n- cloud.google.com/go/compute/metadata: v0.3.0 \u2192 v0.5.0\r\n- github.com/Azure/go-ansiterm: [d185dfc \u2192 306776e](https://github.com/Azure/go-ansiterm/compare/d185dfc...306776e)\r\n- github.com/BurntSushi/toml: [v1.3.2 \u2192 v1.4.0](https://github.com/BurntSushi/toml/compare/v1.3.2...v1.4.0)\r\n- github.com/Microsoft/go-winio: [v0.6.0 \u2192 v0.6.2](https://github.com/Microsoft/go-winio/compare/v0.6.0...v0.6.2)\r\n- github.com/cncf/xds/go: [555b57e \u2192 b4127c9](https://github.com/cncf/xds/compare/555b57e...b4127c9)\r\n- github.com/cpuguy83/go-md2man/v2: [v2.0.4 \u2192 v2.0.5](https://github.com/cpuguy83/go-md2man/compare/v2.0.4...v2.0.5)\r\n- github.com/docker/docker: [v27.1.1+incompatible \u2192 v27.3.1+incompatible](https://github.com/docker/docker/compare/v27.1.1...v27.3.1)\r\n- github.com/envoyproxy/go-control-plane: [v0.12.0 \u2192 v0.13.0](https://github.com/envoyproxy/go-control-plane/compare/v0.12.0...v0.13.0)\r\n- github.com/envoyproxy/protoc-gen-validate: [v1.0.4 \u2192 v1.1.0](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.0.4...v1.1.0)\r\n- github.com/exponent-io/jsonpath: [d6023ce \u2192 1de76d7](https://github.com/exponent-io/jsonpath/compare/d6023ce...1de76d7)\r\n- github.com/go-openapi/jsonpointer: [v0.19.6 \u2192 v0.21.0](https://github.com/go-openapi/jsonpointer/compare/v0.19.6...v0.21.0)\r\n- github.com/go-openapi/swag: [v0.22.4 \u2192 v0.23.0](https://github.com/go-openapi/swag/compare/v0.22.4...v0.23.0)\r\n- github.com/golang/glog: [v1.2.1 \u2192 v1.2.2](https://github.com/golang/glog/compare/v1.2.1...v1.2.2)\r\n- github.com/google/pprof: [813a5fb \u2192 d1b30fe](https://github.com/google/pprof/compare/813a5fb...d1b30fe)\r\n- github.com/gregjones/httpcache: [9cad4c3 \u2192 901d907](https://github.com/gregjones/httpcache/compare/9cad4c3...901d907)\r\n- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.20.0 \u2192 v2.23.0](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.20.0...v2.23.0)\r\n- github.com/jonboulle/clockwork: [v0.2.2 \u2192 v0.4.0](https://github.com/jonboulle/clockwork/compare/v0.2.2...v0.4.0)\r\n- github.com/moby/spdystream: [v0.4.0 \u2192 v0.5.0](https://github.com/moby/spdystream/compare/v0.4.0...v0.5.0)\r\n- github.com/onsi/ginkgo/v2: [v2.20.0 \u2192 v2.22.0](https://github.com/onsi/ginkgo/compare/v2.20.0...v2.22.0)\r\n- github.com/onsi/gomega: [v1.34.1 \u2192 v1.36.0](https://github.com/onsi/gomega/compare/v1.34.1...v1.36.0)\r\n- github.com/opencontainers/selinux: [v1.11.0 \u2192 v1.11.1](https://github.com/opencontainers/selinux/compare/v1.11.0...v1.11.1)\r\n- github.com/rogpeppe/go-internal: [v1.12.0 \u2192 v1.13.1](https://github.com/rogpeppe/go-internal/compare/v1.12.0...v1.13.1)\r\n- github.com/urfave/cli/v2: [v2.27.3 \u2192 v2.27.5](https://github.com/urfave/cli/compare/v2.27.3...v2.27.5)\r\n- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.28.0 \u2192 v1.32.0\r\n- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.28.0 \u2192 v1.32.0\r\n- go.opentelemetry.io/otel/metric: v1.28.0 \u2192 v1.32.0\r\n- go.opentelemetry.io/otel/sdk: v1.28.0 \u2192 v1.32.0\r\n- go.opentelemetry.io/otel/trace: v1.28.0 \u2192 v1.32.0\r\n- go.opentelemetry.io/otel: v1.28.0 \u2192 v1.32.0\r\n- go.uber.org/zap: v1.26.0 \u2192 v1.27.0\r\n- golang.org/x/crypto: v0.26.0 \u2192 v0.28.0\r\n- golang.org/x/mod: v0.20.0 \u2192 v0.21.0\r\n- golang.org/x/net: v0.28.0 \u2192 v0.30.0\r\n- golang.org/x/oauth2: v0.21.0 \u2192 v0.23.0\r\n- golang.org/x/sync: v0.8.0 \u2192 v0.10.0\r\n- golang.org/x/sys: v0.23.0 \u2192 v0.28.0\r\n- golang.org/x/term: v0.23.0 \u2192 v0.27.0\r\n- golang.org/x/text: v0.17.0 \u2192 v0.21.0\r\n- golang.org/x/time: v0.3.0 \u2192 v0.7.0\r\n- golang.org/x/tools: v0.24.0 \u2192 v0.26.0\r\n- google.golang.org/genproto/googleapis/api: f6361c8 \u2192 dd2ea8e\r\n- google.golang.org/genproto/googleapis/rpc: f6361c8 \u2192 dd2ea8e\r\n- google.golang.org/grpc: v1.65.0 \u2192 v1.68.1\r\n- google.golang.org/protobuf: v1.34.2 \u2192 v1.35.2\r\n- k8s.io/api: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/apimachinery: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/apiserver: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/cli-runtime: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/client-go: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/component-base: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/component-helpers: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/cri-api: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/cri-client: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/kube-openapi: 70dd376 \u2192 32ad38e\r\n- k8s.io/kubectl: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/kubelet: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/metrics: v0.31.0-rc.1 \u2192 v0.32.0-rc.2\r\n- k8s.io/utils: 18e509b \u2192 3ea5e8c\r\n- sigs.k8s.io/json: bc3834c \u2192 9aa6b5e\r\n- sigs.k8s.io/kustomize/api: v0.17.2 \u2192 v0.18.0\r\n- sigs.k8s.io/kustomize/kustomize/v5: v5.4.2 \u2192 v5.5.0\r\n- sigs.k8s.io/kustomize/kyaml: v0.17.1 \u2192 v0.18.1\r\n- sigs.k8s.io/structured-merge-diff/v4: v4.4.1 \u2192 v4.4.2\r\n\r\n### Removed\r\n- github.com/daviddengcn/go-colortext: [v1.0.0](https://github.com/daviddengcn/go-colortext/tree/v1.0.0)\r\n- github.com/golang/groupcache: [41bb18b](https://github.com/golang/groupcache/tree/41bb18b)\r\n- github.com/imdario/mergo: [v0.3.6](https://github.com/imdario/mergo/tree/v0.3.6)\r\n- go.starlark.net: a134d8f\r\n- golang.org/x/exp: 8a7402a\r\n\r\n## Downloads\r\n\r\n| file | sha256 | sha512\r\n| ---- | ------ | ------\r\n| crictl-v1.32.0-darwin-amd64.tar.gz | 2f7895dcd4acf6659a9b1218c2f0d8dc6f636c8be7eb4ac154a8eeeaecd75a37 | 55fc0118e22613172f9adb7a9fe73759a7c38f38bbff1f4d0672360401d716377dd18d78f83e430d0230cf85426ddc8bd6ec824164a508e145c8782b23853ade |\r\n| crictl-v1.32.0-darwin-arm64.tar.gz | 213ede004b4edb10599f9b32a32badd99853c4ca4a0d924c2ab2f69b2676f555 | c26e3f8165e9d4d0bab61a991b5c8182cb1917956d3513cfb85e9170b73c17155639ce6e5c5d9cc27cdec657bb8740c2ebf3b8178f161456bda0ca82bcd8594d |\r\n| crictl-v1.32.0-linux-386.tar.gz | bd924094f87e9fda4848105038bdadef578a2f4ef7253b29747e50a7e272c25b | 6b86e794d47940bc7e1aa284ad6f0d788ee61ac1b719888dedbccf1af08aec5d8b04d50f8dba952374242bcad5ff60af6412ed888a8eeaf307fe508b048718c3 |\r\n| crictl-v1.32.0-linux-amd64.tar.gz | f050b71d3a73a91a4e0990b90143ed04dcd100cc66f953736fcb6a2730e283c4 | f0edcc1e6c42315e51789255bdff4f6c2a151ad6f92c7de813b0df3a34ea44211c5c2c369b6629090885f834172819a8c113927c695df8818ccc440abdcb517f |\r\n| crictl-v1.32.0-linux-arm64.tar.gz | f2f4e20658b72d00897f41e4b57093c8080e2d800ee894a5f4351f31d1833e30 | ef0696b59ccae9c535470111c6385d5721047897c14f9b56ddc1893e170d4053afd254b527f05be248100b0980033035a8fba589402fe47966163021cf0e82e3 |\r\n| crictl-v1.32.0-linux-mips64le.tar.gz | 5a2397cc2ab57bfcbdb38cf140c87f41258ded35a5fe71f5ed9e7d9c9d22b68b | 719dd2f0d3a979d0e03d7638ca033e79822c860ed315c49423816825b8495d15382d0a21914d64c074fbfeba60aef80c4e7e7eafec473cd345e98436e6c03599 |\r\n| crictl-v1.32.0-linux-ppc64le.tar.gz | 4ffaf29bbda8df42ed2dda4f1ad33cc785987701dc8d1e0043c17cfea9af43e0 | b2b2c437ba1b162ed60a5ba2db0a46b2c8f8bc4890cafa51410242c1d6f8b92513c8d5675e15cf101419d0cf3c97ff96a28b55b736a0f2830fcd312c6958e089 |\r\n| crictl-v1.32.0-linux-riscv64.tar.gz | 03defbc6158b827797c4e5536dc1f8d99c31b0d47eb51c2795115d014c517a70 | c8c1915a7c55164e704c11f7ed5230e10cc23a2f061fcfaf08bd343754469c6b0c920d0fe9a4a4cab48d300a9038a7130e7e71fa7bb51f48ca376c124e17dc30 |\r\n| crictl-v1.32.0-linux-s390x.tar.gz | b869cf047dd1d8d1e8d04805858800d718f0bad1bf70c48de17f38e43f71dd97 | 8d646f7e5c826bb1f217e882f7ca7797bd1e5eb757752fce21cb5dd7d352b400fae1cdf38d66047783f20d0a00c4a483eae18361222c5dc180aabfc099e9d66a |\r\n| crictl-v1.32.0-windows-386.tar.gz | b5b6fae7fe5ce6fb960d4a41ffe10023daa79d43028130eac690ffc9ff0389ff | c1ae747216f305f6f420d4b4eecdf7fb26d2f5321860344bbaa80854bb078fda57fbfc5e1276bfd5e52184fa5fc0878c3570ddb41a07e1ac9a43428def3f4572 |\r\n| crictl-v1.32.0-windows-amd64.tar.gz | 8763b5b7ef75ed6d1fc02896dead3ddf95627ab1072d7fd702c22223a335ece4 | dc8d5a5821dade9cc56d20f67d77464a0d8b6e43b72cc3c8fa34fdd5927a5eaa7cced6a93906f030e99e9f3e71dd82c60829545a99beccabf4c13b21c8aaf918 |\r\n| critest-v1.32.0-darwin-amd64.tar.gz | c544a4b946414fb3f07c6d3ee24302c1d80daa5361532de1909c0ca5286648c7 | 47d76656d248102627edab3cef92d046f70a38d786f19ff67c01b839119e28d7ba8cbc378abfc632bc04fff8e51d05c7016ef3a0d89bb4f937985d8f5ea8aae7 |\r\n| critest-v1.32.0-darwin-arm64.tar.gz | 981f39cb4f1a8007eab14c4681c33c19eccce3692854a1017ae83b91666d41d7 | 18d94472cef150dc1f1fe9ce902fa32e052d150c98c547b7ffd79d40c33b8c6ce36bd05d3703c669402de8fdcf83cf00c2a320e1523151d393c5ba1e91f3e38e |\r\n| critest-v1.32.0-linux-386.tar.gz | b24f267827b911f4e96ac94d9503088bcbe014330bb641e2d98303d71d810580 | 71064635666cb3c72a7ccbb83f1e36b611d1aacfb52d67c0d70e3b9f3528d2512b294a5573245cb8776301774f22c6005b1174a5958d339b8ac8f2a9e36518d7 |\r\n| critest-v1.32.0-linux-amd64.tar.gz | 8b35e0b424b19c058c1c506ac922663428a146b4ee5b650709c8e51c4e25ab45 | d09a58551d7472ab75de2b55e94ed4de29459986bc272d7d0061211b600362da844c67874e57261ed1ef5be2422af2d1e16c5173d13923a7741effde542c1f42 |\r\n| critest-v1.32.0-linux-arm64.tar.gz | 67eef2cf61f78fea2062c1f94a7273d49d9b1c8dc9bae1b0cb3d4a78fab529a5 | 45d847b968049b57bc38bdcee3944b0f57a599b63b12197d2e37857a2fb971ed95d0ee3abfbfed0957a758d08cb33bc57f62d074d53cb3535471b9ea33defe1b |\r\n| critest-v1.32.0-windows-386.tar.gz | 93d8f8ba8c3fc3dc402e0fc85e6bc5a51725aa02785b9f7b8237e1336cd2ed91 | 315bf7130dff775b29a8a160a82fe640ee3abc1fb86af20a2211191737fba36ae5333a87f40fb423ba891d989ab5b9d6fa7634030c9fe46152cfc5c0b125ac79 |\r\n| critest-v1.32.0-windows-amd64.tar.gz | 6c752211930dd68553152044c02a349d84e66d8163d83fa408370669782bb445 | dd0f6705a2853ac3a3e5be50b82a98f5a673229dfbf6fa52262b64d707b690acd074d1efc67dc6ee9100e41911d0df4d45ee6f109aca6857e0762ac73b655df0 |\r\n", + "publishedAt": "2024-12-09T09:08:01Z", + "isLatest": true, + "component": "crictl", + "owner": "kubernetes-sigs", + "repo": "cri-tools", + "release_type": "release" + } + } +} \ No newline at end of file