Update git submodules

* Update charm-rabbitmq-server from branch 'master'
  to 26cb8350e8655334a6dc9d4723d0d209b73b3273
  - Don't overwrite last relation key when username not found
    
    When rotating a password, the code updates the password on the relation
    bag for the associated relation. However, if the username wasn't found
    in the relation data (e.g. if it was in app-data instead) then the code
    unfortunately overwrote the last key it looked at (and this was,
    randomly, private-address). This was due to a bug in the code. This
    patch fixes that problem.
    
    However, the charm (or at least certainly the rotating passwords code)
    doesn't support app data bags as it doesn't find the matching username
    to update the relation data. This means that it doesn't support rotating
    passwords with charms that use app-data. This is the note added to the
    README.
    
    Change-Id: I05dac3ae89318ceb28724f4a75d1377a62d32d1c
    Closes-Bug: #2051365
This commit is contained in:
Alex Kavanagh 2024-05-01 21:28:45 +00:00 committed by Gerrit Code Review
parent 1c8a29047c
commit 25ff361899
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit f9e1f451bf11782a7bc119e3e63b5fc10bf83fcc
Subproject commit 26cb8350e8655334a6dc9d4723d0d209b73b3273