Skip to content

Commit e3d8de1

Browse files
committed
chore: bump cosmian-kms 4.4.2 (no specific cpu flags during pyo3 build)
1 parent 85a6252 commit e3d8de1

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
test:
3232
services:
3333
kms:
34-
image: cosmian/kms:4.3.3
34+
image: ghcr.io/cosmian/kms:4.4.2
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.3.3
97+
kms-version: 4.4.2
9898
findex-cloud-version: 0.1.0
9999
copy_fresh_build: false
100100
copy_regression_files: |
@@ -107,7 +107,8 @@ jobs:
107107
with:
108108
branch: develop
109109
target: wasm32-unknown-unknown
110-
kms-version: 4.3.3
110+
kms-version: 4.4.2
111+
findex-cloud-version: 0.1.0
111112
copy_fresh_build: false
112113
copy_regression_files: |
113114
cp ./cloudproof_python/non_regression_vector.json tests/data/cover_crypt/non_regression/python_non_regression_vector.json

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.1] - 2023-07-12
6+
7+
### Miscellaneous Tasks
8+
9+
- Bump cosmian-kms 4.4.2. Rebuild without specific cpu flags (related to RUSTFLAGS)
10+
511
## [4.0.0] - 2023-06-01
612

713
### Features

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.1 | 11.0.0 | 4.0.0,4.0.1 | 4.4.2 |
9798
| >=4.0.0 | 11.0.0 | 4.0.0,4.0.1 | 4.3.3 |
9899
| >=3.0.0 | 11.0.0 | 3.0.0 | 4.3.3 |
99100
| >=2.0.0 | 10.0.0 | 2.0.1,2.1.0 | 4.2.0 |

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cloudproof_py = ["py.typed", "*.pyi"]
77

88
[project]
99
name = "cloudproof_py"
10-
version = "4.0.0"
10+
version = "4.0.1"
1111
authors = [{ name = "Cosmian Tech", email = "tech@cosmian.com" }]
1212
description = "Python library for Cosmian Cloudproof"
1313
readme = "README.md"
@@ -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.3.3, < 5.0.0",
23+
"cosmian-kms >= 4.4.2, < 5.0.0",
2424
"cloudproof-fpe >= 0.1.0, < 1.0.0",
2525
]
2626

0 commit comments

Comments
 (0)