Skip to content

Commit d798ee0

Browse files
authored
Update trident to 0.22
Summary Update trident to 0.22 This release primarily extends trident's protobuf response after a service to add the hash of the image that was deployed. Improves reliability of image download, fixes rollback issue, and addresses the following CVEs: • CVE-2026-25541CVE-2025-58160CVE-2026-33056CVE-2026-33055
1 parent 51828d9 commit d798ee0

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"trident-0.21.0-cargo.tar.gz": "6f960e967079c3f1334d25e1f6072125ac81e2d77a081ec07638281ee66e15d5",
4-
"trident-0.21.0.tar.gz": "c7b8917f8b692f5a1571f3c9303145e4ea6f1bdd522ecc56110101bc8542247c"
3+
"trident-0.22.0-cargo.tar.gz": "1ed6a667a30fa5ba8d6fe234b137c3e9c347f37a3286873ba9b8810b4d040db8",
4+
"trident-0.22.0.tar.gz": "4ae5607bacbbef21d627630a1ce25f344ca944b372603f0369df4ae6feedfc21"
55
}
66
}

SPECS/trident/trident.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Summary: Declarative, security-first OS lifecycle agent designed primarily for Azure Linux
1010
Name: trident
1111
# Use hard-coded versions for distro build
12-
Version: 0.21.0
12+
Version: 0.22.0
1313
Release: 1%{?dist}
1414
License: MIT
1515
Vendor: Microsoft Corporation
@@ -300,6 +300,9 @@ mkdir -p "$pcrlockroot"
300300
)
301301

302302
%changelog
303+
* Thu Mar 26 2026 Brian Fjeldstad <bfjelds@microsoft.com> 0.22.0-1
304+
- Upgrade to version 0.22.0
305+
303306
* Mon Mar 2 2026 Brian Fjeldstad <bfjelds@microsoft.com> 0.21.0-1
304307
- Original version for Azure Linux (license: MIT).
305308
- License verified.

cgmanifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29356,8 +29356,8 @@
2935629356
"type": "other",
2935729357
"other": {
2935829358
"name": "trident",
29359-
"version": "0.21.0",
29360-
"downloadUrl": "https://github.com/microsoft/trident/archive/refs/tags/v0.21.0.tar.gz"
29359+
"version": "0.22.0",
29360+
"downloadUrl": "https://github.com/microsoft/trident/archive/refs/tags/v0.22.0.tar.gz"
2936129361
}
2936229362
}
2936329363
},
@@ -31476,4 +31476,4 @@
3147631476
}
3147731477
],
3147831478
"Version": 1
31479-
}
31479+
}

0 commit comments

Comments
 (0)