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

V0.12.0 post release tasks #2270

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
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors:
title: Cloud API Adaptor
abstract: Ability to create Kata pods using cloud provider APIs aka the peer-pods approach
license: Apache-2.0
version: 0.11.0
date-released: 2024-11-29
commit: 7a5ec0e278a20ba0e7d349e6f08c8dc179568333
version: 0.12.0
date-released: 2025-01-30
commit: b2de40ea39b8893864e05614848bd987ac19b871
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: a7dc1190e98c1d2377b9d235f1e3d91736ce7d60
newTag: latest

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: a7dc1190e98c1d2377b9d235f1e3d91736ce7d60
newTag: latest

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: dev-a7dc1190e98c1d2377b9d235f1e3d91736ce7d60
newTag: latest

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: a7dc1190e98c1d2377b9d235f1e3d91736ce7d60
newTag: latest

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: a7dc1190e98c1d2377b9d235f1e3d91736ce7d60
newTag: latest

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: a7dc1190e98c1d2377b9d235f1e3d91736ce7d60
newTag: latest

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: dev-a7dc1190e98c1d2377b9d235f1e3d91736ce7d60
newTag: latest

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: a7dc1190e98c1d2377b9d235f1e3d91736ce7d60
newTag: latest

generatorOptions:
disableNameSuffixHash: true
Expand Down
4 changes: 2 additions & 2 deletions src/cloud-api-adaptor/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ tools:
git:
coco-operator:
url: https://github.com/confidential-containers/operator
config: release
reference: v0.12.0
config: default
reference: main
umoci:
url: https://github.com/opencontainers/umoci
reference: v0.4.7
Expand Down
Loading