From aee4caf038478e8dee10e98ab2a519c704d9846e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kraus?= Date: Tue, 20 Feb 2024 12:48:55 +0100 Subject: [PATCH] updated changelog for v2.7.0 --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2497a77..4acbce5 100644 --- a/README.md +++ b/README.md @@ -350,16 +350,18 @@ Navigate to `http://` and checkout the new Magento2 instance. This guide and the `values_gke.yaml` file are configured for the *magento.phoenix-media.rocks* example domain. You will need to update a few lines as described in [this section](https://github.com/PHOENIX-MEDIA/magento2-helm#updating-domains-magento_cloud_-variables-and-values-files). ## Changelog -### [2.7.0] - unreleased -- Allow customer annotations and labels +### [2.7.0] - 2024-02-20 +- 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 deploy additional objects -- Updated Opensearch, Varnish and imgproxy charts -- Don't deploy xdebug service if not enabled -- Don't deploy RBAC for RabbitMQ -- Removed GKE managed-cert template. Use new extra-manifest instead. +- 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 +- Fixed: chart-releaser for automated publishing - Kubernetes 1.26-1.29 compatibility ### [2.6.1] - 2023-04-28