charm-magnum-dashboard:stable/xena

Last commit made on 2023-01-31
Get this branch:
git clone -b stable/xena https://git.launchpad.net/charm-magnum-dashboard

Branch merges

Branch information

Name:
stable/xena
Repository:
lp:charm-magnum-dashboard

Recent commits

775daa7... by Felipe Reyes

Set container-infra API version to 1.9 for >=Ussuri,<=Wallaby.

Horizon needs to use container-infra 1.9 version, the openstack
client's default, to be able to resize k8s clusters, but by default
Horizon uses 1.1 until Xena (
https://opendev.org/openstack/magnum-ui/commit/1fc627fb ).

This change sets OPENSTACK_API_VERSIONS['container-infra'] to 1.9 for
U/V/W, and unsets the key for >=Xena

Closes-Bug: #1998509
Change-Id: Ie358e9c115273ae648c9bef2aedaae50e5ee179d
(cherry picked from commit c3527010b59dccf0c0c49c8494f4ed1273972669)

a681d02... by Corey Bryant

Pin tox to < 4.0.0

Tox 4.0.0 was recently released and it has several breaking changes.
We pin to < 4.0.0 here. We are planning to move forward only on the
master charm branches.

Tox is also pinned to < 4.0.0 for stable branches in upstream
openstack-zuul-jobs as well as in zosci-config. However, the
requires= section in the charm's tox.ini file ends up installing
tox>4, wiping out the zuul-pinned tox<4 that was already installed
installed. This patch fixes that.

Related-Bug: #2002788
Change-Id: I8ba934d00586d0a0acf6c67d1107a6987366d6ba

56ee8d7... by Alex Kavanagh

Pin build.lock for all layers to the commit hash

The build.lock branch points to master which means that the layer is not
locked. Lock the layers to the commit hash instead; this ensures
reproducible builds as much as possible.

Change-Id: I80b891c40c205bcd99b71d93253f903d494dfcac

3368e85... by Alex Kavanagh

Update the charmcraft.yaml for xena (no 22.04 base)

- Build on 20.04 amd64
- Run on 20.04 amd64, s390x, ppc64el, arm64

Change-Id: I197559f9e78f0e3ac19521d6e0674d01f99a80b3

89b4041... by Alex Kavanagh

Update to build using charmcraft - xena batch

Batch to add building by charmcraft for the xena batch.
Supports just wallaby and xena in gate.

Change-Id: Iec885d9ddde722a8c6aaeb6cdced69dfc08ba19e

dbcd15c... by Alex Kavanagh

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I1a70ad1916480695eb995d68c8e3120a4a7ab95a

f874edc... by Alex Kavanagh

21.10 - Update requirements.txt - pin cffi 1.14.6

* On stable/21.10 branch
* Pin cffi 1.14.6 in requirements.txt used in charm build
  for py35 compatability.

Change-Id: I2af8b9bd09f40df173a158d8447c5edce763441a

f6795fc... by Alex Kavanagh

21.10 - Stable cut of charms for testing period

* use stable/21.10 libraries
* use zaza/zaza-openstack-tests at stable/21.10
* build.lock files for reactive charms
* bundles refer to ~openstack-charms candidate channel
* update tox/pip.sh to ensure setuptools<50.0.0

Change-Id: I32931630262140f6d49c543a20d2ecaa1dba1386

7b0e00b... by Aurelien Lourot

Sync release-tools

In order to fix ResolutionImpossible on tox invocation.

https://github.com/openstack-charmers/release-tools/issues/151
https://github.com/openstack-charmers/release-tools/pull/152

Change-Id: I4abe7b181df7867e9556713c915da4fa6cbfd124

35d95a5... by Zuul <email address hidden>

Merge "Add impish to metadata.yaml"