From 68d6b936e708e23121d6a6fa8cbcadfb8a69693b Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 1 Jul 2024 19:32:20 +0100 Subject: [PATCH] release: Update go modules for pre-release We are working on the `v0.9.0-alpha1` pre-release, so bump the go modules to use the new tag we will create once they are merged. Due to the pre-release of an alpha the version looks messy, but we will improve it soon Signed-off-by: stevenhorsman --- src/cloud-api-adaptor/go.mod | 4 ++-- src/csi-wrapper/go.mod | 2 +- src/peerpod-ctrl/go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cloud-api-adaptor/go.mod b/src/cloud-api-adaptor/go.mod index aad186f83..621d57266 100644 --- a/src/cloud-api-adaptor/go.mod +++ b/src/cloud-api-adaptor/go.mod @@ -47,8 +47,8 @@ require ( github.com/aws/aws-sdk-go-v2/service/eks v1.29.5 github.com/aws/aws-sdk-go-v2/service/iam v1.22.5 github.com/aws/aws-sdk-go-v2/service/s3 v1.38.5 - github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.8.2 - github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.8.2 + github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.9.0-alpha1-alpha.1 + github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.9.0-alpha1-alpha.1 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f github.com/golang-jwt/jwt/v5 v5.0.0 github.com/moby/sys/mountinfo v0.7.1 diff --git a/src/csi-wrapper/go.mod b/src/csi-wrapper/go.mod index ae273996e..29f1c4170 100644 --- a/src/csi-wrapper/go.mod +++ b/src/csi-wrapper/go.mod @@ -3,7 +3,7 @@ module github.com/confidential-containers/cloud-api-adaptor/src/csi-wrapper go 1.21 require ( - github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.8.2 + github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.9.0-alpha1-alpha.1 github.com/container-storage-interface/spec v1.8.0 github.com/containerd/ttrpc v1.2.3 github.com/gofrs/uuid v4.4.0+incompatible diff --git a/src/peerpod-ctrl/go.mod b/src/peerpod-ctrl/go.mod index 003fefbf0..d6bcda932 100644 --- a/src/peerpod-ctrl/go.mod +++ b/src/peerpod-ctrl/go.mod @@ -3,7 +3,7 @@ module github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl go 1.21 require ( - github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.8.2 + github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.9.0-alpha1-alpha.1 github.com/onsi/ginkgo/v2 v2.8.1 github.com/onsi/gomega v1.27.1 k8s.io/api v0.26.0