Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.11.0"
".": "1.11.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.11.1](https://github.com/miracum/vfps/compare/v1.11.0...v1.11.1) (2026-08-29)


### Miscellaneous Chores

* **deps:** update all digest updates ([#290](https://github.com/miracum/vfps/issues/290)) ([5b85fc3](https://github.com/miracum/vfps/commit/5b85fc362401d889dcb0351fe547c041c05ef70b))
* **deps:** update registry.k8s.io/kubectl docker tag to v1.37.0 ([#297](https://github.com/miracum/vfps/issues/297)) ([869f8ea](https://github.com/miracum/vfps/commit/869f8eae303105a09706f02def57a92e0555ae4c))

## [1.11.0](https://github.com/miracum/vfps/compare/v1.10.2...v1.11.0) (2026-08-26)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,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.11.0
IMAGE=ghcr.io/miracum/vfps:v1.11.1
DIGEST=$(crane digest "${IMAGE}")
IMAGE_DIGEST_PINNED="ghcr.io/miracum/vfps@${DIGEST}"
IMAGE_TAG="${IMAGE#*:}"
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ services:
- s3

vfps:
image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.11.0} # x-release-please-version
image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.11.1} # x-release-please-version
build:
context: .
dockerfile: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode>true</RestoreLockedMode>
<!-- x-release-please-start-version -->
<Version>1.11.0</Version>
<Version>1.11.1</Version>
<!-- x-release-please-end -->
<Company>miracum.org</Company>
<Description>A very fast and resource-efficient pseudonym service.</Description>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.11.1
Loading