Skip to content

Commit

Permalink
chore: release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot committed Feb 7, 2024
1 parent 178d7ce commit 94cd999
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.3.4](https://github.com/miracum/vfps/compare/v1.3.3...v1.3.4) (2024-02-07)


### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#104](https://github.com/miracum/vfps/issues/104)) ([5720db0](https://github.com/miracum/vfps/commit/5720db0e9f653d645ef51bb77868bde32788e16b))
* **deps:** update docker.io/bitnami/kubectl:1.29.1 docker digest to d4d8de1 ([#105](https://github.com/miracum/vfps/issues/105)) ([fba7ad1](https://github.com/miracum/vfps/commit/fba7ad1d676a23a0190690587cddbc3b381efba9))
* **deps:** update docker.io/library/postgres:16.1 docker digest to 09f23e0 ([#106](https://github.com/miracum/vfps/issues/106)) ([d4fb0e0](https://github.com/miracum/vfps/commit/d4fb0e03d8ce02dbc45a805213d360b03803f164))
* **deps:** update github-actions ([#94](https://github.com/miracum/vfps/issues/94)) ([f63825a](https://github.com/miracum/vfps/commit/f63825ac0841db348820cba7b4e668b4a8ec7cdf))
* **deps:** update mcr.microsoft.com/dotnet/sdk:8.0.101-jammy docker digest to 094a909 ([#103](https://github.com/miracum/vfps/issues/103)) ([178d7ce](https://github.com/miracum/vfps/commit/178d7ce62021851314e3007958a1f3aa96cd7663))

## [1.3.3](https://github.com/miracum/vfps/compare/v1.3.2...v1.3.3) (2024-02-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ All released container images are signed using [cosign](https://github.com/sigst
<!-- x-release-please-start-version -->

```sh
IMAGE=ghcr.io/miracum/vfps:v1.3.3
IMAGE=ghcr.io/miracum/vfps:v1.3.4
DIGEST=$(crane digest "${IMAGE}")
IMAGE_DIGEST_PINNED="ghcr.io/miracum/vfps@${DIGEST}"
IMAGE_TAG="${IMAGE#*:}"
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.3} # x-release-please-version
image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.4} # 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.3</Version> <!-- x-release-please-version -->
<Version>1.3.4</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 94cd999

Please sign in to comment.