Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.12.0 release tasks #2266

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/release-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ update_provider_overlays() {

# libvirt uses the dev built image
tag_prefix=""
if [[ "${provider}" == "libvirt" ]]; then
if [ "${provider}" == "libvirt" ] || [ "${provider}" == "docker" ] ; then
tag_prefix="dev-"
fi

Expand Down
4 changes: 2 additions & 2 deletions src/cloud-api-adaptor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,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.11.0
github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.11.0
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.12.0
github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.12.0
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
github.com/docker/docker v25.0.6+incompatible
github.com/golang-jwt/jwt/v5 v5.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
images:
- name: cloud-api-adaptor
newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed
newTag: latest
newTag: a7dc1190e98c1d2377b9d235f1e3d91736ce7d60

generatorOptions:
disableNameSuffixHash: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
images:
- name: cloud-api-adaptor
newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed
newTag: latest
newTag: a7dc1190e98c1d2377b9d235f1e3d91736ce7d60

generatorOptions:
disableNameSuffixHash: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bases:
images:
- name: cloud-api-adaptor
newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed
newTag: latest
newTag: dev-a7dc1190e98c1d2377b9d235f1e3d91736ce7d60

generatorOptions:
disableNameSuffixHash: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
images:
- name: cloud-api-adaptor
newName: 192.168.122.1:5000/cloud-api-adaptor # change image if needed
newTag: latest
newTag: a7dc1190e98c1d2377b9d235f1e3d91736ce7d60

generatorOptions:
disableNameSuffixHash: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
images:
- name: cloud-api-adaptor
newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed
newTag: latest
newTag: a7dc1190e98c1d2377b9d235f1e3d91736ce7d60

generatorOptions:
disableNameSuffixHash: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
images:
- name: cloud-api-adaptor
newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed
newTag: latest
newTag: a7dc1190e98c1d2377b9d235f1e3d91736ce7d60

generatorOptions:
disableNameSuffixHash: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
images:
- name: cloud-api-adaptor
newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed
newTag: latest
newTag: dev-a7dc1190e98c1d2377b9d235f1e3d91736ce7d60

generatorOptions:
disableNameSuffixHash: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
images:
- name: cloud-api-adaptor
newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed
newTag: latest
newTag: a7dc1190e98c1d2377b9d235f1e3d91736ce7d60

generatorOptions:
disableNameSuffixHash: true
Expand Down
2 changes: 1 addition & 1 deletion src/csi-wrapper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/confidential-containers/cloud-api-adaptor/src/csi-wrapper
go 1.22.0

require (
github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.11.0
github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.12.0
github.com/container-storage-interface/spec v1.8.0
github.com/containerd/ttrpc v1.2.3
github.com/gofrs/uuid v4.4.0+incompatible
Expand Down
2 changes: 1 addition & 1 deletion src/peerpod-ctrl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl
go 1.22.0

require (
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.11.0
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.12.0
github.com/onsi/ginkgo/v2 v2.8.1
github.com/onsi/gomega v1.27.1
k8s.io/api v0.26.0
Expand Down
Loading