CRI-O - v1.27.0

Security

CRI-O v1.27.0

The release notes have been generated for the commit range
v1.26.0...90a1e14 on Thu, 20 Apr 2023 06:51:33 EDT.

Downloads

Download one of our static release bundles via our Google Cloud Bucket:

To verify the artifact signatures via cosign, run:

> export COSIGN_EXPERIMENTAL=1
> cosign verify-blob cri-o.amd64.90a1e14a19422dfca437e2d3a95cf73c5412b232.tar.gz \
    --certificate-identity https://github.com/cri-o/cri-o/.github/workflows/test.yml@refs/tags/90a1e14a19422dfca437e2d3a95cf73c5412b232 \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-repository cri-o/cri-o \
    --certificate-github-workflow-ref refs/tags/90a1e14a19422dfca437e2d3a95cf73c5412b232 \
    --signature cri-o.amd64.90a1e14a19422dfca437e2d3a95cf73c5412b232.tar.gz.sig \
    --certificate cri-o.amd64.90a1e14a19422dfca437e2d3a95cf73c5412b232.tar.gz.cert

To verify the bill of materials (SBOM) in SPDX format using the bom tool, run:

> tar xfz cri-o.amd64.90a1e14a19422dfca437e2d3a95cf73c5412b232.tar.gz
> bom validate -e cri-o.amd64.90a1e14a19422dfca437e2d3a95cf73c5412b232.tar.gz.spdx -d cri-o

Changelog since v1.26.0

Changes by Kind

