Skip to content

Commit

Permalink
chore: Merge branch 'release/4.15.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed May 3, 2024
2 parents f797fed + b912167 commit 54e843a
Show file tree
Hide file tree
Showing 45 changed files with 1,389 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ repos:
- id: debug-statements
- id: destroyed-symlinks
- id: detect-private-key
exclude: crate/server/src/tests/ms_dke|crate/server/src/routes/google_cse/python/openssl/blue.key
exclude: crate/server/src/tests/ms_dke|crate/server/src/routes/google_cse/python/openssl/blue.key|documentation/docs/cli/cli.md
- id: double-quote-string-fixer
- id: end-of-file-fixer
exclude: documentation/docs/cli/main_commands.md
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [4.15.2] - 2024-05-03

### Bug Fixes

- Comment out mermaid configuration

## [4.15.1] - 2024-05-02

### Features
Expand Down
174 changes: 162 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04 as builder

LABEL version="4.15.1"
LABEL version="4.15.2"
LABEL name="Cosmian KMS docker container"

ARG FEATURES
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Keys can be wrapped and unwrapped using RSA, ECIES or RFC5649/AES KWP.

## Quick start

Pre-built binaries [are available](https://package.cosmian.com/kms/4.15.1/)
Pre-built binaries [are available](https://package.cosmian.com/kms/4.15.2/)
for Linux, MacOS and Windows, as well as Docker images. Tu run the server binary, OpenSSL must be
available in your path (see "building the KMS" below for details); other binaries do not have this
requirement.
Expand All @@ -55,7 +55,7 @@ Using Docker, to quick-start a Cosmian KMS server on `http://localhost:9998` tha
inside the container, simply run the following command:

```sh
docker run -p 9998:9998 --name kms ghcr.io/cosmian/kms:4.15.1
docker run -p 9998:9998 --name kms ghcr.io/cosmian/kms:4.15.2
```

See the [documentation](https://docs.cosmian.com/cosmian_key_management_system/) for more.
Expand Down
Loading

0 comments on commit 54e843a

Please sign in to comment.