From fc855875236fd3bf760237fc64092f4a9d864fcb Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 30 Oct 2020 10:12:13 +0000 Subject: Deprecate 'oslo_db.sqlalchemy.migration' module This module hasn't been touched with years and 'sqlalchemy-migrate' is effectively abandoned. It's time to drop support for this an encourage the laggards to switch to alembic and use it directly. Change-Id: I59335b4f318bae2e29ab139cdea089a4d6e14305 Signed-off-by: Stephen Finucane --- .../notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml b/releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml new file mode 100644 index 0000000..bcb8252 --- /dev/null +++ b/releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml @@ -0,0 +1,8 @@ +--- +deprecations: + - | + The ``oslo_db.sqlalchemy.migration`` module is deprecated for removal. + It only supports ``sqlalchemy-migrate``, which is no longer under active + development and has been effectively replaced by ``alembic``. Users of + this module should consider switching to ``alembic`` or, if necessary, + using ``sqlalchemy-migrate`` directly. -- cgit v1.2.1