Skip to content
Snippets Groups Projects
Commit 684dd37cd409 authored by DJ Mountney's avatar DJ Mountney
Browse files

Delay praefect database[_direct_host,_port_no_proxy] removals

Move them to the 15.0 major release

Changelog: fixed
parent 9c2caae11576
No related branches found
No related tags found
2 merge requests!55Intermediate build after shift of stable series,!54GitLab 14.4
......@@ -136,9 +136,9 @@
{
config_keys: %w(praefect database_host_no_proxy),
deprecation: '14.0',
removal: '14.3', # https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6150
removal: '15.0', # https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6150
note: "Use `praefect['database_direct_host']` instead."
},
{
config_keys: %w(praefect database_port_no_proxy),
deprecation: '14.0',
......@@ -140,9 +140,9 @@
note: "Use `praefect['database_direct_host']` instead."
},
{
config_keys: %w(praefect database_port_no_proxy),
deprecation: '14.0',
removal: '14.3', # https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6150
removal: '15.0', # https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6150
note: "Use `praefect['database_direct_port']` instead."
},
{
......
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