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!
Compare and Show latest version
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
@@ -618,7 +618,7 @@ upgrade:
@@ -618,7 +618,7 @@ upgrade:
- GitLab 12.0 will [automatically upgrade the PostgreSQL version to 10.0](https://docs.gitlab.com/omnibus/settings/database.html#upgrade-packaged-postgresql-server).
- GitLab 12.0 will [automatically upgrade the PostgreSQL version to 10.0](https://docs.gitlab.com/omnibus/settings/database.html#upgrade-packaged-postgresql-server).
- Users have the ability to skip the auto upgrade of PostreSQL 10.0 creating `/etc/gitlab/disable-postgresql-upgrade`.
- Users have the ability to skip the auto upgrade of PostreSQL 10.0 creating `/etc/gitlab/disable-postgresql-upgrade`.
- If you use [GitLab Geo](https://docs.gitlab.com/ee/administration/geo/replication/),
- If you use [GitLab Geo](https://docs.gitlab.com/ee/administration/geo/replication/),
the automatic PostgreSQL upgrade will be skipped on both the `primary` and all `secondary` nodes. We will [provide an upgrade path for Geo users in 12.1](https://gitlab.com/gitlab-org/gitlab-ee/issues/12164)
the automatic PostgreSQL upgrade will be skipped on both the `primary` and all `secondary` nodes. We will [provide an upgrade path for Geo users in 12.1](https://gitlab.com/gitlab-org/gitlab-ee/issues/12164).
- GitLab 12.0 will [enable JSON logging by default](https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4102).
- GitLab 12.0 will [enable JSON logging by default](https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4102).
We have also added documentation on how to [retain previous log format settings](https://docs.gitlab.com/omnibus/settings/logs.html#text-logging)
We have also added documentation on how to [retain previous log format settings](https://docs.gitlab.com/omnibus/settings/logs.html#text-logging)
where JSON is not desired.
where JSON is not desired.
@@ -669,7 +669,9 @@ deprecations:
@@ -669,7 +669,9 @@ deprecations:
raising the minimum PostgreSQL version to 9.6. GitLab Geo uses PostgreSQL Foreign Data Wrapper to query data from different PostgreSQL instances.
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
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
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).
queries had unacceptable performance.
 
 
See how to set PostgreSQL Foreign Data Wrapper up in [the Geo database replication documentation](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
Loading