From f3a05b789d38c034c81ede1c675bcfe4594549dd Mon Sep 17 00:00:00 2001 From: DrPsychick Date: Sat, 11 Jan 2025 21:19:25 +0100 Subject: [PATCH] chore(main): release 0.2.0 (#65) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 ++++++++++++++++++++++++++- Makefile | 2 +- README.md | 2 +- config/manager/kustomization.yaml | 2 +- dist/install.yaml | 2 +- 6 files changed, 31 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc47b9c..f202149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ -# Conventional changelog +# Changelog + +## [0.2.0](https://github.com/SickHub/mailu-operator/compare/v0.1.2...v0.2.0) (2025-01-11) + + +### Features + +* add release-please workflow ([#62](https://github.com/SickHub/mailu-operator/issues/62)) ([14252e3](https://github.com/SickHub/mailu-operator/commit/14252e3916e68b060e960737e5d56e0c9839a204)) +* disable action gh-release, as it's replaced by release-please ([7256f06](https://github.com/SickHub/mailu-operator/commit/7256f062f9174499aacc30edfb2bbe9185d7f68a)) +* patch new release version in additional files ([8b47a65](https://github.com/SickHub/mailu-operator/commit/8b47a65a1a323f071c640aa7426d8da8522de1b0)) + + +### Bug Fixes + +* add release-please config ([939f6f4](https://github.com/SickHub/mailu-operator/commit/939f6f454c3afcd4fe8bd2d9b23977c8fae9bb5a)) +* adjust for release-please v4 ([c884301](https://github.com/SickHub/mailu-operator/commit/c884301f24e49f396e1e6dcdf7e428a5e146872f)) +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.22.2 ([#57](https://github.com/SickHub/mailu-operator/issues/57)) ([8e40c04](https://github.com/SickHub/mailu-operator/commit/8e40c0469f41bf1458baec91dbfd7f7600a2e0bd)) +* **deps:** update module github.com/onsi/gomega to v1.36.2 ([#56](https://github.com/SickHub/mailu-operator/issues/56)) ([41ccfc8](https://github.com/SickHub/mailu-operator/commit/41ccfc8be23ab3aab61fb88271d0ebedeffda657)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.4 ([#60](https://github.com/SickHub/mailu-operator/issues/60)) ([b4e8b12](https://github.com/SickHub/mailu-operator/commit/b4e8b1209e795adda7f44cafd3c1b91e20d75f31)) +* exclude v in tag ([deef072](https://github.com/SickHub/mailu-operator/commit/deef07291c9d56b43bcdc939992bd5037c549f82)) +* move extra-files to right config ([29a4020](https://github.com/SickHub/mailu-operator/commit/29a4020e3ccb7ed0ecb5d3bd382b22bd2da1a4de)) +* package path ([bd7ab0d](https://github.com/SickHub/mailu-operator/commit/bd7ab0d122f3660b731dec24065c22d2b2bb45bb)) +* package path ([bd46424](https://github.com/SickHub/mailu-operator/commit/bd46424ccf9b80b4d20286a6a7d429552c197eff)) +* remove package-name to get plain tags ([9235b71](https://github.com/SickHub/mailu-operator/commit/9235b7160137eb58040cac6bfe1cd9a036924069)) + +## Conventional changelog see https://github.com/conventional-changelog/conventional-changelog/blob/8076d4666c2a3ea728b95bf1e4e78d4c7189b1dc/packages/conventional-changelog-conventionalcommits/writer-opts.js#L171 diff --git a/Makefile b/Makefile index 9f6037b..e67bf0a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 0.1.2 # x-release-please-version +VERSION ?= 0.2.0 # x-release-please-version # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/README.md b/README.md index 3aa0086..b8bc4ad 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ It is generally advised to **create a fork** of the repo and create Pull-Request 1. Build the installer for the release tag: ```sh - export VERSION=0.1.2 # x-release-please-version + export VERSION=0.2.0 # x-release-please-version git checkout -b release-$VERSION make build-installer ``` diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index e5e8947..62f0353 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: drpsychick/mailu-operator - newTag: 0.1.2 # x-release-please-version + newTag: 0.2.0 # x-release-please-version diff --git a/dist/install.yaml b/dist/install.yaml index b771b5d..5c8621a 100644 --- a/dist/install.yaml +++ b/dist/install.yaml @@ -872,7 +872,7 @@ spec: value: http://mailu-front.mail:80/api/v1 - name: MAILU_TOKEN value: asdf - image: drpsychick/mailu-operator:0.1.2 # x-release-please-version + image: drpsychick/mailu-operator:0.2.0 # x-release-please-version livenessProbe: httpGet: path: /healthz