Releases: cloudify-cosmo/cloudify-cluster-manager
1.1.7-build
Fixed using_provided_certificates to also copy the postgres client + SU client certs
1.1.6-build
Fix DB client / superuser client cert+key paths
1.1.5-build
Adding the new
postgresql_superuser_client_cert_path
postgresql_superuser_client_key_path
in the ssl_inputs
in manager config, used in Cloudify Manager 7.x
1.1.4-build
systemctl status uses --no-pager now
1.1.3-build
Added ca_key_path fields to config templates, so that when the CA key is replaced, its file will copy correctly to /etc/cloudify/ssl
1.1.1-build
Use yaml.safe_load everywhere instead of unsafe yaml.load.
1.1.0-build
Added the ability to provide extra_config on a per node basis to override any configs used on that node, e.g. by setting extra_config: {"agent": {"min_workers": 3}}
1.0.17-build
provided better handling for wild-card certificate clusters and non-ssl ldap settings
1.0.16-build
Stop copying config file around- it's actively harmful with latest cluster updates for 6.3 prerelease.
1.0.14-build
Avoid hanging on errors by not paging journalctl output.