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
+ 16
16
Compare changes
  • Side-by-side
  • Inline
@@ -307,16 +307,6 @@ features:
to [Amazon S3](https://aws.amazon.com/s3/), in order to free local space and enable
artifacts to be saved cost effectively, reliably, and with nearly infinite scalability.
- name: Auto-cancel Redundant Pipelines Now Set to On for All Projects
available_in: [ce, ees, eep]
description: |
In order to benefit from the
[automatic cancellation of redundant pipelines](https://about.gitlab.com/2017/04/22/gitlab-9-1-released/#auto-cancel-redundant-pipelines-ce-ees-eep)
and save a lot of time during your development process, GitLab 9.3 sets this behavior to on for all existing and new projects.
If you really do want to disable it and keep redundant pipelines running, you can
[tune the parameter](https://docs.gitlab.com/ce/user/project/pipelines/settings.html#auto-cancel-pending-pipelines) to reflect your needs.
- name: Autolinking Package Names
available_in: [ce, ees, eep]
image_url: '/images/9_3/autolink.png'
@@ -337,6 +327,16 @@ features:
* `Godeps.json` (Go)
* `requirements.txt` (Python)
- name: Auto-cancel Redundant Pipelines Now Set to On for All Projects
available_in: [ce, ees, eep]
description: |
In order to benefit from the
[automatic cancellation of redundant pipelines](https://about.gitlab.com/2017/04/22/gitlab-9-1-released/#auto-cancel-redundant-pipelines-ce-ees-eep)
and save a lot of time during your development process, GitLab 9.3 sets this behavior to on for all existing and new projects.
If you really do want to disable it and keep redundant pipelines running, you can
[tune the parameter](https://docs.gitlab.com/ce/user/project/pipelines/settings.html#auto-cancel-pending-pipelines) to reflect your needs.
- name: API Support for Pipeline Schedules
available_in: [ce, ees, eep]
documentation_link: 'https://docs.gitlab.com/ce/api/pipeline_schedules.html'
@@ -384,12 +384,6 @@ features:
It is now easier than ever for developers to be cognizant of the impact they are
having on service performance, by getting direct feedback within the tool they already use every day.
- name: Debian 9 Support
available_in: [ce, ees, eep]
description: |
Support is available for the recent release of [Debian 9](https://www.debian.org/News/2017/20170617). Official Omnibus packages for GitLab 9.3 can be downloaded from our
[installation page](https://about.gitlab.com/installation).
- name: Upcoming Nginx Upgrade
available_in: [ce, ees, eep]
description: |
@@ -404,6 +398,12 @@ features:
[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 nginx configuration, please ensure they continue to work with version 1.12.
- name: Debian 9 Support
available_in: [ce, ees, eep]
description: |
Support is available for the recent release of [Debian 9](https://www.debian.org/News/2017/20170617). Official Omnibus packages for GitLab 9.3 can be downloaded from our
[installation page](https://about.gitlab.com/installation).
- name: Additional GitLab service metrics
available_in: [ce, ees, eep]
documentation_link: 'https://docs.gitlab.com/ee/administration/monitoring/prometheus/gitlab_metrics.html'
Loading