Skip to content

Commit f179ec6

Browse files
authored
Merge pull request #78 from gomesjason/release
Release 1.2.0 part 1/3: CHANGELOG, README, Makefile
2 parents 079da6d + ad7e49c commit f179ec6

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# v1.1.0
1+
# v1.2.0
2+
### Notable changes
3+
* Migrate AWS SDK to v2 ([#76](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/76), [@gomesjason](https://github.com/gomesjason))
4+
* Make hostNetwork configurable on node daemonset ([#63](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/63), [@Jasper-Ben](https://github.com/Jasper-Ben))
25

6+
# v1.1.0
37
### Notable changes
48
* Add support for Multi-AZ ([#49](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/49), [@gomesjason](https://github.com/gomesjason/))
59
* 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/))
610

711
# v1.0.0
8-
912
### Notable changes
1013
* 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/))
1114
* 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/))
@@ -21,7 +24,6 @@
2124
* Adopt Kubernetes standard logging patterns ([#38](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/38), [@hughdanliu](https://github.com/hughdanliu/))
2225

2326
# v0.1.0
24-
2527
### Notable changes
2628
* Add support for static provisioning of file systems and child volumes ([#1](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/1), [@hughdanliu](https://github.com/hughdanliu/))
2729
* Add support for dynamically creating volume snapshots ([#3](https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pull/3), [@hughdanliu](https://github.com/hughdanliu/))

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.1.0
14+
VERSION?=1.2.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.1.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.1.0 |
23+
| v1.2.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.2.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.1.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.1.0 |
3031
| v1.0.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.0.0 |
3132
| v0.1.0 (Beta) | public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v0.1.0 |
3233
</details>

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Search for any references to the previous version on the README, and update them
3939

4040
Update the VERSION variable in the Makefile
4141

42+
### Update `docs/install.md`
43+
44+
Update the release version specified in the Kustomize installation instructions.
45+
4246
### Send a release PR to the release branch
4347

4448
At this point you should have all changes required for the release commit.

docs/install.md

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

101101
#### Kustomize
102102
```sh
103-
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.1"
103+
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.2"
104104
```
105105

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