Skip to content
Snippets Groups Projects

Release post - GitLab 12.0

Merged Jeremy Watson (ex-GitLab) requested to merge release-12-0 into master
All threads resolved!
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
@@ -661,6 +661,16 @@ deprecations:
@@ -661,6 +661,16 @@ deprecations:
permanently dismissable warning](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8433) is displayed on the
permanently dismissable warning](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8433) is displayed on the
**Admin Area › Geo › Nodes** page if the above checks are not resolved.
**Admin Area › Geo › Nodes** page if the above checks are not resolved.
 
- feature_name: "GitLab Geo requires PostgreSQL Foreign Data Wrapper in GitLab 12.0"
 
due: Jun. 22, 2019
 
reporter: fzimmer
 
description: |
 
In GitLab 12.0, Geo requires PostgreSQL [Foreign Data Wrapper](https://docs.gitlab.com/ee/development/geo.html#foreign-data-wrapper),
 
raising the minimum PostgreSQL version to 9.6. GitLab Geo uses PostgreSQL Foreign Data Wrapper to query data from different PostgreSQL instances.
 
This is needed for [Geo Log Cursor](https://docs.gitlab.com/ee/development/geo.html#geo-log-cursor), as this significantly improves the performance
 
of some synchronization operations. Foreign Data Wrapper also improves the performance of the Geo node status queries. For large projects, the legacy
 
queries had unacceptable performance. See how to set PostgreSQL Foreign Data Wrapper up in [the Geo database replication](https://docs.gitlab.com/ee/administration/geo/replication/database.html).
 
- feature_name: "Remove use of `app` as matching mechanism for Kubernetes deploy boards"
- feature_name: "Remove use of `app` as matching mechanism for Kubernetes deploy boards"
due: Jun. 22, 2019
due: Jun. 22, 2019
reporter: Daniel Gruesso
reporter: Daniel Gruesso
Loading