You can now access a new personal homepage that consolidates all your important GitLab activities in one place, making it easier to pick up where you left off. The homepage brings together your to-do items, assigned issues, merge requests, review requests, and recently viewed content, helping you navigate GitLab's large surface area and stay focused on what matters the most to you.
Pick up where you left off on the new personal homepage:
Navigation
We've upgraded the Admin area groups list to provide a more consistent experience for GitLab administrators:
This update brings the administrator experience in line with GitLab design standards, and adds important safety features to protect your data. Future enhancements to group management will automatically appear in all group lists throughout the platform.
Enhanced Admin area groups list (self-managed only):
Groups & Projects
We've made changes to the group overview list to deliver a more consistent and efficient experience across GitLab. These enhancements save time by putting more information and actions at your fingertips. This update also lays the groundwork for future features like bulk editing and advanced filtering options.
Updated navigation experience for groups:
Groups & Projects
These improvements make it easier to navigate your groups and projects while providing more valuable information at a glance:
The Inactive tab now consistently displays all inactive items in one unified location across GitLab. This includes archived projects, projects pending deletion, and groups pending deletion. Managing inactive content is a critical part of maintaining a GitLab instance.Improved inactive item management for groups and projects:
Groups & Projects
This tab is available on the group overview page, as well as in group and project lists throughout Your work, Explore, and the Admin area.
All users with the appropriate permissions can view inactive items, while only group owners and project owners and maintainers can take further actions on them.
As part of this update, a new active
parameter is now available in both the Projects and Groups REST APIs, and GraphQL APIs.
This update makes it easier to find and recover content that was archived or is pending deletion, allowing you to maintain better control over your GitLab resources while reducing the risk of accidentally losing valuable work.
The clear separation of active from inactive content also provides a more focused search experience when navigating through groups and projects across all areas of GitLab.
Plan
Misaligned markdown tables are difficult to read and edit, even though they render correctly.
The new Reformat table feature in the plain text editor's toolbar realigns table This makes documentation maintenance faster and collaboration easier when working withFormat markdown tables in the plain text editor:
Markdown
columns with a single click, preserving alignment settings and indentation. To use it:
complex tables.
You can now track the progress of issues directly from the child items widget, giving you a status overview at a glance. This enhancement provides real-time visibility into potential bottlenecks when work is already in progress, helping you quickly identify at-risk items and make timely adjustments before sprint deadlines are threatened.
View child task completion in issues:
Team Planning
Verify
You can now use CI/CD variables in the Variable expansion in environment
deployment_tier
: Environment Management
environment:deployment_tier
field, making it easier to dynamically configure deployment tiers based on pipeline conditions.
We're also releasing GitLab Runner 18.5 today! GitLab Runner is the highly-scalable build agent that runs your CI/CD jobs and sends the results back to a GitLab instance. GitLab Runner works in conjunction with GitLab CI/CD, the open-source continuous integration service included with GitLab.
Bug fixes:
The list of all changes is in the GitLab Runner CHANGELOG.
GitLab Runner 18.5:
GitLab Runner Core
Application security testing
New rules have been added to the GitLab pipeline secret detection. Some existing rules have also been updated to improve quality and reduce false positives. These changes are released in version 7.15.0 of the secrets analyzer.
Increased rule coverage for secret push protection and pipeline secret detection:
Secret Detection