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
+ 15
14
Compare changes
  • Side-by-side
  • Inline
@@ -95,28 +95,29 @@ features:
Marking a variable as "protected" makes it available only to jobs running on
protected branches, therefore only authorized users can get access to it.
- name: Centralized Audit Log & Extended user audit actions
- name: Centralized Audit Log & Extended User Audit Actions
available_in: [eep]
documentation_link: 'https://docs.gitlab.com/ee/administration/audit_events.html#audit-log-admin-only'
documentation_text: "Learn more about audit log"
documentation_text: "Learn more about Audit Log"
image_url: '/images/9_3/audit_log.png'
description: |
Many companies have the need for audit and compliance across the
entire development cycle. In GitLab 9.3 there is now a centralized
Audit Log that includes all audit events from all Groups, Projects
and user actions.
entire development cycle. In GitLab 9.3 the system administrator has
access to an improved centralized Audit Log that includes all audit
events from all Groups, Projects, and user actions.
Additionally in GitLab EEP, existing user audit events that were
previously limited to just authentication events are
Additionally, in GitLab Entreprise Edition Premium (EEP), the
existing [user audit](https://docs.gitlab.com/ee/administration/auditor_users.html#auditor-users) events, that were
previously limited to just authentication events, have been
expanded to include the following actions:
* Add a new email address
* Remove an email address
* Password change
* Forget password
* Failed to login
* Add SSH key
* Grant OAuth access
- Add a new email address
- Remove an email address
- Password change
- Forget password
- Failed to login
- Add SSH key
- Grant OAuth access
- name: Settings made simple
available_in: [ce, ees, eep]
Loading