Skip to content

Commit

Permalink
Merge pull request #112 from blackpiglet/update-v0.3-image
Browse files Browse the repository at this point in the history
Update v0.3 image
  • Loading branch information
ywk253100 authored Jun 14, 2022
2 parents b8ea479 + df010c7 commit 457e53b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.17
- name: Set up Go 1.17.11
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.17.11
id: go

- name: Check out the code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.17
- name: Set up Go 1.17.11
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.17.11
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# The binary to build (just the basename).
BIN ?= velero-plugin-for-csi

BUILD_IMAGE ?= golang:1.17-stretch
BUILD_IMAGE ?= golang:1.17.11-stretch

REGISTRY ?= velero
IMAGE_NAME ?= $(REGISTRY)/velero-plugin-for-csi
Expand Down
17 changes: 17 additions & 0 deletions changelogs/CHANGELOG-0.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### All Changes

- Remove the unnecessary warning. (#109, @reasonerjt)
- Update VSC's DeletionPolicy to Retain when it is set to Delete. (#108, @blackpiglet)
- Added shubham to auto-assignees. (#107, @sseago)
- Use scratch as the base image. (#106, @ywk253100)
- Revert "Add ReadyToUse status check before assuming VolumeSnapshotContent ready." (#105, @blackpiglet)
- Bump up the version of library go-plugin. (#104, @ywk253100)
- Fix: Record a warning when deleting VSC but fail with NotFound. (#103, @blackpiglet)
- fix: VolumeSnapshotContentBackupItemAction AppliesTo() debug message. (#101, @ yuvalman)
- Add ReadyToUse status check before assuming VolumeSnapshotContent ready. (#100, @blackpiglet)
- Bump up the API from v1beta1 to v1. (#99, @reasonerjt)
- Bump up Golang version to v1.17. (#98, @blackpiglet)
- Add CSI plugin compatible Velero version v1.8.x. (#97, @jenting)
- Append "-dev" suffix for the image tag of release branches. (#96, @ywk253100)
- Enable building and pushing image for release branches. (#95, @ywk253100)
- Fix CVE-2020-26160 and CVE-2020-29652. (#94, @ywk253100)

0 comments on commit 457e53b

Please sign in to comment.