Skip to content

Commit d7fbff2

Browse files
authored
feat: Release OS Profile with signed images (#68)
1 parent d80f5f6 commit d7fbff2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

os-profiles/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.9-dev
1+
0.3.0

os-profiles/microvisor-nonrt.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ spec:
1111
provider: OS_PROVIDER_KIND_INFRA
1212
architecture: x86_64
1313
profileName: microvisor-nonrt # Name has to be identical to this file's name
14-
osImageUrl: files-edge-orch/repository/microvisor/non_rt/edge-readonly-3.0.20250413.2200.raw.gz
14+
osImageUrl: files-edge-orch/repository/microvisor/non_rt/edge-readonly-3.0.20250413.2200-prod-signed.raw.gz
1515
osImageVersion: 3.0.20250413.2200
16-
osImageSha256: d643ab8ae42709e2e4bf40a5eb6353d1b13865449a5396fcf0fa5267cc0097c4
16+
osImageSha256: 5730460ab4cbf2b6117c99ef4751063725ef98309e21dfd818c09f125c3ebaea
1717
osPackageManifestURL: files-edge-orch/repository/microvisor/non_rt/edge-readonly-3.0.20250413.2200_pkg_manifest.json
18-
securityFeature: SECURITY_FEATURE_NONE
18+
securityFeature: SECURITY_FEATURE_SECURE_BOOT_AND_FULL_DISK_ENCRYPTION
1919
platformBundle:

os-profiles/microvisor-rt.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ spec:
1111
provider: OS_PROVIDER_KIND_INFRA
1212
architecture: x86_64
1313
profileName: microvisor-rt # Name has to be identical to this file's name
14-
osImageUrl: files-edge-orch/repository/microvisor/rt/edge-readonly-rt-3.0.20250413.2100.raw.gz
14+
osImageUrl: files-edge-orch/repository/microvisor/rt/edge-readonly-rt-3.0.20250413.2100-prod-signed.raw.gz
1515
osImageVersion: 3.0.20250413.2100
16-
osImageSha256: 4f6c2049e1eb42562502a2f1bb8088bc1506daaf5b368b87ed54f0ba7d4ab195
16+
osImageSha256: 8a7b5c19e99a21f7b5e072cd51f863db58719b90b0943a8f36e4aadab7fea681
1717
osPackageManifestURL: files-edge-orch/repository/microvisor/rt/edge-readonly-rt-3.0.20250413.2100_pkg_manifest.json
18-
securityFeature: SECURITY_FEATURE_NONE
18+
securityFeature: SECURITY_FEATURE_SECURE_BOOT_AND_FULL_DISK_ENCRYPTION
1919
platformBundle:

0 commit comments

Comments
 (0)