v4.0.0
·
177 commits
to release
since this release
Frappe Operator 4.0.0
Docker Images
The operator image is available at:
ghcr.io/vyogotech/frappe-operator:4.0.0
ghcr.io/vyogotech/frappe-operator:latestPull the image:
docker pull ghcr.io/vyogotech/frappe-operator:4.0.0Installation
Quick Install
kubectl apply -f https://github.com/vyogotech/frappe-operator/releases/download/v4.0.0/install.yamlUsing Helm
helm repo add frappe-operator https://vyogotech.github.io/frappe-operator/helm-repo
helm install frappe-operator frappe-operator/frappe-operator --version 4.0.0Docker Image Platforms
- linux/amd64
- linux/arm64
What's Changed
- fix(examples): use standard vyogotech/frappe_base image for ingress t… by @rmallam in #33
- chore(ci): migrate docs and helm repository deployments onto isolated… by @rmallam in #34
- Fix all open issues by @rmallam in #35
- fix(examples): correct strict decoding errors on adminPasswordSecretR… by @rmallam in #36
- test(e2e): specify cross-namespace mariadbRef for backup-restore scen… by @rmallam in #37
- ci: add release branch to workflow triggers by @rmallam in #38
- test(e2e): remove dangling adminPasswordSecretRef in backup-restore s… by @rmallam in #39
- Fix all open issues by @rmallam in #40
- chore(ci): upgrade golangci-lint to v1.58.1 to fix Go 1.22 export typ… by @rmallam in #41
- Fix all open issues by @rmallam in #42
- ci: fix github action permissions for docs deployment by @rmallam in #46
- Fix all open issues by @rmallam in #47
- Feat/olm v1 upgrade by @rmallam in #48
Full Changelog: v3.2.1...v4.0.0