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.7
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 13, 2020
1 parent 2284734 commit f9e0817
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,5 +1,5 @@
# kubedrainer
[![Version](https://img.shields.io/badge/version-v0.0.6-brightgreen.svg)](https://github.com/VirtusLab/kubedrainer/releases/tag/v0.0.6)
[![Version](https://img.shields.io/badge/version-v0.0.7-brightgreen.svg)](https://github.com/VirtusLab/kubedrainer/releases/tag/v0.0.7)
[![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.6
v0.0.7
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.6
image: quay.io/virtuslab/kubedrainer:v0.0.7
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.6"
var VERSION = "v0.0.7"

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

0 comments on commit f9e0817

Please sign in to comment.