Skip to content

Commit 95865c6

Browse files
committed
Release 1.1.0 part 1/3: CHANGELOG, README, Makefile
1 parent 65de741 commit 95865c6

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.1.0
2+
3+
### Notable changes
4+
* Add support for Multi-AZ ([#49](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/49), [@gomesjason](https://github.com/gomesjason/))
5+
* Improved error logging for improperly formatted parameters ([#45](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/45), [@hughdanliu](https://github.com/hughdanliu/))
6+
17
# v1.0.0
28

39
### 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?=1.0.0
14+
VERSION?=1.1.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
@@ -20,13 +20,14 @@ The [Amazon FSx for OpenZFS](https://aws.amazon.com/fsx/openzfs/) Container Stor
2020

2121
| Driver Version | [ECR Public](https://gallery.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver) Image |
2222
|----------------|---------------------------------------------------------------------------------------|
23-
| v1.0.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.0.0 |
23+
| v1.1.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.1.0 |
2424

2525
<details>
2626
<summary>Previous Images</summary>
2727

2828
| Driver Version | [ECR Public](https://gallery.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver) Image |
2929
|----------------|---------------------------------------------------------------------------------------|
30+
| v1.0.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.0.0 |
3031
| v0.1.0 (Beta) | public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v0.1.0 |
3132
</details>
3233

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-1.0"
101+
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.1"
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)