Skip to content

Latest commit

 

History

History
216 lines (204 loc) · 16.5 KB

CHANGELOG-0.10.md

File metadata and controls

216 lines (204 loc) · 16.5 KB

Release notes for v0.10.0

Changelog since v0.9.1

Changes by Kind

Feature

  • Adds mappings for PV access modes to new CSI access modes: SINGLE_NODE_SINGLE_WRITER and SINGLE_NODE_MULTI_WRITER. (#89, @chrishenzie)
  • Updates Kubernetes dependencies to v1.22.0 (#98, @chrishenzie)
  • Updates container-storage-interface dependency to v1.5.0 (#90, @chrishenzie)

Other (Cleanup or Flake)

  • Fixes issue where sidecars exit without output about goroutines when losing the connection to the driver (#81, @pohly)

Uncategorized

  • Updated runtime (Go 1.16) and dependencies (#82, @pohly)

Dependencies

Added

  • cloud.google.com/go/firestore: v1.1.0
  • github.com/Azure/go-autorest: v14.2.0+incompatible
  • github.com/OneOfOne/xxhash: v1.2.2
  • github.com/antihax/optional: v1.0.0
  • github.com/armon/circbuf: bbbad09
  • github.com/armon/go-metrics: f0300d1
  • github.com/armon/go-radix: 7fddfc3
  • github.com/asaskevich/govalidator: f61b66f
  • github.com/benbjohnson/clock: v1.0.3
  • github.com/bgentry/speakeasy: v0.1.0
  • github.com/bketelsen/crypt: 5cbc8cc
  • github.com/cespare/xxhash: v1.1.0
  • github.com/coreos/bbolt: v1.3.2
  • github.com/coreos/etcd: v3.3.13+incompatible
  • github.com/coreos/go-semver: v0.3.0
  • github.com/coreos/go-systemd: 95778df
  • github.com/coreos/pkg: 399ea9e
  • github.com/cpuguy83/go-md2man/v2: v2.0.0
  • github.com/creack/pty: v1.1.11
  • github.com/dgryski/go-sip13: e10d5fe
  • github.com/fatih/color: v1.7.0
  • github.com/felixge/httpsnoop: v1.0.1
  • github.com/form3tech-oss/jwt-go: v3.2.3+incompatible
  • github.com/go-gl/glfw: e6da0ac
  • github.com/go-kit/log: v0.1.0
  • github.com/gopherjs/gopherjs: 0766667
  • github.com/gorilla/websocket: v1.4.2
  • github.com/grpc-ecosystem/go-grpc-middleware: v1.0.0
  • github.com/grpc-ecosystem/go-grpc-prometheus: v1.2.0
  • github.com/grpc-ecosystem/grpc-gateway: v1.16.0
  • github.com/hashicorp/consul/api: v1.1.0
  • github.com/hashicorp/consul/sdk: v0.1.1
  • github.com/hashicorp/errwrap: v1.0.0
  • github.com/hashicorp/go-cleanhttp: v0.5.1
  • github.com/hashicorp/go-immutable-radix: v1.0.0
  • github.com/hashicorp/go-msgpack: v0.5.3
  • github.com/hashicorp/go-multierror: v1.0.0
  • github.com/hashicorp/go-rootcerts: v1.0.0
  • github.com/hashicorp/go-sockaddr: v1.0.0
  • github.com/hashicorp/go-syslog: v1.0.0
  • github.com/hashicorp/go-uuid: v1.0.1
  • github.com/hashicorp/go.net: v0.0.1
  • github.com/hashicorp/hcl: v1.0.0
  • github.com/hashicorp/logutils: v1.0.0
  • github.com/hashicorp/mdns: v1.0.0
  • github.com/hashicorp/memberlist: v0.1.3
  • github.com/hashicorp/serf: v0.8.2
  • github.com/inconshreveable/mousetrap: v1.0.0
  • github.com/jonboulle/clockwork: v0.1.0
  • github.com/jpillora/backoff: v1.0.0
  • github.com/jtolds/gls: v4.20.0+incompatible
  • github.com/magiconair/properties: v1.8.1
  • github.com/mattn/go-colorable: v0.0.9
  • github.com/mattn/go-isatty: v0.0.3
  • github.com/miekg/dns: v1.0.14
  • github.com/mitchellh/cli: v1.0.0
  • github.com/mitchellh/go-homedir: v1.1.0
  • github.com/mitchellh/go-testing-interface: v1.0.0
  • github.com/mitchellh/gox: v0.4.0
  • github.com/mitchellh/iochan: v1.0.0
  • github.com/mitchellh/mapstructure: v1.1.2
  • github.com/moby/spdystream: v0.2.0
  • github.com/niemeyer/pretty: a10e7ca
  • github.com/nxadm/tail: v1.4.4
  • github.com/oklog/ulid: v1.3.1
  • github.com/pascaldekloe/goe: 57f6aae
  • github.com/pelletier/go-toml: v1.2.0
  • github.com/posener/complete: v1.1.1
  • github.com/prometheus/tsdb: v0.7.1
  • github.com/rogpeppe/fastuuid: v1.2.0
  • github.com/russross/blackfriday/v2: v2.0.1
  • github.com/ryanuber/columnize: 9b3edd6
  • github.com/sean-/seed: e2103e2
  • github.com/shurcooL/sanitized_anchor_name: v1.0.0
  • github.com/smartystreets/assertions: b2de0cb
  • github.com/smartystreets/goconvey: v1.6.4
  • github.com/soheilhy/cmux: v0.1.4
  • github.com/spaolacci/murmur3: f09979e
  • github.com/spf13/cast: v1.3.0
  • github.com/spf13/cobra: v1.1.3
  • github.com/spf13/jwalterweatherman: v1.0.0
  • github.com/spf13/viper: v1.7.0
  • github.com/stoewer/go-strcase: v1.2.0
  • github.com/subosito/gotenv: v1.2.0
  • github.com/tmc/grpc-websocket-proxy: 0ad062e
  • github.com/xiang90/probing: 43a291a
  • github.com/yuin/goldmark: v1.3.5
  • go.etcd.io/bbolt: v1.3.2
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.20.0
  • go.opentelemetry.io/contrib: v0.20.0
  • go.opentelemetry.io/otel/exporters/otlp: v0.20.0
  • go.opentelemetry.io/otel/metric: 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.opentelemetry.io/otel/sdk: v0.20.0
  • go.opentelemetry.io/otel/trace: v0.20.0
  • go.opentelemetry.io/otel: v0.20.0
  • go.opentelemetry.io/proto/otlp: v0.7.0
  • golang.org/x/term: 6a3ed07
  • gopkg.in/ini.v1: v1.51.0
  • gopkg.in/resty.v1: v1.12.0
  • gopkg.in/yaml.v3: 496545a
  • rsc.io/quote/v3: v3.1.0
  • rsc.io/sampler: v1.3.0

Changed

Removed

  • github.com/docker/spdystream: 449fdfc
  • github.com/go-openapi/spec: 6aced65
  • gotest.tools: v2.2.0+incompatible