File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.3.5 "
2+ "." : " 0.3.6 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.6] ( https://github.com/SickHub/mailu-operator/compare/v0.3.5...v0.3.6 ) (2026-04-29)
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 github.com/onsi/ginkgo/v2 to v2.28.3 ([ #197 ] ( https://github.com/SickHub/mailu-operator/issues/197 ) ) ([ e40cb8e] ( https://github.com/SickHub/mailu-operator/commit/e40cb8e8f1bdc0084996c3304390ece3401dedda ) )
15+ * ** 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 ) )
16+ * ** 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 ) )
17+
318## [ 0.3.5] ( https://github.com/SickHub/mailu-operator/compare/v0.3.4...v0.3.5 ) (2026-01-31)
419
520
Original file line number Diff line number Diff line change 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")
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ It is generally advised to **create a fork** of the repo and create Pull-Request
241241
2422421 . 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 ```
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
55images :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments