From e3d8de14dfa0489ee67106f6dcfdbc9bb0b84537 Mon Sep 17 00:00:00 2001 From: Manuthor Date: Wed, 12 Jul 2023 11:14:21 +0200 Subject: [PATCH] chore: bump cosmian-kms 4.4.2 (no specific cpu flags during pyo3 build) --- .github/workflows/ci.yml | 7 ++++--- CHANGELOG.md | 6 ++++++ README.md | 1 + pyproject.toml | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fa7717..4ab5fd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: test: services: kms: - image: cosmian/kms:4.3.3 + image: ghcr.io/cosmian/kms:4.4.2 env: COSMIAN_SERVER_URL: http://localhost:9998 KMS_PUBLIC_PATH: /tmp @@ -94,7 +94,7 @@ jobs: extension: so destination: linux-x86-64 os: ubuntu-20.04 - kms-version: 4.3.3 + kms-version: 4.4.2 findex-cloud-version: 0.1.0 copy_fresh_build: false copy_regression_files: | @@ -107,7 +107,8 @@ jobs: with: branch: develop target: wasm32-unknown-unknown - kms-version: 4.3.3 + kms-version: 4.4.2 + findex-cloud-version: 0.1.0 copy_fresh_build: false copy_regression_files: | cp ./cloudproof_python/non_regression_vector.json tests/data/cover_crypt/non_regression/python_non_regression_vector.json diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1c247..d913caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [4.0.1] - 2023-07-12 + +### Miscellaneous Tasks + +- Bump cosmian-kms 4.4.2. Rebuild without specific cpu flags (related to RUSTFLAGS) + ## [4.0.0] - 2023-06-01 ### Features diff --git a/README.md b/README.md index 3066e0b..4445a60 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ This table shows the minimum version correspondence between the various componen | `cloudproof_py` | CoverCrypt | Findex | KMS | | --------------- | ---------- | ----------- | ----- | +| >=4.0.1 | 11.0.0 | 4.0.0,4.0.1 | 4.4.2 | | >=4.0.0 | 11.0.0 | 4.0.0,4.0.1 | 4.3.3 | | >=3.0.0 | 11.0.0 | 3.0.0 | 4.3.3 | | >=2.0.0 | 10.0.0 | 2.0.1,2.1.0 | 4.2.0 | diff --git a/pyproject.toml b/pyproject.toml index 0ae876a..c6bf846 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ cloudproof_py = ["py.typed", "*.pyi"] [project] name = "cloudproof_py" -version = "4.0.0" +version = "4.0.1" authors = [{ name = "Cosmian Tech", email = "tech@cosmian.com" }] description = "Python library for Cosmian Cloudproof" readme = "README.md" @@ -20,7 +20,7 @@ dependencies = [ "cloudproof-anonymization >= 0.1.0, < 1.0.0", "cover-crypt >= 11.0.0, < 12.0.0", "findex >= 4.0.0, < 5.0.0", - "cosmian-kms >= 4.3.3, < 5.0.0", + "cosmian-kms >= 4.4.2, < 5.0.0", "cloudproof-fpe >= 0.1.0, < 1.0.0", ]