From 62c692fad7ff448ccca3505e1dd40be245cbed53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 2 Feb 2020 23:09:48 +0100 Subject: Initial release upgrade test suite --- ebin/ranch.appup | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 ebin/ranch.appup (limited to 'ebin') diff --git a/ebin/ranch.appup b/ebin/ranch.appup new file mode 100644 index 0000000..6b25270 --- /dev/null +++ b/ebin/ranch.appup @@ -0,0 +1,43 @@ +%% @todo Remove the ending .* before release, we do not +%% want to support upgrades from/to release candidates. + +{"2.0.0-rc.2", + [{<<"2\\.0\\.[0-9]+.*">>, [ + {load_module, ranch}, + {load_module, ranch_acceptor}, + {load_module, ranch_acceptors_sup}, + {load_module, ranch_app}, + {load_module, ranch_conns_sup}, + {load_module, ranch_conns_sup_sup}, + {load_module, ranch_crc32c}, + {load_module, ranch_embedded_sup}, + {load_module, ranch_listener_sup}, + {load_module, ranch_protocol}, + {load_module, ranch_proxy_header}, + {load_module, ranch_server}, + {load_module, ranch_server_proxy}, + {load_module, ranch_ssl}, + {load_module, ranch_sup}, + {load_module, ranch_tcp}, + {load_module, ranch_transport} + ]}], + [{<<"2\\.0\\.[0-9]+.*">>, [ + {load_module, ranch}, + {load_module, ranch_acceptor}, + {load_module, ranch_acceptors_sup}, + {load_module, ranch_app}, + {load_module, ranch_conns_sup}, + {load_module, ranch_conns_sup_sup}, + {load_module, ranch_crc32c}, + {load_module, ranch_embedded_sup}, + {load_module, ranch_listener_sup}, + {load_module, ranch_protocol}, + {load_module, ranch_proxy_header}, + {load_module, ranch_server}, + {load_module, ranch_server_proxy}, + {load_module, ranch_ssl}, + {load_module, ranch_sup}, + {load_module, ranch_tcp}, + {load_module, ranch_transport} + ]}] +}. -- cgit v1.2.3