From da53cfa9eabe1d6ba9d5c626dbd4aebf8d1ca36a Mon Sep 17 00:00:00 2001 From: Alejandro Moreno Date: Wed, 18 Sep 2019 15:19:35 +0000 Subject: [PATCH] Use Apache bash container Signed-off-by: Alejandro Moreno --- bitnami/apache/Chart.yaml | 2 +- bitnami/apache/README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index 51767d381..f26f8511f 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: apache -version: 6.1.0 +version: 7.0.0 appVersion: 2.4.41 description: Chart for Apache HTTP Server keywords: diff --git a/bitnami/apache/README.md b/bitnami/apache/README.md index a38597498..baa841ea7 100644 --- a/bitnami/apache/README.md +++ b/bitnami/apache/README.md @@ -136,6 +136,10 @@ Bitnami will release a new chart updating its containers if a new version of the ## Notable changes +### 7.0.0 + +This release updates the Bitnami Apache container to `2.4.41-debian-9-r40`, which is based on Bash instead of Node.js. + ### 6.0.0 This release allows you to use your custom static applicaton. In order to do so, check [this section](#deploying-your-custom-web-application).