From 7e714719f7e71982c845a0a8624394400a29da4e Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 30 Jan 2025 09:51:11 +0000 Subject: [PATCH 1/3] Revert "release: pin CAA image for v0.12.0" This reverts commit 085ee0e2db486f02a26bf8be2881fc4fde7213a8. Post release we should go back to the latest CAA images Signed-off-by: stevenhorsman --- src/cloud-api-adaptor/install/overlays/aws/kustomization.yaml | 2 +- src/cloud-api-adaptor/install/overlays/azure/kustomization.yaml | 2 +- .../install/overlays/docker/kustomization.yaml | 2 +- src/cloud-api-adaptor/install/overlays/gcp/kustomization.yaml | 2 +- .../install/overlays/ibmcloud-powervs/kustomization.yaml | 2 +- .../install/overlays/ibmcloud/kustomization.yaml | 2 +- .../install/overlays/libvirt/kustomization.yaml | 2 +- .../install/overlays/vsphere/kustomization.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/cloud-api-adaptor/install/overlays/aws/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/aws/kustomization.yaml index 99cf5edb7..f42fc09ca 100644 --- a/src/cloud-api-adaptor/install/overlays/aws/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/aws/kustomization.yaml @@ -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 diff --git a/src/cloud-api-adaptor/install/overlays/azure/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/azure/kustomization.yaml index a0d812b43..9692e6302 100644 --- a/src/cloud-api-adaptor/install/overlays/azure/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/azure/kustomization.yaml @@ -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 diff --git a/src/cloud-api-adaptor/install/overlays/docker/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/docker/kustomization.yaml index 94861a58a..1c8392a35 100644 --- a/src/cloud-api-adaptor/install/overlays/docker/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/docker/kustomization.yaml @@ -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 diff --git a/src/cloud-api-adaptor/install/overlays/gcp/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/gcp/kustomization.yaml index e62818f4e..77823af10 100644 --- a/src/cloud-api-adaptor/install/overlays/gcp/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/gcp/kustomization.yaml @@ -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 diff --git a/src/cloud-api-adaptor/install/overlays/ibmcloud-powervs/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/ibmcloud-powervs/kustomization.yaml index d5e5e4e71..452b4be15 100644 --- a/src/cloud-api-adaptor/install/overlays/ibmcloud-powervs/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/ibmcloud-powervs/kustomization.yaml @@ -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 diff --git a/src/cloud-api-adaptor/install/overlays/ibmcloud/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/ibmcloud/kustomization.yaml index 5f28fe4de..341271f9e 100644 --- a/src/cloud-api-adaptor/install/overlays/ibmcloud/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/ibmcloud/kustomization.yaml @@ -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 diff --git a/src/cloud-api-adaptor/install/overlays/libvirt/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/libvirt/kustomization.yaml index f1ecb65d0..5de1893ac 100644 --- a/src/cloud-api-adaptor/install/overlays/libvirt/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/libvirt/kustomization.yaml @@ -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 diff --git a/src/cloud-api-adaptor/install/overlays/vsphere/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/vsphere/kustomization.yaml index f32d81d7f..14f5d1ffa 100644 --- a/src/cloud-api-adaptor/install/overlays/vsphere/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/vsphere/kustomization.yaml @@ -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 From 46fcfea87fd2e484d1d3aa5971b682a336b35318 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 30 Jan 2025 10:00:18 +0000 Subject: [PATCH 2/3] github: Update CITATION with release - Update the CITATION.cff for the 0.12.0 release Signed-off-by: stevenhorsman --- CITATION.cff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 89c8f8b2f..c34dadfe7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 From d04ec55bf0117ab1264d5cd51a7dda7950a84a2c Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Fri, 31 Jan 2025 10:37:49 +0000 Subject: [PATCH 3/3] Revert "version: Pin operator version" This reverts commit 32d785a089dba0cd1d7c6de4b661808602280ea7. After release we switch back to the latest operator Signed-off-by: stevenhorsman --- src/cloud-api-adaptor/versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cloud-api-adaptor/versions.yaml b/src/cloud-api-adaptor/versions.yaml index a493ed322..da42b911c 100644 --- a/src/cloud-api-adaptor/versions.yaml +++ b/src/cloud-api-adaptor/versions.yaml @@ -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