
This commit adds reno release notes to the tempest-lib to track the changes each release. It adds a note for the upcoming deprecation of tempest-lib in the next release. Partially implements bp tempest-lib-reintegration Change-Id: I651eecf3ad40a0d8acf0305d200555f97f50bea5
14 lines
649 B
YAML
14 lines
649 B
YAML
---
|
|
prelude: >
|
|
Starting with tempest-lib 1.0.0 the tempest-lib development has moved
|
|
back into the tempest repository. After this release to get future
|
|
code updates to tempest-lib code you need change your requirements
|
|
to require tempest instead of tempest-lib and update your tepmest_lib
|
|
imports to use tempest.lib instead.
|
|
deprecations:
|
|
- Tempest-lib itself is deprecated. Development of the tempest library
|
|
interface will occur in tempest in the future.
|
|
critical:
|
|
- The 1.0.0 release is the last planned release for tempes-lib. All future
|
|
development for the library interface will occur in tempest in the future.
|