Skip to content

Commit

Permalink
release v0.1.5 (#92)
Browse files Browse the repository at this point in the history
* release v0.1.5

* fix gated check-in
  • Loading branch information
vinli-cn authored Feb 2, 2023
1 parent e04a9ef commit 16425e6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
- name: Checkout code
uses: actions/checkout@master
- name: Run linter
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19

- name: Checkout code
uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This driver allows Kubernetes to access Azure Lustre file system.
| Driver version | Image | Supported k8s version | Lustre client version |
|-----------------|---------------------------------------------------------------|-----------------------|-----------------------|
| main branch | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:latest | 1.21+ | 2.15.1 |
| v0.1.4 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.4 | 1.21+ | 2.15.1 |
| v0.1.5 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.5 | 1.21+ | 2.15.1 |

 

Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurelustre-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurelustre
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.4
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.5
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurelustre-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurelustre
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.4
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.5
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down

0 comments on commit 16425e6

Please sign in to comment.