Skip to content

Commit 08339d5

Browse files
committed
chore(main): release 0.3.6
1 parent 6713284 commit 08339d5

6 files changed

Lines changed: 19 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.5"
2+
".": "0.3.6"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.3.6](https://github.com/SickHub/mailu-operator/compare/v0.3.5...v0.3.6) (2026-04-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update kubernetes monorepo to v0.35.3 ([#188](https://github.com/SickHub/mailu-operator/issues/188)) ([553ecd9](https://github.com/SickHub/mailu-operator/commit/553ecd9bd33ced3802d8d355ea626cb7192bf13b))
9+
* **deps:** update kubernetes monorepo to v0.35.4 ([#192](https://github.com/SickHub/mailu-operator/issues/192)) ([3af238d](https://github.com/SickHub/mailu-operator/commit/3af238de37a1267dd23bd90cd04e83be6aa3dac6))
10+
* **deps:** update kubernetes packages to v0.35.1 ([#171](https://github.com/SickHub/mailu-operator/issues/171)) ([4b17d40](https://github.com/SickHub/mailu-operator/commit/4b17d40f6ac000495a676591435855d869cf6b9e))
11+
* **deps:** update kubernetes packages to v0.35.2 ([#177](https://github.com/SickHub/mailu-operator/issues/177)) ([e440fd8](https://github.com/SickHub/mailu-operator/commit/e440fd88ada9d2a836fe284f97b7338f97233d26))
12+
* **deps:** update module github.com/oapi-codegen/runtime to v1.2.0 ([#176](https://github.com/SickHub/mailu-operator/issues/176)) ([81c0030](https://github.com/SickHub/mailu-operator/commit/81c00305e1c48a3e1696191cb17ae68fed882463))
13+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.28.2 ([#195](https://github.com/SickHub/mailu-operator/issues/195)) ([6713284](https://github.com/SickHub/mailu-operator/commit/6713284177b5a0b0750cb2d985f7eb4170ff700a))
14+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.23.2 ([#180](https://github.com/SickHub/mailu-operator/issues/180)) ([cebd61a](https://github.com/SickHub/mailu-operator/commit/cebd61a98af58bee58127350afffa77073c5f015))
15+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.23.3 ([#182](https://github.com/SickHub/mailu-operator/issues/182)) ([f792d6b](https://github.com/SickHub/mailu-operator/commit/f792d6b444d90bc1be8b1c848901f2651a35a174))
16+
317
## [0.3.5](https://github.com/SickHub/mailu-operator/compare/v0.3.4...v0.3.5) (2026-01-31)
418

519

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.3.5 # x-release-please-version
6+
VERSION ?= 0.3.6 # x-release-please-version
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ It is generally advised to **create a fork** of the repo and create Pull-Request
241241

242242
1. Build the installer for the release tag:
243243
```sh
244-
export VERSION=0.3.5 # x-release-please-version
244+
export VERSION=0.3.6 # x-release-please-version
245245
git checkout -b release-$VERSION
246246
make build-installer
247247
```

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: drpsychick/mailu-operator
8-
newTag: 0.3.5 # x-release-please-version
8+
newTag: 0.3.6 # x-release-please-version

dist/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ spec:
872872
value: http://mailu-front.mail:80/api/v1
873873
- name: MAILU_TOKEN
874874
value: asdf
875-
image: drpsychick/mailu-operator:0.3.5 # x-release-please-version
875+
image: drpsychick/mailu-operator:0.3.6 # x-release-please-version
876876
livenessProbe:
877877
httpGet:
878878
path: /healthz

0 commit comments

Comments
 (0)