Skip to content

Commit 26b4e75

Browse files
authored
Merge pull request #43 from kubernetes-sigs/release-1.0
Release 1.0 - part 3/3, merge to main
2 parents 3683793 + c7db783 commit 26b4e75

File tree

9 files changed

+34
-9
lines changed

9 files changed

+34
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v1.0.0
2+
3+
### Notable changes
4+
* Modularize the controller and node services; Add support for JSON logging ([#30](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/30), [@hughdanliu](https://github.com/hughdanliu/))
5+
* Add support for operating modes; Perform metadata collection via the Kubernetes API ([#34](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/34), [@hughdanliu](https://github.com/hughdanliu/))
6+
* Add support for node startup taints ([#35](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/35), [@hughdanliu](https://github.com/hughdanliu/))
7+
* Add inflight checks to node mounting operations ([#36](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/36), [@hughdanliu](https://github.com/hughdanliu/))
8+
9+
### Bug Fixes
10+
* Fix snapshot parameters bug ([#32](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/32), [@gomesjason](https://github.com/gomesjason/))
11+
* Fix update In progress failure during ResizeFileSystem ([#33](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/33), [@gomesjason](https://github.com/gomesjason/))
12+
13+
### Improvements
14+
* Adopt Kubernetes recommended labels ([#29](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/29), [@hughdanliu](https://github.com/hughdanliu/))
15+
* Adopt Kubernetes standard logging patterns ([#38](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/38), [@hughdanliu](https://github.com/hughdanliu/))
16+
117
# v0.1.0
218

319
### Notable changes

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
VERSION?=0.1.0
14+
VERSION?=1.0.0
1515

1616
PKG=github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver
1717
GIT_COMMIT?=$(shell git rev-parse HEAD)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ The [Amazon FSx for OpenZFS](https://aws.amazon.com/fsx/openzfs/) Container Stor
2424

2525
| Driver Version | [ECR Public](https://gallery.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver) Image |
2626
|----------------|---------------------------------------------------------------------------------------|
27-
| v0.1.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v0.1.0 |
27+
| v1.0.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.0.0 |
2828

2929
<details>
3030
<summary>Previous Images</summary>
3131

3232
| Driver Version | [ECR Public](https://gallery.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver) Image |
3333
|----------------|---------------------------------------------------------------------------------------|
34+
| v0.1.0 (Beta) | public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v0.1.0 |
3435
</details>
3536

3637
## Releases
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Helm chart
2-
32
# v1.0.0
3+
* Use driver v1.0.0
4+
* Add driver modes for controller and node pods
5+
* Allow for json logging
6+
* Added support for node startup taint (please see install documentation for more information)
7+
* Adopt Kubernetes recommended labels
8+
* Remove hostNetwork: true from the node daemonset
9+
* Allow users to specify the AWS region in the controller deployment
10+
11+
# v0.1.0
412
* Released the AWS FSx for OpenZFS CSI Driver with helm support

charts/aws-fsx-openzfs-csi-driver/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 0.1.0
2+
appVersion: 1.0.0
33
name: aws-fsx-openzfs-csi-driver
44
description: A Helm chart for the AWS FSx for OpenZFS CSI Driver
5-
version: 0.1.0
5+
version: 1.0.0
66
kubeVersion: ">=1.17.0-0"
77
home: https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver
88
sources:

charts/aws-fsx-openzfs-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
image:
66
repository: public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver
77
# Overrides the image tag whose default is v{{ .Chart.AppVersion }}
8-
tag: v0.1.0
8+
tag: v1.0.0
99
pullPolicy: IfNotPresent
1010

1111
csidriver:

deploy/kubernetes/base/controller-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
runAsUser: 1000
6161
containers:
6262
- name: fsx-openzfs-plugin
63-
image: public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v0.1.0
63+
image: public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.0.0
6464
imagePullPolicy: IfNotPresent
6565
args:
6666
- --mode=controller

deploy/kubernetes/base/node-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
runAsUser: 0
4646
containers:
4747
- name: fsx-openzfs-plugin
48-
image: public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v0.1.0
48+
image: public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.0.0
4949
imagePullPolicy: IfNotPresent
5050
args:
5151
- --mode=node

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ You may deploy the FSx for OpenZFS CSI driver via Kustomize or Helm
9898

9999
#### Kustomize
100100
```sh
101-
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-0.1"
101+
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.0"
102102
```
103103

104104
*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)