Skip to content

Commit

Permalink
release v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Qeas committed May 23, 2022
1 parent f10e4af commit af74509
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 4 deletions.
48 changes: 46 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@

<a name="vv1.0.1"></a>
## [vv1.0.1](https://github.com/Nexenta/nexentastor-csi-driver/compare/v1.0.0...vv1.0.1) (2020-09-22)
<a name="vv1.4.6"></a>
## [vv1.4.6](https://github.com/Nexenta/nexentastor-csi-driver/compare/v1.4.5...vv1.4.6) (2022-05-23)


<a name="v1.4.5"></a>
## [v1.4.5](https://github.com/Nexenta/nexentastor-csi-driver/compare/v1.4.4...v1.4.5) (2022-03-07)


<a name="v1.4.4"></a>
## [v1.4.4](https://github.com/Nexenta/nexentastor-csi-driver/compare/v1.4.3...v1.4.4) (2022-01-19)


<a name="v1.4.3"></a>
## [v1.4.3](https://github.com/Nexenta/nexentastor-csi-driver/compare/v1.4.2...v1.4.3) (2021-12-23)


<a name="v1.4.2"></a>
## [v1.4.2](https://github.com/Nexenta/nexentastor-csi-driver/compare/v1.4.1...v1.4.2) (2021-11-01)


<a name="v1.4.1"></a>
## [v1.4.1](https://github.com/Nexenta/nexentastor-csi-driver/compare/v1.4.0...v1.4.1) (2021-09-27)


<a name="v1.4.0"></a>
## [v1.4.0](https://github.com/Nexenta/nexentastor-csi-driver/compare/v1.3.0...v1.4.0) (2021-08-16)


<a name="v1.3.0"></a>
## [v1.3.0](https://github.com/Nexenta/nexentastor-csi-driver/compare/v1.2.0...v1.3.0) (2021-05-25)


<a name="v1.2.0"></a>
## [v1.2.0](https://github.com/Nexenta/nexentastor-csi-driver/compare/v1.1.0...v1.2.0) (2021-03-25)


<a name="v1.1.0"></a>
## [v1.1.0](https://github.com/Nexenta/nexentastor-csi-driver/compare/v1.0.1...v1.1.0) (2021-02-23)

### Pull Requests

* Merge pull request [#8](https://github.com/Nexenta/nexentastor-csi-driver/issues/8) from Nexenta/bugfixes/ES-433


<a name="v1.0.1"></a>
## [v1.0.1](https://github.com/Nexenta/nexentastor-csi-driver/compare/v1.0.0...v1.0.1) (2020-09-22)


<a name="v1.0.0"></a>
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/nexentastor-csi-driver-block.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: driver
image: nexenta/nexentastor-csi-driver-block:master
image: nexenta/nexentastor-csi-driver-block:v1.4.6
imagePullPolicy: IfNotPresent
args:
- --nodeid=$(KUBE_NODE_NAME)
Expand Down Expand Up @@ -380,7 +380,7 @@ spec:
capabilities:
add: ['SYS_ADMIN']
allowPrivilegeEscalation: true
image: nexenta/nexentastor-csi-driver-block:master
image: nexenta/nexentastor-csi-driver-block:v1.4.6
imagePullPolicy: IfNotPresent
args:
- --nodeid=$(KUBE_NODE_NAME)
Expand Down

0 comments on commit af74509

Please sign in to comment.