Skip to content

Commit

Permalink
chore: release 1.3.1 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot authored Oct 4, 2023
1 parent 865d36d commit 5c13d84
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.3.1](https://github.com/miracum/vfps/compare/v1.3.0...v1.3.1) (2023-10-04)


### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#65](https://github.com/miracum/vfps/issues/65)) ([9fe24cc](https://github.com/miracum/vfps/commit/9fe24cc876c167ae8fc51f37a11189d5a3d9654f))
* **deps:** update container-images ([#66](https://github.com/miracum/vfps/issues/66)) ([5107364](https://github.com/miracum/vfps/commit/510736461a4012077f3a7e7e1baa2f0897af782f))
* **deps:** update dependency coverlet.collector to v6 ([#68](https://github.com/miracum/vfps/issues/68)) ([fb315cf](https://github.com/miracum/vfps/commit/fb315cf16086e32d41b3ab5156fb1d1c4d994e59))
* **deps:** update github-actions ([#67](https://github.com/miracum/vfps/issues/67)) ([5f51f70](https://github.com/miracum/vfps/commit/5f51f705d5675c6f6b8889ad929d1fbc16fd1e73))
* **deps:** updated all dependencies and fixed megalinter workflow ([#74](https://github.com/miracum/vfps/issues/74)) ([865d36d](https://github.com/miracum/vfps/commit/865d36dc0443e1d0a9e126193cc55e5afdfae836))


### CI/CD

* fix trivy action in ci.yaml ([#64](https://github.com/miracum/vfps/issues/64)) ([ec70bb7](https://github.com/miracum/vfps/commit/ec70bb77ab7df9130be359bdaa009a025dcecd04))
* fixed nightly chaos workflow ([#63](https://github.com/miracum/vfps/issues/63)) ([bd6543d](https://github.com/miracum/vfps/commit/bd6543da8ca0b7609cfe91c71a4eaf4c04f97dec))
* update trivy.yaml ([468f602](https://github.com/miracum/vfps/commit/468f6027396fc55b313bf4e815c344cd4df2b71d))

## [1.3.0](https://github.com/miracum/vfps/compare/v1.2.0...v1.3.0) (2023-06-28)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ the packages page on GitHub: <https://github.com/miracum/vfps/pkgs/container/vfp
<!-- x-release-please-start-version -->

```sh
IMAGE_DIGEST=$(crane digest ghcr.io/miracum/vfps:v1.3.0)
IMAGE_DIGEST=$(crane digest ghcr.io/miracum/vfps:v1.3.1)
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- "127.0.0.1:16686:16686"

vfps:
image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.0} # x-release-please-version
image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.1} # x-release-please-version
restart: unless-stopped
deploy:
resources:
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AnalysisLevel>latest</AnalysisLevel>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>

<Version>1.3.0</Version> <!-- x-release-please-version -->
<Version>1.3.1</Version> <!-- x-release-please-version -->
<Company>miracum.org</Company>
<Description>A very fast and resource-efficient pseudonym service.</Description>
<Copyright>© miracum.org. All rights reserved.</Copyright>
Expand Down

0 comments on commit 5c13d84

Please sign in to comment.