21.04 sync - add 'hirsute' in UBUNTU_RELEASES

The 'hirsute' key in c-h/core/host_factory/ubuntu.py:
UBUNTU_RELEASES had been missed out, and is needed for
hirsute support in many of the charms.  This sync is to
add just that key.  See also [1]

Note that this sync is only for classic charms.

[1] https://github.com/juju/charm-helpers/pull/598

Change-Id: Ica9283d49eb57e127471bdfa8847fa0ea37d580f
This commit is contained in:
Alex Kavanagh 2021-04-11 16:45:54 +01:00
parent e9acf917dd
commit 5aa0f462b0
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ UBUNTU_RELEASES = (
'disco',
'eoan',
'focal',
'groovy'
'groovy',
'hirsute',
)