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
+ 12
12
Compare changes
  • Side-by-side
  • Inline
@@ -290,6 +290,18 @@ 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: Enhanced View for Repository Files
available_in: [ce, ees, eep]
image_url: '/images/9_3/enhanced_files_view.png'
description: |
When viewing files in your repository, some extra information is now
automatically extracted and reported in the same page.
Starting with GitLab 9.3, you can see if your `.gitlab-ci.yml` or
`.gitlab/route-map.yml` are valid or not, and which are the parsing errors.
`LICENSE` files are also analyzed, and the information about the specific
license is easily accessible with a link for further details about it.
- name: Object Storage for CI Artifacts
available_in: [eep]
documentation_link: 'https://docs.gitlab.com/ee/administration/job_artifacts.html#using-object-storage'
@@ -303,18 +315,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: Enhanced View for Repository Files
available_in: [ce, ees, eep]
image_url: '/images/9_3/enhanced_files_view.png'
description: |
When viewing files in your repository, some extra information is now
automatically extracted and reported in the same page.
Starting with GitLab 9.3, you can see if your `.gitlab-ci.yml` or
`.gitlab/route-map.yml` are valid or not, and which are the parsing errors.
`LICENSE` files are also analyzed, and the information about the specific
license is easily accessible with a link for further details about it.
- name: Auto-cancel Redundant Pipelines Now Set to On for All Projects
available_in: [ce, ees, eep]
description: |
Loading