Nov 14, 2022 - John Skarbek    

GitLab Patch Release: 15.5.4

GitLab releases 15.5.4

Today we are releasing version 15.5.4 for GitLab Community Edition and Enterprise Edition.

This version resolves a number of regressions and bugs in this month's 15.5 release and prior versions.

GitLab Community Edition and Enterprise Edition

Important notes on upgrading

GitLab 15.4.0 introduced a default Sidekiq routing rule that routes all jobs to the default queue. For instances using queue selectors, this will cause performance problems as some Sidekiq processes will be idle.

  1. The default routing rule has been reverted in this release (15.5.4), so upgrading to this version or later will return to the previous behavior.
  2. If a GitLab instance now listens only to the default queue (which is not currently recommended), it will be required to add this routing rule back in gitlab.rb:

    sidekiq['routing_rules'] = [['*', 'default']]
    

This version does not include any new migrations, and for multi-node deployments, should not require any downtime.

Please be aware that by default the Omnibus packages will stop, run migrations, and start again, no matter how “big” or “small” the upgrade is. This behavior can be changed by adding a /etc/gitlab/skip-auto-reconfigure file, which is only used for updates.

Updating

To update, check out our update page.

GitLab subscriptions

Access to GitLab Premium and Ultimate features is granted by a paid subscription.

Alternatively, sign up for GitLab.com to use GitLab's own infrastructure.

We want to hear from you

Enjoyed reading this blog post or have questions or feedback? Share your thoughts by creating a new topic in the GitLab community forum.

Share your feedback

Take GitLab for a spin

See what your team could do with The DevSecOps Platform.

Get free trial

Have a question? We're here to help.

Talk to an expert
Edit this page View source