Skip to content

Commit af89f94

Browse files
committed
chore: Merge branch 'release/v4.0.2'
2 parents 40d1b26 + b8bc48a commit af89f94

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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
@@ -94,7 +94,7 @@ jobs:
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: |

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)