Releases: PHOENIX-MEDIA/magento2-helm
Releases · PHOENIX-MEDIA/magento2-helm
2.7.0
New configuration options and resources increase the flexibility and freedom when deploying Magento2 in K8S.
What's Changed
- Allow custom annotations and labels in all resources
- Add Horizontal Pod Autoscaler (HPA) and Pod Disruption Budget (PDB) for Magento workload
- Add support for sidecars in Magento deployments
- Add extra manifest to declare additional objects
- Updated Magento2 to v2.4.6-p4 with PHP 8.2 support
- Updated Opensearch (default), Varnish and imgproxy charts
- Fixed: Don't deploy xdebug service if not enabled
- Fixed: Don't deploy RBAC for RabbitMQ
- Changed: Removed GKE managed-cert template. Use new extra-manifest instead.
- Added GH action for linting and testing the chart
- Fixed: chart-releaser for automated publishing
- Kubernetes 1.26-1.29 compatibility
2.6.1
- Add support for stringData credentials
- Changed secrets.credentials structure (BC break with 2.6.0)
2.6.0
External Secrets Operator support
- Breaking: Moved all credentials to a Kubernetes Secret. See new secrets section in
values.yaml
- Added support for External Secrets Operator
2.5.0
Opensearch and imgproxy support
- Added Opensearch as alternative to Elasticsearch. Set
elasticsearch.enabled: false
andopensearch.enabled: true
to
switch search engines. - Added imgproxy for dynamic image resizing. See imgproxy section for details.
- Add disk-cache volume for Varnish
- Updated Helm charts and container images for Redis, Varnish and RabbitMQ to meet Adobe Commerce/Magento 2.4.5 System Requirements
2.4.4
Kubernetes 1.25 compatibility
- Resolved PodDisruption warning on Helm deployment
- Updated Elasticsearch chart and container image to 7.17
2.4.3
Support for Google Kubernetes Engine deployment
- Added values_gke.yaml file for GKE deployments
- Added template for GKE managed certificates
- Added GKE deployment guide to readme
2.4.2
Magento OpenSource 2.4.5
- Use PHOENIX MEDIA's Magento OpenSource 2.4.5 build as base image
2.4.1
Docker Desktop support
- Added optional ingressClassName
- Added values_docker.yaml for Docker Desktop deployments
- small adjustments in values.yaml
2.4.0
Initial public release