From 668503b6e44930c49dced1ad03114a1517367485 Mon Sep 17 00:00:00 2001 From: miracum-bot <64022198+miracum-bot@users.noreply.github.com> Date: Sat, 3 Dec 2022 14:09:53 +0100 Subject: [PATCH] chore: release 1.1.2 (#43) --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- docker-compose.yaml | 2 +- src/Directory.Build.props | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80fc01f..bdc5c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.2](https://github.com/miracum/vfps/compare/v1.1.1...v1.1.2) (2022-12-03) + + +### CI/CD + +* fixed chaos workflow and digest-pinned iter8 action ([#42](https://github.com/miracum/vfps/issues/42)) ([89f2f7e](https://github.com/miracum/vfps/commit/89f2f7e7cc457d4ae6db6780eb29664093cecb6e)) +* stress test refactor and slsa3 compliance ([#44](https://github.com/miracum/vfps/issues/44)) ([d1ba420](https://github.com/miracum/vfps/commit/d1ba4208ed79bb53567433d2bf070986b08d4216)) + ## [1.1.1](https://github.com/miracum/vfps/compare/v1.1.0...v1.1.1) (2022-11-29) diff --git a/README.md b/README.md index 8dbffd1..07d5357 100644 --- a/README.md +++ b/README.md @@ -419,7 +419,7 @@ the packages page on GitHub: ```sh -IMAGE_DIGEST=$(crane digest ghcr.io/miracum/vfps:v1.1.1) +IMAGE_DIGEST=$(crane digest ghcr.io/miracum/vfps:v1.1.2) ``` diff --git a/docker-compose.yaml b/docker-compose.yaml index 27cc165..b9d606c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -40,7 +40,7 @@ services: - "127.0.0.1:16686:16686" vfps: - image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.1.1} # x-release-please-version + image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.1.2} # x-release-please-version restart: unless-stopped deploy: resources: diff --git a/src/Directory.Build.props b/src/Directory.Build.props index d115be2..d8ce094 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -7,7 +7,7 @@ latest true - 1.1.1 + 1.1.2 miracum.org A very fast and resource-efficient pseudonym service. © miracum.org. All rights reserved.