kolla/releasenotes/notes/cap-fluentd-elasticsearch-18c0ca8e90c1234c.yaml
Dr. Jens Harbott a8e6924bea Unpin td-agent and cap elasticsearch gem
With [0] the version of td-agent being installed was pinned, which isn't
sustainable in the long run, so we drop the pin.

Latest version of the elasticsearch gem no longer works with older
(OSS) versions of Elasticsearch. This is fixed by downgrading the version
of the elasticsearch gems.

[0] Iefcdd3100b7e3c5320bc5f1286a18251bdeab885
Related-Bug: 1930867
Closes-Bug: 1954759
Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/823155
Change-Id: I3045786e863b098d7339d1066aef6c857aa5f97f
2022-01-27 09:49:32 +00:00

8 lines
285 B
YAML

---
fixes:
- |
Latest version of the elasticsearch gem no longer works with older
(OSS) versions of Elasticsearch. This is fixed by capping the version
of the elasticsearch gem installed into the fluentd container.
`LP#1954759 <https://launchpad.net/bugs/1954759>`__