Skip to content

v0.16.0

Compare
Choose a tag to compare
@saschagrunert saschagrunert released this 05 Oct 09:42
· 919 commits to master since this release
6d0cb46

Changes by Kind

Deprecation

  • Deprecate --create-website-pr on krel release-notes as there is no need to update the repo with latest release notes. They are now fetched automatically from GCS. (#3277, @ashnehete) [SIG Release]

Feature

  • Add osc (OpenBuildService CLI) to k8s-cloud-builder image (#3084, @xmudrii) [SIG Release]
  • Add configs for 1.29 and 1.28 for k8s-cloudbuilder and drop 1.24 (#3250, @cpanato) [SIG Release]
  • Added CRI-O package to krel obs (#3229, @saschagrunert) [SIG Release]
  • Added rpmlint to releng-ci image gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bookworm. (#3167, @saschagrunert) [SIG Release]
  • Allow setting OBS_USERNAME for a specific krel obs user (#3273, @saschagrunert) [SIG Release]
  • Allow string slices (architectures and packages) as krel obs arguments. (#3267, @saschagrunert) [SIG Release]
  • Build Go 1.19.10 and Go 1.20.5 based images (#3105, @jeremyrickard) [SIG Release]
  • Build Go 1.20.4 and 1.19.9 based images (#3029, @rayandas) [SIG Release]
  • Build Go 1.20.6 based images and remove references to Go 1.19 (#3154, @xmudrii) [SIG Release]
  • Build Go 1.20.7 images (#3189, @xmudrii) [SIG Release]
  • Build Go 1.21.1 and 1.20.8 images (#3253, @cpanato) [SIG Release]
  • Bump cosign image to v2.2.0 (#3241, @cpanato) [SIG Release]
  • Bump k8s-cloud-builder and k8s-ci-builder to Go 1.19.10 (#3116, @jeremyrickard) [SIG Release]
  • Bump k8s-cloud-builder and k8s-ci-builder to Go 1.19.9 (#3034, @xmudrii) [SIG Release]
  • Bump k8s-cloud-builder and k8s-ci-builder to Go 1.20.5 (#3145, @cpanato) [SIG Release]
  • Debian-iptables and distroless-iptables are now built with Go 1.20.5 (#3107, @jeremyrickard) [SIG Release]
  • Golang: Build 1.21 images (#3212, @cpanato) [SIG Release]
  • Golang: Build 1.21rc2 images (#3132, @cpanato) [SIG Release]
  • Golang: Build 1.21rc3 images (#3155, @cpanato) [SIG Release]
  • Golang: build 1.21rc4 images (#3190, @ameukam) [SIG Release]
  • Implement OBS release workflow via krel obs release command (#3098, @xmudrii) [SIG Release]
  • Implement OBS staging workflow via krel obs stage command (#3088, @xmudrii) [SIG Release]
  • Kubernetes 1.28+ packages hosted on pkgs.k8s.io require kubernetes-cni 1.2.0 and cri-tools 1.28.0 (#3192, @xmudrii) [SIG Release]
  • Make --workspace configurable in obs stage/release (#3271, @saschagrunert) [SIG Release]
  • The SBOM format can now be controlled in publish release github and JSON is now the default. (#3020, @puerco) [SIG Release]
  • Update distroless-iptables to use Go 1.20.6 (#3156, @xmudrii) [SIG Release]
  • Update distroless-iptables to use Go 1.20.7 (#3197, @jeremyrickard) [SIG Release]
  • Update distroless-iptables to use Go 1.21.1 (#3258, @cpanato) [SIG Release]
  • Update go images for 1.29 and 1.28 release branches and drop 1.24 config (#3234, @cpanato) [SIG Release]
  • Update k8s-cloud-builder to Go 1.20.6 (#3157, @xmudrii) [SIG Release]
  • Update k8s-cloud-builder to Go 1.20.7 (#3199, @jeremyrickard) [SIG Release]
  • Update k8s-cloud-builder/k8s-ci-builder to Go 1.20.8 (#3259, @cpanato) [SIG Release]
  • Update k8s-cloud-builder/k8s-ci-builder to Go 1.21.1 (#3257, @cpanato) [SIG Release]
  • Update to set go1.20 in go.mod and upgrade golangci-lint (#3073, @cpanato) [SIG Release]
  • Updated debian-iptables to switch to debian-bookworm. (#3136, @saschagrunert) [SIG Release]
  • Updated kube-cross protobuf version to v23.4. (#3147, @saschagrunert) [SIG Release]
  • Updated releng-ci image to use debian bookworm. (#3150, @saschagrunert) [SIG Release]
  • Updated setcap image to use debian bookworm. (#3139, @saschagrunert) [SIG Release]
  • Updated the kube-cross v1.28 image to use debian bookworm. (#3146, @saschagrunert) [SIG Release]
  • Upgrade code to be compatible with cosign v2 (#3078, @cpanato) [SIG Release]
  • Use debian 12 for go-runner 1.21 image. (#3233, @saschagrunert) [SIG Release]
  • Using debian 12 (bookworm) for all images. (#3127, @saschagrunert) [SIG Release]
  • krel obs specs command is refactored to better support OpenBuildService (OBS) workflow (#3079, @xmudrii) [SIG Release]

Bug or Regression

  • EnvironmentFile is changed from /etc/sysconfig/kubelet to /etc/default/kubelet for kubeadm Debian packages published to pkgs.k8s.io (#3279, @xmudrii) [SIG Release]
  • Fix version comparison in VerifyLatestUpdate (#3223, @xmudrii) [SIG Release]
  • Fixed --template-dir for krel obs release (#3272, @saschagrunert) [SIG Release]
  • Fixed grep usage in distroless-iptables, which is now on version v0.3.1. (#3237, @saschagrunert) [SIG Release]
  • Removed arm architecture from kubepkg command. (#3106, @saschagrunert) [SIG Release]
  • Removed workdir prefix from SHA*SUMS files. (#3227, @saschagrunert) [SIG Release]
  • Replace PROJECT and PROJECT_TAG GCB substitutions with OBS_PROJECT and OBS_PROJECT_TAG (#3174, @xmudrii) [SIG Release]

Other (Cleanup or Flake)

  • Add go boilerplate when running go generate (#3075, @cpanato) [SIG Release]
  • Publishing-bot issue will now be created in kubernetes/sig-release instead of k8s-release-robot/sig-release (#3198, @akhilerm) [SIG Release]
  • Remove "Kubernetes Source Code" artifact from being published on GitHub Releases (#2780, @xmudrii) [SIG Release]
  • Removed debian-iptables image. (#3153, @saschagrunert) [SIG Release]
  • Update k8s-ci-builder for go1.21 to use bullseye for 1.29 and default for next config keep on bookworm (#3251, @cpanato) [SIG Release]
  • Update release-utils to 243952c
    • Replace - with ~ in package version for OBS packages to support prereleases (#3094, @xmudrii) [SIG Release]
  • Upgrade osc binary in k8s-cloud-builder image. (#3278, @saschagrunert) [SIG Release]
  • krel obs specs: use default --channel release, --output . and --template-dir cmd/krel/templates/latest. (#3231, @saschagrunert) [SIG Release]

Dependencies

Added

  • chainguard.dev/go-grpc-kit: v0.16.0
  • dario.cat/mergo: v1.0.0
  • github.com/AdamKorcz/go-fuzz-headers-1: e936619
  • github.com/Azure/azure-sdk-for-go/sdk/azcore: v1.6.1
  • 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/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys: v0.12.0
  • github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal: v0.8.0
  • github.com/AzureAD/microsoft-authentication-library-for-go: v1.0.0
  • github.com/DataDog/appsec-internal-go: v1.0.0
  • github.com/DataDog/datadog-agent/pkg/obfuscate: v0.45.0-rc.1
  • github.com/DataDog/datadog-agent/pkg/remoteconfig/state: v0.45.0-rc.1
  • github.com/DataDog/datadog-go/v5: v5.3.0
  • github.com/DataDog/go-libddwaf: v1.2.0
  • github.com/DataDog/go-tuf: fork
  • github.com/DataDog/sketches-go: v1.2.1
  • github.com/alessio/shellescape: v1.4.1
  • github.com/bazelbuild/bazelisk: v1.13.2
  • github.com/bazelbuild/rules_go: v0.34.0
  • github.com/beevik/ntp: v1.0.0
  • github.com/blendle/zapdriver: v1.3.1
  • github.com/brunoscheufler/aws-ecs-metadata-go: b6b31c6
  • github.com/buildkite/agent/v3: v3.49.0
  • github.com/buildkite/bintest/v3: v3.1.1
  • github.com/buildkite/interpolate: 07f35b4
  • github.com/buildkite/roko: v1.1.0
  • github.com/buildkite/shellwords: c3f497d
  • github.com/bytecodealliance/wasmtime-go/v3: v3.0.2
  • github.com/denisbrodbeck/machineid: v1.0.1
  • github.com/digitorus/pkcs7: 001c36b
  • github.com/digitorus/timestamp: ef3b63b
  • github.com/elazarl/goproxy: 2592e75
  • github.com/gabriel-vasile/mimetype: v1.4.2
  • github.com/go-chi/chi/v5: v5.0.8
  • github.com/go-redis/redismock/v9: v9.0.3
  • github.com/google/go-github/v53: v53.2.0
  • github.com/google/go-pkcs11: v0.2.0
  • github.com/google/go-tpm-tools: v0.3.12
  • github.com/google/go-tpm: v0.3.3
  • github.com/google/go-tspi: v0.3.0
  • github.com/google/s2a-go: v0.1.4
  • github.com/google/safetext: 7156a76
  • github.com/oleiade/reflections: v1.0.1
  • github.com/outcaste-io/ristretto: v0.2.1
  • github.com/peterbourgon/diskv/v3: v3.0.1
  • github.com/petermattis/goid: b0b1615
  • github.com/philhofer/fwd: v1.1.1
  • github.com/puzpuzpuz/xsync/v2: v2.4.1
  • github.com/qri-io/jsonpointer: v0.1.1
  • github.com/qri-io/jsonschema: v0.2.1
  • github.com/redis/go-redis/v9: v9.0.5
  • github.com/sasha-s/go-deadlock: 237a954
  • github.com/sassoftware/relic/v7: v7.5.5
  • github.com/schollz/jsonstore: v1.1.0
  • github.com/sigstore/cosign/v2: v2.1.1
  • github.com/sigstore/protobuf-specs: v0.1.0
  • github.com/sigstore/sigstore/pkg/signature/kms/aws: v1.7.1
  • github.com/sigstore/sigstore/pkg/signature/kms/azure: v1.7.1
  • github.com/sigstore/sigstore/pkg/signature/kms/gcp: v1.7.1
  • github.com/sigstore/sigstore/pkg/signature/kms/hashivault: v1.7.1
  • github.com/sigstore/timestamp-authority: v1.1.1
  • github.com/smallstep/assert: 82e2b9b
  • github.com/smallstep/go-attestation: e172914
  • github.com/tinylib/msgp: v1.1.6
  • github.com/urfave/negroni: v1.0.0
  • github.com/uwu-tools/magex: v0.10.0
  • github.com/ysmood/fetchup: v0.2.3
  • github.com/ysmood/got: v0.34.1
  • gitlab.alpinelinux.org/alpine/go: v0.7.0
  • go.opentelemetry.io/contrib/propagators/aws: v1.17.0
  • go.opentelemetry.io/contrib/propagators/b3: v1.17.0
  • go.opentelemetry.io/contrib/propagators/jaeger: v1.17.0
  • go.opentelemetry.io/contrib/propagators/ot: v1.17.0
  • go4.org/intern: ae77deb
  • go4.org/unsafe/assume-no-moving-gc: 928513b
  • golang.org/x/tools/go/vcs: v0.1.0-deprecated
  • google.golang.org/genproto/googleapis/api: e85fd2c
  • google.golang.org/genproto/googleapis/bytestream: e85fd2c
  • google.golang.org/genproto/googleapis/rpc: e85fd2c
  • gopkg.in/DataDog/dd-trace-go.v1: v1.51.0
  • inet.af/netaddr: 502d2d6
  • knative.dev/pkg: ee73c93
  • mvdan.cc/sh/v3: v3.5.1
  • oras.land/oras-go/v2: v2.0.2
  • software.sslmate.com/src/go-pkcs12: v0.2.0

Changed

Removed

  • bazil.org/fuse: 65cc252
  • cloud.google.com/go/apikeys: v0.6.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
  • 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/AdaLogics/go-fuzz-headers: 43070de
  • github.com/AdamKorcz/go-118-fuzz-build: 5330a85
  • 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/semver: v1.5.0
  • github.com/Masterminds/sprig: v2.22.0+incompatible
  • github.com/Masterminds/squirrel: v1.5.3
  • github.com/Masterminds/vcs: v1.13.3
  • github.com/Microsoft/hcsshim: v0.10.0-rc.7
  • github.com/Shopify/logrus-bugsnag: 577dee2
  • github.com/Shopify/sarama: v1.19.0
  • github.com/Shopify/toxiproxy: v2.1.4+incompatible
  • 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/aokoli/goutils: v1.0.1
  • github.com/apache/beam/sdks/v2: ef43645
  • 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/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/bradfitz/gomemcache: a41fca8
  • 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/bytecodealliance/wasmtime-go: v1.0.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/chai2010/gettext-go: v1.0.2
  • github.com/cilium/ebpf: v0.9.1
  • github.com/clbanning/x2j: 8252494
  • github.com/cockroachdb/apd: v1.1.0
  • github.com/cockroachdb/datadriven: bf6692d
  • github.com/cockroachdb/errors: v1.2.4
  • github.com/cockroachdb/logtags: eb05cc2
  • github.com/codahale/hdrhistogram: 3a0bb77
  • github.com/container-orchestrated-devices/container-device-interface: v0.5.4
  • github.com/containerd/aufs: v1.0.0
  • github.com/containerd/btrfs/v2: v2.0.0
  • github.com/containerd/cgroups/v3: v3.0.1
  • github.com/containerd/cgroups: v1.1.0
  • github.com/containerd/console: v1.0.3
  • github.com/containerd/continuity: v0.3.0
  • github.com/containerd/fifo: v1.1.0
  • github.com/containerd/go-cni: v1.1.9
  • github.com/containerd/go-runc: v1.0.0
  • github.com/containerd/imgcrypt: v1.1.7
  • github.com/containerd/nri: v0.3.0
  • github.com/containerd/ttrpc: v1.2.1
  • github.com/containerd/typeurl/v2: v2.1.0
  • github.com/containerd/typeurl: v1.0.2
  • github.com/containerd/zfs: v1.0.0
  • github.com/containernetworking/cni: v1.1.2
  • github.com/containernetworking/plugins: v1.2.0
  • github.com/containers/ocicrypt: v1.1.6
  • github.com/coreos/go-etcd: v2.0.0+incompatible
  • github.com/cpuguy83/go-md2man: v1.0.10
  • github.com/devigned/tab: v0.1.1
  • github.com/distribution/distribution/v3: 3629105
  • github.com/docker/go-events: e31b211
  • github.com/docker/go-metrics: v0.0.1
  • github.com/docker/libtrust: fa56704
  • 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/exponent-io/jsonpath: d6023ce
  • github.com/flynn/go-shlex: 3f9db97
  • github.com/form3tech-oss/jwt-go: v3.2.5+incompatible
  • github.com/franela/goblin: c9ffbef
  • github.com/franela/goreq: bcd34c9
  • github.com/getsentry/raven-go: v0.2.0
  • github.com/go-errors/errors: v1.0.1
  • github.com/go-kit/log: v0.2.0
  • github.com/go-redis/redis: v6.15.9+incompatible
  • github.com/godbus/dbus: v4.1.0+incompatible
  • github.com/gogo/googleapis: v1.1.0
  • github.com/gomodule/redigo: v1.8.2
  • github.com/google/go-github/v28: v28.1.1
  • github.com/google/go-github/v48: v48.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: 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/googleapis/go-type-adapters: v1.0.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/gorilla/handlers: v1.5.1
  • github.com/gosuri/uitable: v0.0.4
  • 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/hudl/fargo: v1.3.0
  • github.com/iancoleman/strcase: v0.2.0
  • github.com/influxdata/influxdb1-client: 8bf82d3
  • github.com/intel/goresctrl: v0.3.0
  • 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/jmoiron/sqlx: v1.3.5
  • github.com/jpillora/backoff: v1.0.0
  • github.com/juju/ratelimit: v1.0.1
  • github.com/klauspost/cpuid/v2: v2.0.4
  • github.com/lann/builder: 47ae307
  • github.com/lann/ps: 62de8c4
  • github.com/liggitt/tabwriter: 89fcab3
  • 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/lyft/protoc-gen-star: v0.6.1
  • github.com/lyft/protoc-gen-validate: v0.0.13
  • github.com/mattn/go-ieproxy: 91bb50d
  • github.com/mattn/go-shellwords: v1.0.12
  • github.com/mediocregopher/radix/v4: v4.1.1
  • github.com/mgutz/ansi: 9520e82
  • github.com/minio/sha256-simd: v1.0.0
  • github.com/mistifyio/go-zfs: f784269
  • github.com/moby/sys/mountinfo: v0.6.2
  • github.com/moby/sys/sequential: v0.5.0
  • github.com/moby/sys/signal: v0.7.0
  • github.com/moby/sys/symlink: v0.2.0
  • github.com/mohae/deepcopy: c48cc78
  • github.com/monochromegane/go-gitignore: 205db1a
  • github.com/mwitkow/go-proto-validators: v0.2.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/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/opencontainers/runc: v1.1.4
  • github.com/opencontainers/runtime-spec: v1.1.0-rc.1
  • github.com/opencontainers/runtime-tools: 2e043c6
  • github.com/opencontainers/selinux: v1.11.0
  • 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/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/phayes/freeport: 74d24b5
  • github.com/pierrec/lz4: v2.6.1+incompatible
  • github.com/pkg/profile: v1.2.1
  • github.com/pseudomuto/protoc-gen-doc: v1.5.1
  • github.com/pseudomuto/protokit: v0.2.0
  • github.com/qur/ar: 282534b
  • github.com/rubenv/sql-migrate: v1.3.1
  • github.com/samuel/go-zookeeper: 2cc03de
  • github.com/sassoftware/go-rpmutils: v0.1.1
  • github.com/satori/go.uuid: v1.2.0
  • github.com/smartystreets/go-aws-auth: 0c1422d
  • github.com/smartystreets/gunit: v1.0.0
  • github.com/sony/gobreaker: v0.4.1
  • github.com/stefanberger/go-pkcs11uri: 78d3cae
  • github.com/streadway/amqp: v1.0.0
  • github.com/streadway/handy: d5acb31
  • github.com/syndtr/gocapability: 42c35b4
  • github.com/tilinna/clock: v1.1.0
  • github.com/tj/assert: 0180943
  • github.com/tj/go-elastic: 36157cb
  • github.com/tj/go-kinesis: 08b17f5
  • github.com/ugorji/go/codec: d75b2dc
  • github.com/vishvananda/netlink: v1.2.1-beta.2
  • github.com/vishvananda/netns: 2eb08e3
  • github.com/xlab/treeprint: v1.1.0
  • github.com/yvasiyarov/go-metrics: 57bccd1
  • github.com/yvasiyarov/gorelic: a9bba5b
  • github.com/yvasiyarov/newrelic_platform_go: b21fdbd
  • go.etcd.io/etcd: 3cf2f69
  • go.etcd.io/gofail: v0.1.0
  • go.mozilla.org/pkcs7: 432b235
  • go.opentelemetry.io/contrib: v1.6.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp: v1.14.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.starlark.net: 8dd3e2e
  • go.uber.org/tools: 2cfd321
  • golang.org/x/arch: v0.1.0
  • google.golang.org/grpc/cmd/protoc-gen-go-grpc: v1.2.0
  • gopkg.in/gcfg.v1: v1.2.3
  • gopkg.in/linkedin/goavro.v1: v1.0.5
  • gopkg.in/src-d/go-git-fixtures.v3: v3.5.0
  • helm.sh/helm/v3: v3.11.2
  • k8s.io/apiextensions-apiserver: v0.26.0
  • k8s.io/apiserver: v0.26.2
  • k8s.io/cli-runtime: v0.26.0
  • k8s.io/component-base: v0.26.2
  • k8s.io/cri-api: v0.26.2
  • k8s.io/kubectl: v0.26.0
  • oras.land/oras-go: cb56255
  • pack.ag/amqp: v0.11.2
  • rsc.io/pdf: v0.1.1
  • sigs.k8s.io/kustomize/api: v0.12.1
  • sigs.k8s.io/kustomize/kyaml: v0.13.9
  • sigs.k8s.io/zeitgeist: v0.4.1
  • sourcegraph.com/sourcegraph/appdash: ebfcffb