Skip to content

Commit

Permalink
release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Sep 1, 2024
1 parent 8ee603f commit 12bd4c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<p align="center">
<a href="https://img.shields.io/badge/license-CC%20BY--SA%204.0-green">
<img src="https://img.shields.io/badge/license-CC%20BY--SA%204.0-green" /></a>
<a href="https://img.shields.io/badge/version-0.6.0-blue">
<img src="https://img.shields.io/badge/version-0.6.0-blue" /></a>
<a href="https://img.shields.io/badge/version-0.7.0-blue">
<img src="https://img.shields.io/badge/version-0.7.0-blue" /></a>
<a href="https://img.shields.io/badge/Maintained%3F-yes-green.svg">
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /></a>
<a href="https://limmen.dev/csle">
Expand Down Expand Up @@ -92,6 +92,7 @@ A video walkthrough of the installation process is available [here](https://www.

| Release | Last date of support |
|---------------------------------------------------------------|----------------------|
| [v.0.7.0](https://github.com/Limmen/csle/releases/tag/v0.7.0) | 2025-03-01 |
| [v.0.6.0](https://github.com/Limmen/csle/releases/tag/v0.6.0) | 2024-12-24 |
| [v.0.5.0](https://github.com/Limmen/csle/releases/tag/v0.5.0) | ~~2024-06-02~~ |
| [v.0.4.0](https://github.com/Limmen/csle/releases/tag/v0.4.0) | ~~2024-02-07~~ |
Expand Down
2 changes: 1 addition & 1 deletion simulation-system/libs/csle-cluster/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def example_config() -> Config:
nginx_log_dir="null",
flask_log_file="null",
cluster_manager_log_file="null",
version="0.6.0"
version="0.7.0"
)
return config

Expand Down
2 changes: 1 addition & 1 deletion simulation-system/libs/csle-rest-api/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def example_config() -> Config:
nginx_log_dir="null",
flask_log_file="null",
cluster_manager_log_file="null",
version="0.6.0"
version="0.7.0"
)
return config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def test_create(self, flask_app, mocker: pytest_mock.MockFixture, save, manageme
nginx_log_dir="null",
flask_log_file="null",
cluster_manager_log_file="null",
version="0.6.0"
version="0.7.0"
)
mocker.patch("csle_common.metastore.metastore_facade.MetastoreFacade.list_management_users",
side_effect=management_users)
Expand Down

0 comments on commit 12bd4c9

Please sign in to comment.