Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ Aliases are used to route emails for multiple email addresses to a user (email)

### Prerequisites

- go version v1.21.0+
- go version v1.22.0+
- docker version 17.03+.
- kubectl version v1.11.3+.
- Access to a Kubernetes v1.11.3+ cluster.
- kubectl version v1.30.0+.
- Access to a Kubernetes v1.30.0+ cluster.
- A running installation of [Mailu](https://github.com/Mailu/Mailu) with API enabled.


Expand Down Expand Up @@ -241,8 +241,9 @@ It is generally advised to **create a fork** of the repo and create Pull-Request

1. Build the installer for the release tag:
```sh
git checkout -b release-0.0.2
VERSION=0.0.2 make build-installer
export VERSION=0.1.2
git checkout -b release-$VERSION
make build-installer
```

2. Create a Pull-Request on GitHub with the changes
Expand All @@ -255,7 +256,7 @@ It is generally advised to **create a fork** of the repo and create Pull-Request
4. Push the tag
```shell
git checkout main
git tag v0.0.2
git tag v$VERSION
git push
```

Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/operator.mailu.io_aliases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.5
name: aliases.operator.mailu.io
spec:
group: operator.mailu.io
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/operator.mailu.io_domains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.5
name: domains.operator.mailu.io
spec:
group: operator.mailu.io
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/operator.mailu.io_users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.5
name: users.operator.mailu.io
spec:
group: operator.mailu.io
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.1
newTag: 0.1.2
8 changes: 4 additions & 4 deletions dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.5
name: aliases.operator.mailu.io
spec:
group: operator.mailu.io
Expand Down Expand Up @@ -142,7 +142,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.5
name: domains.operator.mailu.io
spec:
group: operator.mailu.io
Expand Down Expand Up @@ -279,7 +279,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.5
name: users.operator.mailu.io
spec:
group: operator.mailu.io
Expand Down 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.1
image: drpsychick/mailu-operator:0.1.2
livenessProbe:
httpGet:
path: /healthz
Expand Down
7 changes: 1 addition & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ go 1.23.0
toolchain go1.23.4

require (
github.com/go-chi/chi/v5 v5.2.0
github.com/json-iterator/go v1.1.12
github.com/oapi-codegen/runtime v1.1.1
github.com/onsi/ginkgo/v2 v2.22.1
github.com/onsi/gomega v1.36.1
Expand All @@ -25,7 +23,6 @@ require (
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/zapr v1.3.0 // indirect
Expand All @@ -34,15 +31,14 @@ require (
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand All @@ -68,7 +64,6 @@ require (
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.31.0 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
Expand Down
Loading
Loading