Skip to content

Commit

Permalink
Release v0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Aug 23, 2022
1 parent f8d4ac1 commit a69ada5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deployments/k8s-openshift/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
secretKeyRef:
name: creds
key: pass
image: utrecht/yaam:0.2.1
image: utrecht/yaam:v0.2.1
readinessProbe:
tcpSocket:
port: 25213
Expand Down
13 changes: 8 additions & 5 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.2.1] - 2022-08-23

### Added

- debug logging option.
Expand All @@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- the origin of various functions to pkg to ensure they can be imported as a
library by external resources.

## [0.2.0] - 2022-08-20
## [v0.2.0] - 2022-08-20

### Added

Expand All @@ -37,12 +39,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Golang version to 1.19.
- port to 25213.

## [0.1.0] - 2022-07-17
## [v0.1.0] - 2022-07-17

### Added

- Cache all Maven2 artifacts that are required by a gradle project locally.

[Unreleased]: https://github.com/030/yaam/compare/0.2.0...HEAD
[0.2.0]: https://github.com/030/yaam/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/030/yaam/releases/tag/0.1.0
[Unreleased]: https://github.com/030/yaam/compare/v0.2.1...HEAD
[v0.2.1]: https://github.com/030/yaam/compare/v0.2.0...0.2.1
[v0.2.0]: https://github.com/030/yaam/compare/v0.1.0...0.2.0
[v0.1.0]: https://github.com/030/yaam/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion docs/usage/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ docker run \
-e YAAM_USER=hello \
-e YAAM_PASS=world \
-p 25213:25213 \
-it utrecht/yaam:0.2.1
-it utrecht/yaam:v0.2.1
```

0 comments on commit a69ada5

Please sign in to comment.