Other

  • Add HostNetworkDisableSELinux option to configuration,
    allowing users to enable/disable selinux within a pod when it is running in the host network namespace. (#6579, @hasan4791)
  • Added support to return ContainerResources in ContainerStatusResponse. (#6570, @hasan4791)

Dependency-Change

  • '/dev' is now mounted again without the 'noexec' flag. (#6582, @klihub)
  • Build statically linked binary with go 1.20. (#6797, @saschagrunert)
  • The NRI-related configuration and command line options have been updated to reflect the corresponding changes in NRI itself. In particular,
  • remove 'nri_config_file' configuration file and '--nri-config-file' command line options
  • add 'nri_plugin_config_dir' configuration and '--nri-plugin-config-dir' command line options to specify directory to scan for configuration of plugins pre-launched by the runtime
  • add 'nri_disable_connections' configuration and '--nri-disable-connections' command line options to disable connections from externally launched plugins
  • add 'nri_plugin_registration_timeout' configuration and '--nri-plugin-registration-timeout' command line options to allow overriding the default plugin registration timeout
  • add 'nri_plugin_request_timeout' configuration and '--nri-plugin-request-timeout' command line options to allow overriding the default plugin request handling timeout (#6648, @klihub)
  • Update github.com/container-orchestrated-devices/container-device-interface to v0.5.4. (#6711, @klihub)
  • Updated CNI plugins to v1.2.0. (#6541, @saschagrunert)
  • Updated crun to v1.8.3 and runc to v1.5.1. (#6770, @saschagrunert)
  • Updated crun to v1.8.4 (#6815, @saschagrunert)
  • Updated runc to v1.1.6 within static binary bundle. (#6809, @saschagrunert)

Deprecation

  • Mark seccomp-use-default-when-empty option as deprecated, as it is replaced by the SeccompDefault FeatureGate (#6807, @haircommander)

Feature

  • A new field "config" has been added to the verbose output of crictl info (#6817, @afbjorklund)
  • Add configuration option to control the irqbalance configuration restore process for high performance hooks dynamic IRQ pinning. (#6388, @jlojosnegros)
  • CRI-O honors the per-volume mappings specified by the Kubelet (#6750, @giuseppe)
  • Extended checkpoint archive metadata with time of checkpointing. (#6464, @adrianreber)
  • Update high performance hooks to disable load balancing through cgroups, rather than directly through the kernel's sysfs (#6744, @haircommander)

Documentation

  • Added documentation to tutorials how to use Open Telemetry tracing in CRI-O. (#6576, @saschagrunert)

Bug or Regression

  • Allow annotation "io.kubernetes.cri-o.umask" to set umask for crio container. (#6399, @QiWang19)
  • Don't print Dependencies field if crio version it not verbose. (#6798, @saschagrunert)
  • Fix panic of server when EnablePodEvents is set to true (#6630, @haircommander)
  • Fixed a bug when running kata containers, where exec sync requests (manually or automatically triggered via readiness/liveness probes)
    overwrite the runtime info.runtimeSpec.process.args of the container status (for example via crictl inspect). (#6730, @littlejawa)

Other (Cleanup or Flake)

Uncategorized

  • Change metrics endpoint to gracefully shutdown, and move metric server fatal errors to just errors. (#6748, @rphillips)
  • Update github.com/containers/image to v5.24.0 for sigstore features (#6634, @mrunalp)

Dependencies

Added

  • chainguard.dev/go-grpc-kit: v0.15.0
  • cloud.google.com/go/accessapproval: v1.6.0
  • cloud.google.com/go/accesscontextmanager: v1.7.0
  • cloud.google.com/go/apigateway: v1.5.0
  • cloud.google.com/go/apigeeconnect: v1.5.0
  • cloud.google.com/go/apigeeregistry: v0.6.0
  • cloud.google.com/go/apikeys: v0.6.0
  • cloud.google.com/go/appengine: v1.7.0
  • cloud.google.com/go/baremetalsolution: v0.5.0
  • cloud.google.com/go/batch: v0.7.0
  • cloud.google.com/go/beyondcorp: v0.5.0
  • cloud.google.com/go/certificatemanager: v1.6.0
  • cloud.google.com/go/channel: v1.12.0
  • cloud.google.com/go/cloudbuild: v1.9.0
  • cloud.google.com/go/clouddms: v1.5.0
  • cloud.google.com/go/compute/metadata: v0.2.3
  • cloud.google.com/go/contactcenterinsights: v1.6.0
  • cloud.google.com/go/container: v1.14.0
  • cloud.google.com/go/datafusion: v1.6.0
  • cloud.google.com/go/dataplex: v1.6.0
  • cloud.google.com/go/dataproc: v1.12.0
  • cloud.google.com/go/deploy: v1.8.0
  • cloud.google.com/go/dlp: v1.9.0
  • cloud.google.com/go/essentialcontacts: v1.5.0
  • cloud.google.com/go/eventarc: v1.11.0
  • cloud.google.com/go/filestore: v1.6.0
  • cloud.google.com/go/gkebackup: v0.4.0
  • cloud.google.com/go/gkemulticloud: v0.5.0
  • cloud.google.com/go/gsuiteaddons: v1.5.0
  • cloud.google.com/go/iap: v1.7.0
  • cloud.google.com/go/ids: v1.3.0
  • cloud.google.com/go/iot: v1.6.0
  • cloud.google.com/go/longrunning: v0.4.1
  • cloud.google.com/go/managedidentities: v1.5.0
  • cloud.google.com/go/maps: v0.7.0
  • cloud.google.com/go/networkmanagement: v1.6.0
  • cloud.google.com/go/optimization: v1.3.1
  • cloud.google.com/go/orchestration: v1.6.0
  • cloud.google.com/go/orgpolicy: v1.10.0
  • cloud.google.com/go/policytroubleshooter: v1.6.0
  • cloud.google.com/go/pubsublite: v1.7.0
  • cloud.google.com/go/resourcemanager: v1.6.0
  • cloud.google.com/go/resourcesettings: v1.5.0
  • cloud.google.com/go/run: v0.9.0
  • cloud.google.com/go/servicecontrol: v1.11.1
  • cloud.google.com/go/servicemanagement: v1.8.0
  • cloud.google.com/go/serviceusage: v1.6.0
  • cloud.google.com/go/shell: v1.6.0
  • cloud.google.com/go/storagetransfer: v1.8.0
  • cloud.google.com/go/texttospeech: v1.6.0
  • cloud.google.com/go/tpu: v1.5.0
  • cloud.google.com/go/translate: v1.7.0
  • cloud.google.com/go/video: v1.14.0
  • cloud.google.com/go/vmmigration: v1.6.0
  • cloud.google.com/go/vmwareengine: v0.3.0
  • cloud.google.com/go/vpcaccess: v1.6.0
  • cloud.google.com/go/websecurityscanner: v1.5.0
  • github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper: v0.2.0
  • github.com/a8m/tree: 10a5fd5
  • github.com/alecthomas/kingpin/v2: v2.3.1
  • github.com/alibabacloud-go/alibabacloud-gateway-spi: v0.0.4
  • github.com/alibabacloud-go/cr-20160607: v1.0.1
  • github.com/alibabacloud-go/cr-20181201: v1.0.10
  • github.com/alibabacloud-go/darabonba-openapi: v0.1.18
  • github.com/alibabacloud-go/darabonba-string: v1.0.0
  • github.com/alibabacloud-go/debug: 9472017
  • github.com/alibabacloud-go/endpoint-util: v1.1.1
  • github.com/alibabacloud-go/openapi-util: v0.0.11
  • github.com/alibabacloud-go/tea-utils: v1.4.4
  • github.com/alibabacloud-go/tea-xml: v1.1.2
  • github.com/alibabacloud-go/tea: v1.1.18
  • github.com/aliyun/credentials-go: v1.2.3
  • github.com/arbovm/levenshtein: 48b4e1c
  • github.com/clbanning/mxj/v2: v2.5.6
  • github.com/cockroachdb/cockroach-go/v2: v2.2.19
  • github.com/containerd/btrfs/v2: v2.0.0
  • github.com/containerd/cgroups/v3: v3.0.1
  • github.com/containerd/typeurl/v2: v2.1.0
  • github.com/containers/libhvee: v0.0.2
  • github.com/decred/dcrd/dcrec/secp256k1/v4: 5444fa5
  • github.com/dgryski/trifles: dd97f9a
  • github.com/dougm/pretty: 2ee9d74
  • github.com/go-jose/go-jose/v3: v3.0.0
  • github.com/goark/errs: v1.1.0
  • github.com/goark/go-cvss: v1.6.6
  • github.com/goccy/go-json: v0.9.7
  • github.com/google/go-github/v50: v50.2.0
  • github.com/google/renameio/v2: v2.0.0
  • github.com/jackc/chunkreader/v2: v2.0.1
  • github.com/jackc/pgconn: v1.12.1
  • github.com/jackc/pgio: v1.0.0
  • github.com/jackc/pgpassfile: v1.0.0
  • github.com/jackc/pgproto3/v2: v2.3.0
  • github.com/jackc/pgservicefile: 2b9c447
  • github.com/jackc/pgtype: v1.11.0
  • github.com/jackc/pgx/v4: v4.16.1
  • github.com/jellydator/ttlcache/v3: v3.0.1
  • github.com/klauspost/cpuid/v2: v2.0.4
  • github.com/lestrrat-go/backoff/v2: v2.0.8
  • github.com/lestrrat-go/blackmagic: v1.0.0
  • github.com/lestrrat-go/httpcc: v1.0.1
  • github.com/lestrrat-go/iter: v1.0.1
  • github.com/lestrrat-go/jwx: v1.2.25
  • github.com/lestrrat-go/option: v1.0.0
  • github.com/minio/sha256-simd: v1.0.0
  • github.com/mmcloughlin/avo: v0.5.0
  • github.com/moby/patternmatcher: v0.5.0
  • github.com/modocache/gover: b58185e
  • github.com/mozillazg/docker-credential-acr-helper: v0.3.0
  • github.com/pjbgf/sha1cd: v0.3.0
  • github.com/rasky/go-xdr: 4930550
  • github.com/rwtodd/Go.Sed: 5546468
  • github.com/shoenig/go-m1cpu: v0.1.4
  • github.com/shoenig/test: v0.6.3
  • github.com/skeema/knownhosts: v1.1.0
  • github.com/tjfoc/gmsm: v1.3.2
  • github.com/vbauerster/mpb/v8: v8.3.0
  • github.com/vmware/vmw-guestinfo: 25eff15
  • github.com/xhit/go-str2duration: v1.2.0
  • go.etcd.io/gofail: v0.1.0
  • go.opentelemetry.io/contrib/propagators/b3: v1.10.0
  • golang.org/x/arch: v0.1.0
  • gopkg.in/go-jose/go-jose.v2: v2.6.1
  • k8s.io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation: 1b4df30
  • k8s.io/kubernetes/staging/src/k8s.io/kms: 1b4df30
  • sigs.k8s.io/kustomize/kustomize/v5: v5.0.1

Changed

Removed

  • code.gitea.io/sdk/gitea: v0.11.3
  • contrib.go.opencensus.io/exporter/aws: 2befc13
  • contrib.go.opencensus.io/exporter/ocagent: v0.5.0
  • contrib.go.opencensus.io/integrations/ocsql: v0.1.4
  • contrib.go.opencensus.io/resource: v0.1.1
  • github.com/Azure/azure-amqp-common-go/v2: v2.1.0
  • github.com/Azure/azure-pipeline-go: v0.2.1
  • github.com/Azure/azure-service-bus-go: v0.9.1
  • github.com/Azure/azure-storage-blob-go: v0.8.0
  • github.com/DATA-DOG/go-sqlmock: v1.5.0
  • github.com/GoogleCloudPlatform/cloudsql-proxy: e802c2c
  • github.com/Knetic/govaluate: 9aa4983
  • github.com/Masterminds/sprig/v3: v3.2.2
  • github.com/Masterminds/squirrel: v1.5.3
  • github.com/Masterminds/vcs: v1.13.3
  • github.com/OpenPeeDeeP/depguard: v1.0.1
  • github.com/ReneKroon/ttlcache/v2: v2.11.0
  • github.com/Shopify/sarama: v1.19.0
  • github.com/Shopify/toxiproxy: v2.1.4+incompatible
  • github.com/StackExchange/wmi: 5d04971
  • github.com/VividCortex/gohistogram: v1.0.0
  • github.com/afex/hystrix-go: fa1af6a
  • github.com/ajstarks/svgo: 644b8db
  • github.com/alcortesm/tgz: 9c5fe88
  • github.com/alecthomas/kingpin: v2.2.6+incompatible
  • github.com/aokoli/goutils: v1.0.1
  • github.com/apache/beam: v2.28.0+incompatible
  • github.com/apache/thrift: v0.13.0
  • github.com/apex/log: v1.1.4
  • github.com/apex/logs: v0.0.4
  • github.com/aphistic/golf: 02c07f1
  • github.com/aphistic/sweet: v0.2.0
  • github.com/aryann/difflib: e206f87
  • github.com/auth0/go-jwt-middleware: v1.0.1
  • github.com/aws/aws-lambda-go: v1.13.3
  • github.com/aybabtme/rgbterm: cc83f3b
  • github.com/beevik/etree: v1.1.0
  • github.com/blakesmith/ar: 809d437
  • github.com/boltdb/bolt: v1.3.1
  • github.com/bombsimon/wsl/v3: v3.0.0
  • github.com/bradfitz/gomemcache: a41fca8
  • github.com/caarlos0/ctrlc: v1.0.0
  • github.com/campoy/unique: 88950e5
  • github.com/casbin/casbin/v2: v2.1.2
  • github.com/cenkalti/backoff: v2.2.1+incompatible
  • github.com/clbanning/x2j: 8252494
  • github.com/codahale/hdrhistogram: 3a0bb77
  • github.com/coreos/go-etcd: v2.0.0+incompatible
  • github.com/devigned/tab: v0.1.1
  • github.com/distribution/distribution/v3: ffbd94c
  • github.com/eapache/go-resiliency: v1.1.0
  • github.com/eapache/go-xerial-snappy: 776d571
  • github.com/eapache/queue: v1.1.0
  • github.com/edsrzf/mmap-go: v1.0.0
  • github.com/elazarl/goproxy: 947c36d
  • github.com/etcd-io/gofail: ad7f989
  • github.com/fogleman/gg: 0403632
  • github.com/franela/goblin: c9ffbef
  • github.com/franela/goreq: bcd34c9
  • github.com/getkin/kin-openapi: v0.76.0
  • github.com/go-critic/go-critic: v0.4.1
  • github.com/go-lintpack/lintpack: v0.5.2
  • github.com/go-ozzo/ozzo-validation: v3.5.0+incompatible
  • github.com/go-toolsmith/astcast: v1.0.0
  • github.com/go-toolsmith/astcopy: v1.0.0
  • github.com/go-toolsmith/astequal: v1.0.0
  • github.com/go-toolsmith/astfmt: v1.0.0
  • github.com/go-toolsmith/astinfo: 9809ff7
  • github.com/go-toolsmith/astp: v1.0.0
  • github.com/go-toolsmith/pkgload: v1.0.0
  • github.com/go-toolsmith/strparse: v1.0.0
  • github.com/go-toolsmith/typep: v1.0.0
  • github.com/go-xmlfmt/xmlfmt: d5b6f63
  • github.com/golang/freetype: e2365df
  • github.com/golangci/check: cfe4005
  • github.com/golangci/dupl: 3e9179a
  • github.com/golangci/errcheck: ef45e06
  • github.com/golangci/go-misc: 927a3d8
  • github.com/golangci/goconst: 041c5f2
  • github.com/golangci/gocyclo: 2becd97
  • github.com/golangci/gofmt: 244bba7
  • github.com/golangci/golangci-lint: v1.25.0
  • github.com/golangci/ineffassign: 42439a7
  • github.com/golangci/lint-1: 297bf36
  • github.com/golangci/maligned: b1d8939
  • github.com/golangci/misspell: 950f5d1
  • github.com/golangci/prealloc: 215b22d
  • github.com/golangci/revgrep: d9c87f5
  • github.com/golangci/unconvert: 28b1c44
  • github.com/gomodule/redigo: v1.8.2
  • github.com/google/go-github/v28: v28.1.1
  • github.com/google/go-github/v33: v33.0.0
  • github.com/google/go-github/v39: v39.2.0
  • github.com/google/go-github/v42: v42.0.0
  • github.com/google/go-replayers/grpcreplay: v0.1.0
  • github.com/google/go-replayers/httpreplay: v0.1.0
  • github.com/google/subcommands: v1.0.1
  • github.com/googleapis/gax-go: v2.0.2+incompatible
  • github.com/googleapis/go-type-adapters: v1.0.0
  • github.com/gophercloud/gophercloud: v0.1.0
  • github.com/gordonklaus/ineffassign: 7953dde
  • github.com/goreleaser/goreleaser: v0.134.0
  • github.com/goreleaser/nfpm: v1.2.1
  • github.com/gorilla/context: v1.1.1
  • github.com/gostaticanalysis/analysisutil: 4088753
  • github.com/gosuri/uitable: v0.0.4
  • github.com/heketi/heketi: v10.3.0+incompatible
  • github.com/heketi/tests: f3775cb
  • github.com/hudl/fargo: v1.3.0
  • github.com/iancoleman/strcase: v0.2.0
  • github.com/influxdata/influxdb1-client: 8bf82d3
  • github.com/jarcoal/httpmock: v1.0.5
  • github.com/jhump/gopoet: v0.1.0
  • github.com/jhump/goprotoc: v0.5.0
  • github.com/jingyugao/rowserrcheck: 72ab760
  • github.com/jirfag/go-printf-func-name: 45db996
  • github.com/jmoiron/sqlx: v1.3.5
  • github.com/juju/ratelimit: v1.0.1
  • github.com/jung-kurt/gofpdf: 24315ac
  • github.com/klauspost/cpuid: v1.2.0
  • github.com/lann/builder: 47ae307
  • github.com/lann/ps: 62de8c4
  • github.com/lightstep/lightstep-tracer-common/golang/gogo: bc2310a
  • github.com/lightstep/lightstep-tracer-go: v0.18.1
  • github.com/linkedin/goavro: v2.1.0+incompatible
  • github.com/logrusorgru/aurora: a7b3b31
  • github.com/lpabon/godbc: v0.1.1
  • github.com/lyft/protoc-gen-star: v0.5.3
  • github.com/lyft/protoc-gen-validate: v0.0.13
  • github.com/maratori/testpackage: v1.0.1
  • github.com/matoous/godox: 5d6d842
  • github.com/mattn/go-ieproxy: 91bb50d
  • github.com/mattn/go-zglob: v0.0.1
  • github.com/mattn/goveralls: v0.0.2
  • github.com/mgutz/ansi: 9520e82
  • github.com/mindprince/gonvml: 9ebdce4
  • github.com/mitchellh/go-ps: 621e559
  • github.com/moby/sys/mount: v0.3.3
  • github.com/mozilla/tls-observatory: a3c1b6c
  • github.com/mvdan/xurls: v1.1.0
  • github.com/nakabonne/nestif: v0.3.0
  • github.com/nats-io/jwt: v0.3.2
  • github.com/nats-io/nats-server/v2: v2.1.2
  • github.com/nats-io/nats.go: v1.9.1
  • github.com/nats-io/nkeys: v0.1.3
  • github.com/nats-io/nuid: v1.0.1
  • github.com/nbutton23/zxcvbn-go: ae427f1
  • github.com/nightlyone/lockfile: v1.0.0
  • github.com/nishanths/predeclared: 86fad75
  • github.com/oklog/oklog: v0.3.2
  • github.com/op/go-logging: 970db52
  • github.com/opentracing-contrib/go-observer: a52f234
  • github.com/opentracing/basictracer-go: v1.0.0
  • github.com/openzipkin-contrib/zipkin-go-opentracing: v0.4.5
  • github.com/openzipkin/zipkin-go: v0.2.2
  • github.com/otiai10/curr: v1.0.0
  • github.com/otiai10/mint: v1.3.1
  • github.com/pact-foundation/pact-go: v1.0.4
  • github.com/pborman/uuid: v1.2.0
  • github.com/pelletier/go-buffruneio: v0.2.0
  • github.com/performancecopilot/speed: v3.0.0+incompatible
  • github.com/phayes/checkstyle: bfd46e6
  • github.com/phayes/freeport: 74d24b5
  • github.com/pkg/profile: v1.2.1
  • github.com/prashantv/gostub: v1.1.0
  • github.com/quasilyte/go-consistent: c6f3937
  • github.com/qur/ar: 282534b
  • github.com/remyoudompheng/bigfft: 52369c6
  • github.com/rubenv/sql-migrate: v1.1.2
  • github.com/ryancurrah/gomodguard: v1.0.2
  • github.com/samuel/go-zookeeper: 2cc03de
  • github.com/sassoftware/go-rpmutils: v0.1.1
  • github.com/sclevine/agouti: v3.0.0+incompatible
  • github.com/securego/gosec: 79fbf3a
  • github.com/shirou/gopsutil: e4ec7b2
  • github.com/shirou/w32: bb4de01
  • github.com/shopspring/decimal: v1.2.0
  • github.com/shurcooL/go-goon: 37c2f52
  • github.com/shurcooL/go: 9e1955d
  • github.com/smartystreets/go-aws-auth: 0c1422d
  • github.com/smartystreets/gunit: v1.0.0
  • github.com/sony/gobreaker: v0.4.1
  • github.com/sourcegraph/go-diff: v0.5.1
  • github.com/spiegel-im-spiegel/errs: v1.0.5
  • github.com/spiegel-im-spiegel/go-cvss: v1.0.0
  • github.com/streadway/amqp: v1.0.0
  • github.com/streadway/handy: d5acb31
  • github.com/tetafro/godot: v0.2.5
  • github.com/timakin/bodyclose: f7f2e9b
  • github.com/tj/assert: 0180943
  • github.com/tj/go-elastic: 36157cb
  • github.com/tj/go-kinesis: 08b17f5
  • github.com/tommy-muehle/go-mnd: e6f9a99
  • github.com/tv42/httpunix: 2ba4b9c
  • github.com/ugorji/go/codec: d75b2dc
  • github.com/ultraware/funlen: v0.0.2
  • github.com/ultraware/whitespace: v0.0.4
  • github.com/urfave/negroni: v1.0.0
  • github.com/uudashr/gocognit: v1.0.1
  • github.com/valyala/bytebufferpool: v1.0.0
  • github.com/valyala/fasthttp: v1.2.0
  • github.com/valyala/quicktemplate: v1.2.0
  • github.com/valyala/tcplisten: ceec8f9
  • github.com/vbauerster/mpb/v7: v7.5.3
  • go.etcd.io/etcd: 3cf2f69
  • go.opentelemetry.io/contrib/propagators: v0.20.0
  • go.opentelemetry.io/contrib: v1.6.0
  • go.opentelemetry.io/otel/exporters/otlp: v0.20.0
  • go.opentelemetry.io/otel/oteltest: v0.20.0
  • go.opentelemetry.io/otel/sdk/export/metric: v0.20.0
  • go.opentelemetry.io/otel/sdk/metric: v0.20.0
  • go.uber.org/tools: 2cfd321
  • gonum.org/v1/gonum: v0.6.2
  • gonum.org/v1/netlib: 7672324
  • gonum.org/v1/plot: e2840ee
  • gopkg.in/linkedin/goavro.v1: v1.0.5
  • gopkg.in/src-d/go-git-fixtures.v3: v3.5.0
  • modernc.org/cc: v1.0.0
  • modernc.org/golex: v1.0.0
  • modernc.org/mathutil: v1.0.0
  • modernc.org/strutil: v1.0.0
  • modernc.org/xc: v1.0.0
  • mvdan.cc/interfacer: c200402
  • mvdan.cc/lint: adc824a
  • mvdan.cc/unparam: d517963
  • pack.ag/amqp: v0.11.2
  • sigs.k8s.io/kustomize/kustomize/v4: v4.5.7
  • sourcegraph.com/sourcegraph/appdash: ebfcffb
  • sourcegraph.com/sqs/pbtypes: d3ebe8f

Security

Security wording was detected, but no CVEs were found.

Details

date
April 19, 2023, 12:21 p.m.
name
v1.27.0
type
Minor
👇
Register or login to:
  • 🔍View and search all CRI-O releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or