File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 test :
3232 services :
3333 kms :
34- image : ghcr.io/cosmian/kms:4.4.2
34+ image : ghcr.io/cosmian/kms:4.4.3
3535 env :
3636 COSMIAN_SERVER_URL : http://localhost:9998
3737 KMS_PUBLIC_PATH : /tmp
9494 extension : so
9595 destination : linux-x86-64
9696 os : ubuntu-20.04
97- kms-version : 4.4.2
97+ kms-version : 4.4.3
9898 findex-cloud-version : 0.1.0
9999 copy_fresh_build : false
100100 copy_regression_files : |
@@ -107,7 +107,7 @@ jobs:
107107 with :
108108 branch : develop
109109 target : wasm32-unknown-unknown
110- kms-version : 4.4.2
110+ kms-version : 4.4.3
111111 findex-cloud-version : 0.1.0
112112 copy_fresh_build : false
113113 copy_regression_files : |
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 4.0.2] - 2023-07-17
6+
7+ ### Miscellaneous Tasks
8+
9+ - Bump cosmian-kms 4.4.3 (works everywhere - no custom cpu flags)
10+
511## [ 4.0.1] - 2023-07-12
612
713### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ This table shows the minimum version correspondence between the various componen
9494
9595| ` cloudproof_py ` | CoverCrypt | Findex | KMS |
9696| --------------- | ---------- | ----------- | ----- |
97+ | >=4.0.2 | 11.0.0 | 4.0.0,4.0.1 | 4.4.3 |
9798| >=4.0.1 | 11.0.0 | 4.0.0,4.0.1 | 4.4.2 |
9899| >=4.0.0 | 11.0.0 | 4.0.0,4.0.1 | 4.3.3 |
99100| >=3.0.0 | 11.0.0 | 3.0.0 | 4.3.3 |
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies = [
2020 " cloudproof-anonymization >= 0.1.0, < 1.0.0" ,
2121 " cover-crypt >= 11.0.0, < 12.0.0" ,
2222 " findex >= 4.0.0, < 5.0.0" ,
23- " cosmian-kms >= 4.4.2 , < 5.0.0" ,
23+ " cosmian-kms >= 4.4.3 , < 5.0.0" ,
2424 " cloudproof-fpe >= 0.1.0, < 1.0.0" ,
2525]
2626
You can’t perform that action at this time.
0 commit comments