summaryrefslogtreecommitdiff
path: root/data/whats_new/2021111800001_14_05.yml
blob: 5a7607478fc1188fd623387c6994f072898936d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
- title: Introducing Infrastructure as Code (IaC) security scanning
  body: |
    With GitLab 14.5 we're introducing security scanning for Infrastructure as Code (IaC) configuration files. Like all our SAST scanners, we've chosen to make this capability available for all customers for free to encourage secure coding practices with the rise of IaC. The initial version of this IaC security scanner supports configuration files for Terraform, Ansible, AWS CloudFormation, and Kubernetes and is based on the open-source [Keeping Infrastructure as Code Secure (KICS) project](https://kics.io/). This new IaC scanning capability joins our [existing Kubernetes manifest SAST scanner](https://docs.gitlab.com/ee/user/application_security/sast/#enabling-kubesec-analyzer).
  stage: Secure
  self-managed: true
  gitlab-com: true
  packages: [Free, Premium, Ultimate]
  url: 'https://docs.gitlab.com/ee/user/application_security/iac_scanning/'
  image_url: https://about.gitlab.com/images/14_5/gitlab-iac.png
  published_at: 2021-11-22
  release: 14.5
- title: Add personal README to profile
  body: |
    You can now add a README section to your GitLab profile! This is a great way to tell others about, your interests, how you work, or anything else you want! To add a README section, create a new public project with the same name as your user account and add a new [README file](https://docs.gitlab.com/ee/user/project/repository/index.html#readme-and-index-files). The contents of that file are automatically shown on your GitLab profile.
  stage: Manage
  self-managed: true
  gitlab-com: true
  packages: [Free, Premium, Ultimate]
  url: 'https://docs.gitlab.com/ee/user/profile/#add-details-to-your-profile-with-a-readme'
  image_url: https://about.gitlab.com/images/14_5/user_profiles_readme.png
  published_at: 2021-11-22
  release: 14.5
- title: Geo provides a single command to promote a secondary node
  body: |
    When performing a failover, systems administrators use different tools depending on the underlying architecture. On a single-node Geo site, administrators can use the `gitlab-ctl promote-to-primary-node` command. However, multi-node sites did not support this command and required manual editing of configuration. This was cumbersome for large environments because it required updating dozens of configuration files.

    Now, administrators can use `gitlab-ctl geo promote` on any node of a Geo secondary site to promote it to a primary. In a disaster recovery scenario or planned failover, this saves precious time and reduces potential errors when promoting a secondary site to a primary. This command also makes it easier to script the failover process.

    As of GitLab 14.5, the commands `gitlab-ctl promote-to-primary-node` and `gitlab-ctl promote-db` are deprecated and will be removed in GitLab 15.0.
  stage: Enablement
  self-managed: true
  gitlab-com: false
  packages: [Premium, Ultimate]
  url: 'https://docs.gitlab.com/ee/administration/geo/disaster_recovery/planned_failover.html'
  image_url: https://about.gitlab.com/images/growth/enablement.png
  published_at: 2021-11-22
  release: 14.5
- title: Group-level settings for merge request approvals
  body: |
    You can now define and enforce values for merge request approval settings at the group level. These values cascade and are used by any projects within the group. Group-level merge request approvals make it easy for organizations to ensure proper separation of duties across all teams. You only have to specify settings in a single location now, rather than needing to update and monitor every project.

    When these settings are set at the group level, you:

    - Can be confident that projects will use consistent separation of duties workflows.
    - Do not need to manually check that every project has not had its settings modified.
  stage: Manage
  self-managed: true
  gitlab-com: true
  packages: [Premium, Ultimate]
  url: 'https://docs.gitlab.com/ee/user/group/#group-approval-rules'
  image_url: https://about.gitlab.com/images/14_5/group_level_mr_settings_picture.png
  published_at: 2021-11-22
  release: 14.5
- title: GitLab Kubernetes Agent available in GitLab Free
  body: |
    Connecting a Kubernetes cluster with the GitLab Kubernetes Agent simplifies the setup for cluster applications and enables secure GitOps deployments to the cluster. Initially, the GitLab Kubernetes Agent was available only for Premium users. In our commitment to the open source ethos, we moved the core features of the GitLab Kubernetes Agent and the CI/CD Tunnel to GitLab Free. We expect that the open-sourced features are compelling to many users without dedicated infrastructure teams and strong requirements around cluster management. Advanced features remain available as part of the GitLab Premium offering.
  stage: Configure
  self-managed: true
  gitlab-com: true
  packages: [Free, Premium, Ultimate]
  url: 'https://docs.gitlab.com/ee/user/clusters/agent/'
  image_url: https://about.gitlab.com/images/growth/configure.png
  published_at: 2021-11-22
  release: 14.5
- title: Cleaner diffs for Jupyter Notebook files
  body: |
    Jupyter notebooks are key to data scientists' and machine learning engineers' workflows, but the file structure makes code review challenging. Often, the files can't be reviewed properly, and users are forced to accept those changes or treat their repositories as stores of data versus collaborative projects.

    Now GitLab automatically strips out the noise and displays a cleaner version of the diff for these files. Human-readable diffs make it easier to review the substance of the change, without worrying about the formatting pieces that Jupyter Notebooks need.
  stage: Create
  self-managed: true
  gitlab-com: true
  packages: [Free, Premium, Ultimate]
  url: 'https://docs.gitlab.com/ee/user/project/repository/jupyter_notebooks/#cleaner-diffs'
  image_url: https://about.gitlab.com/images/14_5/create-code-review-jupyter-notebook-diffs.png
  published_at: 2021-11-22
  release: 14.5