forked from kubernetes-csi/external-resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
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 kubernetes-csi#7 from jsafrane/rebase-v0.4.0
Rebase to v0.4.0
- Loading branch information
Showing
1,208 changed files
with
263,896 additions
and
195,996 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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
#! /bin/bash | ||
|
||
CSI_PROW_KUBERNETES_VERSION=latest | ||
CSI_PROW_E2E_VERSION=master | ||
. release-tools/prow.sh | ||
main |
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,9 @@ | ||
# Changelog since v0.3.0 | ||
|
||
## New Features | ||
|
||
- Add prometheus metrics to CSI external-resizer under the /metrics endpoint. This can be enabled via the "--metrics-address" and "--metrics-path" options. ([#67](https://github.com/kubernetes-csi/external-resizer/pull/67), [@saad-ali](https://github.com/saad-ali)) | ||
|
||
## Other Notable Changes | ||
|
||
- Migrated to Go modules, so the source builds also outside of GOPATH. ([#60](https://github.com/kubernetes-csi/external-resizer/pull/60), [@pohly](https://github.com/pohly)) |
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
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
Oops, something went wrong.