From fea69d005ddeeb825decd75db29ce04e10158171 Mon Sep 17 00:00:00 2001 From: "Derrick J. Wippler" Date: Sat, 4 Mar 2023 15:26:54 +0000 Subject: [PATCH] Bump version to v2.0.0-rc.43 --- CHANGELOG.md | 2 ++ charts/gubernator/Chart.yaml | 4 ++-- version | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad4e491..b8864ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## As of 2.0.0-rc.42 this CHANGELOG is deprecated in favor of using github's change release feature. + ## [2.0.0-rc.42] - 2023-03-03 ## What's Changed * Allow binding the daemon to a random port by @pzduniak in #167 diff --git a/charts/gubernator/Chart.yaml b/charts/gubernator/Chart.yaml index 07ff78e8..bb661aea 100644 --- a/charts/gubernator/Chart.yaml +++ b/charts/gubernator/Chart.yaml @@ -4,6 +4,6 @@ description: A Helm Chart for gubernator type: application -version: 2.0.0-rc.42 +version: 2.0.0-rc.43 -appVersion: 2.0.0-rc.42 +appVersion: 2.0.0-rc.43 diff --git a/version b/version index 307da629..05c7f4b3 100644 --- a/version +++ b/version @@ -1 +1 @@ -v2.0.0-rc.42 +v2.0.0-rc.43