Skip to content

Commit

Permalink
New release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosAndreo committed Jul 22, 2024
1 parent ac03ef9 commit 18b3b14
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v0.2.1] - 2024-07-22

### Changed

- Docker version to 27.0.3.

### Fixed

- Launch a trial network when there are no builds of the job yet in Jenkins.
- Destroy a trial network when there are no builds of the job yet in Jenkins.

## [v0.2.0] - 2024-07-18

### Added
Expand Down Expand Up @@ -72,5 +83,6 @@

- Frontend implementation.

[v0.2.1]: https://github.com/6G-SANDBOX/TNLCM/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/6G-SANDBOX/TNLCM/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/6G-SANDBOX/TNLCM/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion conf/tnlcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class TnlcmSettings:
raise UndefinedEnvVariableError(missing_variables)

TITLE = "Trial Network Life Cycle Manager - TNLCM"
VERSION = "0.2.0"
VERSION = "0.2.1"
DESCRIPTION = ("""
Welcome to the Trial Network Life Cycle Manager (TNLCM) API! This powerful tool facilitates the management and orchestration of network life cycles, designed specifically for the cutting-edge 6G Sandbox project.
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ In the [marketplace-community](https://github.com/6G-SANDBOX/marketplace-communi
<p align="right"><a href="#readme-top">Back to top&#x1F53C;</a></p>

<!-- Urls, Shields and Badges -->
[tnlcm-badge]: https://img.shields.io/badge/TNLCM-v0.2.0-blue
[tnlcm-url]: https://github.com/6G-SANDBOX/TNLCM/releases/tag/v0.2.0
[tnlcm-badge]: https://img.shields.io/badge/TNLCM-v0.2.1-blue
[tnlcm-url]: https://github.com/6G-SANDBOX/TNLCM/releases/tag/v0.2.1
[python-badge]: https://img.shields.io/badge/Python-3.12.4-blue?style=for-the-badge&logo=python&logoColor=white&labelColor=3776AB
[python-url]: https://www.python.org/downloads/release/python-3124/
[flask-badge]: https://img.shields.io/badge/Flask-3.0.3-brightgreen?style=for-the-badge&logo=flask&logoColor=white&labelColor=000000
Expand Down

0 comments on commit 18b3b14

Please sign in to comment.