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.10.0 release tasks #2079

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
4 changes: 2 additions & 2 deletions src/cloud-api-adaptor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0-alpha1
github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.10.0-alpha1
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.10.0
github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.10.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: 41d5f35ed309255d665bea7d13882d3f9ae44a24

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: 41d5f35ed309255d665bea7d13882d3f9ae44a24

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: 41d5f35ed309255d665bea7d13882d3f9ae44a24

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: 41d5f35ed309255d665bea7d13882d3f9ae44a24

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: 41d5f35ed309255d665bea7d13882d3f9ae44a24

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: 41d5f35ed309255d665bea7d13882d3f9ae44a24

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-41d5f35ed309255d665bea7d13882d3f9ae44a24

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: 41d5f35ed309255d665bea7d13882d3f9ae44a24

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

require (
github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.10.0-alpha1
github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.10.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

require (
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.10.0-alpha1
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.10.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