Skip to content

Commit

Permalink
Release version 0.3.2-4
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed May 30, 2024
1 parent 3b1d47a commit be6402e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@ All notable changes to this project will be documented in this file.

### Added Features

- 89a86176c5e574598680d150d119a836bafeda35 Add revision label
- [89a8617](https://github.com/identinet/docker-didkit/commit/89a86176c5e574598680d150d119a836bafeda35) Add revision label

## [0.3.2-2] - 2024-05-29

### Documentation

- a6694edf86a12f7d3c81741b4d51e8cfcff56bca Correct version in docs
- [a6694ed](https://github.com/identinet/docker-didkit/commit/a6694edf86a12f7d3c81741b4d51e8cfcff56bca) Correct version in docs

### Miscellaneous Tasks

- b1e49b4fb4f046c7fc5145d3fda38dc677f374a8 Update image labels
- [b1e49b4](https://github.com/identinet/docker-didkit/commit/b1e49b4fb4f046c7fc5145d3fda38dc677f374a8) Update image labels

## [0.3.2-1] - 2024-05-28

### Added Features

- 1eea4db9b82c16f9254329af1dc922873d7f5b77 Set working directory to /run/didkit
- [1eea4db](https://github.com/identinet/docker-didkit/commit/1eea4db9b82c16f9254329af1dc922873d7f5b77) Set working directory to /run/didkit

### Documentation

- c1d89bc1d10be26d2200889d84a6dc1a7211ab17 Document image usage
- [c1d89bc](https://github.com/identinet/docker-didkit/commit/c1d89bc1d10be26d2200889d84a6dc1a7211ab17) Document image usage

## [0.3.2.0] - 2024-05-27

### Miscellaneous Tasks

- 65dd2a45eda75480999e6503e54af8c451e64235 Initial commit
- [65dd2a4](https://github.com/identinet/docker-didkit/commit/65dd2a45eda75480999e6503e54af8c451e64235) Initial commit

<!-- generated by git-cliff -->
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Provides a [docker image](https://hub.docker.com/repository/docker/identinet/did
Run the docker container with the following command and pass parameters to `didkit`:

```bash
docker run -it --rm identinet/didkit-cli:0.3.2-3 help
docker run -it --rm identinet/didkit-cli:0.3.2-4 help
```

Make files from the local file system available to didkit by mounting them:

```bash
docker run -it --rm -u "$(id -u):$(id -g)" -v "$PWD:/run/didkit" identinet/didkit-cli:0.3.2-3 key to did --key-path key.jwk
docker run -it --rm -u "$(id -u):$(id -g)" -v "$PWD:/run/didkit" identinet/didkit-cli:0.3.2-4 key to did --key-path key.jwk
```

## Development
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "didkit-cli",
"version": "0.3.2-3",
"version": "0.3.2-4",
"description": "Docker image that packages DIDKit CLI",
"author": "identinet GmbH <[email protected]>",
"contributors":
Expand Down

0 comments on commit be6402e

Please sign in to comment.