Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#11 from jsafrane/rebase-v1.1.1
Browse files Browse the repository at this point in the history
Rebase to v1.1.1
  • Loading branch information
openshift-merge-robot authored Jun 7, 2019
2 parents a2306c2 + 2c1fc52 commit 7df83f4
Show file tree
Hide file tree
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.
49 changes: 1 addition & 48 deletions .gitignore
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
5 changes: 5 additions & 0 deletions .prow.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /bin/bash

. release-tools/prow.sh

main
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions .travis.yml
37 changes: 37 additions & 0 deletions CHANGELOG-1.1.md
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))
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine
FROM gcr.io/distroless/static:latest
LABEL maintainers="Kubernetes Authors"
LABEL description="CSI External Provisioner"

Expand Down
Loading

0 comments on commit 7df83f4

Please sign in to comment.