I am happy to announce the latest release of pcs, version 0.10.6.

Source code is available at:
https://github.com/ClusterLabs/pcs/archive/0.10.6.tar.gz
or
https://github.com/ClusterLabs/pcs/archive/0.10.6.zip

This release brings support for pacemaker tags and adds support of tag
ids in `pcs resource enable/disable/manage/unmanage` commands. Command
for cluster setup has now a new option `--corosync_conf` which switches
command to 'local' mode. There is also a new option `--brief` for
resource [safe-]disable command which prints only a list of affected
resources. There is also a bunch of bugfixes.

Complete change log for this release:
## [0.10.6] - 2020-06-11

### Security
- Web UI sends HTTP headers: Content-Security-Policy, X-Frame-Options
  and X-Xss-Protection

### Added
- When creating a cluster, verify the cluster name does not prevent
  mounting GFS2 volumes ([rhbz#1782553])
- An option to run 'pcs cluster setup' in a local mode (do not connect
  to any nodes, save corosync.conf to a specified file) ([rhbz#1839637])
- Support for pacemaker tags. Pcs provides commands for creating and
  removing tags, adding and/or removing IDs to/from tags, and listing
  current tag configuration.  ([rhbz#1684676])
- Support for tag ids in commands resource
  enable/disable/manage/unmanage ([rhbz#1684676])
- `pcs resource [safe-]disable --simulate` has a new option `--brief` to
  print only a list of affected resources ([rhbz#1833114])

### Fixed
- Keep autogenerated IDs of set constraints reasonably short
  ([rhbz#1387358], [rhbz#1824206])
- Pcs is now compatible with Ruby 2.7 and Python 3.8. To achieve this,
  it newly depends on python3-distro package.
- `pcs status` works on remote nodes again (broken since pcs-0.10.4)
  ([rhbz#1830552])
- Fixed inability to create colocation constraint from web ui
  ([rhbz#1832973])
- Actions going through pcsd no longer time out after 30s (broken since
  pcs-0.10.5) ([rhbz#1833506])


Thanks / congratulations to everyone who contributed to this release,
including Ivan Devat, Miroslav Lisik, Ondrej Mular, Tomas Jelinek.

Cheers,
Miroslav


[rhbz#1387358]: https://bugzilla.redhat.com/show_bug.cgi?id=1387358
[rhbz#1684676]: https://bugzilla.redhat.com/show_bug.cgi?id=1684676
[rhbz#1782553]: https://bugzilla.redhat.com/show_bug.cgi?id=1782553
[rhbz#1824206]: https://bugzilla.redhat.com/show_bug.cgi?id=1824206
[rhbz#1830552]: https://bugzilla.redhat.com/show_bug.cgi?id=1830552
[rhbz#1832973]: https://bugzilla.redhat.com/show_bug.cgi?id=1832973
[rhbz#1833114]: https://bugzilla.redhat.com/show_bug.cgi?id=1833114
[rhbz#1833506]: https://bugzilla.redhat.com/show_bug.cgi?id=1833506
[rhbz#1839637]: https://bugzilla.redhat.com/show_bug.cgi?id=1839637

_______________________________________________
Manage your subscription:
https://lists.clusterlabs.org/mailman/listinfo/users

ClusterLabs home: https://www.clusterlabs.org/

Reply via email to