Skip to content
Snippets Groups Projects
Commit 77caea5a authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Updated readme and changelog for v1.5.1

parent 1f2f31c3
No related branches found
No related tags found
No related merge requests found
...@@ -8,12 +8,12 @@ Platform exposes a REST API consumed by the NMaaS Portal GUI. ...@@ -8,12 +8,12 @@ Platform exposes a REST API consumed by the NMaaS Portal GUI.
### Technologies ### Technologies
* Java 11 * Java 11
* Spring 5 * Spring
* Spring Boot (2.6) * Spring Boot (2.7+)
* freemarker (2.3.31) * freemarker
* Gitlab4j (4.17.0) * Gitlab4j
* Flyway (5.2.0) * Flyway
* Kubernetes client from fabric8 (4.10.2) * Kubernetes client from fabric8
### Running NMaaS Platform on local machine ### Running NMaaS Platform on local machine
......
{"versions" : [ {"versions" : [
{ {
"verNo" : "1.5.1", "verNo" : "1.5.1",
"date" : "(2022/08/26)", "date" : "(2022/09/09)",
"topic" : [ "topic" : [
{ {
"title" : "...", "title" : "Improved application configuration",
"tags" : "[New Feature]", "tags" : "[Enhancement]",
"description" : "..." "description" : "Added support for new parameters passed as environment variables."
},
{
"title" : "Fixed issues with email notifications",
"tags" : "[Bugfix]",
"description" : "Fixed issue with generating application upgrade possibility notifications."
},
{
"title" : "Major upgrade of project dependencies",
"tags" : "[Enhancement]",
"description" : "Most of the used dependencies were updated to most recent versions."
} }
] ]
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment