Senlin release notes for Bobcat

Change-Id: I9c6f20bca9681a3076e30cb67155d5ba0ce56045
This commit is contained in:
root 2023-08-30 18:20:03 +08:00 committed by XueFengLiu
parent 4125b34e0a
commit f6edeaba3e
5 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
others:
- Sqlalchemy-migrate is no longer supported and we switch to alembic
for database migrations.

View File

@ -0,0 +1,3 @@
---
features:
- Adds a cleanup task on the health manager to help prevent orphaned health checks.

View File

@ -0,0 +1,4 @@
---
features:
- Support create profile with subnet. Allow to define subnet in profile, default network port
will find a random subnet to create port on, user can define specific subnet.

View File

@ -0,0 +1,3 @@
---
features:
- Support user create volume with volume type to bdm_v2.

View File

@ -0,0 +1,4 @@
---
other:
- |
Senlin will now use Alembic migrations for database schema updates.