Skip to content

Releases: platform9/express

Release v2.0.0

22 Jul 12:47

Choose a tag to compare

Multiple major changes has went into this release:

  1. Support added for Rocky 9.5 and Ubuntu 22.04.
  2. ansible is upgraded to 8.0.0 which provides ansible [core 2.15.12].
  3. openstacksdk has been upgraded to 4.0.0.
  4. Python virtual environment gets created starting this release and required packages gets installed as part of that virtual env to avoid any conflict with system/OS packages.
  5. Playbook execution happens via python virtual environment.
  6. Compatible for onboarding hosts on PMO v5.10.4 which is the current latest version.

v1.3.6

27 Jan 21:25

Choose a tag to compare

Fix issues using passwords with special characters

v1.3.5

16 Dec 23:21

Choose a tag to compare

Updated RedHat jinja2 filter to a test for Ansible 2.9+ compatibility

v1.3.4

26 Nov 19:04
af07b7b

Choose a tag to compare

Adjust getting the OS token when the running with a different py inte…

v1.3.3

19 Nov 22:31
16471bc

Choose a tag to compare

replace ctrl_ip with du_fqdn for calling management plane APIs (#248)

* replace ctrl_ip with du_fqdn for calling management plane APIs

* add the deauth role to us du_fqdn, fix multi-region support to use the correct fqdn

v1.3.2

19 Nov 14:06

Choose a tag to compare

Enables specifying an Ansible log file location outside of the default

v1.3.1

16 Nov 02:10

Choose a tag to compare

Move failed jinja2 filter to a test (#245)

* Some fixes

* Move failed jinja2 filter to a test

Using failed as a jinja2 filter is deprecated as Ansible 2.5 (current latest
version is 2.9). It is noticed that using it as a filter is leading to failures
on certain setups. Move to using the new way of using failed as a test instead.

See more details here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.5.html?highlight=failed#deprecated

v1.3.0

07 Nov 18:51
cdd99ed

Choose a tag to compare

Support for upcoming certless host installer and new execution path for PMK only deployments.

v1.2.9

29 Aug 14:06
5458115

Choose a tag to compare

Fixes for Ansible 2.8, multi-region fix, and adjustment to profile Ansible roles.

v1.2.8

23 Aug 13:15
047c743

Choose a tag to compare

Bug fix to resolve host agent download via a proxy