Skip to content
Snippets Groups Projects

Release post - GitLab 12.0

Merged Jeremy Watson (ex-GitLab) requested to merge release-12-0 into master
All threads resolved!
Compare and Show latest version
1 file
+ 5
7
Compare changes
  • Side-by-side
  • Inline
@@ -27,7 +27,7 @@ https://about.gitlab.com/handbook/marketing/blog/release-posts/
@@ -27,7 +27,7 @@ https://about.gitlab.com/handbook/marketing/blog/release-posts/
## Dev, Sec, and Ops
## Dev, Sec, and Ops
GitLab 12.0 marks a key step in our journey to create an inclusive approach to DevSecOps, empowering ‘everyone to contribute.’ For the past year, we've been on an amazing journey, collaborating and creating a solution that brings teams together. Here's a short reflection of our journey **ADD 12.0 Reflection VIDEO** We believe everyone can contribute, and we’ve enabled cross-team collaboration, faster delivery of great code, and bringing together Dev, Ops, and Security. With GitLab 12.0 DevSecOps is possible and available in a single application.
GitLab 12.0 marks a key step in our journey to create an inclusive approach to DevSecOps, empowering ‘everyone to contribute.’ For the past year, we've been on an amazing journey, collaborating and creating a solution that brings teams together. There have been thousands of community contributions making GitLab more lovable. We believe everyone can contribute, and we’ve enabled cross-team collaboration, faster delivery of great code, and bringing together Dev, Ops, and Security.
### Visual review
### Visual review
{:.intro-header}
{:.intro-header}
@@ -35,15 +35,13 @@ GitLab 12.0 marks a key step in our journey to create an inclusive approach to D
@@ -35,15 +35,13 @@ GitLab 12.0 marks a key step in our journey to create an inclusive approach to D
GitLab review applications are a fantastic tool to enable stakeholders from Operations to QA to business owners to evaluate and approve application changes before production. In 12.0, we make it easy to provide visual feedback directly from the review app. It’s simple and streamlined, no toggling between different tabs and typing your feedback, helping to shorten review cycles and accelerate delivery.
GitLab review applications are a fantastic tool to enable stakeholders from Operations to QA to business owners to evaluate and approve application changes before production. In 12.0, we make it easy to provide visual feedback directly from the review app. It’s simple and streamlined, no toggling between different tabs and typing your feedback, helping to shorten review cycles and accelerate delivery.
### Merge trains
### Project dependency list (Bill of materials)
{:.intro-header-h3}
{:.intro-header-h3}
Keeping a master branch healthy keeps your velocity high, and GitLab 12.0 represents a significant leap forward in our vision to maximize
Projects typically include dozens of individual components, which can introduce vulnerabilities. Often, security and compliance teams need to be aware of the specific components included in a project. GitLab 12.0, makes it easy to view the project dependencies or "Bill of Materials" (BOM).
stability for your most important branches. Merge trains give you the power to sequentially queue up merges, allowing instances to have tight
control over incoming code.
### Project Dependency List (Bill of Materials)
### Limit access based on IP address
{:.intro-header-h3}
{:.intro-header-h3}
Projects typically include dozens of individual components, which can introduce vulnerabilities. Often, security and compliance teams need to be aware of the specific components included in a project. GitLab 12.0, makes it easy to view the project dependencies or "Bill of Materials" (BOM).
Some organizations want to limit access to their repositories based on specific IP addresses. In GitLab 12.0, you can specifically prohibit traffic from outside IP addresses from accessing your GitLab data.
Loading