Skip to content

Commit

Permalink
chore: release 1.1.2 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot authored Dec 3, 2022
1 parent d1ba420 commit 668503b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ the packages page on GitHub: <https://github.com/miracum/vfps/pkgs/container/vfp
<!-- x-release-please-start-version -->

```sh
IMAGE_DIGEST=$(crane digest ghcr.io/miracum/vfps:v1.1.1)
IMAGE_DIGEST=$(crane digest ghcr.io/miracum/vfps:v1.1.2)
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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.1.1</Version> <!-- x-release-please-version -->
<Version>1.1.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 668503b

Please sign in to comment.