Skip to content

Commit

Permalink
Update versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aniszosc committed Oct 1, 2021
1 parent c70740a commit cbb0f77
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@

### Notable changes
* Make LB name configurable using annotations

# v0.0.9beta

### Notable changes
* Update to k8s pkg 1.21.5
* update e2e tests
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This project allows a Kubernetes cluster to provision, monitor and remove Outsca

|OSC BSU CSI Driver Version | Image |
|---------------------------|-------------------------------------------|
|OSC-MIGRATION branch |outscale/cloud-provider-osc:v0.0.8beta |
|OSC-MIGRATION branch |outscale/cloud-provider-osc:v0.0.9beta |


## Flags
Expand Down
2 changes: 1 addition & 1 deletion deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
cd deploy
# set the IMAGE_SECRET, IMAGE_NAME, IMAGE_TAG, SECRET_NAME to the right values on your case
IMAGE_NAME=outscale/cloud-provider-osc && \
IMAGE_TAG=v0.0.8beta && \
IMAGE_TAG=v0.0.9beta && \
SECRET_NAME=osc-secret && \
helm uninstall k8s-osc-ccm
helm install k8s-osc-ccm deploy/k8s-osc-ccm \
Expand Down
4 changes: 2 additions & 2 deletions deploy/k8s-osc-ccm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.0.8beta"
appVersion: "0.0.9beta"
description: A Helm chart for OSC CCM
name: osc-cloud-controller-manager
version: 0.0.1
version: 0.0.2
description: A Helm chart for OSC CCM cloud provider
kubeVersion: ">=1.14.0-0"
home: https://github.com/outscale-dev/cloud-provider-osc/
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/docker/Dockerfile_e2eTest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.15.6-buster

RUN curl -o /usr/local/bin/kubectl -LO https://storage.googleapis.com/kubernetes-release/release/v1.19.4/bin/linux/amd64/kubectl && chmod +x /usr/local/bin/kubectl
RUN export GO111MODULE=on && export PATH=$PATH:/usr/local/go/bin && export GOPATH="/go" && go get -v -u "github.com/onsi/ginkgo/ginkgo@v1.14.2"
RUN curl -o /usr/local/bin/kubectl -LO https://storage.googleapis.com/kubernetes-release/release/v1.21.5/bin/linux/amd64/kubectl && chmod +x /usr/local/bin/kubectl
RUN export GO111MODULE=on && export PATH=$PATH:/usr/local/go/bin && export GOPATH="/go" && go get -v -u "github.com/onsi/ginkgo/ginkgo@v1.16.4"

WORKDIR $GOPATH/src/cloud-provider-osc

0 comments on commit cbb0f77

Please sign in to comment.