Release notes
Welcome to our glorious v0.7.0 release of the security-profiles-operator! We hope you enjoy this release as much as we do! The general usage and setup can be found in our documentation. 🥳 👯
To install the operator, run:
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/security-profiles-operator/v0.7.0/deploy/operator.yaml
You can also verify the container image signature by using cosign:
$ cosign verify --certificate-identity-regexp '.*' --certificate-oidc-issuer-regexp '.*' \
registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.7.0
Beside the operator image, we now also ship spoc
, the official Security Profiles Operator Command Line Interface! Binaries for amd64
and arm64
are attached to this release.
Feel free to provide us any kind of feedback in the official Kubernetes Slack #security-profiles-operator channel.
Changes by Kind
Deprecation
- Removed default nginx profile from operator deployment. (#1361, @saschagrunert)
Feature
- Added
--base-syscalls
tospoc record
to ensure compatibility with OCI runtimes like runc and crun. (#1510, @saschagrunert) - Added
spoc push/pull
command to manage profiles in OCI registries. (#1551, @saschagrunert) - Added
spoc run
command for experimental testing of seccomp profiles. (#1534, @saschagrunert) - Added
spoc
binary, the Security Profiles Operator CLI. This new binary is also part of the default container images. (#1490, @saschagrunert) - Added option to record raw seccomp JSON profiles via
spoc record -t raw-seccomp …
. (#1508, @saschagrunert) - Added support for recording seccomp profiles via
spoc record
. (#1497, @saschagrunert) - Allow to configure a custom kubelet root directory for each node or a pool of nodes. (#1476, @ccojocar)
- Allow to run the
spoc
CLI from an operatorspoc
/s
subcommand. (#1492, @saschagrunert) - CLI change: --namespace flag should be specified when installing the helm chart (#1499, @tuxerrante)
- Integrated enricher into
spoc run
(#1545, @saschagrunert) - Make the kubelet root directory configurable via KUBELET_DIR environment variable. (#1438, @ccojocar)
- Make the priority class name configurable in th SPOD configuration. (#1488, @ccojocar)
- Added registry, repository & tag in values.yaml to make SPO repo & image values configurable in helm charts. (#1396, @rahulroshan-kachchap)
- Exposed
enableSelinux
,enableLogEnricher
andenableAppArmor
values in the helm chart values.yaml to make it configurable by the user during the deployment. (#1376, @rahulroshan-kachchap)
Documentation
- Add a README.md to make user easily discover available SPO settings in the helm chart (#1542, @chenliu1993)
- Automatically adding
replaces
andcontainerImage
to OperatorHub manifest bundle. (#1326, @saschagrunert) - Switched to
gcr.io/kubebuilder/kube-rbac-proxy
fromquay.io/brancz
. (#1429, @saschagrunert) - Add an architecture diagram. (#1550, @ccojocar)
Bug or Regression
-
Add an option to enable memory optimization inside of spod daemon. (#1425, @ccojocar)
-
Fix memory optimization feature after upgrading to controller-runtime v0.14.5. (#1543, @ccojocar)
-
Fix profiling when bpf-recorder is enabled but SELinux is disabled. (#1420, @ccojocar)
-
Fix vagrant for Flatcar Linux to work with Kubernetes 1.26. (#1392, @ccojocar)
-
Fixed a bug where SELinux policies inheriting from another template than container
would not load correctly. (#1495, @jhrozek) -
Install the default log enricher sccomp profile only when log enricher is enabled in the spod configuration. (#1388, @ccojocar)
-
Modified default operator seccomp profile for Amazon Linux 2 (5.4.226-129.415.amzn2.x86_64) (#1434, @saschagrunert)
-
Mount the custom kubelet root directory inside non-root-enabler container when is different from default. (#1447, @ccojocar)
-
Reworked the bpfrecorder to record syscalls per mntns intead of PID. (#1511, @ccojocar)
-
The ProfileRecording setting mergeStrategy=containers did not work
as expected, it was merging all containers from a single recording
into a single policy. This PR fixes the bug and now a single policy
is generated for each container. (#1380, @jhrozek) -
Update the volume mount on the effective object of non-root-enabler container instead of a copy with no effect. (#1450, @ccojocar)
-
When using OLM to install the SPO from a bundle, SPO now defaults to installation in all namespaces and watching CRs across all namespaces. Please refer to https://olm.operatorframework.io/docs/advanced-tasks/operator-scoping-with-operatorgroups/ to learn how to scope the operator to either watch only a subset of namespaces or install SPO to a different namespace when using OLM.
Note that the other installation methods or the RESTRICT_TO_NAMESPACE environment variables are not affected by this change and work as before. (#1337, @jhrozek)
Other (Cleanup or Flake)
- The events in the profilerecorder were renamed to be security-profile-agnostic. Previously, an event that included Seccomp in the name was used for all security profiles. (#1343, @jhrozek)
- Updated
vmlinux.h
to be based on Fedora 37 (#1331, @saschagrunert) - Updated cert-manager to v1.10.1. (#1329, @saschagrunert)
- Updated cert-manager to v1.11.0. (#1414, @saschagrunert)
- Updated crun base seccomp profile to work with crun v1.8. (#1532, @saschagrunert)
- Configure the SELinux type tag when the AppArmor is disabled regardless of
EnableSelinux
flag. (#1339, @ccojocar) - Update golangci-lint to version 1.51.0. (#1453, @ccojocar)
- Use the PID when looking up the command in eBPF map. (#1311, @ccojocar)
Dependencies
Added
- chainguard.dev/go-grpc-kit: v0.14.0
- cloud.google.com/go/accessapproval: v1.5.0
- cloud.google.com/go/accesscontextmanager: v1.4.0
- cloud.google.com/go/aiplatform: v1.27.0
- cloud.google.com/go/analytics: v0.12.0
- cloud.google.com/go/apigateway: v1.4.0
- cloud.google.com/go/apigeeconnect: v1.4.0
- cloud.google.com/go/appengine: v1.5.0
- cloud.google.com/go/area120: v0.6.0
- cloud.google.com/go/artifactregistry: v1.9.0
- cloud.google.com/go/asset: v1.10.0
- cloud.google.com/go/assuredworkloads: v1.9.0
- cloud.google.com/go/automl: v1.8.0
- cloud.google.com/go/baremetalsolution: v0.4.0
- cloud.google.com/go/batch: v0.4.0
- cloud.google.com/go/beyondcorp: v0.3.0
- cloud.google.com/go/billing: v1.7.0
- cloud.google.com/go/binaryauthorization: v1.4.0
- cloud.google.com/go/certificatemanager: v1.4.0
- cloud.google.com/go/channel: v1.9.0
- cloud.google.com/go/cloudbuild: v1.4.0
- cloud.google.com/go/clouddms: v1.4.0
- cloud.google.com/go/cloudtasks: v1.8.0
- cloud.google.com/go/compute/metadata: v0.2.3
- cloud.google.com/go/contactcenterinsights: v1.4.0
- cloud.google.com/go/container: v1.7.0
- cloud.google.com/go/containeranalysis: v0.6.0
- cloud.google.com/go/datacatalog: v1.8.0
- cloud.google.com/go/dataflow: v0.7.0
- cloud.google.com/go/dataform: v0.5.0
- cloud.google.com/go/datafusion: v1.5.0
- cloud.google.com/go/datalabeling: v0.6.0
- cloud.google.com/go/dataplex: v1.4.0
- cloud.google.com/go/dataproc: v1.8.0
- cloud.google.com/go/dataqna: v0.6.0
- cloud.google.com/go/datastream: v1.5.0
- cloud.google.com/go/deploy: v1.5.0
- cloud.google.com/go/dialogflow: v1.19.0
- cloud.google.com/go/dlp: v1.7.0
- cloud.google.com/go/documentai: v1.10.0
- cloud.google.com/go/domains: v0.7.0
- cloud.google.com/go/edgecontainer: v0.2.0
- cloud.google.com/go/errorreporting: v0.3.0
- cloud.google.com/go/essentialcontacts: v1.4.0
- cloud.google.com/go/eventarc: v1.8.0
- cloud.google.com/go/filestore: v1.4.0
- cloud.google.com/go/functions: v1.9.0
- cloud.google.com/go/gaming: v1.8.0
- cloud.google.com/go/gkebackup: v0.3.0
- cloud.google.com/go/gkeconnect: v0.6.0
- cloud.google.com/go/gkehub: v0.10.0
- cloud.google.com/go/gkemulticloud: v0.4.0
- cloud.google.com/go/gsuiteaddons: v1.4.0
- cloud.google.com/go/iam: v0.8.0
- cloud.google.com/go/iap: v1.5.0
- cloud.google.com/go/ids: v1.2.0
- cloud.google.com/go/iot: v1.4.0
- cloud.google.com/go/kms: v1.8.0
- cloud.google.com/go/language: v1.8.0
- cloud.google.com/go/lifesciences: v0.6.0
- cloud.google.com/go/logging: v1.6.1
- cloud.google.com/go/longrunning: v0.3.0
- cloud.google.com/go/managedidentities: v1.4.0
- cloud.google.com/go/maps: v0.1.0
- cloud.google.com/go/mediatranslation: v0.6.0
- cloud.google.com/go/memcache: v1.7.0
- cloud.google.com/go/metastore: v1.8.0
- cloud.google.com/go/monitoring: v1.8.0
- cloud.google.com/go/networkconnectivity: v1.7.0
- cloud.google.com/go/networkmanagement: v1.5.0
- cloud.google.com/go/networksecurity: v0.6.0
- cloud.google.com/go/notebooks: v1.5.0
- cloud.google.com/go/optimization: v1.2.0
- cloud.google.com/go/orchestration: v1.4.0
- cloud.google.com/go/orgpolicy: v1.5.0
- cloud.google.com/go/osconfig: v1.10.0
- cloud.google.com/go/oslogin: v1.7.0
- cloud.google.com/go/phishingprotection: v0.6.0
- cloud.google.com/go/policytroubleshooter: v1.4.0
- cloud.google.com/go/privatecatalog: v0.6.0
- cloud.google.com/go/pubsublite: v1.5.0
- cloud.google.com/go/recaptchaenterprise/v2: v2.5.0
- cloud.google.com/go/recommendationengine: v0.6.0
- cloud.google.com/go/recommender: v1.8.0
- cloud.google.com/go/redis: v1.10.0
- cloud.google.com/go/resourcemanager: v1.4.0
- cloud.google.com/go/resourcesettings: v1.4.0
- cloud.google.com/go/retail: v1.11.0
- cloud.google.com/go/run: v0.3.0
- cloud.google.com/go/scheduler: v1.7.0
- cloud.google.com/go/secretmanager: v1.9.0
- cloud.google.com/go/security: v1.12.0
- cloud.google.com/go/securitycenter: v1.16.0
- cloud.google.com/go/servicecontrol: v1.5.0
- cloud.google.com/go/servicedirectory: v1.7.0
- cloud.google.com/go/servicemanagement: v1.5.0
- cloud.google.com/go/serviceusage: v1.4.0
- cloud.google.com/go/shell: v1.4.0
- cloud.google.com/go/speech: v1.9.0
- cloud.google.com/go/storagetransfer: v1.6.0
- cloud.google.com/go/talent: v1.4.0
- cloud.google.com/go/texttospeech: v1.5.0
- cloud.google.com/go/tpu: v1.4.0
- cloud.google.com/go/trace: v1.4.0
- cloud.google.com/go/translate: v1.4.0
- cloud.google.com/go/video: v1.9.0
- cloud.google.com/go/videointelligence: v1.9.0
- cloud.google.com/go/vision/v2: v2.5.0
- cloud.google.com/go/vmmigration: v1.3.0
- cloud.google.com/go/vmwareengine: v0.1.0
- cloud.google.com/go/vpcaccess: v1.5.0
- cloud.google.com/go/webrisk: v1.7.0
- cloud.google.com/go/websecurityscanner: v1.4.0
- cloud.google.com/go/workflows: v1.9.0
- filippo.io/edwards25519: v1.0.0
- github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper: v0.2.0
- github.com/PaesslerAG/gval: v1.0.0
- github.com/PaesslerAG/jsonpath: v0.1.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/andreyvit/diff: c7f18ee
- github.com/apache/beam/sdks/v2: ef43645
- github.com/arbovm/levenshtein: 48b4e1c
- github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream: v1.4.3
- github.com/aws/aws-sdk-go-v2/internal/v4a: v1.0.5
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding: v1.9.3
- github.com/aws/aws-sdk-go-v2/service/internal/checksum: v1.1.9
- github.com/aws/aws-sdk-go-v2/service/internal/s3shared: v1.13.8
- github.com/aws/aws-sdk-go-v2/service/kms: v1.20.0
- github.com/aws/aws-sdk-go-v2/service/s3: v1.27.1
- github.com/aws/aws-sdk-go-v2/service/ssooidc: v1.14.0
- github.com/beeker1121/goque: d618510
- github.com/beevik/etree: v1.1.0
- github.com/beevik/ntp: v0.3.0
- github.com/blendle/zapdriver: v1.3.1
- github.com/bradfitz/gomemcache: a41fca8
- github.com/bytecodealliance/wasmtime-go/v3: v3.0.2
- github.com/cavaliercoder/badio: ce52801
- github.com/cavaliercoder/go-cpio: 925f952
- github.com/cavaliercoder/go-rpm: 8cb9fd9
- github.com/clbanning/mxj/v2: v2.5.6
- github.com/cockroachdb/apd: v1.1.0
- github.com/codahale/rfc6979: 6a90f24
- github.com/container-orchestrated-devices/container-device-interface: v0.5.3
- github.com/depcheck-test/depcheck-test: 199033a
- github.com/dgraph-io/badger/v3: v3.2103.5
- github.com/dgraph-io/ristretto: v0.1.1
- github.com/dgryski/go-farm: a6ae236
- github.com/dgryski/go-rendezvous: 9f7001d
- github.com/dgryski/trifles: dd97f9a
- github.com/digitorus/pkcs7: 001c36b
- github.com/digitorus/timestamp: ef3b63b
- github.com/eggsampler/acme/v3: v3.3.0
- github.com/facebookgo/clock: 600d898
- github.com/facebookgo/limitgroup: 6abd8d7
- github.com/facebookgo/muster: fd3d795
- github.com/flynn/go-docopt: f6dd2eb
- github.com/fortytw2/leaktest: v1.3.0
- github.com/foxcpp/go-mockdns: fb145fc
- github.com/fxamacker/cbor/v2: v2.4.0
- github.com/go-jose/go-jose/v3: v3.0.0
- github.com/go-playground/assert/v2: v2.0.1
- github.com/go-redis/redis/v8: v8.11.5
- github.com/go-rod/rod: v0.112.3
- github.com/go-test/deep: v1.1.0
- github.com/goadesign/goa: v2.2.5+incompatible
- github.com/gobuffalo/attrs: a9411de
- github.com/gobuffalo/depgen: v0.1.0
- github.com/gobuffalo/envy: v1.7.0
- github.com/gobuffalo/genny: v0.1.1
- github.com/gobuffalo/gitgen: cc08618
- github.com/gobuffalo/gogen: v0.1.1
- github.com/gobuffalo/logger: 86e12af
- github.com/gobuffalo/mapi: v1.0.2
- github.com/gobuffalo/packd: v0.1.0
- github.com/gobuffalo/packr/v2: v2.2.0
- github.com/gobuffalo/syncx: 33c2958
- github.com/google/flatbuffers: v1.12.1
- github.com/google/go-github/v50: v50.0.0
- github.com/google/go-licenses: ce1d916
- github.com/google/licenseclassifier: bb04aff
- github.com/google/rpmpack: dc539ef
- github.com/google/tink/go: v1.7.0
- github.com/google/wire: v0.5.0
- github.com/googleapis/go-type-adapters: v1.0.0
- github.com/googleapis/google-cloud-go-testing: bcd43fb
- github.com/honeycombio/beeline-go: v1.10.0
- github.com/honeycombio/libhoney-go: v1.16.0
- github.com/howeyc/gopass: 7cb4b85
- github.com/jellydator/ttlcache/v2: v2.11.1
- github.com/jmhodges/clock: 880ee4c
- github.com/joho/godotenv: v1.3.0
- github.com/karrick/godirwalk: v1.10.3
- github.com/kelseyhightower/envconfig: v1.4.0
- github.com/letsencrypt/challtestsrv: v1.2.1
- github.com/markbates/oncer: bf2de49
- github.com/markbates/safe: v1.0.1
- github.com/mediocregopher/radix/v4: v4.1.1
- github.com/mistifyio/go-zfs/v3: v3.0.0
- github.com/montanaflynn/stats: 1bf9dbc
- github.com/mozillazg/docker-credential-acr-helper: v0.3.0
- github.com/peterh/liner: bf27d3b
- github.com/pkg/browser: 681adbf
- github.com/pkg/diff: 20ebb0f
- github.com/prometheus/prometheus: v2.5.0+incompatible
- github.com/qur/ar: 282534b
- github.com/sassoftware/go-rpmutils: v0.1.1
- github.com/sigstore/cosign/v2: v2.0.0
- github.com/sigstore/timestamp-authority: v0.2.1
- github.com/smallstep/assert: 82e2b9b
- github.com/src-d/gcfg: v1.4.0
- github.com/streadway/amqp: v1.0.0
- github.com/tchap/go-patricia/v2: v2.3.1
- github.com/tidwall/pretty: v1.2.0
- github.com/tilinna/clock: v1.1.0
- github.com/tjfoc/gmsm: v1.3.2
- github.com/urfave/negroni: v1.0.0
- github.com/veraison/go-cose: v1.0.0-rc.1
- github.com/vmihailenco/msgpack/v5: v5.3.5
- github.com/vmihailenco/tagparser/v2: v2.0.0
- github.com/weppos/publicsuffix-go: e4081aa
- github.com/withfig/autocomplete-tools/integrations/cobra: v1.2.1
- github.com/x448/float16: v0.8.4
- github.com/xdg-go/pbkdf2: v1.0.0
- github.com/xdg-go/scram: v1.1.1
- github.com/xdg-go/stringprep: v1.0.3
- github.com/ysmood/goob: v0.4.0
- github.com/ysmood/gson: v0.7.3
- github.com/ysmood/leakless: v0.8.0
- github.com/zalando/go-keyring: v0.1.1
- github.com/zmap/zcrypto: 599ec18
- github.com/zmap/zlint/v3: v3.4.0
- go.step.sm/crypto: v0.25.0
- go.uber.org/automaxprocs: v1.5.1
- goa.design/goa: v2.2.5+incompatible
- gocloud.dev: 028788a
- google.golang.org/grpc/examples: f2fbb0e
- gopkg.in/alexcesaro/statsd.v2: v2.0.0
- gopkg.in/src-d/go-git.v4: v4.13.1
- k8s.io/kms: v0.26.1
- knative.dev/pkg: 408ad07
- oras.land/oras-go/v2: v2.0.2
Changed
- cloud.google.com/go/bigquery: v1.8.0 → v1.44.0
- cloud.google.com/go/compute: v1.7.0 → v1.18.0
- cloud.google.com/go/datastore: v1.1.0 → v1.10.0
- cloud.google.com/go/firestore: v1.6.0 → v1.9.0
- cloud.google.com/go/pubsub: v1.5.0 → v1.27.1
- cloud.google.com/go/spanner: v1.7.0 → v1.41.0
- cloud.google.com/go/storage: v1.10.0 → v1.23.0
- cloud.google.com/go: v0.99.0 → v0.107.0
- contrib.go.opencensus.io/exporter/stackdriver: v0.13.4 → v0.13.12
- github.com/Azure/azure-sdk-for-go: v66.0.0+incompatible → v68.0.0+incompatible
- github.com/Azure/go-autorest/autorest/azure/auth: v0.5.11 → v0.5.12
- github.com/Azure/go-autorest/autorest/azure/cli: v0.4.5 → v0.4.6
- github.com/Azure/go-autorest/autorest/mocks: v0.4.1 → v0.4.2
- github.com/Masterminds/semver/v3: v3.1.1 → v3.2.0
- github.com/Masterminds/sprig/v3: v3.2.2 → v3.2.3
- github.com/Microsoft/go-winio: v0.5.2 → v0.6.0
- github.com/Microsoft/hcsshim: v0.9.3 → v0.9.6
- github.com/Venafi/vcert/v4: v4.22.1 → v4.23.0
- github.com/acobaugh/osrelease: a93a0a5 → v0.1.0
- github.com/agnivade/levenshtein: v1.0.1 → v1.1.1
- github.com/andybalholm/brotli: v1.0.3 → v1.0.1
- github.com/antlr/antlr4/runtime/Go/antlr: f25a4f6 → v1.4.10
- github.com/aquasecurity/libbpfgo: 1.0.1 → 1.1.0
- github.com/armon/go-metrics: v0.3.9 → v0.4.1
- github.com/aws/aws-sdk-go-v2/config: v1.17.1 → v1.18.8
- github.com/aws/aws-sdk-go-v2/credentials: v1.12.14 → v1.13.8
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: v1.12.12 → v1.12.21
- github.com/aws/aws-sdk-go-v2/internal/configsources: v1.1.18 → v1.1.27
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2: v2.4.12 → v2.4.21
- github.com/aws/aws-sdk-go-v2/internal/ini: v1.3.19 → v1.3.28
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url: v1.9.12 → v1.9.21
- github.com/aws/aws-sdk-go-v2/service/sso: v1.11.17 → v1.12.0
- github.com/aws/aws-sdk-go-v2/service/sts: v1.16.13 → v1.18.0
- github.com/aws/aws-sdk-go-v2: v1.16.11 → v1.17.3
- github.com/aws/aws-sdk-go: v1.44.111 → v1.44.195
- github.com/aws/smithy-go: v1.12.1 → v1.13.5
- github.com/bketelsen/crypt: v0.0.4 → 5cbc8cc
- github.com/cenkalti/backoff/v3: v3.0.0 → v3.2.2
- github.com/cenkalti/backoff/v4: v4.1.3 → v4.2.0
- github.com/census-instrumentation/opencensus-proto: v0.3.0 → v0.4.1
- github.com/cert-manager/cert-manager: v1.10.1 → v1.11.0
- github.com/cespare/xxhash/v2: v2.1.2 → v2.2.0
- github.com/chzyer/readline: 2972be2 → v1.5.1
- github.com/cncf/udpa/go: 04548b0 → c52dc94
- github.com/cncf/xds/go: a8f9461 → 06c439d
- github.com/containerd/cgroups: v1.0.3 → v1.0.4
- github.com/containerd/containerd: v1.6.6 → v1.6.16
- github.com/containerd/stargz-snapshotter/estargz: v0.12.0 → v0.14.3
- github.com/containernetworking/cni: v1.1.1 → v1.1.2
- github.com/containernetworking/plugins: v1.1.1 → v1.2.0
- github.com/containers/common: 400832f → v0.51.0
- github.com/containers/image/v5: v5.21.1 → v5.24.0
- github.com/containers/libtrust: 9c3a6c2 → c1716e8
- github.com/containers/ocicrypt: 566b808 → v1.1.7
- github.com/containers/storage: v1.40.2 → v1.45.3
- github.com/coreos/go-oidc/v3: v3.2.0 → v3.5.0
- github.com/coreos/go-systemd/v22: v22.3.2 → v22.5.0
- github.com/coreos/go-systemd: e64a0ec → 95778df
- github.com/creack/pty: v1.1.11 → v1.1.9
- github.com/cyberphone/json-canonicalization: dc406ce → 57a0ce2
- github.com/danieljoos/wincred: v1.1.0 → v1.1.2
- github.com/docker/cli: v20.10.17+incompatible → v23.0.1+incompatible
- github.com/docker/docker-credential-helpers: v0.6.4 → v0.7.0
- github.com/docker/docker: v20.10.17+incompatible → v23.0.1+incompatible
- github.com/docker/go-units: v0.4.0 → v0.5.0
- github.com/dustin/go-humanize: v1.0.0 → v1.0.1
- github.com/emicklei/go-restful/v3: v3.8.0 → v3.9.0
- github.com/envoyproxy/go-control-plane: 49ff273 → v0.10.3
- github.com/envoyproxy/protoc-gen-validate: v0.6.2 → v0.9.1
- github.com/felixge/httpsnoop: v1.0.1 → v1.0.3
- github.com/form3tech-oss/jwt-go: v3.2.3+incompatible → v3.2.5+incompatible
- github.com/frankban/quicktest: v1.11.3 → v1.14.3
- github.com/fsnotify/fsnotify: v1.5.4 → v1.6.0
- github.com/fullstorydev/grpcurl: v1.8.6 → v1.8.7
- github.com/go-gorp/gorp/v3: v3.0.2 → v3.1.0
- github.com/go-ini/ini: v1.25.4 → v1.67.0
- github.com/go-kit/kit: v0.9.0 → v0.8.0
- github.com/go-kit/log: v0.2.0 → v0.2.1
- github.com/go-openapi/runtime: v0.24.1 → v0.25.0
- github.com/go-playground/validator/v10: v10.11.0 → v10.11.1
- github.com/go-redis/redis: v6.15.8+incompatible → v6.15.9+incompatible
- github.com/go-sql-driver/mysql: v1.5.0 → v1.6.0
- github.com/go-stack/stack: v1.8.0 → v1.8.1
- github.com/gobuffalo/flect: v0.2.5 → v0.3.0
- github.com/godbus/dbus: ade71ed → v4.1.0+incompatible
- github.com/golang/protobuf: v1.5.2 → v1.5.3
- github.com/google/btree: v1.0.1 → v1.1.2
- github.com/google/cel-go: v0.12.5 → v0.12.6
- github.com/google/certificate-transparency-go: v1.1.3 → v1.1.4
- github.com/google/go-cmp: v0.5.8 → v0.5.9
- github.com/google/go-containerregistry: v0.11.0 → v0.14.0
- github.com/google/martian/v3: v3.2.1 → v3.3.2
- github.com/google/trillian: v1.4.1 → 0a389c4
- github.com/googleapis/enterprise-certificate-proxy: v0.1.0 → v0.2.3
- github.com/googleapis/gax-go/v2: v2.4.0 → v2.7.0
- github.com/gopherjs/gopherjs: 0766667 → fce0ec3
- github.com/gregjones/httpcache: 901d907 → 9cad4c3
- github.com/grpc-ecosystem/go-grpc-prometheus: v1.2.0 → 82c2437
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.11.2 → v2.15.0
- github.com/hashicorp/consul/api: v1.10.1 → v1.18.0
- github.com/hashicorp/consul/sdk: v0.8.0 → v0.1.1
- github.com/hashicorp/go-hclog: v1.2.0 → v1.3.1
- github.com/hashicorp/go-plugin: v1.4.3 → v1.4.6
- github.com/hashicorp/go-secure-stdlib/mlock: v0.1.1 → v0.1.2
- github.com/hashicorp/go-secure-stdlib/parseutil: v0.1.6 → v0.1.7
- github.com/hashicorp/go-uuid: v1.0.2 → v1.0.3
- github.com/hashicorp/go-version: v1.2.1 → v1.6.0
- github.com/hashicorp/mdns: v1.0.1 → v1.0.0
- github.com/hashicorp/memberlist: v0.2.2 → v0.1.3
- github.com/hashicorp/serf: v0.9.5 → v0.10.1
- github.com/hashicorp/vault/api: v1.8.0 → v1.8.2
- github.com/hashicorp/vault/sdk: v0.6.0 → v0.6.1
- github.com/hashicorp/yamux: 3520598 → v0.1.1
- github.com/huandu/xstrings: v1.3.2 → v1.3.3
- github.com/imdario/mergo: v0.3.12 → v0.3.13
- github.com/in-toto/in-toto-golang: fa494aa → v0.6.0
- github.com/inconshreveable/mousetrap: v1.0.0 → v1.1.0
- github.com/jellydator/ttlcache/v3: v3.0.0 → v3.0.1
- github.com/jessevdk/go-flags: v1.5.0 → v1.4.0
- github.com/jhump/protoreflect: v1.12.0 → v1.14.0
- github.com/kevinburke/ssh_config: v1.1.0 → 01f96b0
- github.com/kisielk/errcheck: v1.6.0 → v1.5.0
- github.com/klauspost/compress: v1.15.8 → v1.16.0
- github.com/klauspost/pgzip: v1.2.5 → 17e8dac
- github.com/konsorten/go-windows-terminal-sequences: v1.0.3 → v1.0.2
- github.com/kr/pretty: v0.3.0 → v0.3.1
- github.com/kr/pty: v1.1.5 → v1.1.1
- github.com/letsencrypt/boulder: 27de4be → 85aa520
- github.com/lib/pq: v1.10.6 → v1.10.7
- github.com/magiconair/properties: v1.8.6 → v1.8.7
- github.com/mattn/go-colorable: v0.1.12 → v0.1.13
- github.com/mattn/go-isatty: v0.0.14 → v0.0.16
- github.com/mattn/go-runewidth: v0.0.13 → v0.0.14
- github.com/mattn/go-sqlite3: v1.9.0 → v1.14.15
- github.com/matttproud/golang_protobuf_extensions: c182aff → v1.0.4
- github.com/maxbrunsfeld/counterfeiter/v6: v6.5.0 → v6.6.1
- github.com/mitchellh/cli: v1.1.0 → v1.0.0
- github.com/mitchellh/go-testing-interface: v1.0.0 → v1.14.1
- github.com/moby/sys/mountinfo: v0.6.1 → v0.6.2
- github.com/moby/term: 3f7ff69 → 1aeaba8
- github.com/oklog/run: v1.0.0 → v1.1.0
- github.com/onsi/ginkgo/v2: v2.2.0 → v2.7.0
- github.com/onsi/gomega: v1.20.2 → v1.26.0
- github.com/open-policy-agent/opa: v0.43.0 → v0.49.0
- github.com/opencontainers/image-spec: 8b9d41f → v1.1.0-rc2
- github.com/opencontainers/runc: v1.1.2 → v1.1.4
- github.com/opencontainers/runtime-spec: 1c3f411 → v1.1.0-rc.1
- github.com/opencontainers/runtime-tools: v0.9.0 → 58c91d6
- github.com/opencontainers/selinux: v1.10.1 → v1.10.2
- github.com/openshift/api: b632c5f → f2fbb1d
- github.com/pelletier/go-toml/v2: v2.0.1 → v2.0.6
- github.com/pierrec/lz4: v2.5.2+incompatible → v2.6.1+incompatible
- github.com/pjbgf/go-apparmor: v0.1.1 → v0.1.2
- github.com/pkg/sftp: v1.10.1 → v1.13.5
- github.com/posener/complete: v1.2.3 → v1.1.1
- github.com/proglottis/gpgme: v0.1.1 → v0.1.3
- github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring: v0.60.1 → v0.63.0
- github.com/prometheus/common: v0.37.0 → v0.39.0
- github.com/prometheus/procfs: v0.8.0 → v0.9.0
- github.com/pseudomuto/protoc-gen-doc: v1.3.2 → v1.5.1
- github.com/rivo/uniseg: v0.2.0 → v0.4.3
- github.com/rogpeppe/go-internal: v1.8.1 → v1.9.0
- github.com/rs/cors: v1.7.0 → v1.8.3
- github.com/sagikazarmark/crypt: v0.1.0 → v0.9.0
- github.com/seccomp/libseccomp-golang: 3879420 → v0.10.0
- github.com/sigstore/fulcio: v0.5.3 → v1.1.0
- github.com/sigstore/rekor: v0.11.0 → v1.0.1
- github.com/sigstore/sigstore: v1.4.0 → v1.5.1
- github.com/smartystreets/assertions: b2de0cb → v1.1.0
- github.com/spf13/afero: v1.8.2 → v1.9.3
- github.com/spf13/cobra: v1.5.0 → v1.6.1
- github.com/spf13/viper: v1.12.0 → v1.15.0
- github.com/spiffe/go-spiffe/v2: v2.1.1 → v2.1.2
- github.com/stretchr/testify: v1.8.1 → v1.8.2
- github.com/subosito/gotenv: v1.3.0 → v1.4.2
- github.com/sylabs/sif/v2: v2.7.0 → v2.9.0
- github.com/syndtr/goleveldb: 2ae1ddf → 126854a
- github.com/theupdateframework/go-tuf: v0.3.1 → v0.5.2
- github.com/ulikunitz/xz: v0.5.10 → v0.5.11
- github.com/urfave/cli/v2: v2.23.5 → v2.25.0
- github.com/vbauerster/mpb/v7: v7.4.1 → v7.5.3
- github.com/vishvananda/netlink: f5de759 → v1.2.1-beta.2
- github.com/xanzy/go-gitlab: v0.73.1 → v0.80.2
- github.com/xanzy/ssh-agent: v0.3.1 → v0.2.1
- github.com/zeebo/errs: v1.2.2 → v1.3.0
- go.etcd.io/etcd/api/v3: v3.6.0-alpha.0 → v3.5.6
- go.etcd.io/etcd/client/pkg/v3: v3.6.0-alpha.0 → v3.5.6
- go.etcd.io/etcd/client/v2: v2.306.0-alpha.0 → v2.305.6
- go.etcd.io/etcd/client/v3: v3.6.0-alpha.0 → v3.5.6
- go.etcd.io/etcd/etcdctl/v3: v3.6.0-alpha.0 → v3.5.5
- go.etcd.io/etcd/etcdutl/v3: v3.6.0-alpha.0 → v3.5.5
- go.etcd.io/etcd/pkg/v3: v3.6.0-alpha.0 → v3.5.5
- go.etcd.io/etcd/raft/v3: v3.6.0-alpha.0 → v3.5.5
- go.etcd.io/etcd/server/v3: v3.6.0-alpha.0 → v3.5.5
- go.etcd.io/etcd/tests/v3: v3.6.0-alpha.0 → v3.5.5
- go.etcd.io/etcd/v3: v3.6.0-alpha.0 → v3.5.5
- go.mongodb.org/mongo-driver: v1.10.0 → v1.11.1
- go.mozilla.org/pkcs7: 432b235 → 33d0574
- go.opencensus.io: v0.23.0 → v0.24.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.28.0 → v0.35.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.20.0 → v0.35.0
- go.opentelemetry.io/contrib: v0.20.0 → v1.6.0
- go.opentelemetry.io/otel/exporters/otlp/internal/retry: v1.7.0 → v1.13.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.7.0 → v1.12.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.7.0 → v1.13.0
- go.opentelemetry.io/otel/metric: v0.20.0 → v0.31.0
- go.opentelemetry.io/otel/sdk: v1.7.0 → v1.13.0
- go.opentelemetry.io/otel/trace: v1.7.0 → v1.13.0
- go.opentelemetry.io/otel: v1.7.0 → v1.13.0
- go.opentelemetry.io/proto/otlp: v0.16.0 → v0.19.0
- go.uber.org/goleak: v1.1.12 → v1.2.0
- go.uber.org/multierr: v1.8.0 → v1.9.0
- go.uber.org/zap: v1.22.0 → v1.24.0
- golang.org/x/crypto: 4ba4fb4 → v0.6.0
- golang.org/x/exp: 7b9b53b → 807a232
- golang.org/x/lint: 6edffad → 83fdc39
- golang.org/x/mod: 86c51ed → v0.9.0
- golang.org/x/net: db77216 → v0.8.0
- golang.org/x/oauth2: f213421 → v0.6.0
- golang.org/x/sync: 7f9b162 → v0.1.0
- golang.org/x/sys: 95e765b → v0.6.0
- golang.org/x/term: 065cf7b → v0.6.0
- golang.org/x/text: v0.4.0 → v0.8.0
- golang.org/x/time: e5dcc9c → v0.3.0
- golang.org/x/tools: v0.1.12 → v0.7.0
- golang.org/x/xerrors: 5ec99f8 → 04be3eb
- google.golang.org/api: v0.97.0 → v0.110.0
- google.golang.org/genproto: 01dd621 → 0dfe4f8
- google.golang.org/grpc/cmd/protoc-gen-go-grpc: v1.2.0 → v1.3.0
- google.golang.org/grpc: v1.51.0 → v1.53.0
- google.golang.org/protobuf: v1.28.1 → v1.30.0
- gopkg.in/src-d/go-billy.v4: v4.3.0 → v4.3.2
- gotest.tools/v3: v3.1.0 → v3.0.3
- helm.sh/helm/v3: v3.10.0 → v3.10.3
- honnef.co/go/tools: v0.2.1 → v0.0.1-2020.1.5
- k8s.io/api: v0.25.4 → v0.26.3
- k8s.io/apiextensions-apiserver: v0.25.2 → v0.26.1
- k8s.io/apimachinery: v0.25.4 → v0.26.3
- k8s.io/apiserver: v0.25.2 → v0.26.1
- k8s.io/cli-runtime: v0.25.2 → v0.26.3
- k8s.io/client-go: v0.25.4 → v0.26.3
- k8s.io/code-generator: v0.25.2 → v0.26.1
- k8s.io/component-base: v0.25.2 → v0.26.1
- k8s.io/gengo: c02415c → c0856e2
- k8s.io/klog/v2: v2.80.1 → v2.90.1
- k8s.io/kube-aggregator: v0.25.2 → v0.26.0
- k8s.io/kube-openapi: a70c9af → f3cff14
- k8s.io/kubectl: v0.25.2 → v0.26.0
- k8s.io/utils: 665eaae → 3401372
- oras.land/oras-go: v1.2.0 → v1.2.2
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.35
- sigs.k8s.io/controller-runtime: v0.13.1 → v0.14.5
- sigs.k8s.io/controller-tools: v0.10.0 → v0.11.3
- sigs.k8s.io/gateway-api: v0.5.0 → v0.6.0
- sigs.k8s.io/json: f223a00 → bc3834c
Removed
- 4d63.com/gochecknoglobals: v0.1.0
- bazil.org/fuse: 5883e5a
- github.com/14rcole/gopopulate: b175b21
- github.com/AdaLogics/go-fuzz-headers: 6c3934b
- github.com/Antonboom/errname: v0.1.5
- github.com/Antonboom/nilnil: v0.1.0
- github.com/DATA-DOG/go-sqlmock: v1.5.0
- github.com/Djarvur/go-err113: aea10b5
- github.com/Masterminds/vcs: v1.13.3
- github.com/Microsoft/hcsshim/test: 43a75bb
- github.com/OpenPeeDeeP/depguard: v1.0.1
- github.com/ProtonMail/go-crypto: a948124
- github.com/Shopify/logrus-bugsnag: 577dee2
- github.com/StackExchange/wmi: v1.2.1
- github.com/acomagu/bufpipe: v1.0.3
- github.com/alexflint/go-filemutex: v1.1.0
- github.com/alexkohler/prealloc: v1.0.0
- github.com/anmitsu/go-shlex: 648efa6
- github.com/aokoli/goutils: v1.0.1
- github.com/ashanbrown/forbidigo: v1.2.0
- github.com/ashanbrown/makezero: b626158
- github.com/bitly/go-simplejson: v0.5.0
- github.com/bits-and-blooms/bitset: v1.2.0
- github.com/bkielbasa/cyclop: v1.2.0
- github.com/blizzy78/varnamelen: v0.3.0
- github.com/bmizerany/assert: b7ed37b
- github.com/bombsimon/wsl/v3: v3.3.0
- github.com/breml/bidichk: v0.1.1
- github.com/bshuster-repo/logrus-logstash-hook: v1.0.0
- github.com/bugsnag/bugsnag-go: b1d1530
- github.com/bugsnag/osext: 0dd3f91
- github.com/bugsnag/panicwrap: e2c2850
- github.com/butuzov/ireturn: v0.1.1
- github.com/certifi/gocertifi: 2c3bb06
- github.com/charithe/durationcheck: v0.0.9
- github.com/chavacava/garif: e8a0a40
- github.com/checkpoint-restore/go-criu/v4: v4.1.0
- github.com/cockroachdb/datadriven: bf6692d
- github.com/cockroachdb/errors: v1.2.4
- github.com/cockroachdb/logtags: eb05cc2
- github.com/containerd/aufs: v1.0.0
- github.com/containerd/btrfs: v1.0.0
- github.com/containerd/continuity: v0.2.2
- github.com/containerd/fifo: v1.0.0
- github.com/containerd/go-cni: v1.1.6
- github.com/containerd/go-runc: v1.0.0
- github.com/containerd/imgcrypt: v1.1.4
- github.com/containerd/nri: v0.1.0
- github.com/containerd/ttrpc: v1.1.0
- github.com/containerd/typeurl: v1.0.2
- github.com/containerd/zfs: v1.0.0
- github.com/coreos/go-etcd: v2.0.0+incompatible
- github.com/coreos/go-iptables: v0.6.0
- github.com/coreos/go-oidc: v2.1.0+incompatible
- github.com/cpuguy83/go-md2man: v1.0.10
- github.com/d2g/dhcp4: a1d1b6c
- github.com/d2g/dhcp4client: v1.0.0
- github.com/d2g/dhcp4server: 7d4a0a7
- github.com/d2g/hardwareaddr: e7d9fbe
- github.com/daixiang0/gci: v0.2.9
- github.com/dave/dst: v0.26.2
- github.com/dave/gopackages: 46e7023
- github.com/dave/jennifer: v1.2.0
- github.com/dave/kerr: bc25dd6
- github.com/dave/rebecca: v0.9.1
- github.com/denis-tingajkin/go-header: v0.4.2
- github.com/denverdino/aliyungo: a747050
- github.com/distribution/distribution/v3: ffbd94c
- github.com/dnaeon/go-vcr: v1.0.1
- github.com/docker/go-events: e31b211
- github.com/docker/libtrust: aabc10e
- github.com/docker/spdystream: 449fdfc
- github.com/emicklei/go-restful: v2.9.5+incompatible
- github.com/esimonov/ifshort: v1.0.3
- github.com/ettle/strcase: v0.1.1
- github.com/fatih/structtag: v1.2.0
- github.com/flynn/go-shlex: 3f9db97
- github.com/fullsailor/pkcs7: d7302db
- github.com/fzipp/gocyclo: v0.3.1
- github.com/garyburd/redigo: 535138d
- github.com/getkin/kin-openapi: v0.76.0
- github.com/getsentry/raven-go: v0.2.0
- github.com/gliderlabs/ssh: v0.2.2
- github.com/go-critic/go-critic: v0.6.1
- github.com/go-git/gcfg: v1.5.0
- github.com/go-git/go-billy/v5: v5.3.1
- github.com/go-git/go-git-fixtures/v4: v4.2.1
- github.com/go-git/go-git/v5: v5.4.2
- github.com/go-ole/go-ole: v1.2.6
- github.com/go-toolsmith/astcast: v1.0.0
- github.com/go-toolsmith/astcopy: v1.0.0
- github.com/go-toolsmith/astequal: v1.0.1
- 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.2
- github.com/go-xmlfmt/xmlfmt: d5b6f63
- github.com/gofrs/flock: v0.8.1
- github.com/gogo/googleapis: v1.4.0
- github.com/golang-jwt/jwt: v3.2.2+incompatible
- github.com/golangci/check: cfe4005
- github.com/golangci/dupl: 3e9179a
- github.com/golangci/go-misc: 927a3d8
- github.com/golangci/gofmt: 244bba7
- github.com/golangci/golangci-lint: v1.43.0
- github.com/golangci/lint-1: 297bf36
- github.com/golangci/maligned: b1d8939
- github.com/golangci/misspell: v0.3.5
- github.com/golangci/revgrep: c22e500
- github.com/golangci/unconvert: 28b1c44
- github.com/gomodule/redigo: v1.8.2
- github.com/google/go-github/v45: v45.2.0
- github.com/googleapis/gnostic: v0.5.5
- github.com/gookit/color: v1.4.2
- github.com/gordonklaus/ineffassign: 2e10b26
- github.com/gorhill/cronexpr: 88b0669
- github.com/gorilla/handlers: v1.5.1
- github.com/gostaticanalysis/analysisutil: v0.7.1
- github.com/gostaticanalysis/comment: v1.4.2
- github.com/gostaticanalysis/forcetypeassert: 01d4955
- github.com/gostaticanalysis/nilerr: v0.1.1
- github.com/gostaticanalysis/testutil: v0.4.0
- github.com/intel/goresctrl: v0.2.0
- github.com/j-keck/arping: v1.0.2
- github.com/jgautheron/goconst: v1.5.1
- github.com/jingyugao/rowserrcheck: v1.1.1
- github.com/jirfag/go-printf-func-name: 7558a9e
- github.com/joefitzgerald/rainbow-reporter: v0.1.0
- github.com/josharian/txtarfs: 0702f00
- github.com/juju/ratelimit: v1.0.1
- github.com/julz/importas: 841f0c0
- github.com/k0kubun/colorstring: 9440f19
- github.com/kulti/thelper: v0.4.0
- github.com/kunwardeep/paralleltest: v1.0.3
- github.com/kyoh86/exportloopref: v0.1.8
- github.com/ldez/gomoddirectives: v0.2.2
- github.com/ldez/tagliatelle: v0.2.0
- github.com/linuxkit/virtsock: f8cee7d
- github.com/logrusorgru/aurora: a7b3b31
- github.com/lufia/plan9stats: 39d0f17
- github.com/maratori/testpackage: v1.0.1
- github.com/marstr/guid: v1.1.0
- github.com/matoous/godox: 6504466
- github.com/matryer/is: v1.4.0
- github.com/mattn/goveralls: v0.0.2
- github.com/mbilski/exhaustivestruct: v1.2.0
- github.com/mgechev/dots: e955255
- github.com/mgechev/revive: v1.1.2
- github.com/mistifyio/go-zfs: f784269
- github.com/mitchellh/go-ps: v1.0.0
- github.com/mitchellh/osext: 5e2d6d4
- github.com/moby/sys/signal: v0.6.0
- github.com/moby/sys/symlink: v0.2.0
- github.com/mohae/deepcopy: c48cc78
- github.com/moricho/tparallel: v0.2.1
- github.com/mozilla/scribe: fb71baf
- github.com/mozilla/tls-observatory: 7bc4285
- github.com/nakabonne/nestif: v0.3.1
- github.com/nbutton23/zxcvbn-go: fa2cb28
- github.com/ncw/swift: v1.0.47
- github.com/networkplumbing/go-nft: v0.2.0
- github.com/nishanths/exhaustive: v0.2.3
- github.com/nishanths/predeclared: v0.2.1
- github.com/openshift/build-machinery-go: 7e33a7e
- github.com/otiai10/curr: v1.0.0
- github.com/otiai10/mint: v1.3.1
- github.com/pborman/uuid: v1.2.0
- github.com/phayes/checkstyle: bfd46e6
- github.com/phayes/freeport: 74d24b5
- github.com/polyfloyd/go-errorlint: 910bb79
- github.com/pquerna/cachecontrol: 0dec1b3
- github.com/quasilyte/go-consistent: c6f3937
- github.com/quasilyte/go-ruleguard/dsl: v0.3.10
- github.com/quasilyte/go-ruleguard/rules: 545e0d2
- github.com/quasilyte/go-ruleguard: v0.3.13
- github.com/quasilyte/regex/syntax: 30656e2
- github.com/ryancurrah/gomodguard: v1.2.3
- github.com/ryanrolds/sqlclosecheck: v0.3.0
- github.com/safchain/ethtool: 9aa261d
- github.com/sanposhiho/wastedassign/v2: v2.0.6
- github.com/sclevine/agouti: v3.0.0+incompatible
- github.com/sebdah/goldie/v2: v2.5.3
- github.com/securego/gosec/v2: v2.9.1
- github.com/shazow/go-diff: b6b7b67
- github.com/shirou/gopsutil/v3: v3.21.10
- github.com/shurcooL/go-goon: 37c2f52
- github.com/shurcooL/go: 9e1955d
- github.com/sigstore/cosign: v1.11.1
- github.com/sivchari/tenv: v1.4.7
- github.com/sonatard/noctx: v0.0.1
- github.com/sourcegraph/go-diff: v0.6.1
- github.com/ssgreg/nlreturn/v2: v2.2.1
- github.com/sylvia7788/contextcheck: v1.0.4
- github.com/tdakkota/asciicheck: e657995
- github.com/tenntenn/modver: v1.0.1
- github.com/tenntenn/text/transform: 7eef512
- github.com/tetafro/godot: v1.4.11
- github.com/timakin/bodyclose: cb62158
- github.com/tklauser/go-sysconf: v0.3.9
- github.com/tklauser/numcpus: v0.3.0
- github.com/tomarrell/wrapcheck/v2: v2.4.0
- github.com/tommy-muehle/go-mnd/v2: v2.4.0
- github.com/tv42/httpunix: 2ba4b9c
- github.com/ugorji/go/codec: d75b2dc
- github.com/ultraware/funlen: v0.0.3
- github.com/ultraware/whitespace: v0.0.4
- github.com/uudashr/gocognit: v1.0.5
- github.com/valyala/bytebufferpool: v1.0.0
- github.com/valyala/fasthttp: v1.30.0
- github.com/valyala/quicktemplate: v1.7.0
- github.com/valyala/tcplisten: v1.0.0
- github.com/vektah/gqlparser/v2: v2.4.6
- github.com/viki-org/dnscache: c70c1f2
- github.com/willf/bitset: v1.1.11
- github.com/xo/terminfo: ca9a967
- github.com/yeya24/promlinter: v0.1.0
- github.com/yudai/gojsondiff: v1.0.0
- github.com/yudai/golcs: ecda9a5
- github.com/yudai/pp: v2.0.1+incompatible
- github.com/yvasiyarov/go-metrics: 57bccd1
- github.com/yvasiyarov/gorelic: a9bba5b
- github.com/yvasiyarov/newrelic_platform_go: b21fdbd
- go.etcd.io/etcd: dd1b699
- go.mozilla.org/mozlog: 4bb1313
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp: v1.3.0
- go.opentelemetry.io/otel/oteltest: v0.20.0
- go.uber.org/tools: 2cfd321
- golang.org/x/arch: b19384d
- google.golang.org/cloud: 975617b
- gopkg.in/airbrake/gobrake.v2: v2.0.9
- gopkg.in/gcfg.v1: v1.2.3
- gopkg.in/gemnasium/logrus-airbrake-hook.v2: v2.1.2
- gotest.tools: v2.2.0+incompatible
- k8s.io/cri-api: v0.23.1
- k8s.io/kubernetes: v1.13.0
- mvdan.cc/gofumpt: v0.1.1
- mvdan.cc/interfacer: c200402
- mvdan.cc/lint: adc824a
- mvdan.cc/unparam: aac4ce9
- sigs.k8s.io/release-sdk: v0.9.3
- sigs.k8s.io/zeitgeist: v0.3.5