DevOps Portal 1.9.1

Last modified by Boris Folgmann on 2025/05/21 13:12

Enhancements

  • Added support for the Version Manager for Jira plugin. The presence of the additional permission "Manage Versions" is automatically detected and assigned to the project roles ADMIN and MASTER. Therefore, the plugin effectively allows MASTERs and not only ADMINs to manage versions for their project. To change it for an existing project, simply Edit and Save the project again.
  • Switched from classic session handling (JSESSIONID) to JSON Web Token (JWT). See https://jwt.io/introduction for more information. From the perspective of the user, this change is mostly invisible. If you are a REST API pilot customer, please note that the token expires quickly and needs to be renewed. The curl examples shown on the swagger page in the DevOps Portal already use JWT and can be used as is. To support M2M communication in the future, we plan to add Technical Users for the Portal REST API.
  • The link DOaaS Metrics was added to the Grafana tile on the Home page. It leads to the DevOps-as-a-Service Metrics which are available for every user who has the Grafana tool assigned. For more information, see Grafana DOaaS Metrics

Improvements

  • Added official AI Operator logo on the Home page for projects which are using this tool.
  • Prepare support for sending email notifications from Gitea.
  • The menu item Account → Sign out will now immediately logout from the DevOps Portal and all tools without a confirmation question.
  • Actions performed by DOaaS Operators like e.g. a project resync, which could be necessary after an update, are now visible in the audit log for Portal Admins.

Bugfixes

  • Some manually constructed URLs could result in an HTTP error code of 500 instead of 404. This is fixed now.