charm-rabbitmq-server:master

Last commit made on 2024-05-15
Get this branch:
git clone -b master https://git.launchpad.net/charm-rabbitmq-server

Branch merges

Branch information

Name:
master
Repository:
lp:charm-rabbitmq-server

Recent commits

87e7c1a... by Alex Kavanagh

Sync charmhelpers to pull in jammy-caracal codename.

This is required for the jammy-caracal release.

Change-Id: Ifc8634bbf2eb3f66a3a922d0f2aeb4b668b06a54

26cb835... by Alex Kavanagh

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

f9e1f45... by Jadon Naas

Fix typo in actions.yaml

There was a typo in actions.yaml for the resume action that was breaking
builds. This change fixes that typo. The charm will build.

Closes-Bug: 2030677
Change-Id: I2fb654eb176318e9e72e84bf41650e878b989528

f2db418... by Zuul <email address hidden>

Merge "Add mantic support"

d7a1c21... by Corey Bryant

Add mantic support

Change-Id: I37d874aaae1adc1611a79e48967cde23d23823f7

84b8605... by Jadon Naas

Add docs key and point at Discourse

Add the 'docs' key and point it at a Discourse topic
previously populated with the charm's README contents.

When the new charm revision is released to the Charmhub,
this Discourse-based content will be displayed there. In
the absense of the this new key, the Charmhub's default
behaviour is to display the value of the charm's
'description' key.

Change-Id: Idd4eb37dd413b49a99b8b81fd15d0b45f75ae97e

3c155e2... by Zuul <email address hidden>

Merge "Drop 'source' config key override."

8beeab1... by Felipe Reyes

Drop 'source' config key override.

Drop configuration key 'source' override in rabbitmq-server and
mysql-innodb-cluster applications.

Add bindep.txt to install package dependencies needed to run unit tests.

Related-Bug: #1991528
Change-Id: I345e3bb7be7492286daf9e5ab36506915f3daab9

58c2a1a... by David Koslow <email address hidden>

Typo Fix: chaged => changed

Changed missing an "n".

Change-Id: I1cb50ded8bbe27894f197fae3a7fe7c29c337f63

9278718... by Zuul <email address hidden>

Merge "Add service user password rotation feature"