From 6ddc0611e051ede235402c529753de48bc2eb3e6 Mon Sep 17 00:00:00 2001 From: "replease[bot]" <132441688+replease[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:27:39 +0100 Subject: [PATCH] chore(main): release 0.0.6 (#8) Co-authored-by: replease[bot] <132441688+replease[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ chart/Chart.yaml | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 45ca42f..b68e780 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.5" + ".": "0.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f06b8d..b7bcbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.6](https://github.com/krystal/cert-manager-webhook-katapult/compare/v0.0.5...v0.0.6) (2024-04-18) + + +### Build System + +* **ci:** fix Dockerfile path ([3489e3c](https://github.com/krystal/cert-manager-webhook-katapult/commit/3489e3ce7a5897e8c864cafecdd630e7a90041a6)) + ## [0.0.5](https://github.com/krystal/cert-manager-webhook-katapult/compare/v0.0.4...v0.0.5) (2024-04-18) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index bbfdc86..e49f0b8 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.0.5" # x-release-please-version +version: "0.0.6" # x-release-please-version # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.5" # x-release-please-version +appVersion: "0.0.6" # x-release-please-version dependencies: []