From 456b9d3cacf7b82c0e6acefdd130cb840e1bb678 Mon Sep 17 00:00:00 2001 From: Chris Thain Date: Tue, 21 Jun 2022 08:32:48 -0700 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad76a08..c704a37a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.5.0 (June 21, 2022) BUG FIXES * Fix issue where the `acl-controller` did not update the default namespace with the cross-namespace policy. diff --git a/version/version.go b/version/version.go index f283773d..9b951395 100644 --- a/version/version.go +++ b/version/version.go @@ -18,7 +18,7 @@ var ( // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release // such as "dev" (in development), "beta", "rc1", etc. - VersionPrerelease = "dev" + VersionPrerelease = "" ) // GetHumanVersion composes the parts of the version in a way that's suitable