Skip to content

Commit

Permalink
chore: bump KMS to 4.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Jan 16, 2025
1 parent 252efbe commit 8d740fb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/aws-packer-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# DISTRIBUTION=rhel
# PRODUCT=cosmian-vm
# VERSION=0.1.10 # Optional
# KMS_VERSION=4.21.0 # Provided by Github workflow
# KMS_VERSION=4.21.1 # Provided by Github workflow
# AI_RUNNER_VERSION=0.3.0 # Provided by Github workflow
# GITHUB_REF=refs/tags/1.3.1 # Provided by Github Actions
# GITHUB_REF_NAME=1.3.1 # Provided by Github Actions
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/azure-new-instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$TECHNO" = "tdx" ]; then
else
IMAGE_NAME="/subscriptions/bc07f5de-3498-43b8-94aa-34b4a34a89b8/resourceGroups/packer-snp/providers/Microsoft.Compute/galleries/cosmian_packer/images/base-image-${DISTRIB}-${TECHNO}/versions/0.1.10"
IMAGE_NAME="/subscriptions/bc07f5de-3498-43b8-94aa-34b4a34a89b8/resourceGroups/packer-snp/providers/Microsoft.Compute/galleries/cosmian_packer/images/cosmian-vm-${DISTRIB}-${TECHNO}/versions/1.3.1"
IMAGE_NAME="/subscriptions/bc07f5de-3498-43b8-94aa-34b4a34a89b8/resourceGroups/packer-snp/providers/Microsoft.Compute/galleries/cosmian_packer/images/kms-${DISTRIB}-${TECHNO}/versions/4.21.0"
IMAGE_NAME="/subscriptions/bc07f5de-3498-43b8-94aa-34b4a34a89b8/resourceGroups/packer-snp/providers/Microsoft.Compute/galleries/cosmian_packer/images/kms-${DISTRIB}-${TECHNO}/versions/4.21.1"

if [ "$DISTRIB" = "ubuntu" ]; then
# Ubuntu SEV
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: ./.github/workflows/azure_main.yml
with:
product: cosmian-vm
kms-version: 4.21.0
kms-version: 4.21.1
ai-runner-version: 0.3.0
techno: sev
secrets: inherit
Expand All @@ -25,7 +25,7 @@ jobs:
uses: ./.github/workflows/gcp_main.yml
with:
product: cosmian-vm
kms-version: 4.21.0
kms-version: 4.21.1
ai-runner-version: 0.3.0
techno: sev
secrets: inherit
Expand All @@ -36,7 +36,7 @@ jobs:
# uses: ./.github/workflows/aws_main.yml
# with:
# product: cosmian-vm
# kms-version: 4.21.0
# kms-version: 4.21.1
# ai-runner-version: 0.3.0
# techno: sev
# secrets: inherit
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ./.github/workflows/release_azure_main.yml
with:
base-version: 0.1.10
kms-version: 4.21.0
kms-version: 4.21.1
ai-runner-version: 0.3.0
secrets: inherit

Expand All @@ -30,7 +30,7 @@ jobs:
uses: ./.github/workflows/release_gcp_main.yml
with:
base-version: 0.1.10
kms-version: 4.21.0
kms-version: 4.21.1
ai-runner-version: 0.3.0
secrets: inherit

Expand All @@ -39,7 +39,7 @@ jobs:
uses: ./.github/workflows/release_aws_main.yml
with:
base-version: 0.1.10
kms-version: 4.21.0
kms-version: 4.21.1
ai-runner-version: 0.3.0
secrets: inherit

Expand Down
4 changes: 2 additions & 2 deletions ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
cosmian_vm_version: 1.3.1
package_version: 1.3.1
cosmian_kms_version: 4.21.0
kms_package_version: 4.21.0
cosmian_kms_version: 4.21.1
kms_package_version: 4.21.1
cosmian_ai_runner_version: 0.3.0

nginx_user: root
Expand Down

0 comments on commit 8d740fb

Please sign in to comment.