This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c02b9de
commit 1ed85b4
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ fi | |
|
||
|
||
%changelog | ||
* Ked Jún 25 2024 Camblet maintainers <[email protected]> - 0.8.0-1 | ||
* Tue Jun 25 2024 Camblet maintainers <[email protected]> - 0.8.0-1 | ||
- fix class_create on red hat linuxes | ||
- Generate artifact attestiation for deb and rpm packages (#227) | ||
- .github: Add Scorecard workflow | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
MODULE_AUTHOR("Camblet Maintainers <[email protected]>"); | ||
MODULE_LICENSE("Dual MIT/GPL"); | ||
MODULE_DESCRIPTION("Camblet - Kernel Space Access Control for Zero Trust Networking"); | ||
MODULE_VERSION("0"); | ||
MODULE_VERSION("0.8.0"); | ||
MODULE_SOFTDEP("pre: tls"); | ||
|
||
static bool proxywasm_modules = false; | ||
|