From 494febf3293e1e022e2a2344fb7e74c33ef2337e Mon Sep 17 00:00:00 2001 From: miracum-bot <64022198+miracum-bot@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:19:44 +0100 Subject: [PATCH] chore(master): release 1.3.6 (#141) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- compose.yaml | 2 +- src/Directory.Build.props | 2 +- version.txt | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1403ce1..47f0a4a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.5" + ".": "1.3.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 955aa4c..dbe0171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.6](https://github.com/miracum/vfps/compare/v1.3.5...v1.3.6) (2025-01-26) + + +### Bug Fixes + +* namespace repository find async & refactor+reformat ([#176](https://github.com/miracum/vfps/issues/176)) ([93a2a7b](https://github.com/miracum/vfps/commit/93a2a7bbdd08589b4a22f4565053d4f4f8fc7d29)) + ## [1.3.5](https://github.com/miracum/vfps/compare/v1.3.4...v1.3.5) (2024-04-01) diff --git a/README.md b/README.md index 34be804..7d9ebb3 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ All released container images are signed using [cosign](https://github.com/sigst ```sh -IMAGE=ghcr.io/miracum/vfps:v1.3.5 +IMAGE=ghcr.io/miracum/vfps:v1.3.6 DIGEST=$(crane digest "${IMAGE}") IMAGE_DIGEST_PINNED="ghcr.io/miracum/vfps@${DIGEST}" IMAGE_TAG="${IMAGE#*:}" diff --git a/compose.yaml b/compose.yaml index de965fa..db1ed7c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -41,7 +41,7 @@ services: - "127.0.0.1:16686:16686" vfps: - image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.5} # x-release-please-version + image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.6} # x-release-please-version restart: unless-stopped deploy: resources: diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 1220400..9c21d56 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -7,7 +7,7 @@ latest true - 1.3.5 + 1.3.6 miracum.org A very fast and resource-efficient pseudonym service. © miracum.org. All rights reserved. diff --git a/version.txt b/version.txt index 80e78df..95b25ae 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.3.5 +1.3.6