Skip to content

Commit c000335

Browse files
authored
Merge pull request #83 from kubernetes-sigs/release-1.2
Release 1.2.0 part 3/3: merge to main
2 parents 079da6d + db77f69 commit c000335

File tree

13 files changed

+30
-15
lines changed

13 files changed

+30
-15
lines changed

.github/workflows/helm-chart-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99

1010
jobs:
1111
release:
12+
permissions:
13+
contents: write # Needed for creating and editing releases
1214
runs-on: ubuntu-latest
1315
steps:
1416
- name: Checkout
@@ -20,7 +22,7 @@ jobs:
2022
git config user.name "$GITHUB_ACTOR"
2123
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2224
- name: Run chart-releaser
23-
uses: helm/chart-releaser-action@v1.2.1
25+
uses: helm/chart-releaser-action@v1.6.0
2426
env:
2527
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2628
with:

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
77
jobs:
88
build:
9+
permissions:
10+
contents: write # Needed for creating and editing releases
911
name: Release
1012
runs-on: ubuntu-latest
1113
steps:

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.

charts/aws-fsx-openzfs-csi-driver/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Helm chart
2+
# v1.2.0
3+
* Use driver v1.2.0
4+
* Make hostNetwork configurable on node daemonset
5+
26
# v1.1.0
37
* Use driver v1.1.0
48

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: 1.1.0
2+
appVersion: 1.2.0
33
name: aws-fsx-openzfs-csi-driver
44
description: A Helm chart for the AWS FSx for OpenZFS CSI Driver
5-
version: 1.1.0
5+
version: 1.2.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: v1.1.0
8+
tag: v1.2.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:v1.1.0
63+
image: public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.2.0
6464
imagePullPolicy: IfNotPresent
6565
args:
6666
- --mode=controller

0 commit comments

Comments
 (0)