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
+ 49
1
Compare changes
  • Side-by-side
  • Inline
@@ -70,7 +70,7 @@ We are continuing to make great strides improving the performance of GitLab in e
In GitLab 9.3 we are continuing to make listing projects a lot faster and improving performance overall server performance by making changes to how we mirror repositories. Syntax highlighting on files will also be cached to improve overall performance and make viewing commits noticeably faster.
There are [numerous other performance enhancements](https://gitlab.com/groups/gitlab-org/issues?scope=all&state=opened&utf8=%E2%9C%93&milestone_title=9.3&label_name%5B%5D=performance) in GitLab 9.3 that should not only make GitLab feel faster, but reduce overall impact on server infrastructure.
There are [numerous other performance enhancements](https://gitlab.com/groups/gitlab-org/issues?scope=all&state=opened&utf8=%E2%9C%93&milestone_title=9.3&label_name%5B%5D=performance) in GitLab 9.3 that should not only make GitLab feel faster, but reduce overall impact on server infrastructure.
<!-- ## Omnibus improvements
@@ -352,3 +352,51 @@ In GitLab 9.0 we introduced sub groups, allowing for more flexibility and manage
We are continuing to improve this functionality in ever release and in GitLab 9.3 we are making the discoverability and navigation of subgroups a lot better. On the Groups page you can now see an expandable tree view of all subgroups and projects rather than having to navigate and explore them one page load at a time.
Will remove this line in blog post: https://gitlab.com/gitlab-org/gitlab-ce/issues/30343
----
## Automated monitoring for system services
<!-- - Feature name: Automated monitoring for system services
- Available in: CE
- Feature weight: primary
- Documentation link:
- Feature description, related images, and videos: -->
As part of GitLab 9.0 we launched application performance management integrated with CI/CD deployments, [monitoring deployed applications](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8935) on Kubernetes by tracking CPU and Memory utilization. This was a great first step, and with GitLab 9.3 we are excited to launch significantly expanded support for other metrics and deployment types.
Now with 9.3, GitLab will automatically detect [common system services](https://prometheus.io/docs/instrumenting/exporters/) like web servers and databases, tracking key metrics like throughput and load. With support for such a wider set of metrics, performance monitoring is now available for all deployments.
Will remove this line in blog post: https://gitlab.com/gitlab-org/gitlab-ce/issues/28717, https://gitlab.com/gitlab-org/gitlab-ce/issues/30369
## Improved Terraform support
<!-- - Feature name: Improved Terraform support
- Available in: CE
- Feature weight: secondary
- Documentation link:
- Feature description, related images, and videos: -->
With GitLab 9.1, we added official support for deploying GitLab with Terraform. As part of GitLab 9.3, we are making improvements by allowing deployment of Runners, as well as configuring SSL.
Will remove this line in blog post: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1521
## GitLab HA database enhancements
<!-- - Feature name: Improved Terraform support
- Available in: CE
- Feature weight: secondary
- Documentation link:
- Feature description, related images, and videos: -->
With GitLab 9.1, we added official support for deploying GitLab with Terraform. As part of GitLab 9.3, we are making improvements by allowing deployment of Runners, as well as configuring SSL.
Will remove this line in blog post: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1521
## Kubernetes Helm Charts
<!-- - Feature name: Improved Terraform support
- Available in: CE
- Feature weight: secondary
- Documentation link:
- Feature description, related images, and videos: -->
With GitLab 9.3, we are announcing that our Helm charts for deploying GitLab on Kubernetes are no longer beta and ready for production use. Charts are available for individual GitLab components, and can be composed along with external databases and cloud services.
Will remove this line in blog post: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/2171
Loading