diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-26 03:18:41 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-26 03:18:41 +0000 |
commit | 77da08b6e8159daae9b352082bad0c55a003994f (patch) | |
tree | 4606ebcf8e9f864b4bee18f152f8e744fc1befb1 /data | |
parent | 7d4bff6fe8d0716b9634709325e5857452b82ca5 (diff) | |
download | gitlab-ce-77da08b6e8159daae9b352082bad0c55a003994f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r-- | data/removals/16_0/16-0-auto-deploy-postgres-enabled.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/removals/16_0/16-0-auto-deploy-postgres-enabled.yml b/data/removals/16_0/16-0-auto-deploy-postgres-enabled.yml new file mode 100644 index 00000000000..97162dc56f1 --- /dev/null +++ b/data/removals/16_0/16-0-auto-deploy-postgres-enabled.yml @@ -0,0 +1,16 @@ +- title: "Auto DevOps no longer provisions a database by default" + announcement_milestone: "15.8" + removal_milestone: "16.0" + breaking_change: true + reporter: tigerwnz + stage: Environments + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/343988 + body: | + Currently, Auto DevOps provisions an in-cluster PostgreSQL database by default. + In GitLab 16.0, databases will be provisioned only for users who opt in. This + change supports production deployments that require more robust database management. + + If you want Auto DevOps to provision an in-cluster database, + set the `POSTGRES_ENABLED` CI/CD variable to `true`. + tiers: [Core, Premium, Ultimate] + documentation_url: https://docs.gitlab.com/ee/topics/autodevops/stages.html#auto-deploy |