CRI-O v1.27.0
The release notes have been generated for the commit range
v1.26.0…9acadc9 on Wed, 12 Jul 2023 17:59:18 UTC.
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.9acadc9a77f22a6ff015c9a7c319dd175d6a2be5.tar.gz \
--certificate-identity https://github.com/cri-o/cri-o/.github/workflows/test.yml@refs/tags/9acadc9a77f22a6ff015c9a7c319dd175d6a2be5 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-github-workflow-repository cri-o/cri-o \
--certificate-github-workflow-ref refs/tags/9acadc9a77f22a6ff015c9a7c319dd175d6a2be5 \
--signature cri-o.amd64.9acadc9a77f22a6ff015c9a7c319dd175d6a2be5.tar.gz.sig \
--certificate cri-o.amd64.9acadc9a77f22a6ff015c9a7c319dd175d6a2be5.tar.gz.cert
To verify the bill of materials (SBOM) in SPDX format using the bom tool, run:
> tar xfz cri-o.amd64.9acadc9a77f22a6ff015c9a7c319dd175d6a2be5.tar.gz
> bom validate -e cri-o.amd64.9acadc9a77f22a6ff015c9a7c319dd175d6a2be5.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)
- Cri-o now sets the cgroupPath CNI capability arg. (#6879, @squeed)
Ci
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 CNI plugins to v1.3.0. (#6912, @saschagrunert)
- Updated crun to v1.8.3 and runc to v1.5.1. (#6770, @saschagrunert)
- Updated crun to v1.8.4 (#6815, @saschagrunert)
- Updated crun to v1.8.5. (#6951, @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)
- Migrate image registries to
registry.k8s.io
. (#6742, @ArkaSaha30)
Feature
- A new field “config” has been added to the verbose output of crictl info (#6817, @afbjorklund)
- Add DisableHostportMapping option to configuration, allowing users to disable hostport mapping for pods,
which can be useful when other services provide it other than kube-proxy (like Cillium) (#6589, @hasan4791)
- Add a new metric
resources_stalled_at_stage
to show when pods and containers are stuck at different stages of creation. (#6923, @haircommander)
- Add configuration option to control the irqbalance configuration restore process for high performance hooks dynamic IRQ pinning. (#6388, @jlojosnegros)
- Add support for
io.kubernetes.cri-o.LinkLogs
annotation, which allows a pod’s logs to be mounted into a specified empty-dir for inspection by a log aggregator (#6990, @haircommander)
- Add support for pinned_images in crio configuration
With this change, users can indicate to the kubelet not to perform garbage collection on certain images. (#6862, @sohankunkerkar)
- Added support for namespaced signature policies via
--signature-policy-dir
/ signature_policy_dir
. See crio.conf.5.md for more details. (#7016, @saschagrunert)
- CRI-O honors the per-volume mappings specified by the Kubelet (#6750, @giuseppe)
- Changes
crio-status
to be a sub command of crio. Example: crio status
(#6557, @navisidhu)
- Extended checkpoint archive metadata with time of checkpointing. (#6464, @adrianreber)
- Namespace for metrics exporter made configurable (#6891, @amarlearning)
- Store PodLinuxOverhead and PodLinuxResources CRI fields received in RunPodSandbox() and then later pass them to NRI plugins so that the plugins do not need to cache the values. (#6913, @jukkar)
- Support
RegistryUnavailable
error on container image pull. (#6842, @saschagrunert)
- Support image policy verification error through the CRI. (#6918, @saschagrunert)
- This PR extends the existing cpu-c-states.crio.io annotation in a backwards compatible manner, by adding a new max_latency option. The cpu-c-states.crio.io annotation now supports these values:
- enable: enable all c-states (cpu-c-states.crio.io: “enable”)
- disable: disable all c-states (cpu-c-states.crio.io: “disable”)
- max_latency: enable c-states with a maximum latency in microseconds (for example, cpu-c-states.crio.io: “max_latency:10”) (#6718, @bartwensley)
- 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)
- Failure in a PostStop hook does not prevent proper termination of a container anymore. (#7032, @MarSik)
- Fix a bug where network metrics collection is broken with systemd cgroup driver and dropped infra containers. (#6856, @haircommander)
- Fix a bug where sending information to cadvisor is stalled on taking the container’s state lock (#6925, @haircommander)
- Fix a bug where the PostStop runtime handler hooks weren’t being called when a container exited gracefully (#7058, @haircommander)
- Fix a bug where the
cpu-quota.crio.io
annotation was not propagated to the pod cgroup, meaning cpu quota was not disabled for the container (#6917, @haircommander)
- Fix a bug with cpu quota annotation that manifests like:
pod with cpu-quota.crio.io: disable fails with error: set CPU CFS quota: invalid slice name: /kubepods.slice
Fix a bug where stopped containers break cpu load balancing being disabled (#7000, @haircommander)
- Fix a segfault when a user namespace is requested but no OCI ID mappings are present (#6834, @haircommander)
- 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)
- Fixed bug where CRI-O runs with umask of
0
. (#6843, @saschagrunert)
Other (Cleanup or Flake)
- Add sandbox/pause image to the list of pinned_images if configured by the user. (#6903, @sohankunkerkar)
- Adds debug log to identify when a relabel was not requested (#6494, @mrunalp)
- Deprecate config migration support (will be removed in v1.29.0) (#6886, @jbpratt)
- Dropped support for annotation based seccomp profiles, Kubernetes uses a native field since many releases. (#7006, @saschagrunert)
- Updated crun to v1.8.1. (#6697, @saschagrunert)
Uncategorized
- Change metrics endpoint to gracefully shutdown, and move metric server fatal errors to just errors. (#6748, @rphillips)
- Fix a segfault when a user namespace is requested (#6844, @Syquel)
- Update github.com/containers/image to v5.24.0 for sigstore features (#6634, @mrunalp)
Dependencies
Added
- chainguard.dev/go-grpc-kit: v0.16.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.1
- 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.15.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.1
- 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/recaptchaenterprise: v1.3.1
- cloud.google.com/go/resourcemanager: v1.7.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.15.0
- cloud.google.com/go/vision: v1.2.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
- dario.cat/mergo: v1.0.0
- gioui.org: 57750fc
- git.sr.ht/~sbinet/gg: v0.3.1
- github.com/AdamKorcz/go-fuzz-headers-1: 12e09ab
- github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper: v0.2.0
- github.com/Azure/azure-sdk-for-go/sdk/azcore: v1.6.0
- github.com/Azure/azure-sdk-for-go/sdk/azidentity: v1.3.0
- github.com/Azure/azure-sdk-for-go/sdk/internal: v1.3.0
- github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys: v0.10.0
- github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal: v0.7.1
- github.com/AzureAD/microsoft-authentication-library-for-go: v1.0.0
- github.com/JohnCGriffin/overflow: 46fa312
- github.com/a8m/tree: 10a5fd5
- github.com/ajstarks/deck/generate: c3f852c
- github.com/ajstarks/deck: 30c9fc6
- 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/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/antlr/antlr4/runtime/Go/antlr/v4: 8188dc5
- github.com/apache/arrow/go/v10: v10.0.1
- github.com/apache/arrow/go/v11: v11.0.0
- github.com/boombuler/barcode: v1.0.1
- github.com/buildkite/agent/v3: v3.48.0
- github.com/checkpoint-restore/go-criu/v4: v4.1.0
- github.com/clbanning/mxj/v2: v2.5.6
- github.com/containerd/btrfs/v2: v2.0.0
- github.com/containerd/cgroups/v3: v3.0.1
- github.com/containerd/typeurl/v2: v2.1.1
- github.com/containers/libhvee: v0.0.2
- github.com/decred/dcrd/dcrec/secp256k1/v4: 5444fa5
- github.com/digitorus/pkcs7: 001c36b
- github.com/digitorus/timestamp: ef3b63b
- github.com/dougm/pretty: 2ee9d74
- github.com/gabriel-vasile/mimetype: v1.4.2
- github.com/go-chi/chi/v5: v5.0.8
- github.com/go-fonts/dejavu: v0.1.0
- github.com/go-fonts/latin-modern: v0.2.0
- github.com/go-fonts/liberation: v0.2.0
- github.com/go-fonts/stix: v0.1.0
- github.com/go-jose/go-jose/v3: v3.0.0
- github.com/go-latex/latex: c0d11ff
- github.com/go-pdf/fpdf: v0.6.0
- github.com/go-redis/redismock/v9: v9.0.3
- github.com/goccy/go-json: v0.9.11
- github.com/google/gnostic-models: v0.6.8
- github.com/google/go-github/v50: v50.2.0
- github.com/google/s2a-go: v0.1.4
- github.com/jellydator/ttlcache/v3: v3.0.1
- github.com/kballard/go-shellquote: 95032a8
- github.com/klauspost/asmfmt: v1.3.2
- github.com/klauspost/cpuid/v2: v2.0.9
- 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/asm2plan9s: cdd7644
- github.com/minio/c2goasm: 36a3d3b
- 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/phpdave11/gofpdf: v1.4.2
- github.com/phpdave11/gofpdi: v1.0.13
- github.com/pjbgf/sha1cd: v0.3.0
- github.com/rasky/go-xdr: 4930550
- github.com/redis/go-redis/v9: v9.0.5
- github.com/ruudk/golang-pdf417: a7e3863
- github.com/sigstore/cosign/v2: 4a2f67e
- github.com/sigstore/protobuf-specs: v0.1.0
- github.com/sigstore/sigstore/pkg/signature/kms/aws: v1.6.5
- github.com/sigstore/sigstore/pkg/signature/kms/azure: v1.6.5
- github.com/sigstore/sigstore/pkg/signature/kms/gcp: v1.6.5
- github.com/sigstore/sigstore/pkg/signature/kms/hashivault: v1.6.5
- github.com/sigstore/timestamp-authority: v1.1.1
- github.com/skeema/knownhosts: v1.1.1
- github.com/tjfoc/gmsm: v1.3.2
- github.com/uwu-tools/magex: v0.10.0
- github.com/vbauerster/mpb/v8: v8.4.0
- github.com/vmware/vmw-guestinfo: 25eff15
- github.com/xhit/go-str2duration: v1.2.0
- github.com/ysmood/fetchup: v0.2.3
- github.com/ysmood/got: v0.34.1
- github.com/zeebo/assert: v1.3.0
- github.com/zeebo/xxh3: v1.0.2
- go.etcd.io/gofail: v0.1.0
- go.opentelemetry.io/contrib/propagators/b3: v1.10.0
- google.golang.org/genproto/googleapis/api: e85fd2c
- google.golang.org/genproto/googleapis/rpc: e449d1e
- gopkg.in/go-jose/go-jose.v2: v2.6.1
- k8s.io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation: d02d8ba
- k8s.io/kubernetes/staging/src/k8s.io/kms: d02d8ba
- lukechampine.com/uint128: v1.2.0
- modernc.org/cc/v3: v3.36.3
- modernc.org/ccgo/v3: v3.16.9
- modernc.org/ccorpus: v1.11.6
- modernc.org/httpfs: v1.0.6
- modernc.org/libc: v1.17.1
- modernc.org/memory: v1.2.1
- modernc.org/opt: v0.1.3
- modernc.org/sqlite: v1.18.1
- modernc.org/tcl: v1.13.1
- modernc.org/token: v1.0.0
- modernc.org/z: v1.5.1
- sigs.k8s.io/kustomize/kustomize/v5: 6ce0bf3
Changed
Removed
- bitbucket.org/creachadair/shell: v0.0.7
- 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/exporter/stackdriver: v0.13.12
- 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/GoogleCloudPlatform/testgrid: v0.0.38
- github.com/Knetic/govaluate: 9aa4983
- github.com/Masterminds/goutils: v1.1.1
- github.com/Masterminds/semver: v1.5.0
- github.com/Masterminds/sprig/v3: v3.2.2
- github.com/Masterminds/sprig: v2.22.0+incompatible
- 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/alcortesm/tgz: 9c5fe88
- github.com/alecthomas/kingpin: v2.2.6+incompatible
- github.com/andreyvit/diff: c7f18ee
- github.com/antlr/antlr4/runtime/Go/antlr: f25a4f6
- github.com/aokoli/goutils: v1.0.1
- github.com/apache/beam/sdks/v2: ef43645
- github.com/apache/beam: v2.28.0+incompatible
- 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/bytecodealliance/wasmtime-go: v0.36.0
- github.com/caarlos0/ctrlc: v1.0.0
- github.com/campoy/unique: 88950e5
- github.com/carolynvs/magex: v0.9.0
- github.com/casbin/casbin/v2: v2.1.2
- github.com/cenkalti/backoff: v2.2.1+incompatible
- github.com/certifi/gocertifi: 2c3bb06
- github.com/cheggaaa/pb/v3: v3.0.8
- github.com/clbanning/x2j: 8252494
- github.com/cockroachdb/apd: v1.1.0
- github.com/cockroachdb/errors: v1.2.4
- github.com/cockroachdb/logtags: eb05cc2
- github.com/codahale/hdrhistogram: 3a0bb77
- github.com/codahale/rfc6979: 6a90f24
- github.com/coreos/go-etcd: v2.0.0+incompatible
- github.com/depcheck-test/depcheck-test: 199033a
- github.com/devigned/tab: v0.1.1
- github.com/dgraph-io/badger/v3: v3.2103.2
- github.com/dgraph-io/ristretto: v0.1.0
- github.com/dgryski/go-farm: a6ae236
- 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/etcd-io/gofail: ad7f989
- github.com/form3tech-oss/jwt-go: v3.2.5+incompatible
- github.com/fortytw2/leaktest: v1.3.0
- github.com/foxcpp/go-mockdns: fb145fc
- github.com/franela/goblin: c9ffbef
- github.com/franela/goreq: bcd34c9
- github.com/fullstorydev/grpcurl: v1.8.6
- github.com/getkin/kin-openapi: v0.76.0
- github.com/getsentry/raven-go: v0.2.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-playground/assert/v2: v2.0.1
- github.com/go-redis/redis: v6.15.9+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/go-zoo/bone: v1.3.0
- github.com/gofrs/flock: v0.8.1
- github.com/golang-jwt/jwt: v3.2.2+incompatible
- 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/gomarkdown/markdown: 3b9f472
- 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-github/v45: v45.2.0
- github.com/google/go-licenses: ce1d916
- github.com/google/go-replayers/grpcreplay: v0.1.0
- github.com/google/go-replayers/httpreplay: v0.1.0
- github.com/google/licenseclassifier/v2: v2.0.0
- github.com/google/licenseclassifier: bb04aff
- github.com/google/subcommands: v1.0.1
- github.com/googleapis/gax-go: v2.0.2+incompatible
- github.com/googleapis/gnostic: v0.5.5
- 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/hashicorp/go-hclog: v1.3.1
- github.com/hashicorp/go-plugin: v1.4.5
- github.com/hashicorp/go-secure-stdlib/mlock: v0.1.2
- github.com/hashicorp/go-version: v1.6.0
- github.com/hashicorp/vault/sdk: v0.6.0
- github.com/hashicorp/yamux: v0.1.1
- github.com/heketi/heketi: v10.3.0+incompatible
- github.com/heketi/tests: f3775cb
- github.com/huandu/xstrings: v1.3.2
- github.com/hudl/fargo: v1.3.0
- github.com/influxdata/influxdb1-client: 8bf82d3
- github.com/jarcoal/httpmock: v1.0.5
- github.com/jellydator/ttlcache/v2: v2.11.1
- github.com/jhump/gopoet: v0.1.0
- github.com/jhump/goprotoc: v0.5.0
- github.com/jhump/protoreflect: v1.13.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/kelseyhightower/envconfig: v1.4.0
- github.com/klauspost/cpuid: v1.2.0
- github.com/lann/builder: 47ae307
- github.com/lann/ps: 62de8c4
- github.com/lib/pq: v1.10.6
- 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/lufia/plan9stats: 39d0f17
- 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/mediocregopher/radix/v4: v4.1.1
- github.com/mgutz/ansi: 9520e82
- github.com/mindprince/gonvml: 9ebdce4
- github.com/mitchellh/copystructure: v1.2.0
- github.com/mitchellh/go-ps: 621e559
- github.com/mitchellh/reflectwalk: v1.0.2
- github.com/mmarkdown/mmark: v2.0.40+incompatible
- github.com/moby/sys/mount: v0.3.3
- github.com/mozilla/tls-observatory: a3c1b6c
- github.com/mvdan/xurls: v1.1.0
- github.com/mwitkow/go-proto-validators: v0.2.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/oklog/run: v1.1.0
- 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/copy: v1.2.0
- github.com/otiai10/curr: v1.0.0
- github.com/otiai10/mint: v1.3.1
- github.com/package-url/packageurl-go: d704593
- github.com/pact-foundation/pact-go: v1.0.4
- github.com/pelletier/go-buffruneio: v0.2.0
- github.com/performancecopilot/speed: v3.0.0+incompatible
- github.com/peterh/liner: bf27d3b
- github.com/phayes/checkstyle: bfd46e6
- github.com/phayes/freeport: 74d24b5
- github.com/pierrec/lz4: v2.6.1+incompatible
- github.com/pkg/profile: v1.2.1
- github.com/power-devops/perfstat: 5aafc22
- github.com/prashantv/gostub: v1.1.0
- github.com/prometheus/prometheus: v2.5.0+incompatible
- github.com/psampaz/go-mod-outdated: v0.8.0
- github.com/pseudomuto/protoc-gen-doc: v1.5.1
- github.com/pseudomuto/protokit: v0.2.0
- github.com/quasilyte/go-consistent: c6f3937
- github.com/qur/ar: 282534b
- github.com/rubenv/sql-migrate: v1.1.2
- github.com/ryancurrah/gomodguard: v1.0.2
- github.com/sagikazarmark/crypt: v0.6.0
- github.com/samuel/go-zookeeper: 2cc03de
- github.com/saschagrunert/ccli: b68f755
- github.com/saschagrunert/go-modiff: v1.3.0
- github.com/sassoftware/go-rpmutils: v0.1.1
- github.com/sclevine/agouti: v3.0.0+incompatible
- github.com/securego/gosec: 79fbf3a
- github.com/sendgrid/rest: v2.6.9+incompatible
- github.com/sendgrid/sendgrid-go: v3.11.1+incompatible
- github.com/shirou/gopsutil/v3: v3.22.5
- github.com/shirou/gopsutil: e4ec7b2
- github.com/shirou/w32: bb4de01
- github.com/shopspring/decimal: v1.2.0
- github.com/shurcooL/githubv4: a14260e
- github.com/shurcooL/go-goon: 37c2f52
- github.com/shurcooL/go: 9e1955d
- github.com/shurcooL/graphql: 18c5c31
- github.com/sigstore/cosign: v1.11.1
- 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/src-d/gcfg: v1.4.0
- github.com/streadway/amqp: v1.0.0
- github.com/streadway/handy: d5acb31
- github.com/tent/canonical-json-go: 96e4ba3
- github.com/tetafro/godot: v0.2.5
- github.com/tilinna/clock: v1.1.0
- github.com/timakin/bodyclose: f7f2e9b
- github.com/tj/assert: 0180943
- github.com/tj/go-elastic: 36157cb
- github.com/tj/go-kinesis: 08b17f5
- github.com/tj/go-spin: v1.1.0
- github.com/tklauser/go-sysconf: v0.3.10
- github.com/tklauser/numcpus: v0.4.0
- github.com/tomasen/realip: f0c99a9
- 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
- github.com/withfig/autocomplete-tools/integrations/cobra: v1.2.1
- github.com/yusufpapurcu/wmi: v1.2.2
- go.etcd.io/etcd/etcdctl/v3: v3.6.0-alpha.0
- go.etcd.io/etcd/etcdutl/v3: v3.6.0-alpha.0
- go.etcd.io/etcd/tests/v3: v3.6.0-alpha.0
- go.etcd.io/etcd/v3: v3.6.0-alpha.0
- 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/automaxprocs: v1.5.1
- go.uber.org/tools: 2cfd321
- golang.org/dl: 82a15e2
- google.golang.org/grpc/examples: c456688
- gopkg.in/cheggaaa/pb.v1: v1.0.28
- gopkg.in/linkedin/goavro.v1: v1.0.5
- gopkg.in/src-d/go-billy.v4: v4.3.2
- gopkg.in/src-d/go-git-fixtures.v3: v3.5.0
- gopkg.in/src-d/go-git.v4: v4.13.1
- helm.sh/helm/v3: v3.10.0
- k8s.io/release: v0.14.0
- modernc.org/cc: v1.0.0
- modernc.org/golex: v1.0.0
- modernc.org/xc: v1.0.0
- mvdan.cc/editorconfig: v0.2.0
- mvdan.cc/interfacer: c200402
- mvdan.cc/lint: adc824a
- mvdan.cc/sh/v3: v3.5.1
- mvdan.cc/unparam: d517963
- oras.land/oras-go: v1.2.0
- pack.ag/amqp: v0.11.2
- sigs.k8s.io/bom: v0.4.1
- sigs.k8s.io/kustomize/kustomize/v4: v4.5.7
- sigs.k8s.io/mdtoc: v1.1.0
- sigs.k8s.io/promo-tools/v3: v3.4.2
- sigs.k8s.io/zeitgeist: v0.3.5
- sourcegraph.com/sourcegraph/appdash: ebfcffb
- sourcegraph.com/sqs/pbtypes: d3ebe8f