tacker/releasenotes/notes/drop-sqlalchemy-filters-7ba7a03a309654bc.yaml
Yasufumi Ogawa 9a9c8dbf4e Update releasenotes from Xena cycle
Listing updates from begining of Xena cycle should be included in
releasenotes.

* Dropping sqlalchemy-filters while updating SQLAlchemy [1].

* Update default network driver to OVN in [2] and [3].

* Bug fixes of features, totally seven as referred in git log.

[1] https://review.opendev.org/c/openstack/tacker/+/796160
[2] https://review.opendev.org/c/openstack/tacker/+/794014
[3] https://review.opendev.org/c/openstack/tacker/+/792872

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
Change-Id: I9b8c8ab02e8ddf9d50716f1ee32c60da9c603a52
2021-07-29 14:46:44 +00:00

9 lines
349 B
YAML

---
deprecations:
- |
Drop sqlalchemy-filters from tacker. We've been depending on
sqlalchemy-filters a little, but it can be replaced with original code in
tacker as alternative. We can catch up with a change in SQLAlchemy without
waiting for a update sqlalchemy-filters after then, update our code
instead quickly.