Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Platform
Commits
d0edceca
Commit
d0edceca
authored
3 months ago
by
Lukasz Lopatowski
Browse files
Options
Downloads
Patches
Plain Diff
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
3 months ago
Stage: test
Stage: sonar
Stage: build
Stage: mend
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
src/main/resources/changelog.json
+23
-3
23 additions, 3 deletions
src/main/resources/changelog.json
with
24 additions
and
4 deletions
build.gradle
+
1
−
1
View file @
d0edceca
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/changelog.json
+
23
−
3
View file @
d0edceca
...
@@ -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
"
}
}
]
]
},
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment