Skip to content

Commit 62b2112

Browse files
authored
Merge pull request #316 from aramase/bump-v0.0.14
chore: bump version to v0.0.14 and update debian base to buster-v1.2.0
2 parents 215c176 + d008a77 commit 62b2112

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ REGISTRY?=docker.io/deislabs
1616
REGISTRY_NAME = $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
1717
GIT_COMMIT ?= $(shell git rev-parse HEAD)
1818
IMAGE_NAME=secrets-store-csi
19-
IMAGE_VERSION?=v0.0.13
19+
IMAGE_VERSION?=v0.0.14
2020
E2E_IMAGE_VERSION = v0.1.0-e2e-$(GIT_COMMIT)
2121
# Use a custom version for E2E tests if we are testing in CI
2222
ifdef CI

docker/BASEIMAGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
linux/amd64=us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:v2.1.0
1+
linux/amd64=us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:buster-v1.2.0
22
windows/amd64/1809=mcr.microsoft.com/windows/nanoserver:1809
33
windows/amd64/1903=mcr.microsoft.com/windows/nanoserver:1903
44
windows/amd64/1909=mcr.microsoft.com/windows/nanoserver:1909

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASEIMAGE=us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:v2.1.0
1+
ARG BASEIMAGE=us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:buster-v1.2.0
22

33
FROM golang:1.13.10-alpine3.10 as builder
44
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
REGISTRY?=docker.io/deislabs
1616
IMAGE_NAME=driver
17-
IMAGE_VERSION?=v0.0.13
17+
IMAGE_VERSION?=v0.0.14
1818
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
1919
export
2020

0 commit comments

Comments
 (0)