forked from kubernetes-csi/external-provisioner
-
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#11 from jsafrane/rebase-v1.1.1
Rebase to v1.1.1
- Loading branch information
Showing
20,423 changed files
with
144,193 additions
and
4,962,638 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,48 +1 @@ | ||
# -*- mode: gitignore; -*- | ||
*~ | ||
\#*\# | ||
/.emacs.desktop | ||
/.emacs.desktop.lock | ||
*.elc | ||
auto-save-list | ||
tramp | ||
.\#* | ||
|
||
# Vscode files | ||
.vscode | ||
|
||
# Org-mode | ||
.org-id-locations | ||
*_archive | ||
|
||
# flymake-mode | ||
*_flymake.* | ||
|
||
# eshell files | ||
/eshell/history | ||
/eshell/lastdir | ||
|
||
# elpa packages | ||
/elpa/ | ||
|
||
# reftex files | ||
*.rel | ||
|
||
# AUCTeX auto folder | ||
/auto/ | ||
|
||
# cask packages | ||
.cask/ | ||
dist/ | ||
|
||
# Flycheck | ||
flycheck_*.el | ||
|
||
|
||
.idea/ | ||
/.project | ||
*.iml | ||
|
||
# ignore build directory | ||
_output/ | ||
|
||
/bin |
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,5 @@ | ||
#! /bin/bash | ||
|
||
. release-tools/prow.sh | ||
|
||
main |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
release-tools/travis.yml |
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,37 @@ | ||
# Changelog since v1.1.0 | ||
|
||
## Notable Changes | ||
* Handle deletion of volumes associated with in-tree plugins that are migrated to CSI ([#276](https://github.com/kubernetes-csi/external-provisioner/pull/276)) | ||
|
||
# Changelog since v1.0.1 | ||
|
||
## Breaking Changes | ||
* Support for the alpha Topology feature and CSINodeInfo CRD has been removed. | ||
|
||
## Deprecations | ||
* Command line flag `--connection-timeout` is deprecated and has no effect. | ||
* Command line flag `--provisioner` is deprecated and has no effect. | ||
* Command line flag `--leader-election-type` is deprecated. Support for Endpoints-based | ||
leader election will be removed in the future in favor of Lease-based leader election. | ||
The default currently remains as `endpoints` for backwards compatibility. | ||
|
||
## Notable Features | ||
* The Topology feature has been promoted to beta and uses the `storage.k8s.io/v1beta1` CSINode object ([#238](https://github.com/kubernetes-csi/external-provisioner/pull/238)) | ||
* [In-tree storage plugin to CSI Driver Migration](https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/20190129-csi-migration.md) is now alpha ([#253](https://github.com/kubernetes-csi/external-provisioner/pull/253)) | ||
* The external provisioner now tries to connect to the CSI driver indefinitely ([#234](https://github.com/kubernetes-csi/external-provisioner/pull/234)) | ||
* A new --timeout parameter has been added for CSI operations ([#230](https://github.com/kubernetes-csi/external-provisioner/pull/230)) | ||
* README.md has been signficantly enhanced ([#249](https://github.com/kubernetes-csi/external-provisioner/pull/249)) | ||
* Add support for Lease based leader election. Enable this by setting | ||
`--leader-election-type=leases` ([#261](https://github.com/kubernetes-csi/external-provisioner/pull/261)) | ||
|
||
## Other Notable Changes | ||
* vendor: update to k8s.io 1.14, avoid glog ([#262](https://github.com/kubernetes-csi/external-provisioner/pull/262)) | ||
* Deprecate provisioner arguments ([#255](https://github.com/kubernetes-csi/external-provisioner/pull/255)) | ||
* Do not stop saving PVs to API server ([#251](https://github.com/kubernetes-csi/external-provisioner/pull/251)) | ||
* filter resizer related params from storageclass before passing them to the driver ([#248](https://github.com/kubernetes-csi/external-provisioner/pull/248)) | ||
* Cache driver capabilities ([#241](https://github.com/kubernetes-csi/external-provisioner/pull/241)) | ||
* Use distroless as base image ([#247](https://github.com/kubernetes-csi/external-provisioner/pull/247)) | ||
* Fix retry loop issues ([#216](https://github.com/kubernetes-csi/external-provisioner/pull/216)) | ||
* Cache driver name ([#215](https://github.com/kubernetes-csi/external-provisioner/pull/215)) | ||
* Add prune to gopkg.toml ([#196](https://github.com/kubernetes-csi/external-provisioner/pull/196)) | ||
* Don't provide access to Secrets in default RBAC ([#188](https://github.com/kubernetes-csi/external-provisioner/pull/188)) |
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.