Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2019-02-23 02:22:35 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2019-02-23 02:26:43 +0300
commit2f599abab08fb262ce185b4f4edbd7eb930bd432 (patch)
tree11c3f84f15b07207a3f19de37337e502a7d710b4 /changelogs
parent459276846372d8309220a5667cb4389dcfc66281 (diff)
Allow configuring POSTGRES_VERSION in Auto DevOps
We set the default value to 9.6.2 since this was the previous default being used by `stable/postgresql --version=0.7.1` which is used in auto-deploy-app.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/58098-auto-devops-postgres-version-variable.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/58098-auto-devops-postgres-version-variable.yml b/changelogs/unreleased/58098-auto-devops-postgres-version-variable.yml
new file mode 100644
index 00000000000..a7a87f60c28
--- /dev/null
+++ b/changelogs/unreleased/58098-auto-devops-postgres-version-variable.yml
@@ -0,0 +1,5 @@
+---
+title: Allow configuring POSTGRES_VERSION in Auto DevOps
+merge_request: 25500
+author:
+type: added