From 60c4169e7b3dae4e9901422aabfac72168d9d943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 20 May 2024 17:23:30 +0200 Subject: [PATCH] Add upgrading note to README file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Rodríguez Hernández --- bitnami/mysql/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bitnami/mysql/README.md b/bitnami/mysql/README.md index dcc1a4512d0a51..ceed7f424ec50e 100644 --- a/bitnami/mysql/README.md +++ b/bitnami/mysql/README.md @@ -542,6 +542,10 @@ helm upgrade my-release oci://REGISTRY_NAME/REPOSITORY_NAME/mysql --set auth.roo | Note: you need to substitute the placeholder _[ROOT_PASSWORD]_ with the value obtained in the installation notes. +### To 11.0.0 + +This major bump uses mysql `8.4` image, that includes several [removal of deprecated](https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html#mysqld-8-4-0-deprecation-removal) configuration settings. This could potentially break your deployment and you would need to adjust the config settings accordingly. + ### To 10.0.0 This major bump changes the following security defaults: @@ -626,4 +630,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.