Skip to content
Snippets Groups Projects
Verified Commit 78afab16 authored by Dustin Collins's avatar Dustin Collins :three:
Browse files

Merge branch 'master' into postgres-deprecation-notice

parents 8d7089c4 0e539060
No related branches found
No related tags found
1 merge request!4054Print a deprecation notice for postgres upgrades if <11
Showing
with 141 additions and 2 deletions
......@@ -21,6 +21,20 @@ stages:
- aws-marketplace-release
- notification_fail
workflow:
rules:
# For branches, create a pipeline.
# FIXME: We should change the following to `- if: 'CI_MERGE_REQUEST_IID'`
- if: '$CI_COMMIT_BRANCH'
# For `master` branch, create a pipeline (this includes on schedules, pushes, merges, etc.).
- if: '$CI_COMMIT_BRANCH == "master"'
# For tags, create a pipeline.
- if: '$CI_COMMIT_TAG'
default:
tags:
- gitlab-org
variables:
BUILDER_IMAGE_REGISTRY: "dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder"
PUBLIC_BUILDER_IMAGE_REGISTRY: "registry.gitlab.com/gitlab-org/gitlab-omnibus-builder"
......@@ -49,7 +63,7 @@ variables:
services:
- docker:19.03.0-dind
tags:
- docker
- gitlab-org-docker
### Measure memory usage
.measure_memory_script_artifacts: &measure_memory_script_artifacts
......@@ -130,6 +144,7 @@ fetch-assets:
- $DEPS_PIPELINE
# Format of the auto-deploy tag
- $CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+\+[^ ]{7,}\.[^ ]{7,}$/
- $CI_COMMIT_REF_NAME =~ /^[0-9]+-[0-9]+-auto-deploy-[0-9]+$/
include:
- '/gitlab-ci-config/gitlab-com.yml'
......
......@@ -22,7 +22,6 @@
"style": "---"
},
"no-emphasis-as-heading": false,
"fenced-code-language": false,
"first-line-h1": false,
"code-block-style": {
"style": "fenced"
......@@ -43,6 +42,7 @@
"CentOS",
"Consul",
"Debian",
"DevOps",
"Elasticsearch",
"Facebook",
"Git LFS",
......@@ -84,7 +84,9 @@
"markdownlint",
"Mattermost",
"Microsoft",
"Minikube",
"MinIO",
"ModSecurity",
"NGINX Ingress",
"NGINX",
"OAuth",
......@@ -98,9 +100,11 @@
"Prometheus",
"Puma",
"Python",
"Rake",
"Redis",
"Redmine",
"reCAPTCHA",
"Ruby",
"runit",
"Salesforce",
"SAML",
......
......@@ -3,6 +3,27 @@
The latest version of this file can be found at the master branch of the
omnibus-gitlab repository.
## 12.9.4 (2020-04-16)
### Other (1 change)
- Upgrade to Git 2.24.2.
## 12.9.4 (2020-04-17)
### Other (1 change)
- Upgrade to Git 2.24.2.
## 12.9.3 (2020-04-14)
### Fixed (1 change)
- Upgrade to OpenSSL v1.1.1f. !4087
## 12.9.2 (2020-03-31)
### Fixed (1 change)
......@@ -64,6 +85,13 @@ omnibus-gitlab repository.
- Update Mattermost to 5.20.1.
## 12.8.9 (2020-04-14)
### Fixed (1 change)
- Upgrade to OpenSSL v1.1.1f. !4088
## 12.8.7 (2020-03-16)
- No changes.
......@@ -139,6 +167,13 @@ omnibus-gitlab repository.
- Update Mattermost to 5.18.1.
## 12.7.9 (2020-04-14)
### Fixed (1 change)
- Upgrade to OpenSSL v1.1.1f. !4089
## 12.7.8 (2020-03-26)
### Security (1 change)
......
---
title: Deprecate user attributes of consul and repmgr in favor of username
merge_request: 3489
author:
type: deprecated
---
title: Bump Container Registry to v2.9.0-gitlab
merge_request: 4071
author:
type: changed
---
title: Upgrade to Git 2.26.0
merge_request: 4039
author:
type: other
---
title: Generate ActionCable configuration file
merge_request: 4066
author:
type: added
---
title: Build AMIs for all tags except RC and auto-deploy ones
merge_request: 4036
author:
type: other
---
title: Update gitlab-exporter from 6.1.0 to 7.0.1
merge_request: 4065
author:
type: other
---
title: Update logrotate version to 3.16.0
merge_request: 3961
author:
type: other
---
title: Fix pg-upgrade error format exception
merge_request: 4090
author:
type: fixed
---
title: Fix repmgr failure during pg-upgrade
merge_request: 4117
author:
type: fixed
---
title: Fix pg-upgrade error during sysctl commands
merge_request: 4080
author:
type: fixed
---
title: Fixed pg upgrade for seperate geo tracking db
merge_request: 4091
author:
type: fixed
---
title: Fixes sysctl error on reconfigure after reinstall
merge_request: 3921
author:
type: fixed
---
title: Upgrade to Git 2.26.1
merge_request:
author:
type: other
---
title: Introduce gitlab-redis-cli
merge_request: 4020
author:
type: added
---
title: Upgrade Mattermost to 5.21.0
merge_request:
author:
type: other
---
title: Default to PG 11 for fresh installs
merge_request: 4099
author:
type: changed
---
title: Update Grafana to include Praefect dashboards
merge_request: 4084
author:
type: added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment