From 0164fac92fef0806744b224415498d87c0196592 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 22 Jul 2021 17:14:06 +0000 Subject: [PATCH] Update git submodules * Update charm-mysql-router from branch 'master' to 80534d77f210ff1aae10ab3c6d9b2109ff24abf5 - Merge "Ensure update config function can handle new headers" - Ensure update config function can handle new headers The linked bug occurred due to a new header for the config file being in the upgraded charm, but not in the previous version of the charm. As the config file is read, updated, and then written, new headings in the INI file would crash the charm code with a KeyError. This patch just sets the header and parameter if it is missing. Closes-Bug: #1927981 Change-Id: I18a6a4143ee0a1144eade5caa50611b802cba28a --- charm-mysql-router | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charm-mysql-router b/charm-mysql-router index 755c3cac0d..80534d77f2 160000 --- a/charm-mysql-router +++ b/charm-mysql-router @@ -1 +1 @@ -Subproject commit 755c3cac0df5d38761a52e3dabb0e257bcb9d089 +Subproject commit 80534d77f210ff1aae10ab3c6d9b2109ff24abf5