Skip to content

Commit fa3501f

Browse files
authored
Bump EKSS to 2.1.0 (#106)
1 parent 7a964c1 commit fa3501f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

services/ekss/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@ We recommend using the provided Docker container.
6565

6666
A pre-built version is available at [docker hub](https://hub.docker.com/repository/docker/ghga/encryption-key-store-service):
6767
```bash
68-
docker pull ghga/encryption-key-store-service:2.0.0
68+
docker pull ghga/encryption-key-store-service:2.1.0
6969
```
7070

7171
Or you can build the container yourself from the [`./Dockerfile`](./Dockerfile):
7272
```bash
7373
# Execute in the repo's root dir:
74-
docker build -t ghga/encryption-key-store-service:2.0.0 .
74+
docker build -t ghga/encryption-key-store-service:2.1.0 .
7575
```
7676

7777
For production-ready deployment, we recommend using Kubernetes, however,
7878
for simple use cases, you could execute the service using docker
7979
on a single server:
8080
```bash
8181
# The entrypoint is preconfigured:
82-
docker run -p 8080:8080 ghga/encryption-key-store-service:2.0.0 --help
82+
docker run -p 8080:8080 ghga/encryption-key-store-service:2.1.0 --help
8383
```
8484

8585
If you prefer not to use containers, you may install the service from source:

services/ekss/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ info:
234234
description: A service managing storage and retrieval of symmetric keys in a HashiCorp
235235
Vault.
236236
title: Encryption Key Store Service
237-
version: 2.0.0
237+
version: 2.1.0
238238
openapi: 3.1.0
239239
paths:
240240
/health:

services/ekss/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "ekss"
9-
version = "2.0.0"
9+
version = "2.1.0"
1010
description = "Encryption Key Store Service - providing crypt4gh file secret extraction, storage and envelope generation"
1111
readme = "README.md"
1212
authors = [

0 commit comments

Comments
 (0)