Skip to content

Latest commit

 

History

History
240 lines (232 loc) · 18.1 KB

CHANGELOG-1.3.md

File metadata and controls

240 lines (232 loc) · 18.1 KB

Changelog since v1.1.0

v1.3.0

Date: 2021-11-10

Changes

  • Enables behavior specified in PR 391 as default. (#411, @deepakkinni)
  • Fixed the issue with parsing NetworkAttachmentDefinition resource and ensure it is blocked in backup (#392, @lintongj)
  • Ignore older vcenter logout errors when reloading configuration with a new username password. (#396, @deepakkinni)
  • Insecure and data-center params need not be specified when creating velero-vsphere-config-secret that contain vc credentials. (#397, @deepakkinni)
  • Moved the vSphere specific ivd Protected Entity from Astrolabe into Velero Plugin for vSphere, no functionality changes in the IVD PE otherwise. Added vsphere-astrolabe CLI tool that can interact with IVDs (#386, @dsu-igeek)
  • This change requires a velero-vsphere-plugin-config ConfigMap that contains the cluster type information to be created prior to plugin installation for all cluster favors. This change also requires a velero-vsphere-config-secret Secret to be created in the same namespace as velero which contains the VC credentials on Vanilla Cluster setups. (#391, @deepakkinni)
  • Update to use distroless base image. (#383, @xinyanw409)
  • Update to use golang 1.16. (#388, @xinyanw409)
  • Updated the default image registry to the official registry for the fall-back mechanism (#380, @lintongj)

Dependencies

Added

  • cloud.google.com/go/firestore: v1.1.0
  • cloud.google.com/go/storage: v1.6.0
  • dmitri.shuralyov.com/gpu/mtl: 666a987
  • github.com/Azure/go-autorest: v14.2.0+incompatible
  • github.com/antihax/optional: v1.0.0
  • github.com/armon/go-metrics: f0300d1
  • github.com/armon/go-radix: 7fddfc3
  • github.com/benbjohnson/clock: v1.0.3
  • github.com/bketelsen/crypt: 5cbc8cc
  • github.com/certifi/gocertifi: 2c3bb06
  • github.com/chzyer/logex: v1.1.10
  • github.com/chzyer/readline: 2972be2
  • github.com/chzyer/test: a1ea475
  • github.com/cockroachdb/errors: v1.2.4
  • github.com/cockroachdb/logtags: eb05cc2
  • github.com/coreos/go-systemd/v22: v22.3.2
  • github.com/felixge/httpsnoop: v1.0.1
  • github.com/form3tech-oss/jwt-go: v3.2.3+incompatible
  • github.com/fvbommel/sortorder: v1.0.1
  • github.com/getsentry/raven-go: v0.2.0
  • github.com/go-errors/errors: v1.0.1
  • github.com/go-gl/glfw/v3.3/glfw: 6f7a984
  • github.com/go-gl/glfw: e6da0ac
  • github.com/go-kit/log: v0.1.0
  • github.com/godbus/dbus/v5: v5.0.4
  • github.com/google/shlex: e7afc7f
  • 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-uuid: v1.0.1
  • github.com/hashicorp/go.net: v0.0.1
  • 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/ianlancetaylor/demangle: 5e5cf60
  • github.com/jmespath/go-jmespath/internal/testify: v1.5.1
  • github.com/josharian/intern: v1.0.0
  • github.com/jpillora/backoff: v1.0.0
  • github.com/mitchellh/cli: v1.0.0
  • github.com/mitchellh/gox: v0.4.0
  • github.com/mitchellh/iochan: v1.0.0
  • github.com/moby/spdystream: v0.2.0
  • github.com/moby/term: 9d4ed18
  • github.com/monochromegane/go-gitignore: 205db1a
  • github.com/niemeyer/pretty: a10e7ca
  • github.com/opentracing/opentracing-go: v1.1.0
  • github.com/pascaldekloe/goe: 57f6aae
  • github.com/posener/complete: v1.1.1
  • github.com/ryanuber/columnize: 9b3edd6
  • github.com/sean-/seed: e2103e2
  • github.com/stoewer/go-strcase: v1.2.0
  • github.com/xlab/treeprint: a009c39
  • github.com/yuin/goldmark: v1.3.5
  • go.etcd.io/etcd/api/v3: v3.5.0
  • go.etcd.io/etcd/client/pkg/v3: v3.5.0
  • go.etcd.io/etcd/client/v2: v2.305.0
  • go.etcd.io/etcd/client/v3: v3.5.0
  • go.etcd.io/etcd/pkg/v3: v3.5.0
  • go.etcd.io/etcd/raft/v3: v3.5.0
  • go.etcd.io/etcd/server/v3: v3.5.0
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.20.0
  • 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
  • go.starlark.net: 8dd3e2e
  • go.uber.org/goleak: v1.1.10
  • golang.org/x/term: 6a3ed07
  • gotest.tools/v3: v3.0.3
  • k8s.io/component-helpers: v0.22.0
  • k8s.io/controller-manager: v0.22.0
  • k8s.io/mount-utils: v0.22.0
  • sigs.k8s.io/kustomize/api: v0.8.11
  • sigs.k8s.io/kustomize/cmd/config: v0.9.13
  • sigs.k8s.io/kustomize/kustomize/v4: v4.2.0
  • sigs.k8s.io/kustomize/kyaml: v0.11.0
  • sigs.k8s.io/structured-merge-diff/v4: v4.1.2

Changed

Removed

  • github.com/golangplus/bytes: 45c989f
  • github.com/golangplus/fmt: 2a5d6d7
  • github.com/satori/go.uuid: v1.2.0
  • github.com/xlab/handysort: fb3537e
  • vbom.ml/util: db5cfe1