Skip to content
Snippets Groups Projects

GitLab 9.3 release post

Merged Victor Wu requested to merge release-9-3 into master
All threads resolved!
1 file
+ 11
2
Compare changes
  • Side-by-side
  • Inline
@@ -337,10 +337,19 @@ features:
to create and manage Pipeline Schedules through a set of API,
in order to allow integration with other tools simple and effective.
- name: Upcoming Nginx upgrade
- name: Upcoming Nginx Upgrade
available_in: [ce, ees, eep]
description: |
As part of the upcoming GitLab 9.4 release, we will be upgrading the version of nginx included in our Omnibus packages to the new stable release, 1.12. Version 1.12 includes a number of improvements over the previous stable release, including the ability to [filter the log output](https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1585). This will be a transparent upgrade for users, however if you have added [nginx your own customizations](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/nginx.md#inserting-custom-nginx-settings-into-the-gitlab-server-block) to the configuration, please ensure they continue to work with version 1.12.
As part of the upcoming GitLab 9.4 release,
we will be upgrading the version of nginx included in our
Omnibus packages to the new stable release, 1.12.
Version 1.12 includes a number of improvements over the previous stable
release, including the ability to
[filter the log output](https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1585).
This will be a transparent upgrade for users, however if you have added
[nginx your own customizations](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/nginx.md#inserting-custom-nginx-settings-into-the-gitlab-server-block)
to the configuration, please ensure they continue to work with version 1.12.
- name: Additional Gitlab service metrics now available
available_in: [ce, ees, eep]
Loading