From e351f52e8a6402d3854e73878088f1871350eb48 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Date: Tue, 28 Feb 2023 16:19:46 -0300 Subject: [PATCH] Release v0.1.66 - docs: update the installation w/ 'go install' - Update brew installation instructions - Add dependabot config - Update github actions - Upgrade dependencies - Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 - Bump github.com/openshift-online/ocm-sdk-go from 0.1.306 to 0.1.308 - Update revocation link - Remove validation for GCP+private clusters - Add build artifact for darwin/arm64 - Bump k8s.io/apimachinery from 0.24.3 to 0.26.1 - Bump github.com/onsi/gomega from 1.24.2 to 1.25.0 - Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.0 - Bump golang.org/x/text from 0.6.0 to 0.7.0 - Bump golang.org/x/term from 0.4.0 to 0.5.0 - Bump github.com/onsi/gomega from 1.25.0 to 1.26.0 - Bump github.com/openshift-online/ocm-sdk-go from 0.1.308 to 0.1.316 - Bump github.com/openshift/rosa from 1.2.11 to 1.2.15 - Bump golang.org/x/net from 0.5.0 to 0.7.0 - Bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0 - Return the service cluster associated with a hypershift cluster in ocm describe cluster - Bump github.com/onsi/gomega from 1.26.0 to 1.27.1 --- CHANGES.md | 25 +++++++++++++++++++++++++ pkg/info/info.go | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9a5dbb9e..7671d5fe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,31 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +## 0.1.66 Feb 28 2023 + +- docs: update the installation w/ 'go install' +- Update brew installation instructions +- Add dependabot config +- Update github actions +- Upgrade dependencies +- Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 +- Bump github.com/openshift-online/ocm-sdk-go from 0.1.306 to 0.1.308 +- Update revocation link +- Remove validation for GCP+private clusters +- Add build artifact for darwin/arm64 +- Bump k8s.io/apimachinery from 0.24.3 to 0.26.1 +- Bump github.com/onsi/gomega from 1.24.2 to 1.25.0 +- Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.0 +- Bump golang.org/x/text from 0.6.0 to 0.7.0 +- Bump golang.org/x/term from 0.4.0 to 0.5.0 +- Bump github.com/onsi/gomega from 1.25.0 to 1.26.0 +- Bump github.com/openshift-online/ocm-sdk-go from 0.1.308 to 0.1.316 +- Bump github.com/openshift/rosa from 1.2.11 to 1.2.15 +- Bump golang.org/x/net from 0.5.0 to 0.7.0 +- Bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0 +- Return the service cluster associated with a hypershift cluster in ocm describe cluster +- Bump github.com/onsi/gomega from 1.26.0 to 1.27.1 + ## 0.1.65 Dec 16 2022 - added GetLimitedSupportReasons function to allow cluster objects to access them easier diff --git a/pkg/info/info.go b/pkg/info/info.go index 37034041..7c93269d 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.1.65" +const Version = "0.1.66"