summaryrefslogtreecommitdiff
path: root/data/removals/16_0/16-0-azure-storage-driver-registry.yml
blob: 029d82a6c08614560aeeade8b96456f3e8001b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
- title: "Azure Storage Driver defaults to the correct root prefix"  # (required) Clearly explain the change. For example, "The `confidential` field for a `Note` is removed" or "CI/CD job names are limited to 250 characters."
  announcement_milestone: "15.8"  # (required) The milestone when this feature was deprecated.
  removal_milestone: "16.0"  # (required) The milestone when this feature is being removed.
  breaking_change: true  # (required) Change to false if this is not a breaking change.
  reporter: trizzi  # (required) GitLab username of the person reporting the removal
  stage: Package  # (required) String value of the stage that the feature was created in. e.g., Growth
  issue_url: https://gitlab.com/gitlab-org/container-registry/-/issues/854  # (required) Link to the deprecation issue in GitLab
  body: |  # (required) Do not modify this line, instead modify the lines below.
    The Azure Storage Driver used to write to `//` as the default root directory. This default root directory appeared in some places in the Azure UI as `/<no-name>/`. We maintained this legacy behavior to support older deployments using this storage driver. However, when moving to Azure from another storage driver, this behavior hides all your data until you configure the storage driver with `trimlegacyrootprefix: true` to build root paths without an extra leading slash.

    In GitLab 16.0, the new default configuration for the storage driver uses `trimlegacyrootprefix: true`, and `/` is the default root directory. You can set your configuration to `trimlegacyrootprefix: false` if needed, to revert to the previous behavior.