Skip to content

Commit 44fd60e

Browse files
committed
CHANGELOG-0.8: prepare for v0.8.0
Because csi-lib-utils is pre-1.0, we don't need to bump the major version due to the indirect API change in client-go.
1 parent 0f04b64 commit 44fd60e

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

CHANGELOG-0.8.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Changelog since v0.7.0
2+
3+
## Urgent Upgrade Notes
4+
5+
### (No, really, you MUST read this before you upgrade)
6+
7+
- Client-go gets updated to Kubernetes 1.18.0 which changes the API of several functions (context added, create/delete/update options). ([#39](https://github.com/kubernetes-csi/csi-lib-utils/pull/39), [@humblec](https://github.com/humblec))
8+
9+
## Changes by Kind
10+
11+
### Feature
12+
- Leaderelection add WithContext func ([#44](https://github.com/kubernetes-csi/csi-lib-utils/pull/44), [@aimuz](https://github.com/aimuz))
13+
- Metrics support can also be used by CSI drivers ([#49](https://github.com/kubernetes-csi/csi-lib-utils/pull/49), [@pohly](https://github.com/pohly))
14+
15+
### Uncategorized
16+
- Build with Go 1.15 ([#48](https://github.com/kubernetes-csi/csi-lib-utils/pull/48), [@pohly](https://github.com/pohly))
17+
18+
## Dependencies
19+
20+
### Added
21+
- github.com/cncf/udpa/go: [269d4d4](https://github.com/cncf/udpa/go/tree/269d4d4)
22+
- github.com/docopt/docopt-go: [ee0de3b](https://github.com/docopt/docopt-go/tree/ee0de3b)
23+
- sigs.k8s.io/structured-merge-diff/v3: v3.0.0
24+
25+
### Changed
26+
- github.com/container-storage-interface/spec: [v1.1.0 → v1.2.0](https://github.com/container-storage-interface/spec/compare/v1.1.0...v1.2.0)
27+
- github.com/elazarl/goproxy: [c4fc265 → 947c36d](https://github.com/elazarl/goproxy/compare/c4fc265...947c36d)
28+
- github.com/envoyproxy/go-control-plane: [5f8ba28 → v0.9.4](https://github.com/envoyproxy/go-control-plane/compare/5f8ba28...v0.9.4)
29+
- github.com/gogo/protobuf: [65acae2 → v1.3.1](https://github.com/gogo/protobuf/compare/65acae2...v1.3.1)
30+
- github.com/golang/groupcache: [5b532d6 → 8c9f03a](https://github.com/golang/groupcache/compare/5b532d6...8c9f03a)
31+
- github.com/golang/protobuf: [v1.3.2 → v1.3.5](https://github.com/golang/protobuf/compare/v1.3.2...v1.3.5)
32+
- github.com/google/gofuzz: [v1.0.0 → v1.1.0](https://github.com/google/gofuzz/compare/v1.0.0...v1.1.0)
33+
- github.com/googleapis/gnostic: [v0.2.0 → v0.3.1](https://github.com/googleapis/gnostic/compare/v0.2.0...v0.3.1)
34+
- github.com/onsi/ginkgo: [v1.10.2 → v1.12.0](https://github.com/onsi/ginkgo/compare/v1.10.2...v1.12.0)
35+
- github.com/onsi/gomega: [v1.7.0 → v1.7.1](https://github.com/onsi/gomega/compare/v1.7.0...v1.7.1)
36+
- github.com/pkg/errors: [v0.8.1 → v0.9.1](https://github.com/pkg/errors/compare/v0.8.1...v0.9.1)
37+
- github.com/prometheus/client_model: [14fe0d1 → v0.2.0](https://github.com/prometheus/client_model/compare/14fe0d1...v0.2.0)
38+
- github.com/stretchr/testify: [v1.4.0 → v1.5.1](https://github.com/stretchr/testify/compare/v1.4.0...v1.5.1)
39+
- golang.org/x/crypto: 60c769a → bac4c82
40+
- golang.org/x/net: c0dbc17 → d3edc99
41+
- golang.org/x/sys: 0732a99 → e3b113b
42+
- google.golang.org/genproto: 5c49e3e → 33397c5
43+
- google.golang.org/grpc: v1.26.0 → v1.28.0
44+
- gopkg.in/yaml.v2: v2.2.4 → v2.2.8
45+
- k8s.io/api: v0.17.0 → v0.18.0
46+
- k8s.io/apimachinery: v0.17.1-beta.0 → v0.18.0
47+
- k8s.io/client-go: v0.17.0 → v0.18.0
48+
- k8s.io/component-base: v0.17.0 → v0.18.0
49+
- k8s.io/kube-openapi: 30be4d1 → bf4fb3b
50+
- k8s.io/utils: e782cd3 → a9aa75a
51+
- sigs.k8s.io/yaml: v1.1.0 → v1.2.0
52+
53+
### Removed
54+
- sigs.k8s.io/structured-merge-diff: 15d366b

0 commit comments

Comments
 (0)