Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Jan 11, 2025
1 parent 9e282fc commit 8afda58
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.2"
".": "0.2.0"
}
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8afda58

Please sign in to comment.