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

Updated version to 1.7.0 and added changelog entries for new release

parent c8ec6b4a
No related branches found
No related tags found
No related merge requests found
Pipeline #93186 passed
...@@ -13,7 +13,7 @@ repositories { ...@@ -13,7 +13,7 @@ repositories {
mavenCentral() mavenCentral()
} }
version = '1.7.0-SNAPSHOT' version = '1.7.0'
group = 'net.geant.nmaas' group = 'net.geant.nmaas'
java { java {
......
...@@ -2,12 +2,32 @@ ...@@ -2,12 +2,32 @@
"versions" : [ "versions" : [
{ {
"verNo" : "1.7.0", "verNo" : "1.7.0",
"date" : "(2025/-/-)", "date" : "(2025/04/02)",
"topic" : [ "topic" : [
{ {
"title" : "--", "title" : "Integration with OIDC-compliant IdP",
"tags" : "[New feature]",
"description" : "Moved away from the custom SAML-based IdP integration in favor of adding OIDC support"
},
{
"title" : "Major dependencies upgrade",
"tags" : "[Enhancement]",
"description" : "Upgraded to Java 17 and Spring Boot to version 3.4"
},
{
"title" : "Improved bulk application deployment views",
"tags" : "[Enhancement]",
"description" : "Added bulk deployment status and progress information on the bulk details view and summary information about all ongoing deployments"
},
{
"title" : "User access token management",
"tags" : "[New feature]",
"description" : "Added possibility for users to generate personal access tokens to be used for interaction with the API bypassing the Portal"
},
{
"title" : "Applied caching for improved performance",
"tags" : "[Enhancement]", "tags" : "[Enhancement]",
"description" : "--" "description" : "Implemented data caching mechanism to speed up application catalog view load time"
} }
] ]
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment