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
Showing
5 changed files
with
15 additions
and
8 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
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
camblet-driver (0.5.0) unstable; urgency=medium | ||
|
||
* Contains a fix for KTLS issues | ||
* Project and code structure renaming | ||
|
||
-- Camblet maintainers <[email protected]> Thu, 18 Dec 2024 21:35:07 +0100 | ||
|
||
camblet-driver (0.4.0) unstable; urgency=medium | ||
|
||
* Create a new make target bump version (#128) | ||
|
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
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 |
---|---|---|
|
@@ -28,7 +28,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.3.0"); | ||
MODULE_VERSION("0.5.0"); | ||
MODULE_SOFTDEP("pre: tls"); | ||
|
||
static bool proxywasm_modules = false; | ||
|
2 changes: 1 addition & 1 deletion
2
rpmbuild/SPECS/camblet-kernel-module.spec → rpmbuild/SPECS/camblet-driver.spec
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