|
| 1 | +# Release notes for v0.1.0 |
| 2 | + |
| 3 | +[Documentation](https://kubernetes-csi.github.io) |
| 4 | + |
| 5 | +## Changes |
| 6 | + |
| 7 | +- Add protobuf definitions for SnapshotMetadata Service, Makefile and make target to compile and generate gRPC code. ([#1](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/1) ,[@PrasadG193](https://github.com/PrasadG193)). |
| 8 | +- Add new SnapshotMetadataService CRD ([#2](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/2) ,[@PrasadG193](https://github.com/PrasadG193)). |
| 9 | +- Add grpc server for SnapshotMetadata service ([#4](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/4) ,[@PrasadG193](https://github.com/PrasadG193)). |
| 10 | +- Add release-tools files and makefile reference ([#6](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/6) ,[@hairyhum](https://github.com/hairyhum)). |
| 11 | +- Add authentication and authorization layer ([#7](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/7) ,[@PrasadG193](https://github.com/PrasadG193)). |
| 12 | +- Added the gRPC health service ([#20](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/20) ,[@carlbraganza](https://github.com/carlbraganza)). |
| 13 | +- Add deployment manifests to setup sidecar server ([#26](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/26) ,[@PrasadG193](https://github.com/PrasadG193)). |
| 14 | +- Implement sidecar to CSI driver communication ([#27](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/27) ,[@PrasadG193](https://github.com/PrasadG193)). |
| 15 | +- Fetch the optional snapshotter secrets from the VolumeSnapshotClass ([#34](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/34) ,[@carlbraganza](https://github.com/carlbraganza)). |
| 16 | +- Use a contextual logger in the sidecar handlers ([#37](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/37),[@carlbraganza](https://github.com/carlbraganza)). |
| 17 | +- Verify base and target snapshot belong to the same volume ([#38](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/38) ,[@PrasadG193](https://github.com/PrasadG193)). |
| 18 | +- Log stream responses with progress ([#49](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/49),[@carlbraganza](https://github.com/carlbraganza)). |
| 19 | +- Example illustrating how an application obtains snapshot metadata ([#64](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/64),[@carlbraganza](https://github.com/carlbraganza)). |
| 20 | +- Add integration test with github action ([#68](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/68),[@Rakshith-R](https://github.com/Rakshith-R)). |
| 21 | +- Add prometheus metrics for the sidecar ([#78](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/78),[@Nikhil-Ladha](https://github.com/Nikhil-Ladha)). |
| 22 | +- Add tls secrets and CR for e2e test setup ([#84](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/84) ,[@PrasadG193](https://github.com/PrasadG193)). |
| 23 | +- Add snapshot-metadata-lister pod deployment ([#93](https://github.com/kubernetes-csi/external-snapshot-metadata/pull/93) ,[@PrasadG193](https://github.com/PrasadG193)). |
| 24 | + |
| 25 | +## Dependencies |
| 26 | + |
| 27 | +### Added |
| 28 | +- github.com/container-storage-interface/spec v1.11.0 |
| 29 | +- github.com/golang/mock v1.6.0 |
| 30 | +- github.com/kubernetes-csi/csi-lib-utils v0.20.0 |
| 31 | +- github.com/kubernetes-csi/csi-test/v5 v5.3.1 |
| 32 | +- github.com/kubernetes-csi/external-snapshot-metadata/client v0.0.0-20240708191355-ca55d80f214a |
| 33 | +- github.com/kubernetes-csi/external-snapshotter/client/v8 v8.2.0 |
| 34 | +- github.com/kubernetes-csi/external-snapshotter/v8 v8.2.0 |
| 35 | +- github.com/stretchr/testify v1.10.0 |
| 36 | +- google.golang.org/grpc v1.69.4 |
| 37 | +- google.golang.org/protobuf v1.36.3 |
| 38 | +- k8s.io/api v0.32.1 |
| 39 | +- k8s.io/apimachinery v0.32.1 |
| 40 | +- k8s.io/apiserver v0.32.1 |
| 41 | +- k8s.io/client-go v0.32.1 |
| 42 | +- k8s.io/klog/v2 v2.130.1 |
| 43 | +- k8s.io/apimachinery v0.30.1 |
| 44 | +- k8s.io/client-go v0.30.1 |
| 45 | +- k8s.io/code-generator v0.30.1 |
| 46 | +- github.com/davecgh/go-spew v1.1.1 |
| 47 | +- github.com/emicklei/go-restful/v3 v3.11.0 |
| 48 | +- github.com/evanphx/json-patch v4.12.0+incompatible |
| 49 | +- github.com/go-logr/logr v1.4.1 |
| 50 | +- github.com/go-openapi/jsonpointer v0.19.6 |
| 51 | +- github.com/go-openapi/jsonreference v0.20.2 |
| 52 | +- github.com/go-openapi/swag v0.22.3 |
| 53 | +- github.com/google/gnostic-models v0.6.8 |
| 54 | +- github.com/google/uuid v1.3.0 |
| 55 | +- github.com/mailru/easyjson v0.7.7 |
| 56 | +- golang.org/x/mod v0.15.0 |
| 57 | +- golang.org/x/net v0.23.0 |
| 58 | +- golang.org/x/oauth2 v0.10.0 |
| 59 | +- golang.org/x/sys v0.18.0 |
| 60 | +- golang.org/x/term v0.18.0 |
| 61 | +- golang.org/x/text v0.14.0 |
| 62 | +- golang.org/x/time v0.3.0 |
| 63 | +- golang.org/x/tools v0.18.0 |
| 64 | +- google.golang.org/appengine v1.6.7 |
| 65 | +- google.golang.org/protobuf v1.33.0 |
| 66 | +- gopkg.in/yaml.v2 v2.4.0 |
| 67 | +- k8s.io/api v0.30.1 |
| 68 | +- k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 |
| 69 | +- k8s.io/klog/v2 v2.120.1 |
| 70 | +- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 |
| 71 | +- k8s.io/utils v0.0.0-20230726121419-3b25d923346b |
| 72 | +- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd |
| 73 | +- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 |
| 74 | +- sigs.k8s.io/yaml v1.3.0 |
| 75 | +- github.com/beorn7/perks v1.0.1 |
| 76 | +- github.com/blang/semver/v4 v4.0.0 |
| 77 | +- github.com/cespare/xxhash/v2 v2.3.0 |
| 78 | +- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc |
| 79 | +- github.com/emicklei/go-restful/v3 v3.12.1 |
| 80 | +- github.com/fxamacker/cbor/v2 v2.7.0 |
| 81 | +- github.com/go-logr/logr v1.4.2 |
| 82 | +- github.com/go-logr/stdr v1.2.2 |
| 83 | +- github.com/go-openapi/jsonpointer v0.21.0 |
| 84 | +- github.com/go-openapi/jsonreference v0.21.0 |
| 85 | +- github.com/go-openapi/swag v0.23.0 |
| 86 | +- github.com/gogo/protobuf v1.3.2 |
| 87 | +- github.com/golang/protobuf v1.5.4 |
| 88 | +- github.com/google/gnostic-models v0.6.9 |
| 89 | +- github.com/google/go-cmp v0.6.0 |
| 90 | +- github.com/google/gofuzz v1.2.0 |
| 91 | +- github.com/google/uuid v1.6.0 |
| 92 | +- github.com/josharian/intern v1.0.0 |
| 93 | +- github.com/json-iterator/go v1.1.12 |
| 94 | +- github.com/klauspost/compress v1.17.11 |
| 95 | +- github.com/mailru/easyjson v0.9.0 |
| 96 | +- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd |
| 97 | +- github.com/modern-go/reflect2 v1.0.2 |
| 98 | +- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 |
| 99 | +- github.com/pkg/errors v0.9.1 |
| 100 | +- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 |
| 101 | +- github.com/prometheus/client_golang v1.20.5 |
| 102 | +- github.com/prometheus/client_model v0.6.1 |
| 103 | +- github.com/prometheus/common v0.62.0 |
| 104 | +- github.com/prometheus/procfs v0.15.1 |
| 105 | +- github.com/spf13/pflag v1.0.5 |
| 106 | +- github.com/x448/float16 v0.8.4 |
| 107 | +- go.opentelemetry.io/auto/sdk v1.1.0 |
| 108 | +- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 |
| 109 | +- go.opentelemetry.io/otel v1.34.0 |
| 110 | +- go.opentelemetry.io/otel/metric v1.34.0 |
| 111 | +- go.opentelemetry.io/otel/trace v1.34.0 |
| 112 | +- golang.org/x/net v0.34.0 |
| 113 | +- golang.org/x/oauth2 v0.25.0 |
| 114 | +- golang.org/x/sys v0.29.0 |
| 115 | +- golang.org/x/term v0.28.0 |
| 116 | +- golang.org/x/text v0.21.0 |
| 117 | +- golang.org/x/time v0.9.0 |
| 118 | +- google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f |
| 119 | +- gopkg.in/evanphx/json-patch.v4 v4.12.0 |
| 120 | +- gopkg.in/inf.v0 v0.9.1 |
| 121 | +- gopkg.in/yaml.v3 v3.0.1 |
| 122 | +- k8s.io/component-base v0.32.1 |
| 123 | +- k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 |
| 124 | +- k8s.io/utils v0.0.0-20241210054802-24370beab758 |
| 125 | +- sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 |
| 126 | +- sigs.k8s.io/structured-merge-diff/v4 v4.5.0 |
| 127 | +- sigs.k8s.io/yaml v1.4.0 |
0 commit comments