Skip to content

Releases: platform9/express

Release v2.0.0

Choose a tag to compare

@cniket cniket released this 22 Jul 12:47

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

Choose a tag to compare

@jb4free jb4free released this 27 Jan 21:25

Fix issues using passwords with special characters

v1.3.5

Choose a tag to compare

@mmccarre mmccarre released this 16 Dec 23:21

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

v1.3.4

Choose a tag to compare

@jb4free jb4free released this 26 Nov 19:04
af07b7b
Adjust getting the OS token when the running with a different py inte…

v1.3.3

Choose a tag to compare

@jb4free jb4free released this 19 Nov 22:31
16471bc
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

Choose a tag to compare

@mmccarre mmccarre released this 19 Nov 14:06

Enables specifying an Ansible log file location outside of the default

v1.3.1

Choose a tag to compare

@jb4free jb4free released this 16 Nov 02:10
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

Choose a tag to compare

@mmccarre mmccarre released this 07 Nov 18:51
cdd99ed

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

v1.2.9

Choose a tag to compare

@mmccarre mmccarre released this 29 Aug 14:06
5458115

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

v1.2.8

Choose a tag to compare

@mmccarre mmccarre released this 23 Aug 13:15
047c743

Bug fix to resolve host agent download via a proxy