From b5d8f4200c2f62da9936a1fd263a758a891b657d Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 29 Nov 2017 13:02:51 -0800 Subject: [PATCH] bump version to v0.9.0 --- charts/draftd/Chart.yaml | 2 +- charts/draftd/values.yaml | 2 +- pkg/version/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/draftd/Chart.yaml b/charts/draftd/Chart.yaml index 4d581a8..882bca2 100644 --- a/charts/draftd/Chart.yaml +++ b/charts/draftd/Chart.yaml @@ -1,4 +1,4 @@ name: draftd description: The Draft server -version: v0.9.0-rc1 +version: v0.9.0 apiVersion: v1 diff --git a/charts/draftd/values.yaml b/charts/draftd/values.yaml index 9b3b20d..f7c76f5 100644 --- a/charts/draftd/values.yaml +++ b/charts/draftd/values.yaml @@ -5,7 +5,7 @@ basedomain: example.com replicaCount: 1 image: repository: microsoft/draft - tag: v0.9.0-rc1 + tag: v0.9.0 pullPolicy: IfNotPresent debug: false service: diff --git a/pkg/version/version.go b/pkg/version/version.go index cac86d8..1f38132 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -21,7 +21,7 @@ var ( // Increment major number for new feature additions and behavioral changes. // Increment minor number for bug fixes and performance enhancements. // Increment patch number for critical fixes to existing releases. - Release = "v0.9.0-rc1" + Release = "v0.9.0" // BuildMetadata is extra build time data BuildMetadata = ""