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!
2 files
+ 16
16
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -299,6 +299,21 @@ features:
services, like Kubernetes, to access your images every time it's needed,
without giving your full credentials or using a dummy user for this task.
- name: Performance Impact of Merge Requests now Quantified
available_in: [ce, ees, eep]
documentation_link: 'https://docs.gitlab.com/ce/user/project/integrations/prometheus.html#determining-the-performance-impact-of-a-merge'
documentation_text: "Learn more about our monitoring your apps with Prometheus"
image_url: '/images/9_3/metrics-quantified.png'
description: |
With
[GitLab 9.2](/2017/05/22/gitlab-9-2-released/#app-performance-feedback-on-merge-requests)
we added the ability to see the memory impact of a merge,
by adding a sparkline to the Merge Request page. As part of GitLab 9.3 we are taking this
further and now quantify the change in average memory usage for the 30 minutes before and after the merge.
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: Object Storage for CI Artifacts
available_in: [eep]
documentation_link: 'https://docs.gitlab.com/ee/administration/job_artifacts.html#using-object-storage'
@@ -337,21 +352,6 @@ features:
to create and manage Pipeline Schedules through a set of API,
in order to allow integration with other tools simple and effective.
- name: Performance Impact of Merge Request are now Quantified
available_in: [ce, ees, eep]
documentation_link: ''
documentation_text: "Learn more "
image_url:
description: |
With
[GitLab 9.2](/2017/05/22/gitlab-9-2-released/#app-performance-feedback-on-merge-requests),
we added the ability to see the memory impact of a merge request,
by adding a sparkline to the MR flow. As part of GitLab 9.3, we are taking this
further and can now quantify the change in memory usage before and after the merge.
It is now easier than ever for developers to be cognizant of the impact they are
having on overall service performance, driving alignment across teams as
delighting customers is everyone's job.
- name: Debian 9 Support
available_in: [ce, ees, eep]
description: |
@@ -458,7 +458,7 @@ deprecations:
[GitLab Geo](https://docs.gitlab.com/ee/gitlab-geo/) and
[Zero-downtime migrations](https://gitlab.com/gitlab-org/gitlab-ce/issues/26130)
are only available on PostgreSQL.
- feature_name: Dropping Support of the openSUSE 42.1 Omnibus package
- feature_name: End of support for the openSUSE 42.1 Omnibus package
due: June 22nd, 2017.
description: |
GitLab 9.3 will be the last version to include support for openSUSE 42.1,
Loading