Skip to content

Commit f5eb359

Browse files
authored
Merge pull request #375 from jacobwolfaws/release-1.2
Release 1.2.0 part 1/3
2 parents cfffbca + c3ea6bf commit f5eb359

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG-0.x.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v1.2.0
2+
3+
### Bug fixes
4+
* Fix taint removal retry for non-swallowed errors ([#373](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/373), [@jacobwolfaws](https://github.com/jacobwolfaws))
5+
6+
### Improvements
7+
* Add retry and background run to node taint removal ([#370](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/370), [@jacobwolfaws](https://github.com/jacobwolfaws))
8+
* Bump dependencies for v1.2.0 ([#374](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/374), [@jacobwolfaws](https://github.com/jacobwolfaws))
9+
110
# v1.1.0
211

312
### Bug fixes

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION?=v1.1.0
15+
VERSION?=v1.2.0
1616

1717
PKG=sigs.k8s.io/aws-fsx-csi-driver
1818
GIT_COMMIT?=$(shell git rev-parse HEAD)

docs/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ For installation and deployment instructions, please refer to our [installation
1515
### CSI Specification Compatibility Matrix
1616
| AWS FSx for Lustre CSI Driver \ CSI Version | v0.3.0 | v1.x.x |
1717
|---------------------------------------------|--------|--------|
18+
| v1.2.0 | no | yes |
1819
| v1.1.0 | no | yes |
1920
| v1.0.0 | no | yes |
2021
| v0.10.1 | no | yes |
@@ -45,6 +46,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
4546
### Kubernetes Version Compatibility Matrix
4647
| AWS FSx for Lustre CSI Driver \ Kubernetes Version | v1.11 | v1.12 | v1.13 | v1.14-16 | v1.17+ |
4748
|----------------------------------------------------|-------|-------|-------|----------|--------|
49+
| v1.2.0 | no | no | no | no | yes |
4850
| v1.1.0 | no | no | no | no | yes |
4951
| v1.0.0 | no | no | no | no | yes |
5052
| v0.10.1 | no | no | no | no | yes |
@@ -66,6 +68,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
6668
### Container Images
6769
| FSx CSI Driver Version | Image |
6870
|------------------------|----------------------------------------------------------|
71+
| v1.2.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.2.0 |
6972
| v1.1.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.1.0 |
7073
| v1.0.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.0.0 |
7174
| v0.10.1 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v0.10.1 |

docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You may deploy the FSx for Lustre CSI driver via Kustomize or Helm
8585

8686
#### Kustomize
8787
```sh
88-
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.1"
88+
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.2"
8989
```
9090

9191
*Note: Using the master branch to deploy the driver is not supported as the master branch may contain upcoming features incompatible with the currently released stable version of the driver.*

0 commit comments

Comments
 (0)