Skip to content

Commit d076b55

Browse files
authored
chore(main): release 0.3.5 (#163)
1 parent 116d436 commit d076b55

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

.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.4"
2+
".": "0.3.5"
33
}

CHANGELOG.md

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

3+
## [0.3.5](https://github.com/SickHub/mailu-operator/compare/v0.3.4...v0.3.5) (2026-01-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update kubernetes packages to v0.35.0 ([#157](https://github.com/SickHub/mailu-operator/issues/157)) ([3e70703](https://github.com/SickHub/mailu-operator/commit/3e70703736bca3a852e1221bf0f4ecc4d3e1d522))
9+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.27.4 ([#161](https://github.com/SickHub/mailu-operator/issues/161)) ([5c1ab27](https://github.com/SickHub/mailu-operator/commit/5c1ab27868763201ecc73d2b8a9321c548ec763e))
10+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.27.5 ([#164](https://github.com/SickHub/mailu-operator/issues/164)) ([82bfeaa](https://github.com/SickHub/mailu-operator/commit/82bfeaa5383f8d56296b97b3adf5637b7f227adc))
11+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.28.1 ([#167](https://github.com/SickHub/mailu-operator/issues/167)) ([116d436](https://github.com/SickHub/mailu-operator/commit/116d43674b9998ed18e7ad34a442ce2d75ada397))
12+
* **deps:** update module github.com/onsi/gomega to v1.39.1 ([#162](https://github.com/SickHub/mailu-operator/issues/162)) ([9991bf2](https://github.com/SickHub/mailu-operator/commit/9991bf2f8f4d86efce21acc7364e45d44244f92f))
13+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.23.1 ([#166](https://github.com/SickHub/mailu-operator/issues/166)) ([031c989](https://github.com/SickHub/mailu-operator/commit/031c989cf375ecda19a7535c7d396b4504b244c4))
14+
315
## [0.3.4](https://github.com/SickHub/mailu-operator/compare/v0.3.3...v0.3.4) (2025-12-15)
416

517

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.4 # x-release-please-version
6+
VERSION ?= 0.3.5 # 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.4 # x-release-please-version
244+
export VERSION=0.3.5 # 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.4 # x-release-please-version
8+
newTag: 0.3.5 # 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.4 # x-release-please-version
875+
image: drpsychick/mailu-operator:0.3.5 # x-release-please-version
876876
livenessProbe:
877877
httpGet:
878878
path: /healthz

0 commit comments

Comments
 (0)