-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added tls cert from s3 * vbump * cert goes in workload container * more tests * vbump * static fixes * ca path and not cert path * Use List[str] for tls_ca_chain and fix tests * unified ca chain when passing it to the worker * split tls update/wipe logic * allow nones in tls data * simpler sync logic * better status collection * pr comments and merge * statuc * unit --------- Co-authored-by: Mateusz Kulewicz <[email protected]>
- Loading branch information
1 parent
5e9316d
commit e395157
Showing
8 changed files
with
371 additions
and
129 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "cosl" | ||
version = "0.0.36" | ||
version = "0.0.38" | ||
authors = [ | ||
{ name="sed-i", email="[email protected]" }, | ||
] | ||
|
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
Oops, something went wrong.