v1.31.0
Changes by Kind
API Change
- Moved repository source code to
sigs.k8s.io/cri-tools
namespace. (#1423, @saschagrunert)
Feature
- Added
--pull-timeout
flag tocrictl
create
,run
andpull
commands. (#1448, @saschagrunert) - Added
crictl [create,runp,run,pull] jsonschema
subcommands to display the pod and/or container config JSON schema. (#1449, @saschagrunert) - Added
crictl logs --reopen
/-r
flag to reopen the container logs. (#1469, @saschagrunert) - Added
crictl update-runtime-config
subcommand to update the runtime configuration. (#1473, @saschagrunert) - Added filtering flags for
crictl
inspect
,inspectp
andinspecti
. If no filter is provided, then the commands will now inspect all containers, pods or images. (#1553, @saschagrunert) - Added idempotence critest cases for
StopPodSandbox
,RemovePodSandbox
,StopContainer
,RemoveContainer
andRemoveImage
RPCs. (#1536, @saschagrunert) - Added stats label filtering conformance test to
critest
. (#1439, @saschagrunert) - Added support to pull OCI object mounts on container creation if the
crictl [create|run] --with-pull
flag is specified. (#1464, @saschagrunert) - Introduce new tests for new field Apparmor alongside the old ApparmorProfile (#1400, @roman-kiselenko)
- Make container and sandbox related commands interruptable using Ctrl-C. (#1468, @saschagrunert)
- Make image related commands interruptable using Ctrl-C. (#1462, @saschagrunert)
- Output JSON, YAML and go-template slices correctly for
crictl inspect
,inspectp
andimages
. (#1493, @saschagrunert) - Renamed
--timeout
/-t
flag to--cancel-timeout
/-T
forcrictl run
to streamline the behavior withcrictl create
. (#1458, @saschagrunert) - Support Fine-grained SupplementalGroups control (KEP-3619) (#1438, @everpeace)
Documentation
- The
crictl
commands are now sorted alphabetically. (#1474, @saschagrunert)
Failing Test
Bug or Regression
- Fixed critest out of memory (OOM) test assertions to actually match the results. (#1546, @saschagrunert)
- Fixed invalid JSON in crictl info on Windows. (#1486, @saschagrunert)
Other (Cleanup or Flake)
- Make
crictl events
interruptable. (#1491, @saschagrunert) - Print
critest
portforward stdio only on error. (#1527, @saschagrunert) - Removed meaningless
"Loaded profiles: []"
message during AppArmorcritest
suite runs. (#1509, @saschagrunert)
Dependencies
Added
- cel.dev/expr: v0.15.0
- github.com/bahlo/generic-list-go: v0.2.0
- github.com/buger/jsonparser: v1.1.1
- github.com/go-task/slim-sprig/v3: v3.0.0
- github.com/invopop/jsonschema: v0.12.0
- github.com/wk8/go-ordered-map/v2: v2.1.8
- gopkg.in/evanphx/json-patch.v4: v4.12.0
- k8s.io/api: v0.31.0-rc.1
- k8s.io/apimachinery: v0.31.0-rc.1
- k8s.io/apiserver: v0.31.0-rc.1
- k8s.io/cli-runtime: v0.31.0-rc.1
- k8s.io/client-go: v0.31.0-rc.1
- k8s.io/component-base: v0.31.0-rc.1
- k8s.io/component-helpers: v0.31.0-rc.1
- k8s.io/cri-api: v0.31.0-rc.1
- k8s.io/cri-client: v0.31.0-rc.1
- k8s.io/kubectl: v0.31.0-rc.1
- k8s.io/kubelet: v0.31.0-rc.1
- k8s.io/metrics: v0.31.0-rc.1
Changed
- cloud.google.com/go/compute/metadata: v0.2.3 → v0.3.0
- github.com/alecthomas/kingpin/v2: v2.3.2 → v2.4.0
- github.com/cespare/xxhash/v2: v2.2.0 → v2.3.0
- github.com/chzyer/readline: 2972be2 → v1.5.1
- github.com/cncf/xds/go: 0fa0005 → 555b57e
- github.com/cpuguy83/go-md2man/v2: v2.0.2 → v2.0.4
- github.com/davecgh/go-spew: v1.1.1 → d8f796a
- github.com/docker/docker: v26.0.1+incompatible → v27.1.1+incompatible
- github.com/felixge/httpsnoop: v1.0.3 → v1.0.4
- github.com/fxamacker/cbor/v2: v2.6.0 → v2.7.0
- github.com/go-logr/logr: v1.4.1 → v1.4.2
- github.com/go-openapi/swag: v0.22.3 → v0.22.4
- github.com/golang/glog: v1.2.0 → v1.2.1
- github.com/google/pprof: 4bb14d4 → 813a5fb
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.19.0 → v2.20.0
- github.com/ianlancetaylor/demangle: 28f6c0f → bd984b5
- github.com/moby/spdystream: v0.2.0 → v0.4.0
- github.com/onsi/ginkgo/v2: v2.17.1 → v2.20.0
- github.com/onsi/gomega: v1.32.0 → v1.34.1
- github.com/pmezard/go-difflib: v1.0.0 → 5d4384e
- github.com/prometheus/client_golang: v1.16.0 → v1.19.1
- github.com/prometheus/client_model: v0.4.0 → v0.6.1
- github.com/prometheus/common: v0.44.0 → v0.55.0
- github.com/prometheus/procfs: v0.10.1 → v0.15.1
- github.com/rogpeppe/go-internal: v1.10.0 → v1.12.0
- github.com/spf13/cobra: v1.7.0 → v1.8.1
- github.com/stretchr/objx: v0.5.0 → v0.1.0
- github.com/urfave/cli/v2: v2.27.1 → v2.27.3
- github.com/xrash/smetrics: 039620a → 686a1a2
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.42.0 → v0.53.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.44.0 → v0.53.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.25.0 → v1.28.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.25.0 → v1.28.0
- go.opentelemetry.io/otel/metric: v1.25.0 → v1.28.0
- go.opentelemetry.io/otel/sdk: v1.25.0 → v1.28.0
- go.opentelemetry.io/otel/trace: v1.25.0 → v1.28.0
- go.opentelemetry.io/otel: v1.25.0 → v1.28.0
- go.opentelemetry.io/proto/otlp: v1.1.0 → v1.3.1
- golang.org/x/crypto: v0.22.0 → v0.26.0
- golang.org/x/exp: a9213ee → 8a7402a
- golang.org/x/mod: v0.15.0 → v0.20.0
- golang.org/x/net: v0.24.0 → v0.28.0
- golang.org/x/oauth2: v0.17.0 → v0.21.0
- golang.org/x/sync: v0.6.0 → v0.8.0
- golang.org/x/sys: v0.19.0 → v0.23.0
- golang.org/x/telemetry: b75ee88 → bda5523
- golang.org/x/term: v0.19.0 → v0.23.0
- golang.org/x/text: v0.14.0 → v0.17.0
- golang.org/x/tools: v0.18.0 → v0.24.0
- golang.org/x/xerrors: 04be3eb → 5ec99f8
- google.golang.org/appengine: v1.6.8 → v1.6.7
- google.golang.org/genproto/googleapis/api: 6ceb2ff → f6361c8
- google.golang.org/genproto/googleapis/rpc: c3f9821 → f6361c8
- google.golang.org/grpc: v1.63.0 → v1.65.0
- google.golang.org/protobuf: v1.33.0 → v1.34.2
- k8s.io/klog/v2: v2.120.1 → v2.130.1
- k8s.io/utils: 3b25d92 → 18e509b
- sigs.k8s.io/kustomize/api: 6ce0bf3 → v0.17.2
- sigs.k8s.io/kustomize/kustomize/v5: 6ce0bf3 → v5.4.2
- sigs.k8s.io/kustomize/kyaml: 6ce0bf3 → v0.17.1
Removed
- bitbucket.org/bertimus9/systemstat: v0.5.0
- cloud.google.com/go/compute: v1.24.0
- github.com/GoogleCloudPlatform/k8s-cloud-provider: f118173
- github.com/JeffAshton/win_pdh: 76bb4ee
- github.com/Microsoft/hcsshim: v0.8.25
- github.com/NYTimes/gziphandler: v1.1.1
- github.com/antlr/antlr4/runtime/Go/antlr/v4: 8188dc5
- github.com/armon/circbuf: bbbad09
- github.com/asaskevich/govalidator: f61b66f
- github.com/checkpoint-restore/go-criu/v5: v5.3.0
- github.com/chzyer/logex: v1.1.10
- github.com/chzyer/test: a1ea475
- github.com/cilium/ebpf: v0.9.1
- github.com/container-storage-interface/spec: v1.8.0
- github.com/containerd/cgroups: v1.1.0
- github.com/containerd/console: v1.0.3
- github.com/containerd/ttrpc: v1.2.2
- github.com/coredns/caddy: v1.1.1
- github.com/coredns/corefile-migration: v1.0.21
- github.com/coreos/go-oidc: v2.2.1+incompatible
- github.com/coreos/go-semver: v0.3.1
- github.com/coreos/go-systemd/v22: v22.5.0
- github.com/cyphar/filepath-securejoin: v0.2.4
- github.com/dustin/go-humanize: v1.0.1
- github.com/euank/go-kmsg-parser: v2.0.0+incompatible
- github.com/evanphx/json-patch: v4.12.0+incompatible
- github.com/fvbommel/sortorder: v1.1.0
- github.com/go-task/slim-sprig: 52ccab3
- github.com/godbus/dbus/v5: v5.1.0
- github.com/golang-jwt/jwt/v4: v4.5.0
- github.com/golang/mock: v1.6.0
- github.com/google/cadvisor: v0.49.0
- github.com/google/cel-go: v0.17.8
- github.com/google/s2a-go: v0.1.7
- github.com/googleapis/enterprise-certificate-proxy: v0.2.3
- github.com/googleapis/gax-go/v2: v2.11.0
- github.com/grpc-ecosystem/go-grpc-middleware: v1.3.0
- github.com/grpc-ecosystem/go-grpc-prometheus: v1.2.0
- github.com/grpc-ecosystem/grpc-gateway: v1.16.0
- github.com/ishidawataru/sctp: 7ff4192
- github.com/karrick/godirwalk: v1.17.0
- github.com/kr/pty: v1.1.1
- github.com/libopenstorage/openstorage: v1.0.0
- github.com/matttproud/golang_protobuf_extensions: v1.0.4
- github.com/mistifyio/go-zfs: f784269
- github.com/moby/ipvs: v1.1.0
- github.com/moby/sys/mountinfo: v0.6.2
- github.com/mohae/deepcopy: 491d360
- github.com/mrunalp/fileutils: v0.5.1
- github.com/opencontainers/runc: v1.1.12
- github.com/opencontainers/runtime-spec: 494a5a6
- github.com/pquerna/cachecontrol: v0.1.0
- github.com/robfig/cron/v3: v3.0.1
- github.com/seccomp/libseccomp-golang: v0.10.0
- github.com/shurcooL/sanitized_anchor_name: v1.0.0
- github.com/soheilhy/cmux: v0.1.5
- github.com/stoewer/go-strcase: v1.2.0
- github.com/syndtr/gocapability: 42c35b4
- github.com/tmc/grpc-websocket-proxy: 673ab2c
- github.com/urfave/cli: v1.22.1
- github.com/vishvananda/netlink: v1.1.0
- github.com/vishvananda/netns: v0.0.4
- github.com/xiang90/probing: 43a291a
- go.etcd.io/bbolt: v1.3.8
- go.etcd.io/etcd/api/v3: v3.5.10
- go.etcd.io/etcd/client/pkg/v3: v3.5.10
- go.etcd.io/etcd/client/v2: v2.305.10
- go.etcd.io/etcd/client/v3: v3.5.10
- go.etcd.io/etcd/pkg/v3: v3.5.10
- go.etcd.io/etcd/raft/v3: v3.5.10
- go.etcd.io/etcd/server/v3: v3.5.10
- go.opencensus.io: v0.24.0
- go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful: v0.42.0
- google.golang.org/api: v0.126.0
- google.golang.org/genproto: 6ceb2ff
- gopkg.in/gcfg.v1: v1.2.3
- gopkg.in/natefinch/lumberjack.v2: v2.2.1
- gopkg.in/square/go-jose.v2: v2.6.0
- gopkg.in/warnings.v0: v0.1.2
- k8s.io/gengo/v2: 51d4e06
- k8s.io/kubernetes/staging/src/k8s.io/api: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/apiextensions-apiserver: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/apimachinery: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/apiserver: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/cli-runtime: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/client-go: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/cloud-provider: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/cluster-bootstrap: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/code-generator: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/component-base: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/component-helpers: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/controller-manager: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/cri-api: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/csi-translation-lib: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/endpointslice: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/kms: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/kube-aggregator: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/kube-controller-manager: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/kube-proxy: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/kube-scheduler: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/kubectl: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/kubelet: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/legacy-cloud-providers: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/metrics: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/mount-utils: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/pod-security-admission: 7c48c2b
- k8s.io/kubernetes/staging/src/k8s.io/sample-apiserver: 7c48c2b
- k8s.io/kubernetes: v1.30.0
- k8s.io/system-validators: v1.8.0
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.29.0
- sigs.k8s.io/knftables: v0.0.14
Downloads
file | sha256 | sha512 |
---|---|---|
crictl-v1.31.0-darwin-amd64.tar.gz | faaf56da3299ccf8b6265e002bdc4410157a241c8b03ea3cba84f298a383c523 | 12bf8c5142337a4f6abbc84265b501be5a3c6fd6fcbbee07bb53d0ada109d4fb76f7efefee0499f978ff8b954fb314bb2c21678ceba38df625287bacfa4c2202 |
crictl-v1.31.0-darwin-arm64.tar.gz | 2a243943d7e7bd05904afe1e1b066ffc935c6b2e1b9d449bcff10a7987642553 | 9ef9b73d3502b597b99cb064e8638d5263b7233e3ca4d50e0f8ac4615c4799093beaf103eb4e32873539bacdf4a69ce2f69c70a7273b597725b423ad2b5e0755 |
crictl-v1.31.0-linux-386.tar.gz | f1857196d7dc6e069d875fd82c7a45642d14b05e1b1f503d127c841035cd46e6 | 26d467d375796c7019ed03fb09a817424706292bc537972e6f13ea8b11a6f2b2d61bf8ea9c635d13d20d39b09ef0b774d529fd686f51c3c42ee0b59d1d067c4d |
crictl-v1.31.0-linux-amd64.tar.gz | 9daa32308090aedee5a7f2ab1f1428fef6f669a64e993f0b5b98db8ef6edd71b | 1431613ffb9eb8202e62e625f80d3f8fd36844db5ff112f1dd55ab426af0cebd9e9f874f7c269b8a5381fd116e08f5e050f40c97cf1d9e9ec9622063b38f106c |
crictl-v1.31.0-linux-arm64.tar.gz | f9879541e92fd302db00b9d28ef617744bb8b8b62520bd4c0479819d7d4ae869 | 62124e89de249f2417a08f7753872a217e0ae64e8b0ca03dbb618e749332741bd8cd2aa66b1008711ca8ab1898a4fa9978fcb1e3df7bef4f39463cecd21f2228 |
crictl-v1.31.0-linux-mips64le.tar.gz | 716557789467f17d4813de64e8ab47f380396c22f6324af3918c88b6594bcb0f | f89181c038300adb143451e91aeca2ebfd91b7157ea188c8637d3f70176327cec6baf3b615d8db46846fc1a1b2d258f5fddb29147ffb0c834e1fefa9d1b9360b |
crictl-v1.31.0-linux-ppc64le.tar.gz | ed545379a61deff415172ea3ca6b847166c5d116c7a1271866286cd0242c09a2 | 49a0466f72dffb9696c0876a1a632b2c41961f0ee743dcd755f1b0f7444587cc9b481ab879781d36f87f9e69d6b3393a9258d6865decf20ca32600d22b311c77 |
crictl-v1.31.0-linux-riscv64.tar.gz | 7109e9a0079946ea1f5c99da43684cc162953cf7a821ef440fd7c61b5476c219 | f9e6829d23c8d9330a9083f50a7e299a2da8a9a003e85e9ee1e2a816bc6fb37864cafae39019466348b5f509ae0daa47fd4d94021eceb8d1266aad4971c27a1e |
crictl-v1.31.0-linux-s390x.tar.gz | 10cd40735dfd34afe0571ec5f4a39ec33f97be17da4087f00bd9b342370b1b10 | e1cd01a1831372655b4fe0d73cc0e05003b85b2bf99822ac40c2863fed4b8ccb93b6258a2d41f81f69e942839f3f10937358880a6371a35c3f6c3ade62754545 |
crictl-v1.31.0-windows-386.tar.gz | c9f762e13f7a6caab492ca652c0adc2591104b06156c3dcf9f7e84e8d4417701 | 6a0fdf64f760bbd99a022ede7ef3a04623cb97b569008d1f6aa68678748163b39ce2098eaf8c79f49e44f82e69fd22927001e706d0534611e3aa44ca3dfd80af |
crictl-v1.31.0-windows-amd64.tar.gz | 8f9035e6f1646da71f984536b117f3a44d1ddcae0c232e43c450e841503d445f | 1363c6d728b5f630b6cf73a403b291f7b20fdce33f240dfef9f201fdfbf14b6bf92532f2a17e42404d415a1762f682555103fba8827356156c20c2e6b384f3ca |
critest-v1.31.0-darwin-amd64.tar.gz | 71a8a943ecccdfb3a1f7ec1cf5f21148bb79eb2be2cc6eb5df0dd39d20e78c0f | c6c0241066db64241f500334321409496db48e5d65c65a289b50166a8b23be74e30dd02658b2c25b3bbbe00b16f08f56a97d865c6ee2cd55a6130aeade35531e |
critest-v1.31.0-darwin-arm64.tar.gz | ce4edfc394ffc876bfb6caebfca7d0f20091e5e7b0310d655d00a257f1299ae1 | 28cec23932713f6cb23f0b7a009dcb4e604fa7314fddf2b07e8258f77b92fc43de17a5e6c782781969a44b30f6c1655ab1ac8788c90eea024d58f61a378f26fe |
critest-v1.31.0-linux-386.tar.gz | d439cd7f56eda006fa7048e1e33fc7a34b444ca8e03678c7e44567ac466faf05 | 1472cfb672ce30e1d68857cd626204e810c54cc6ebf1b314783c8b73428ffcd23551b31c9e0da73ee355366f3ec76881e95fa717f7b6e211dca64ed63572ca5b |
critest-v1.31.0-linux-amd64.tar.gz | d465edf8268299098013c9f484aeef7179fe992a03567fc8c430fb1079aaf979 | 05a1c638781154084a5ab0a928069e8854fef2ec1a065433a383afaaf9cc13672de7339b90e128a914f91e0ecc18cd1f34b2b87320a59de7a5410c4209d850f5 |
critest-v1.31.0-linux-arm64.tar.gz | 0b26b95e5517a47e2c4a16cbd1d076e69252636a805745d31af4d1eb19efca94 | 6f4081832725b48d574c8965f34ca8a9c327a340d17e1ee1522bbbb579f8ca1a4f36dc9c7d52bd4ad27fa899c5ef9286ddfb357fd7ae1647024cb7d8f31e8abd |
critest-v1.31.0-windows-386.tar.gz | 1811f36b5d668517a37ccf011ac9acbf3a1f02b59f4bafe00961bc33eb4d91f3 | 6a85a6d7ec9639b382480494e499db291678128b354ca3a8cff8cfccf7922d2b3f53f50c286473e017b9f009809233240a9a82e1754eeebebfe0ead648275dff |
critest-v1.31.0-windows-amd64.tar.gz | 32f17465e27f852a9bc192f9ded6f3067cfd03e5a2a1cfce31f9c5175eaf9570 | a9c9127d6b9a2b3d6e9029caba7bb0fd72e89e7e9f787d6df44571adf9e11d294419e951068bfb280cf43c6ea42a0b77dcdba77646ce3f9ace885385bd994938 |