Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 1.2.0 #53

Merged
merged 1 commit into from
Mar 26, 2023
Merged
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.2.0](https://github.com/miracum/vfps/compare/v1.1.3...v1.2.0) (2023-03-26)


### Features

* declaratively create namespaces at startup via config ([#52](https://github.com/miracum/vfps/issues/52)) ([2e684ca](https://github.com/miracum/vfps/commit/2e684cab1621f17c447d8c4827c0531f8ad7bb10))


### Miscellaneous Chores

* **deps:** update docker.io/bitnami/kubectl:1.24.8 docker digest to 9c1bd1f ([#48](https://github.com/miracum/vfps/issues/48)) ([778e92e](https://github.com/miracum/vfps/commit/778e92e1186894590a1f748f2f4603a8adc9152c))
* **deps:** update docker.io/library/postgres:15.1 docker digest to 026a193 ([#49](https://github.com/miracum/vfps/issues/49)) ([c52ab22](https://github.com/miracum/vfps/commit/c52ab2246bd59cec6eb7929be2b9705407e07fd7))

## [1.1.3](https://github.com/miracum/vfps/compare/v1.1.2...v1.1.3) (2022-12-07)


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.3)
IMAGE_DIGEST=$(crane digest ghcr.io/miracum/vfps:v1.2.0)
```

<!-- 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.3} # x-release-please-version
image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.2.0} # 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.3</Version> <!-- x-release-please-version -->
<Version>1.2.0</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