From de79bc5f87b05906bcba722012e343d8a892860e Mon Sep 17 00:00:00 2001 From: Andrew Obuchowicz Date: Wed, 11 Oct 2023 17:05:56 -0400 Subject: [PATCH] chore: Update devfile/api dependency to v2.2.1 Signed-off-by: Andrew Obuchowicz --- Makefile | 2 +- build/scripts/generate_deployment.sh | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index f6bbe3a5b..ac26a5032 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ export PROJECT_CLONE_IMG ?= quay.io/devfile/project-clone:next export PULL_POLICY ?= Always export DEFAULT_ROUTING ?= basic export KUBECONFIG ?= ${HOME}/.kube/config -export DEVWORKSPACE_API_VERSION ?= 2568944140c38aa941390d0f8e941534bf88f793 +export DEVWORKSPACE_API_VERSION ?= 1ae41b52c5f2bea1031b16277666e1b6baa0358c # Enable using Podman instead of Docker export DOCKER ?= docker diff --git a/build/scripts/generate_deployment.sh b/build/scripts/generate_deployment.sh index 83a3b38a8..df4cc74f3 100755 --- a/build/scripts/generate_deployment.sh +++ b/build/scripts/generate_deployment.sh @@ -120,7 +120,7 @@ if $USE_DEFAULT_ENV; then export PROJECT_CLONE_IMG=${PROJECT_CLONE_IMG:-"quay.io/devfile/project-clone:next"} export PULL_POLICY=Always export DEFAULT_ROUTING=basic - export DEVWORKSPACE_API_VERSION=2568944140c38aa941390d0f8e941534bf88f793 + export DEVWORKSPACE_API_VERSION=1ae41b52c5f2bea1031b16277666e1b6baa0358c export ROUTING_SUFFIX='""' export FORCE_DEVWORKSPACE_CRDS_UPDATE=true fi diff --git a/go.mod b/go.mod index c21cfdeed..bb9e7f6f4 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/devfile/devworkspace-operator go 1.19 require ( - github.com/devfile/api/v2 v2.2.0 + github.com/devfile/api/v2 v2.2.1 github.com/go-git/go-git/v5 v5.5.1 github.com/go-logr/logr v1.2.3 github.com/google/go-cmp v0.5.9 diff --git a/go.sum b/go.sum index 0cad47f13..554087cae 100644 --- a/go.sum +++ b/go.sum @@ -77,8 +77,8 @@ github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2/go.mod h1:J7Y8YcW2 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/devfile/api/v2 v2.2.0 h1:3Mwl/dtT508oU4pNt/v4G8vqvjoZqi9LOInXCNwKMoc= -github.com/devfile/api/v2 v2.2.0/go.mod h1:dN7xFrOVG+iPqn4UKGibXLd5oVsdE8XyK9OEb5JL3aI= +github.com/devfile/api/v2 v2.2.1 h1:VSX297YqY4C4j4uhn7M0RdZeBaeWqyVi4NnagzEmxu0= +github.com/devfile/api/v2 v2.2.1/go.mod h1:qp8jcw12y1JdCsxjK/7LJ7uWaJOxcY1s2LUk5PhbkbM= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=