Skip to content

Commit 94a7e76

Browse files
committed
chore(main): release 0.3.6
1 parent 8123167 commit 94a7e76

6 files changed

Lines changed: 12 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.6](https://github.com/SickHub/mailu-operator/compare/v0.3.5...v0.3.6) (2026-02-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [0.3.5](https://github.com/SickHub/mailu-operator/compare/v0.3.4...v0.3.5) (2026-01-31)
411

512

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)