Remove tasks to rename/remove deprecated settings

I was thinking of leaving these tasks empty, so in the future we could
use them again if we rename or remove more settings. But since we
haven't renamed nor removed any settings for more than seven months, and
we've only used these tasks once, I'm simply removing the tasks. It's
easy to add them back if we ever need them.
This commit is contained in:
Javi Martín
2019-10-08 02:57:50 +02:00
parent 122b066573
commit 8fb44961e9
3 changed files with 0 additions and 165 deletions

View File

@@ -4,8 +4,6 @@ namespace :consul do
desc "Runs tasks needed to upgrade from 1.0.0-beta to 1.0.0"
task "execute_release_1.0.0_tasks": [
"settings:remove_deprecated_settings",
"settings:rename_setting_keys",
"settings:add_new_settings",
"stats:generate"
]