Skip to content

Commit b2f6563

Browse files
authored
Publish v1.0.4 (#265)
* fix cipher_suites for rhcos Signed-off-by: Ashima-Ashima1 <[email protected]> * fix cipher_suites for rhcos Signed-off-by: Ashima-Ashima1 <[email protected]> * fix cipher_suites for rhcos Signed-off-by: Ashima-Ashima1 <[email protected]> * publish 1.0.4 Signed-off-by: Ashima-Ashima1 <[email protected]> * publish 1.0.4 Signed-off-by: Ashima-Ashima1 <[email protected]> --------- Signed-off-by: Ashima-Ashima1 <[email protected]>
1 parent 680e30c commit b2f6563

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
env:
1919
IS_LATEST_RELEASE: 'true'
20-
APP_VERSION: 1.0.3
20+
APP_VERSION: 1.0.4
2121

2222
steps:
2323
- name: Checkout Code
@@ -63,9 +63,15 @@ jobs:
6363
/home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.deb.tar.gz.sha256
6464
/home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.rpm.tar.gz
6565
/home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.rpm.tar.gz.sha256
66-
tag_name: v1.0.3
67-
name: v1.0.3
68-
## body:
66+
tag_name: v1.0.4
67+
name: v1.0.4
68+
body: |
69+
## 🚀 What’s New
70+
- Enable --vfs-cache-mode flag for rclone mount to support random write
71+
- Update golang dependencies
72+
- Fetch IAM Endpoint Dynamically
73+
- Add TLS cipher suites in the mount options
74+
- Fix issue with s3fs mount randomly taking time using IAM credentials on Private VPC clusters
6975
prerelease: ${{ env.IS_LATEST_RELEASE != 'true' }}
7076

7177
- name: Perform CodeQL Analysis

cos-csi-mounter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME := cos-csi-mounter
2-
APP_VERSION := 1.0.3
2+
APP_VERSION := 1.0.4
33
BUILD_DIR := $(NAME)-$(APP_VERSION)
44
BIN_DIR := bin
55

0 commit comments

Comments
 (0)