Skip to content

Commit 5460b1e

Browse files
committed
Bumps damsel & dmt-v2
1 parent f1882f7 commit 5460b1e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
condition: service_healthy
2525

2626
dmt:
27-
image: ghcr.io/valitydev/dominant-v2:sha-ba60639-epic-fixes_for_client
27+
image: ghcr.io/valitydev/dominant-v2:sha-fede605-epic-domain-party-support
2828
command: /opt/dmt/bin/dmt foreground
2929
healthcheck:
3030
test: "/opt/dmt/bin/dmt ping"

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
{deps, [
2929
{prometheus, "4.11.0"},
3030
{prometheus_cowboy, "0.1.9"},
31-
{damsel, {git, "https://github.com/valitydev/damsel.git", {tag, "v2.0.0"}}},
31+
{damsel, {git, "https://github.com/valitydev/damsel.git", {tag, "v2.2.0"}}},
3232
{limiter_proto, {git, "https://github.com/valitydev/limiter-proto.git", {branch, "master"}}},
3333
{liminator_proto, {git, "https://github.com/valitydev/liminator-proto.git", {branch, "master"}}},
3434
{xrates_proto, {git, "https://github.com/valitydev/xrates-proto.git", {branch, "master"}}},
35-
{machinery, {git, "https://github.com/valitydev/machinery-erlang.git", {tag, "v1.1.6"}}},
35+
{machinery, {git, "https://github.com/valitydev/machinery-erlang.git", {tag, "v1.1.7"}}},
3636
{erl_health, {git, "https://github.com/valitydev/erlang-health.git", {branch, "master"}}},
3737
{genlib, {git, "https://github.com/valitydev/genlib.git", {tag, "v1.1.0"}}},
3838
{scoper, {git, "https://github.com/valitydev/scoper.git", {tag, "v1.1.0"}}},

rebar.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
{<<"ctx">>,{pkg,<<"ctx">>,<<"0.6.0">>},2},
2020
{<<"damsel">>,
2121
{git,"https://github.com/valitydev/damsel.git",
22-
{ref,"35a8abf6c006d744617d770aef5948a0322f2bd5"}},
22+
{ref,"ba7414811590859d058817b8f22d2e9c22f627f8"}},
2323
0},
2424
{<<"dmt_client">>,
2525
{git,"https://github.com/valitydev/dmt_client.git",
26-
{ref,"b85e6a4904610314160783cfe9bcc5c0d8fa82fc"}},
26+
{ref,"ec1f8c8dcf1e7a9ef39328a91da3949bd89770cf"}},
2727
0},
2828
{<<"dmt_core">>,
2929
{git,"https://github.com/valitydev/dmt-core.git",
@@ -63,7 +63,7 @@
6363
0},
6464
{<<"machinery">>,
6565
{git,"https://github.com/valitydev/machinery-erlang.git",
66-
{ref,"df43e429cd10e8f5afb57d09f1b8ac54eb868a44"}},
66+
{ref,"74f49ff6c2a161ecad426e1bd0dcef6f508babab"}},
6767
0},
6868
{<<"metrics">>,{pkg,<<"metrics">>,<<"1.0.1">>},2},
6969
{<<"mg_proto">>,
@@ -79,7 +79,7 @@
7979
{<<"parse_trans">>,{pkg,<<"parse_trans">>,<<"3.3.1">>},2},
8080
{<<"progressor">>,
8181
{git,"https://github.com/valitydev/progressor.git",
82-
{ref,"6df2e447a867434ad45bfc3540c4681e10105e02"}},
82+
{ref,"4c44615f712ae8992ff1a654f227def9f44c8aa7"}},
8383
1},
8484
{<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.11.0">>},0},
8585
{<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.9">>},0},

0 commit comments

Comments
 (0)