Skip to content

Commit

Permalink
Release version 0.3.2-3
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed May 30, 2024
1 parent 0273ac7 commit 24cd7fe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,36 @@

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

## [0.3.2-3] - 2024-05-30

### Added Features

- 89a86176c5e574598680d150d119a836bafeda35 Add revision label

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

### Documentation

- [a6694ed] Correct version in docs
- a6694edf86a12f7d3c81741b4d51e8cfcff56bca Correct version in docs

### Miscellaneous Tasks

- [b1e49b4] Update image labels
- b1e49b4fb4f046c7fc5145d3fda38dc677f374a8 Update image labels

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

### Added Features

- [1eea4db] Set working directory to /run/didkit
- 1eea4db9b82c16f9254329af1dc922873d7f5b77 Set working directory to /run/didkit

### Documentation

- [c1d89bc] Document image usage
- c1d89bc1d10be26d2200889d84a6dc1a7211ab17 Document image usage

## [0.3.2.0] - 2024-05-27

### Miscellaneous Tasks

- [65dd2a4] Initial 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-2 help
docker run -it --rm identinet/didkit-cli:0.3.2-3 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-2 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-3 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-2",
"version": "0.3.2-3",
"description": "Docker image that packages DIDKit CLI",
"author": "identinet GmbH <[email protected]>",
"contributors":
Expand Down

0 comments on commit 24cd7fe

Please sign in to comment.