Skip to content

Commit

Permalink
Up version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Jan 8, 2025
1 parent 8be0487 commit e2d39e0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do
def project do
[
app: :archethic,
version: "1.6.0",
version: "1.6.1",
build_path: "_build",
config_path: "config/config.exs",
deps_path: "deps",
Expand Down
36 changes: 36 additions & 0 deletions rel/appups/archethic/1.6.0_to_1.6.1.appup
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{"1.6.1",
[{"1.6.0",
[{load_module,'Elixir.Archethic.Cldr.Currency',brutal_purge,soft_purge,[]},
{load_module,'Elixir.Archethic.Cldr.Number.Transliterate',brutal_purge,
soft_purge,[]},
{load_module,'Elixir.Archethic.OracleChain.Services.UCOPrice.Providers.CoinMarketCapArchethic',
brutal_purge,soft_purge,[]},
{load_module,'Elixir.ArchethicWeb.ExplorerRouter',brutal_purge,soft_purge,
[]},
{apply,{supervisor,terminate_child,
['Elixir.Archethic.OracleChain.ServiceCacheSupervisor', 'Elixir.CacheSupervisor']}},
{update,'Elixir.Archethic.OracleChain.ServiceCacheSupervisor',supervisor},
{delete_module,'Elixir.Archethic.OracleChain.Services.UCOPrice.Providers.CoinPaprika'},
{update,'Elixir.Archethic.BeaconChain.Subset.SummaryCache', {advanced,[]},
brutal_purge,soft_purge, []},
{apply,{supervisor,restart_child,
['Elixir.Archethic.OracleChain.ServiceCacheSupervisor', 'Elixir.CacheSupervisor']}},
{apply,{supervisor,terminate_child,
['Elixir.Archethic.Telemetry',prometheus_metrics]}},
{apply,{supervisor,restart_child,
['Elixir.Archethic.Telemetry',prometheus_metrics]}},
{apply,{supervisor,terminate_child,
['Elixir.Archethic.Telemetry',telemetry_poller]}},
{apply,{supervisor,restart_child,
['Elixir.Archethic.Telemetry',telemetry_poller]}},
{apply,{'Elixir.Archethic.Contracts.Loader',reparse_workers_contract,[]}},
{apply,{'Elixir.Mix.Tasks.Archethic.Migrate',run,["1.6.1",true]}}]}],
[{"1.6.0",
[{load_module,'Elixir.Archethic.Cldr.Currency',brutal_purge,soft_purge,[]},
{load_module,'Elixir.Archethic.Cldr.Number.Transliterate',brutal_purge,
soft_purge,[]},
{load_module,'Elixir.Archethic.OracleChain.Services.UCOPrice.Providers.CoinMarketCapArchethic',
brutal_purge,soft_purge,[]},
{load_module,'Elixir.ArchethicWeb.ExplorerRouter',brutal_purge,soft_purge,
[]},
{add_module,'Elixir.Archethic.OracleChain.Services.UCOPrice.Providers.CoinPaprika'}]}]}.

0 comments on commit e2d39e0

Please sign in to comment.