From 17842cde5c05166b9025f753ba5f431ba5edf7ac Mon Sep 17 00:00:00 2001 From: Gowtham Suresh Kumar Date: Wed, 15 May 2024 10:09:52 +0100 Subject: [PATCH 1/2] Update Changelog Signed-off-by: Gowtham Suresh Kumar --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 867b99d1..44b5cc92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.4.1](https://github.com/parallaxsecond/parsec/tree/1.4.1) (2024-05-14) + +[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.4.1-rc1...1.4.1) + +**Fixed bugs:** + +- e2e\_tests: Ignore different key test for RSA in pkcs11 [\#764](https://github.com/parallaxsecond/parsec/pull/764) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) + +**Merged pull requests:** + +- Minor CI pipeline fixes [\#766](https://github.com/parallaxsecond/parsec/pull/766) ([gowthamsk-arm](https://github.com/gowthamsk-arm)) + +## [1.4.1-rc1](https://github.com/parallaxsecond/parsec/tree/1.4.1-rc1) (2024-05-10) + +[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.4.0...1.4.1-rc1) + +**Merged pull requests:** + +- Revert "Test patch for cross-compiler docker image" [\#767](https://github.com/parallaxsecond/parsec/pull/767) ([gowthamsk-arm](https://github.com/gowthamsk-arm)) +- Use v1.0.0 release of trusted services [\#765](https://github.com/parallaxsecond/parsec/pull/765) ([gowthamsk-arm](https://github.com/gowthamsk-arm)) +- Adds support to build and test the cross-compiler docker images. [\#762](https://github.com/parallaxsecond/parsec/pull/762) ([gowthamsk-arm](https://github.com/gowthamsk-arm)) +- Minor fixes [\#760](https://github.com/parallaxsecond/parsec/pull/760) ([gowthamsk-arm](https://github.com/gowthamsk-arm)) + ## [1.4.0](https://github.com/parallaxsecond/parsec/tree/1.4.0) (2024-03-28) [Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.4.0-rc2...1.4.0) From adb97ece1f25f71478b177ae222f58b379ea591c Mon Sep 17 00:00:00 2001 From: Gowtham Suresh Kumar Date: Wed, 15 May 2024 10:11:13 +0100 Subject: [PATCH 2/2] Bump crate version to 1.4.1 Signed-off-by: Gowtham Suresh Kumar --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26634c8c..04d8c128 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1100,7 +1100,7 @@ dependencies = [ [[package]] name = "parsec-service" -version = "1.4.0" +version = "1.4.1" dependencies = [ "anyhow", "base64 0.21.4", diff --git a/Cargo.toml b/Cargo.toml index 62005a30..695bafc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parsec-service" -version = "1.4.0" +version = "1.4.1" authors = ["Parsec Project Contributors"] description = "A language-agnostic API to secure services in a platform-agnostic way" license = "Apache-2.0"