Skip to content

Commit

Permalink
chore: release 1.3.2 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot committed Dec 9, 2023
1 parent c4a9535 commit 2aa63e1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.3.2](https://github.com/miracum/vfps/compare/v1.3.1...v1.3.2) (2023-12-09)


### Miscellaneous Chores

* **deps:** pin docker/dockerfile docker tag to 9ba7531 ([#78](https://github.com/miracum/vfps/issues/78)) ([b0eda55](https://github.com/miracum/vfps/commit/b0eda55a4ce8d07fa527a18e575c393589c78420))
* **deps:** update all non-major dependencies ([#70](https://github.com/miracum/vfps/issues/70)) ([271e9c8](https://github.com/miracum/vfps/commit/271e9c892d95a2a3e9050b269253317232cb75f9))
* **deps:** update all non-major dependencies ([#76](https://github.com/miracum/vfps/issues/76)) ([4483a87](https://github.com/miracum/vfps/commit/4483a8705a03b3320ca40d54fb905d21603a7f95))
* **deps:** update docker.io/bitnami/kubectl:1.28.2 docker digest to 0dadb8b ([#79](https://github.com/miracum/vfps/issues/79)) ([bae5e7f](https://github.com/miracum/vfps/commit/bae5e7f182839983a1598fa037f6d3f34af3d46e))
* **deps:** update docker.io/library/postgres:16.0 docker digest to a80d0c1 ([#80](https://github.com/miracum/vfps/issues/80)) ([c4a9535](https://github.com/miracum/vfps/commit/c4a9535edb1241eee8c2e446d7976fc32732ad20))
* **deps:** update docker.io/library/ubuntu:22.04 docker digest to 8eab65d ([#81](https://github.com/miracum/vfps/issues/81)) ([cbb05a6](https://github.com/miracum/vfps/commit/cbb05a6645a2b914734ac2dc7b8236519d05dd29))
* **deps:** update github-actions ([#71](https://github.com/miracum/vfps/issues/71)) ([ba981ad](https://github.com/miracum/vfps/commit/ba981ada94a3ef68c54e2afbddaaa04d709ffd11))
* **deps:** update github-actions ([#77](https://github.com/miracum/vfps/issues/77)) ([e7bc20c](https://github.com/miracum/vfps/commit/e7bc20c42156a0497b49cbce15c9c5edb096f7a8))
* **deps:** updated to .NET 8 LTS and dep maintenance ([#82](https://github.com/miracum/vfps/issues/82)) ([a95f6be](https://github.com/miracum/vfps/commit/a95f6be1353436255e1fe1a3e5072fbc28c17963))

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


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.1
IMAGE=ghcr.io/miracum/vfps:v1.3.2
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.1} # x-release-please-version
image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.2} # 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.1</Version> <!-- x-release-please-version -->
<Version>1.3.2</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 2aa63e1

Please sign in to comment.