From 582c35035c8ea67bf1f3525310d7399e402270ad Mon Sep 17 00:00:00 2001 From: John Murret Date: Wed, 12 Oct 2022 09:07:18 -0600 Subject: [PATCH] release 1.0.0-beta3 (#1613) got 3 approvals but need to bypass the license/cla which is not reporting its status to GH checks. I've ensured I have signed this. --- CHANGELOG.md | 2 +- charts/consul/Chart.yaml | 4 ++-- charts/consul/values.yaml | 2 +- cli/version/version.go | 2 +- control-plane/version/version.go | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 232004a223..6ebff6a544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## UNRELEASED +## 1.0.0-beta3 (October 12, 2022) FEATURES: * Peering: Add support for `PeerThroughMeshGateways` in Mesh CRD. [[GH-1478](https://github.com/hashicorp/consul-k8s/pull/1478)] diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index 57f4be8492..561f258c2e 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: consul -version: 1.0.0-dev +version: 1.0.0-beta3 appVersion: 1.14.0-beta1 kubeVersion: ">=1.21.0-0" description: Official HashiCorp Consul Chart @@ -15,7 +15,7 @@ annotations: - name: consul image: hashicorp/consul:1.14.0-beta1 - name: consul-k8s-control-plane - image: docker.mirror.hashicorp.services/hashicorppreview/consul-k8s-control-plane:1.0.0-dev + image: hashicorp/consul-k8s-control-plane:1.0.0-beta3 - name: envoy image: envoyproxy/envoy:v1.23.1 artifacthub.io/license: MPL-2.0 diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index cee86cf25e..8e99b0962b 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -129,7 +129,7 @@ global: # image that is used for functionality such as catalog sync. # This can be overridden per component. # @default: hashicorp/consul-k8s-control-plane: - imageK8S: docker.mirror.hashicorp.services/hashicorppreview/consul-k8s-control-plane:1.0.0-dev + imageK8S: hashicorp/consul-k8s-control-plane:1.0.0-beta3 # The name of the datacenter that the agents should # register as. This can't be changed once the Consul cluster is up and running diff --git a/cli/version/version.go b/cli/version/version.go index 35c4d195a9..baf33eb269 100644 --- a/cli/version/version.go +++ b/cli/version/version.go @@ -19,7 +19,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 = "beta3" ) // GetHumanVersion composes the parts of the version in a way that's suitable diff --git a/control-plane/version/version.go b/control-plane/version/version.go index 35c4d195a9..baf33eb269 100644 --- a/control-plane/version/version.go +++ b/control-plane/version/version.go @@ -19,7 +19,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 = "beta3" ) // GetHumanVersion composes the parts of the version in a way that's suitable