Skip to content
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
4 changes: 2 additions & 2 deletions SPECS/trident/trident.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"trident-0.21.0-cargo.tar.gz": "6f960e967079c3f1334d25e1f6072125ac81e2d77a081ec07638281ee66e15d5",
"trident-0.21.0.tar.gz": "c7b8917f8b692f5a1571f3c9303145e4ea6f1bdd522ecc56110101bc8542247c"
"trident-0.22.0-cargo.tar.gz": "1ed6a667a30fa5ba8d6fe234b137c3e9c347f37a3286873ba9b8810b4d040db8",
"trident-0.22.0.tar.gz": "4ae5607bacbbef21d627630a1ce25f344ca944b372603f0369df4ae6feedfc21"
}
}
5 changes: 4 additions & 1 deletion SPECS/trident/trident.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Summary: Declarative, security-first OS lifecycle agent designed primarily for Azure Linux
Name: trident
# Use hard-coded versions for distro build
Version: 0.21.0
Version: 0.22.0
Release: 1%{?dist}
License: MIT
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -300,6 +300,9 @@ mkdir -p "$pcrlockroot"
)

%changelog
* Thu Mar 26 2026 Brian Fjeldstad <bfjelds@microsoft.com> 0.22.0-1
- Upgrade to version 0.22.0

* Mon Mar 2 2026 Brian Fjeldstad <bfjelds@microsoft.com> 0.21.0-1
- Original version for Azure Linux (license: MIT).
- License verified.
6 changes: 3 additions & 3 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29356,8 +29356,8 @@
"type": "other",
"other": {
"name": "trident",
"version": "0.21.0",
"downloadUrl": "https://github.com/microsoft/trident/archive/refs/tags/v0.21.0.tar.gz"
"version": "0.22.0",
"downloadUrl": "https://github.com/microsoft/trident/archive/refs/tags/v0.22.0.tar.gz"
}
}
},
Expand Down Expand Up @@ -31476,4 +31476,4 @@
}
],
"Version": 1
}
}
Loading