File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 17
17
18
18
env :
19
19
IS_LATEST_RELEASE : ' true'
20
- APP_VERSION : 1.0.3
20
+ APP_VERSION : 1.0.4
21
21
22
22
steps :
23
23
- name : Checkout Code
63
63
/home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.deb.tar.gz.sha256
64
64
/home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.rpm.tar.gz
65
65
/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
69
75
prerelease : ${{ env.IS_LATEST_RELEASE != 'true' }}
70
76
71
77
- name : Perform CodeQL Analysis
Original file line number Diff line number Diff line change 1
1
NAME := cos-csi-mounter
2
- APP_VERSION := 1.0.3
2
+ APP_VERSION := 1.0.4
3
3
BUILD_DIR := $(NAME ) -$(APP_VERSION )
4
4
BIN_DIR := bin
5
5
You can’t perform that action at this time.
0 commit comments