This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new f446d1158 chore(deps): bump openshift api f446d1158 is described below commit f446d1158bc3a8fcb8e67677839edb1a5ba90838 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Thu Aug 24 09:34:06 2023 +0200 chore(deps): bump openshift api --- go.mod | 3 ++- go.sum | 2 ++ pkg/install/openshift.go | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 4515b82c8..ddcaeb6a0 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,8 @@ require ( github.com/mattn/go-shellwords v1.0.12 github.com/mitchellh/mapstructure v1.5.0 github.com/onsi/gomega v1.27.10 - github.com/openshift/api v3.9.1-0.20190927182313-d4a64ec2cbd8+incompatible + // go get github.com/openshift/api@release-4.12 + github.com/openshift/api v0.0.0-20230817133225-564be9ddb58e github.com/operator-framework/api v0.13.0 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.60.0 github.com/prometheus/client_golang v1.16.0 diff --git a/go.sum b/go.sum index 5c243ac9d..bbf2c3bae 100644 --- a/go.sum +++ b/go.sum @@ -547,6 +547,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8 github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM= github.com/opencontainers/image-spec v1.1.0-rc3 h1:fzg1mXZFj8YdPeNkRXMg+zb88BFV0Ys52cJydRwBkb8= github.com/opencontainers/image-spec v1.1.0-rc3/go.mod h1:X4pATf0uXsnn3g5aiGIsVnJBR4mxhKzfwmvK/B2NTm8= +github.com/openshift/api v0.0.0-20230817133225-564be9ddb58e h1:Hbw58VzpO9SktwYwXhiiubgvGmNTNeK6mxGtjPQ0uy4= +github.com/openshift/api v0.0.0-20230817133225-564be9ddb58e/go.mod h1:aQ6LDasvHMvHZXqLHnX2GRmnfTWCF/iIwz8EMTTIE9A= github.com/openshift/api v3.9.1-0.20190927182313-d4a64ec2cbd8+incompatible h1:YwFnUQ5RQ17CmkxHyjpQnWAQOGkLKXY0shOUEyqaCGk= github.com/openshift/api v3.9.1-0.20190927182313-d4a64ec2cbd8+incompatible/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY= github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= diff --git a/pkg/install/openshift.go b/pkg/install/openshift.go index 202d8d207..a3f2ef18d 100644 --- a/pkg/install/openshift.go +++ b/pkg/install/openshift.go @@ -124,7 +124,7 @@ func OpenShiftConsoleDownloadLink(ctx context.Context, c client.Client) error { Spec: console.ConsoleCLIDownloadSpec{ DisplayName: KamelCLIDownloadDisplayName, Description: KamelCLIDownloadDescription, - Links: []console.Link{ + Links: []console.CLIDownloadLink{ { Text: "Download the kamel binary for Linux", Href: fmt.Sprintf(KamelCLIDownloadURLTemplate, defaults.Version, defaults.Version, "linux"),