Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Bump version to v0.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Prażak <pawelprazak@gmail.com>
  • Loading branch information
pawelprazak committed Aug 2, 2019
1 parent 9a52155 commit 862ae80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# kubedrainer
Kubernetes Node Drainer helps to evict pods from nodes before shutdown.

[![Version](https://img.shields.io/badge/version-v0.0.1-brightgreen.svg)](https://github.com/VirtusLab/kubedrainer/releases/tag/v0.0.1)
[![Version](https://img.shields.io/badge/version-v0.0.2-brightgreen.svg)](https://github.com/VirtusLab/kubedrainer/releases/tag/v0.0.2)
[![Build Status](https://travis-ci.org/VirtusLab/kubedrainer.svg?branch=master)](https://travis-ci.org/VirtusLab/kubedrainer)
[![Docker Repository on Quay](https://quay.io/repository/VirtusLab/kubedrainer/status "Docker Repository on Quay")](https://quay.io/repository/VirtusLab/kubedrainer)
[![Go Report Card](https://goreportcard.com/badge/github.com/VirtusLab/kubedrainer)](https://goreportcard.com/report/github.com/VirtusLab/kubedrainer)
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.1
v0.0.2
2 changes: 1 addition & 1 deletion examples/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
serviceAccountName: kubedrainer
containers:
- name: kubedrainer
image: quay.io/virtuslab/kubedrainer:v0.0.1
image: quay.io/virtuslab/kubedrainer:v0.0.2
env:
- name: KUBEDRAINER_NODE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
import "fmt"

// VERSION indicates which version of the binary is running.
var VERSION = "v0.0.1"
var VERSION = "v0.0.2"

// GITCOMMIT indicates which git hash the binary was built off of
var GITCOMMIT = ""
Expand Down

0 comments on commit 862ae80

Please sign in to comment.