Skip to content

Commit 12bd4c9

Browse files
committed
release 0.7.0
1 parent 8ee603f commit 12bd4c9

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<p align="center">
66
<a href="https://img.shields.io/badge/license-CC%20BY--SA%204.0-green">
77
<img src="https://img.shields.io/badge/license-CC%20BY--SA%204.0-green" /></a>
8-
<a href="https://img.shields.io/badge/version-0.6.0-blue">
9-
<img src="https://img.shields.io/badge/version-0.6.0-blue" /></a>
8+
<a href="https://img.shields.io/badge/version-0.7.0-blue">
9+
<img src="https://img.shields.io/badge/version-0.7.0-blue" /></a>
1010
<a href="https://img.shields.io/badge/Maintained%3F-yes-green.svg">
1111
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /></a>
1212
<a href="https://limmen.dev/csle">
@@ -92,6 +92,7 @@ A video walkthrough of the installation process is available [here](https://www.
9292

9393
| Release | Last date of support |
9494
|---------------------------------------------------------------|----------------------|
95+
| [v.0.7.0](https://github.com/Limmen/csle/releases/tag/v0.7.0) | 2025-03-01 |
9596
| [v.0.6.0](https://github.com/Limmen/csle/releases/tag/v0.6.0) | 2024-12-24 |
9697
| [v.0.5.0](https://github.com/Limmen/csle/releases/tag/v0.5.0) | ~~2024-06-02~~ |
9798
| [v.0.4.0](https://github.com/Limmen/csle/releases/tag/v0.4.0) | ~~2024-02-07~~ |

simulation-system/libs/csle-cluster/tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def example_config() -> Config:
116116
nginx_log_dir="null",
117117
flask_log_file="null",
118118
cluster_manager_log_file="null",
119-
version="0.6.0"
119+
version="0.7.0"
120120
)
121121
return config
122122

simulation-system/libs/csle-rest-api/tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def example_config() -> Config:
168168
nginx_log_dir="null",
169169
flask_log_file="null",
170170
cluster_manager_log_file="null",
171-
version="0.6.0"
171+
version="0.7.0"
172172
)
173173
return config
174174

simulation-system/libs/csle-rest-api/tests/test_resources_users.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def test_create(self, flask_app, mocker: pytest_mock.MockFixture, save, manageme
493493
nginx_log_dir="null",
494494
flask_log_file="null",
495495
cluster_manager_log_file="null",
496-
version="0.6.0"
496+
version="0.7.0"
497497
)
498498
mocker.patch("csle_common.metastore.metastore_facade.MetastoreFacade.list_management_users",
499499
side_effect=management_users)

0 commit comments

Comments
 (0)