forked from kubernetes-csi/external-resizer
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from mpatlasov/rebase-1.7.0
STOR-1020: Rebase `external-resizer` to v1.7.0 for OCP 4.13
- Loading branch information
Showing
862 changed files
with
85,239 additions
and
27,018 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
# Release notes for 1.7.0 | ||
|
||
[Documentation](https://kubernetes-csi.github.io) | ||
|
||
# Changelog since 1.6.0 | ||
|
||
## Changes by Kind | ||
|
||
### Uncategorized | ||
|
||
- Fix panic in recovery path if marking pvc as resize in progress fails ([#246](https://github.com/kubernetes-csi/external-resizer/pull/246), [@gnufied](https://github.com/gnufied)) | ||
|
||
## Dependencies | ||
|
||
### Added | ||
- github.com/antlr/antlr4/runtime/Go/antlr: [v1.4.10](https://github.com/antlr/antlr4/runtime/Go/antlr/tree/v1.4.10) | ||
- github.com/cenkalti/backoff/v4: [v4.1.3](https://github.com/cenkalti/backoff/v4/tree/v4.1.3) | ||
- github.com/go-logr/stdr: [v1.2.2](https://github.com/go-logr/stdr/tree/v1.2.2) | ||
- github.com/google/cel-go: [v0.12.5](https://github.com/google/cel-go/tree/v0.12.5) | ||
- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.7.0](https://github.com/grpc-ecosystem/grpc-gateway/v2/tree/v2.7.0) | ||
- go.opentelemetry.io/otel/exporters/otlp/internal/retry: v1.10.0 | ||
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.10.0 | ||
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.10.0 | ||
- k8s.io/kms: v0.26.0 | ||
|
||
### Changed | ||
- github.com/container-storage-interface/spec: [v1.5.0 → v1.7.0](https://github.com/container-storage-interface/spec/compare/v1.5.0...v1.7.0) | ||
- github.com/cpuguy83/go-md2man/v2: [v2.0.1 → v2.0.2](https://github.com/cpuguy83/go-md2man/v2/compare/v2.0.1...v2.0.2) | ||
- github.com/creack/pty: [v1.1.11 → v1.1.9](https://github.com/creack/pty/compare/v1.1.11...v1.1.9) | ||
- github.com/emicklei/go-restful/v3: [v3.8.0 → v3.9.0](https://github.com/emicklei/go-restful/v3/compare/v3.8.0...v3.9.0) | ||
- github.com/felixge/httpsnoop: [v1.0.1 → v1.0.3](https://github.com/felixge/httpsnoop/compare/v1.0.1...v1.0.3) | ||
- github.com/fsnotify/fsnotify: [v1.4.9 → v1.6.0](https://github.com/fsnotify/fsnotify/compare/v1.4.9...v1.6.0) | ||
- github.com/go-kit/log: [v0.1.0 → v0.2.0](https://github.com/go-kit/log/compare/v0.1.0...v0.2.0) | ||
- github.com/go-logfmt/logfmt: [v0.5.0 → v0.5.1](https://github.com/go-logfmt/logfmt/compare/v0.5.0...v0.5.1) | ||
- github.com/go-openapi/jsonreference: [v0.19.5 → v0.20.0](https://github.com/go-openapi/jsonreference/compare/v0.19.5...v0.20.0) | ||
- github.com/golang/mock: [v1.6.0 → v1.4.4](https://github.com/golang/mock/compare/v1.6.0...v1.4.4) | ||
- github.com/google/go-cmp: [v0.5.6 → v0.5.9](https://github.com/google/go-cmp/compare/v0.5.6...v0.5.9) | ||
- github.com/google/martian/v3: [v3.2.1 → v3.0.0](https://github.com/google/martian/v3/compare/v3.2.1...v3.0.0) | ||
- github.com/google/pprof: [4bb14d4 → 1a94d86](https://github.com/google/pprof/compare/4bb14d4...1a94d86) | ||
- github.com/googleapis/gax-go/v2: [v2.1.0 → v2.0.5](https://github.com/googleapis/gax-go/v2/compare/v2.1.0...v2.0.5) | ||
- github.com/ianlancetaylor/demangle: [28f6c0f → 5e5cf60](https://github.com/ianlancetaylor/demangle/compare/28f6c0f...5e5cf60) | ||
- github.com/inconshreveable/mousetrap: [v1.0.0 → v1.0.1](https://github.com/inconshreveable/mousetrap/compare/v1.0.0...v1.0.1) | ||
- github.com/kubernetes-csi/csi-lib-utils: [v0.11.0 → v0.12.0](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.11.0...v0.12.0) | ||
- github.com/matttproud/golang_protobuf_extensions: [c182aff → v1.0.2](https://github.com/matttproud/golang_protobuf_extensions/compare/c182aff...v1.0.2) | ||
- github.com/moby/term: [3f7ff69 → 39b0c02](https://github.com/moby/term/compare/3f7ff69...39b0c02) | ||
- github.com/onsi/ginkgo/v2: [v2.1.4 → v2.4.0](https://github.com/onsi/ginkgo/v2/compare/v2.1.4...v2.4.0) | ||
- github.com/onsi/gomega: [v1.19.0 → v1.23.0](https://github.com/onsi/gomega/compare/v1.19.0...v1.23.0) | ||
- github.com/prometheus/client_golang: [v1.12.1 → v1.14.0](https://github.com/prometheus/client_golang/compare/v1.12.1...v1.14.0) | ||
- github.com/prometheus/client_model: [v0.2.0 → v0.3.0](https://github.com/prometheus/client_model/compare/v0.2.0...v0.3.0) | ||
- github.com/prometheus/common: [v0.32.1 → v0.37.0](https://github.com/prometheus/common/compare/v0.32.1...v0.37.0) | ||
- github.com/prometheus/procfs: [v0.7.3 → v0.8.0](https://github.com/prometheus/procfs/compare/v0.7.3...v0.8.0) | ||
- github.com/spf13/cobra: [v1.4.0 → v1.6.0](https://github.com/spf13/cobra/compare/v1.4.0...v1.6.0) | ||
- github.com/stretchr/testify: [v1.7.0 → v1.8.0](https://github.com/stretchr/testify/compare/v1.7.0...v1.8.0) | ||
- github.com/yuin/goldmark: [v1.4.13 → v1.2.1](https://github.com/yuin/goldmark/compare/v1.4.13...v1.2.1) | ||
- go.etcd.io/etcd/api/v3: v3.5.4 → v3.5.5 | ||
- go.etcd.io/etcd/client/pkg/v3: v3.5.4 → v3.5.5 | ||
- go.etcd.io/etcd/client/v2: v2.305.4 → v2.305.5 | ||
- go.etcd.io/etcd/client/v3: v3.5.4 → v3.5.5 | ||
- go.etcd.io/etcd/pkg/v3: v3.5.4 → v3.5.5 | ||
- go.etcd.io/etcd/raft/v3: v3.5.4 → v3.5.5 | ||
- go.etcd.io/etcd/server/v3: v3.5.4 → v3.5.5 | ||
- go.opencensus.io: v0.23.0 → v0.22.4 | ||
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.20.0 → v0.35.0 | ||
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.20.0 → v0.35.0 | ||
- go.opentelemetry.io/otel/metric: v0.20.0 → v0.31.0 | ||
- go.opentelemetry.io/otel/sdk: v0.20.0 → v1.10.0 | ||
- go.opentelemetry.io/otel/trace: v0.20.0 → v1.10.0 | ||
- go.opentelemetry.io/otel: v0.20.0 → v1.10.0 | ||
- go.opentelemetry.io/proto/otlp: v0.7.0 → v0.19.0 | ||
- go.uber.org/goleak: v1.1.10 → v1.2.0 | ||
- golang.org/x/crypto: 3147a52 → v0.1.0 | ||
- golang.org/x/lint: 6edffad → 738671d | ||
- golang.org/x/net: a158d28 → v0.4.0 | ||
- golang.org/x/oauth2: d3ed0bb → ee48083 | ||
- golang.org/x/sys: 8c9f86f → v0.3.0 | ||
- golang.org/x/term: 03fcf44 → v0.3.0 | ||
- golang.org/x/text: v0.3.7 → v0.5.0 | ||
- google.golang.org/api: v0.57.0 → v0.30.0 | ||
- google.golang.org/grpc: v1.47.0 → v1.51.0 | ||
- google.golang.org/protobuf: v1.28.0 → v1.28.1 | ||
- k8s.io/api: v0.25.0 → v0.26.0 | ||
- k8s.io/apimachinery: v0.26.0-alpha.0 → v0.26.0 | ||
- k8s.io/apiserver: v0.25.0 → v0.26.0 | ||
- k8s.io/client-go: v0.25.0 → v0.26.0 | ||
- k8s.io/component-base: v0.25.0 → v0.26.0 | ||
- k8s.io/csi-translation-lib: v0.25.0 → v0.26.0 | ||
- k8s.io/klog/v2: v2.70.1 → v2.80.1 | ||
- k8s.io/kube-openapi: 67bda5d → 172d655 | ||
- k8s.io/utils: ee6ede2 → 1a15be2 | ||
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.33 | ||
- sigs.k8s.io/yaml: v1.2.0 → v1.3.0 | ||
|
||
### Removed | ||
- github.com/Azure/go-autorest/autorest/adal: [v0.9.20](https://github.com/Azure/go-autorest/autorest/adal/tree/v0.9.20) | ||
- github.com/Azure/go-autorest/autorest/date: [v0.3.0](https://github.com/Azure/go-autorest/autorest/date/tree/v0.3.0) | ||
- github.com/Azure/go-autorest/autorest/mocks: [v0.4.2](https://github.com/Azure/go-autorest/autorest/mocks/tree/v0.4.2) | ||
- github.com/Azure/go-autorest/autorest: [v0.11.27](https://github.com/Azure/go-autorest/autorest/tree/v0.11.27) | ||
- github.com/Azure/go-autorest/logger: [v0.2.1](https://github.com/Azure/go-autorest/logger/tree/v0.2.1) | ||
- github.com/Azure/go-autorest/tracing: [v0.6.0](https://github.com/Azure/go-autorest/tracing/tree/v0.6.0) | ||
- github.com/Azure/go-autorest: [v14.2.0+incompatible](https://github.com/Azure/go-autorest/tree/v14.2.0) | ||
- github.com/OneOfOne/xxhash: [v1.2.2](https://github.com/OneOfOne/xxhash/tree/v1.2.2) | ||
- github.com/benbjohnson/clock: [v1.1.0](https://github.com/benbjohnson/clock/tree/v1.1.0) | ||
- github.com/cespare/xxhash: [v1.1.0](https://github.com/cespare/xxhash/tree/v1.1.0) | ||
- github.com/getkin/kin-openapi: [v0.76.0](https://github.com/getkin/kin-openapi/tree/v0.76.0) | ||
- github.com/go-task/slim-sprig: [348f09d](https://github.com/go-task/slim-sprig/tree/348f09d) | ||
- github.com/golang-jwt/jwt/v4: [v4.2.0](https://github.com/golang-jwt/jwt/v4/tree/v4.2.0) | ||
- github.com/golang/snappy: [v0.0.3](https://github.com/golang/snappy/tree/v0.0.3) | ||
- github.com/gorilla/mux: [v1.8.0](https://github.com/gorilla/mux/tree/v1.8.0) | ||
- github.com/hpcloud/tail: [v1.0.0](https://github.com/hpcloud/tail/tree/v1.0.0) | ||
- github.com/nxadm/tail: [v1.4.8](https://github.com/nxadm/tail/tree/v1.4.8) | ||
- github.com/onsi/ginkgo: [v1.16.4](https://github.com/onsi/ginkgo/tree/v1.16.4) | ||
- github.com/spaolacci/murmur3: [f09979e](https://github.com/spaolacci/murmur3/tree/f09979e) | ||
- github.com/spf13/afero: [v1.6.0](https://github.com/spf13/afero/tree/v1.6.0) | ||
- go.opentelemetry.io/contrib: v0.20.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 | ||
- google.golang.org/grpc/cmd/protoc-gen-go-grpc: v1.1.0 | ||
- gopkg.in/fsnotify.v1: v1.4.7 | ||
- gopkg.in/tomb.v1: dd63297 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,124 +1,68 @@ | ||
module github.com/kubernetes-csi/external-resizer | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/container-storage-interface/spec v1.5.0 | ||
github.com/container-storage-interface/spec v1.7.0 | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
github.com/kubernetes-csi/csi-lib-utils v0.11.0 | ||
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||
github.com/kubernetes-csi/csi-lib-utils v0.12.0 | ||
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect | ||
golang.org/x/term v0.3.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/grpc v1.47.0 | ||
k8s.io/api v0.25.0 | ||
k8s.io/apimachinery v0.25.0 | ||
k8s.io/apiserver v0.23.0 | ||
k8s.io/client-go v0.25.0 | ||
k8s.io/component-base v0.25.0 | ||
k8s.io/csi-translation-lib v0.23.0 | ||
k8s.io/klog/v2 v2.70.1 | ||
google.golang.org/grpc v1.51.0 | ||
k8s.io/api v0.26.0 | ||
k8s.io/apimachinery v0.26.0 | ||
k8s.io/apiserver v0.26.0 | ||
k8s.io/client-go v0.26.0 | ||
k8s.io/component-base v0.26.0 | ||
k8s.io/csi-translation-lib v0.26.0 | ||
k8s.io/klog/v2 v2.80.1 | ||
) | ||
|
||
require ( | ||
github.com/PuerkitoBio/purell v1.1.1 // indirect | ||
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/emicklei/go-restful/v3 v3.8.0 // indirect | ||
github.com/emicklei/go-restful/v3 v3.9.0 // indirect | ||
github.com/evanphx/json-patch v4.12.0+incompatible // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.5 // indirect | ||
github.com/go-openapi/jsonreference v0.19.5 // indirect | ||
github.com/go-openapi/jsonreference v0.20.0 // indirect | ||
github.com/go-openapi/swag v0.19.14 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/gnostic v0.5.7-v3refs // indirect | ||
github.com/google/go-cmp v0.5.6 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.1 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/mailru/easyjson v0.7.6 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/prometheus/client_golang v1.12.1 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.32.1 // indirect | ||
github.com/prometheus/procfs v0.7.3 // indirect | ||
github.com/spf13/cobra v1.4.0 // indirect | ||
github.com/prometheus/client_golang v1.14.0 // indirect | ||
github.com/prometheus/client_model v0.3.0 // indirect | ||
github.com/prometheus/common v0.37.0 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
github.com/spf13/cobra v1.6.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect | ||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/net v0.4.0 // indirect | ||
golang.org/x/sys v0.3.0 // indirect | ||
golang.org/x/text v0.5.0 // indirect | ||
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect | ||
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect | ||
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect | ||
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect | ||
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect | ||
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect | ||
sigs.k8s.io/yaml v1.2.0 // indirect | ||
sigs.k8s.io/yaml v1.3.0 // indirect | ||
) | ||
|
||
replace k8s.io/api => k8s.io/api v0.25.0 | ||
|
||
replace k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.25.0 | ||
|
||
replace k8s.io/apimachinery => k8s.io/apimachinery v0.26.0-alpha.0 | ||
|
||
replace k8s.io/apiserver => k8s.io/apiserver v0.25.0 | ||
|
||
replace k8s.io/cli-runtime => k8s.io/cli-runtime v0.25.0 | ||
|
||
replace k8s.io/client-go => k8s.io/client-go v0.25.0 | ||
|
||
replace k8s.io/cloud-provider => k8s.io/cloud-provider v0.25.0 | ||
|
||
replace k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.25.0 | ||
|
||
replace k8s.io/code-generator => k8s.io/code-generator v0.25.1-rc.0 | ||
|
||
replace k8s.io/component-base => k8s.io/component-base v0.25.0 | ||
|
||
replace k8s.io/component-helpers => k8s.io/component-helpers v0.25.0 | ||
|
||
replace k8s.io/controller-manager => k8s.io/controller-manager v0.25.0 | ||
|
||
replace k8s.io/cri-api => k8s.io/cri-api v0.25.1-rc.0 | ||
|
||
replace k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.25.0 | ||
|
||
replace k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.25.0 | ||
|
||
replace k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.25.0 | ||
|
||
replace k8s.io/kube-proxy => k8s.io/kube-proxy v0.25.0 | ||
|
||
replace k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.25.0 | ||
|
||
replace k8s.io/kubectl => k8s.io/kubectl v0.25.0 | ||
|
||
replace k8s.io/kubelet => k8s.io/kubelet v0.25.0 | ||
|
||
replace k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.25.0 | ||
|
||
replace k8s.io/metrics => k8s.io/metrics v0.25.0 | ||
|
||
replace k8s.io/mount-utils => k8s.io/mount-utils v0.25.1-rc.0 | ||
|
||
replace k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.25.0 | ||
|
||
replace k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.25.0 | ||
|
||
replace k8s.io/sample-cli-plugin => k8s.io/sample-cli-plugin v0.25.0 | ||
|
||
replace k8s.io/sample-controller => k8s.io/sample-controller v0.25.0 |
Oops, something went wrong.