We've redesigned the project overview page. Now you can find all of the project information and links in one sidebar rather than multiple areas.
Sidebar for metadata on the project overview page:
Groups & Projects
This process is the same as for last time we bumped the minimum-supported PostgreSQL version.
Omnibus improvements (self-managed only):
Omnibus Package
attempt_auto_pg_upgrade?
setting to true
, which will attempt to automatically upgrade the version of PostgreSQL to 14.
Now it's easier to identify archived projects in project lists. From 16.11, archived projects display an Archived badge in the Archived tab of the group overview. This badge is also part of the project title on the project overview page.
An alert message clarifies that archived projects are read-only. This message is visible on all project pages to ensure that this context is not lost even when working on sub-pages of the archived project.
In addition, when deleting a group, the confirmation modal now lists the number of archived projects to prevent accidental deletions.
Updated project archiving functionality:
Groups & Projects
Because the This breaking change arrives outside a GitLab major release to accommodate a breaking change upstream. The upgrade is unlikely to break your pipelines. As a temporary workaround, you can also manually configure the Additionally, we're planning another major upgrade from Build step of Auto DevOps upgraded:
Auto DevOps
heroku/buildpacks:20
image used by the Auto Build component of Auto DevOps was deprecated upstream, we are moving to the heroku/builder:20
image.
heroku/builder:20
image and skip the builder sunset errors.
heroku/builder:20
to heroku/builder:22
in GitLab 17.0.
Previously, GitLab webhooks did not support custom headers. This meant you could not use them with systems that accept authentication tokens from headers with specific names.
With this release, you can add up to 20 custom headers when you create or edit a webhook. You can use these custom headers for authentication to external services.
With this feature and the custom webhook template introduced in GitLab 16.10, you can now fully design custom webhooks. You can configure your webhooks to:
Like secret tokens and URL variables, custom headers are reset when the target URL changes.
Thanks to Niklas for this community contribution!
Custom webhook headers:
Webhooks
Previously, you could test project hooks in the GitLab UI only. With this release, you can now trigger test hooks for specified projects by using the REST API.
Thanks to Phawin for this community contribution!
Test project hooks with the REST API:
Webhooks
Previously, you could configure the GitLab for Slack app for one project at a time only. With this release, it's now possible to configure the integration for groups or instances and make changes to many projects at once.
This improvement brings the GitLab for Slack app closer to feature parity with the deprecated Slack notifications integration.
GitLab for Slack app configurable for groups and instances:
Integrations
Until now, the maximum number of import jobs for:
These limits were hard-coded and couldn't be changed. These limits might have slowed down imports, because they might have been insufficient In this release, we've moved the hard-coded limits to application settings. Although we are not increasing these limits on GitLab.com, administratorsConfigurable import jobs limit (self-managed only):
Importers
to allow the import jobs to be processed at the same rate they were enqueued.
of self-managed GitLab instances can now configure the number of import jobs according to their needs.
Plan
We're thrilled to introduce autocomplete support for links to wiki pages in GitLab 16.11! With this new feature, linking to wiki pages from your epics and issues Gone are the days of having to copy and paste wiki page URLs into epic and issue comments. Now, simply navigate to any group or project with wiki pages, access an epic orAutocomplete support for links to wiki pages:
Wiki
has never been easier - it's just a matter of a few keystrokes.
issue, and use the autocomplete shortcut to seamlessly link to your wiki pages from the epic or issue!
In previous releases, for projects with a GitLab Pages site, it was difficult to find the site URL.
From GitLab 16.11, the right sidebar has a shortcut link to the site, so you can find the URL without needing to check the docs.
Improved GitLab Pages visibility in sidebar:
Pages
Create
Across an organization it can be helpful to have the same templated response in issues, epics, or merge requests. These responses might include standard questions that need to be answered, responses to common problems, or maybe structure for merge request review comments.
Group comment templates enable you to create saved responses that you can apply in comment boxes around GitLab to speed up your workflow. This new addition to comment templates allows organizations to create and manage templates centrally, so all of their users benefit from the same templates.
To create a comment template, go to any comment box on GitLab and select Insert comment template > Manage group comment templates. After you create a comment template, it's available for all group members. Select the Insert comment template icon while making a comment, and your saved response will be applied.
We're really excited about this next iteration of comment templates and will also be adding project-level comment templates soon too. If you have any feedback, please leave it in issue 45120.
Group comment templates:
Code Review Workflow
, Team Planning
Verify
Sometimes after you notice a job fails, you might manually cancel the rest of the pipeline to save resources while you work on the issue causing the failure. With GitLab 16.11, you can now configure pipelines to be cancelled automatically when any job fails. With large pipelines that take a long time to run, especially with many long-running jobs that run in parallel, this can be an effective way to reduce resource usage and costs.
You can even configure a pipeline to immediately cancel if a downstream pipeline fails, which cancels the parent pipeline and all other downstream pipelines.
Special thanks to Marco for contributing to the feature!
Option to cancel a pipeline immediately if any jobs fails:
Continuous Integration (CI)
Previously, you could use With this release, you can now use Thanks to Baptiste Lalanne for this community contribution!
Improve automatic retry for failed CI jobs with specific exit codes:
Pipeline Composition
retry:when
in addition to retry:max
to configure how many times a job is retried
when specific failures occur, like when a script fails.
retry:exit_codes
to configure automatic retries of failed jobs based on specific script exit codes.
You can use retry:exit_codes
with retry:when
and retry:max
to fine-tune your pipeline's behavior
according to your specific needs and improve your pipeline execution.
We’re also releasing GitLab Runner 16.11 today! GitLab Runner is the lightweight, highly-scalable 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.
The list of all changes is in the GitLab Runner CHANGELOG.
GitLab Runner 16.11:
GitLab Runner Core
Bug Fixes:
By default, all generated artifacts from CI/CD jobs in a public pipeline are available for download by all users with access to the pipeline. However, there are cases where artifacts should never be downloaded, or only be accessible for download by team members with a higher access level.
So in this release, we've added the Control who can download job artifacts:
Pipeline Composition
artifacts:access
keyword. Now, users can control whether artifacts can be downloaded by all users with access to the pipeline, only users with the Developer role or higher, or no user at all.
The pipeline graph offers a comprehensive overview of your pipelines, showing job statuses, runtime updates, multi-project pipelines, and parent-child pipelines.
Today, we're excited to announce the release of the redesigned pipeline graph with enhanced aesthetics, grouped jobs visualization, improved mobile expirence and expanded downstream pipeline visibility within your existing view.
We'd greatly appreciate it if you could try it out and share your feedback through this dedicated issue.
Improved pipeline details page:
Pipeline Composition
Govern
The Admin Area users page has been improved.
Previously, tabs horizontally spanned across the top of the users list, making it difficult to navigate to the desired filter.
Now, filters have been combined into the search box, making it much easier to search and filter users.
Thank you Ivan Shtyrliaiev for your contribution!
Users list search and filter improvements (self-managed only):
System Access
You can now use the Applications API to renew application secrets. Previously, you had to use the UI to do this. Now you can use the API to rotate secrets programatically.
Thank you Phawin for your contribution!
Renew application secret with API (self-managed only):
System Access
Usernames can only include non-accented letters, digits, underscores ( Username validation now more accurately states this criteria. This improved validation means that you are clearer on your options when choosing your username.
Thank you Justin Zeng for your contribution!
More username options:
User Management
_
), hyphens (-
), and periods (.
).
Usernames must not start with a hyphen (-
), or end in a period (.
), .git
, or .atom
.