Skip to content

Commit

Permalink
Merge pull request #382 from bettio/prepare-0.11.1
Browse files Browse the repository at this point in the history
Prepare 0.11.1 release
  • Loading branch information
rbino authored May 18, 2020
2 parents 73a8615 + 5648d9d commit 37600e8
Show file tree
Hide file tree
Showing 30 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.11.1] - Unreleased
## [0.11.1] - 2020-05-18
### Added
- [data_updater_plant] Add `DATA_UPDATER_PLANT_AMQP_DATA_QUEUE_TOTAL_COUNT` environment variable,
this must be equal to the total number of queues in the Astarte instance.
Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_appengine_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ defmodule Astarte.AppEngine.API.Mixfile do

defp astarte_required_modules(_) do
[
{:astarte_core, github: "astarte-platform/astarte_core", tag: "v0.11.0"},
{:astarte_data_access, github: "astarte-platform/astarte_data_access", tag: "v0.11.0"},
{:astarte_rpc, github: "astarte-platform/astarte_rpc", tag: "v0.11.0"}
{:astarte_core, github: "astarte-platform/astarte_core", tag: "v0.11.1"},
{:astarte_data_access, github: "astarte-platform/astarte_data_access", tag: "v0.11.1"},
{:astarte_rpc, github: "astarte-platform/astarte_rpc", tag: "v0.11.1"}
]
end

Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_appengine_api/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm", "11b18c220bcc2eab63b5470c038ef10eb6783bcb1fcdb11aa4137defa5ac1bb8"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm", "803aab6417cb142c2c24c2a1ad2433adb745a05a8cd9a19173e26933f3c1e961"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "2dd7644cc59451f22e20cd75919e3941acb014acb4c30d9765f93ff969276750"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "9bd5b84cedfe7e53eda1880fd395d6c0b46b5655", [tag: "v0.11.0"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "7b8c036d504728ed280d68748d7e09a7c14c7dd0", [tag: "v0.11.0"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "a3a647f148d2380b7790648abee14efc5800f6db", [tag: "v0.11.0"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "873b9cf9604d2f979b9eb00302d01b0e8180214a", [tag: "v0.11.1"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "277f9f07c21b92d9edce3801863ec27d81133e7a", [tag: "v0.11.1"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "768f1fb7aba3dc867c20d186d769cd1cd78bf976", [tag: "v0.11.1"]},
"base64url": {:hex, :base64url, "0.0.1", "36a90125f5948e3afd7be97662a1504b934dd5dac78451ca6e9abf85a10286be", [:rebar], [], "hexpm", "fab09b20e3f5db886725544cbcf875b8e73ec93363954eb8a1a9ed834aa8c1f9"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm", "2056f5067e5bd4cf9d11ac093ada83c44163ad94555cadc3720fa9defaaf3bac"},
Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_data_updater_plant/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ defmodule Astarte.DataUpdaterPlant.Mixfile do

defp astarte_required_modules(_) do
[
{:astarte_core, github: "astarte-platform/astarte_core", tag: "v0.11.0"},
{:astarte_data_access, github: "astarte-platform/astarte_data_access", tag: "v0.11.0"},
{:astarte_rpc, github: "astarte-platform/astarte_rpc", tag: "v0.11.0"}
{:astarte_core, github: "astarte-platform/astarte_core", tag: "v0.11.1"},
{:astarte_data_access, github: "astarte-platform/astarte_data_access", tag: "v0.11.1"},
{:astarte_rpc, github: "astarte-platform/astarte_rpc", tag: "v0.11.1"}
]
end

Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_data_updater_plant/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm", "11b18c220bcc2eab63b5470c038ef10eb6783bcb1fcdb11aa4137defa5ac1bb8"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm", "803aab6417cb142c2c24c2a1ad2433adb745a05a8cd9a19173e26933f3c1e961"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "2dd7644cc59451f22e20cd75919e3941acb014acb4c30d9765f93ff969276750"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "9bd5b84cedfe7e53eda1880fd395d6c0b46b5655", [tag: "v0.11.0"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "7b8c036d504728ed280d68748d7e09a7c14c7dd0", [tag: "v0.11.0"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "a3a647f148d2380b7790648abee14efc5800f6db", [tag: "v0.11.0"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "873b9cf9604d2f979b9eb00302d01b0e8180214a", [tag: "v0.11.1"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "277f9f07c21b92d9edce3801863ec27d81133e7a", [tag: "v0.11.1"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "768f1fb7aba3dc867c20d186d769cd1cd78bf976", [tag: "v0.11.1"]},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm", "2056f5067e5bd4cf9d11ac093ada83c44163ad94555cadc3720fa9defaaf3bac"},
"connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm", "4a0850c9be22a43af9920a71ab17c051f5f7d45c209e40269a1938832510e4d9"},
Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_housekeeping/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ defmodule Astarte.Housekeeping.Mixfile do

defp astarte_required_modules(_) do
[
{:astarte_core, github: "astarte-platform/astarte_core", tag: "v0.11.0"},
{:astarte_data_access, github: "astarte-platform/astarte_data_access", tag: "v0.11.0"},
{:astarte_rpc, github: "astarte-platform/astarte_rpc", tag: "v0.11.0"}
{:astarte_core, github: "astarte-platform/astarte_core", tag: "v0.11.1"},
{:astarte_data_access, github: "astarte-platform/astarte_data_access", tag: "v0.11.1"},
{:astarte_rpc, github: "astarte-platform/astarte_rpc", tag: "v0.11.1"}
]
end

Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_housekeeping/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm", "11b18c220bcc2eab63b5470c038ef10eb6783bcb1fcdb11aa4137defa5ac1bb8"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm", "803aab6417cb142c2c24c2a1ad2433adb745a05a8cd9a19173e26933f3c1e961"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "2dd7644cc59451f22e20cd75919e3941acb014acb4c30d9765f93ff969276750"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "9bd5b84cedfe7e53eda1880fd395d6c0b46b5655", [tag: "v0.11.0"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "7b8c036d504728ed280d68748d7e09a7c14c7dd0", [tag: "v0.11.0"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "a3a647f148d2380b7790648abee14efc5800f6db", [tag: "v0.11.0"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "873b9cf9604d2f979b9eb00302d01b0e8180214a", [tag: "v0.11.1"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "277f9f07c21b92d9edce3801863ec27d81133e7a", [tag: "v0.11.1"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "768f1fb7aba3dc867c20d186d769cd1cd78bf976", [tag: "v0.11.1"]},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm", "2056f5067e5bd4cf9d11ac093ada83c44163ad94555cadc3720fa9defaaf3bac"},
"connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm", "4a0850c9be22a43af9920a71ab17c051f5f7d45c209e40269a1938832510e4d9"},
Expand Down
2 changes: 1 addition & 1 deletion apps/astarte_housekeeping_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ defmodule Astarte.Housekeeping.API.Mixfile do

defp astarte_required_modules(_) do
[
{:astarte_rpc, github: "astarte-platform/astarte_rpc", tag: "v0.11.0"}
{:astarte_rpc, github: "astarte-platform/astarte_rpc", tag: "v0.11.1"}
]
end

Expand Down
2 changes: 1 addition & 1 deletion apps/astarte_housekeeping_api/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm", "11b18c220bcc2eab63b5470c038ef10eb6783bcb1fcdb11aa4137defa5ac1bb8"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm", "803aab6417cb142c2c24c2a1ad2433adb745a05a8cd9a19173e26933f3c1e961"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "2dd7644cc59451f22e20cd75919e3941acb014acb4c30d9765f93ff969276750"},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "a3a647f148d2380b7790648abee14efc5800f6db", [tag: "v0.11.0"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "768f1fb7aba3dc867c20d186d769cd1cd78bf976", [tag: "v0.11.1"]},
"base64url": {:hex, :base64url, "0.0.1", "36a90125f5948e3afd7be97662a1504b934dd5dac78451ca6e9abf85a10286be", [:rebar], [], "hexpm", "fab09b20e3f5db886725544cbcf875b8e73ec93363954eb8a1a9ed834aa8c1f9"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm", "2056f5067e5bd4cf9d11ac093ada83c44163ad94555cadc3720fa9defaaf3bac"},
Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_pairing/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ defmodule Astarte.Pairing.Mixfile do

defp astarte_required_modules(_) do
[
{:astarte_core, github: "astarte-platform/astarte_core", tag: "v0.11.0"},
{:astarte_data_access, github: "astarte-platform/astarte_data_access", tag: "v0.11.0"},
{:astarte_rpc, github: "astarte-platform/astarte_rpc", tag: "v0.11.0"}
{:astarte_core, github: "astarte-platform/astarte_core", tag: "v0.11.1"},
{:astarte_data_access, github: "astarte-platform/astarte_data_access", tag: "v0.11.1"},
{:astarte_rpc, github: "astarte-platform/astarte_rpc", tag: "v0.11.1"}
]
end

Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_pairing/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm", "11b18c220bcc2eab63b5470c038ef10eb6783bcb1fcdb11aa4137defa5ac1bb8"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm", "803aab6417cb142c2c24c2a1ad2433adb745a05a8cd9a19173e26933f3c1e961"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "2dd7644cc59451f22e20cd75919e3941acb014acb4c30d9765f93ff969276750"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "9bd5b84cedfe7e53eda1880fd395d6c0b46b5655", [tag: "v0.11.0"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "7b8c036d504728ed280d68748d7e09a7c14c7dd0", [tag: "v0.11.0"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "a3a647f148d2380b7790648abee14efc5800f6db", [tag: "v0.11.0"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "873b9cf9604d2f979b9eb00302d01b0e8180214a", [tag: "v0.11.1"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "277f9f07c21b92d9edce3801863ec27d81133e7a", [tag: "v0.11.1"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "768f1fb7aba3dc867c20d186d769cd1cd78bf976", [tag: "v0.11.1"]},
"bcrypt_elixir": {:hex, :bcrypt_elixir, "1.1.1", "6b5560e47a02196ce5f0ab3f1d8265db79a23868c137e973b27afef928ed8006", [:make, :mix], [{:elixir_make, "~> 0.4", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "10f658be786bd2daaadcd45cc5b598da01d5bbc313da4d0e3efb2d6a511d896d"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"},
"cfxxl": {:hex, :cfxxl, "0.3.0", "7d69bf5533ce0949b0c08ab29766375c704ac42ea4a5c26af93eeff76ff70122", [:mix], [{:httpoison, "~> 0.13", [hex: :httpoison, repo: "hexpm", optional: false]}, {:poison, "~> 3.1", [hex: :poison, repo: "hexpm", optional: false]}], "hexpm", "c12099e5bea3a53cf6f13f6cd44396ef6e24ef29aa25042065b54ff3f47d5751"},
Expand Down
4 changes: 2 additions & 2 deletions apps/astarte_pairing_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ defmodule Astarte.Pairing.API.Mixfile do

defp astarte_required_modules(_) do
[
{:astarte_core, github: "astarte-platform/astarte_core", tag: "v0.11.0"},
{:astarte_rpc, github: "astarte-platform/astarte_rpc", tag: "v0.11.0"}
{:astarte_core, github: "astarte-platform/astarte_core", tag: "v0.11.1"},
{:astarte_rpc, github: "astarte-platform/astarte_rpc", tag: "v0.11.1"}
]
end

Expand Down
4 changes: 2 additions & 2 deletions apps/astarte_pairing_api/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm", "11b18c220bcc2eab63b5470c038ef10eb6783bcb1fcdb11aa4137defa5ac1bb8"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm", "803aab6417cb142c2c24c2a1ad2433adb745a05a8cd9a19173e26933f3c1e961"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "2dd7644cc59451f22e20cd75919e3941acb014acb4c30d9765f93ff969276750"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "9bd5b84cedfe7e53eda1880fd395d6c0b46b5655", [tag: "v0.11.0"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "a3a647f148d2380b7790648abee14efc5800f6db", [tag: "v0.11.0"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "873b9cf9604d2f979b9eb00302d01b0e8180214a", [tag: "v0.11.1"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "768f1fb7aba3dc867c20d186d769cd1cd78bf976", [tag: "v0.11.1"]},
"base64url": {:hex, :base64url, "0.0.1", "36a90125f5948e3afd7be97662a1504b934dd5dac78451ca6e9abf85a10286be", [:rebar], [], "hexpm", "fab09b20e3f5db886725544cbcf875b8e73ec93363954eb8a1a9ed834aa8c1f9"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"},
"combine": {:hex, :combine, "0.10.0", "eff8224eeb56498a2af13011d142c5e7997a80c8f5b97c499f84c841032e429f", [:mix], [], "hexpm", "1b1dbc1790073076580d0d1d64e42eae2366583e7aecd455d1215b0d16f2451b"},
Expand Down
Loading

0 comments on commit 37600e8

Please sign in to comment.