Skip to content

Commit d054fb1

Browse files
committed
Locking final dependencies for 1.0.0-beta.3 release
1 parent b616b70 commit d054fb1

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
extends:
5151
file: docker-compose.common.yml
5252
service: common
53-
image: operable/cog:1.0-beta.3
53+
image: operable/cog:1.0
5454
environment:
5555
- COG_MQTT_HOST=0.0.0.0
5656
- DATABASE_URL=ecto://cog:cog@postgres:5432/cog
@@ -66,7 +66,7 @@ services:
6666
extends:
6767
file: docker-compose.common.yml
6868
service: common
69-
image: operable/relay:1.0-beta.3
69+
image: operable/relay:1.0
7070
privileged: true
7171
volumes:
7272
- /var/run/docker.sock:/var/run/docker.sock

mix.exs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ defmodule Cog.Mixfile do
6161
[
6262
# Operable Code
6363
########################################################################
64-
{:conduit, github: "operable/conduit", branch: "v1.0.0-beta.3"},
65-
{:probe, github: "operable/probe", branch: "v1.0.0-beta.3"},
66-
{:spanner, github: "operable/spanner", branch: "v1.0.0-beta.3"},
67-
{:greenbar, github: "operable/greenbar", branch: "v1.0.0-beta.3"},
64+
{:conduit, github: "operable/conduit", tag: "1.0.0-beta.3"},
65+
{:probe, github: "operable/probe", tag: "1.0.0-beta.3"},
66+
{:spanner, github: "operable/spanner", tag: "1.0.0-beta.3"},
67+
{:greenbar, github: "operable/greenbar", tag: "1.0.0-beta.3"},
6868

6969
# Used to model pipelines
7070
{:gen_stage, "~> 0.10.0"},

mix.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bunt": {:hex, :bunt, "0.1.6", "5d95a6882f73f3b9969fdfd1953798046664e6f77ec4e486e6fafc7caad97c6f", [:mix], []},
44
"certifi": {:hex, :certifi, "0.4.0", "a7966efb868b179023618d29a407548f70c52466bf1849b9e8ebd0e34b7ea11f", [:rebar3], []},
55
"comeonin": {:hex, :comeonin, "2.5.3", "ccd70ebf465eaf4e11fc5a13fd0f5be2538b6b4975d4f7a13d571670b31da060", [:make, :mix], []},
6-
"conduit": {:git, "https://github.com/operable/conduit.git", "4b1ac0547dc11cb474ba9e274bf277038205e0b5", [branch: "v1.0.0-beta.3"]},
6+
"conduit": {:git, "https://github.com/operable/conduit.git", "4b1ac0547dc11cb474ba9e274bf277038205e0b5", [tag: "1.0.0-beta.3"]},
77
"connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], []},
88
"cowboy": {:hex, :cowboy, "1.0.4", "a324a8df9f2316c833a470d918aaf73ae894278b8aa6226ce7a9bf699388f878", [:make, :rebar], [{:cowlib, "~> 1.0.0", [hex: :cowlib, optional: false]}, {:ranch, "~> 1.0", [hex: :ranch, optional: false]}]},
99
"cowlib": {:hex, :cowlib, "1.0.2", "9d769a1d062c9c3ac753096f868ca121e2730b9a377de23dec0f7e08b1df84ee", [:make], []},
@@ -28,8 +28,8 @@
2828
"getopt": {:git, "https://github.com/jcomellas/getopt.git", "68fe326f2c7585eb32a5b136dffc75428a53fc02", [branch: "master"]},
2929
"goldrush": {:hex, :goldrush, "0.1.8", "2024ba375ceea47e27ea70e14d2c483b2d8610101b4e852ef7f89163cdb6e649", [:rebar3], []},
3030
"gproc": {:hex, :gproc, "0.5.0", "2df2d886f8f8a7b81a4b04aa17972b5965bbc5bf0100ea6d8e8ac6a0e7389afe", [:rebar], []},
31-
"greenbar": {:git, "https://github.com/operable/greenbar.git", "3687bc4e2da02e7a87079bf130347f0afc42ced0", [branch: "v1.0.0-beta.3"]},
32-
"greenbar_markdown": {:git, "https://github.com/operable/greenbar_markdown.git", "c01514ebfb5f2922cac6fc6a46f668e7d2700235", []},
31+
"greenbar": {:git, "https://github.com/operable/greenbar.git", "e69b276cbf5d2aa1e6717710cc625f7ed364612f", [tag: "1.0.0-beta.3"]},
32+
"greenbar_markdown": {:git, "https://github.com/operable/greenbar_markdown.git", "64c4dcfe5f24ca7056049bf5b192f8887452e668", [tag: "1.0.0-beta.3"]},
3333
"hackney": {:hex, :hackney, "1.6.1", "ddd22d42db2b50e6a155439c8811b8f6df61a4395de10509714ad2751c6da817", [:rebar3], [{:certifi, "0.4.0", [hex: :certifi, optional: false]}, {:idna, "1.2.0", [hex: :idna, optional: false]}, {:metrics, "1.0.1", [hex: :metrics, optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, optional: false]}, {:ssl_verify_fun, "1.1.0", [hex: :ssl_verify_fun, optional: false]}]},
3434
"html_entities": {:hex, :html_entities, "0.3.0", "2f278ffc69c3f0cbd5996628fef37cf922fa715f3e04b9f38924c8adced3f25a", [:mix], []},
3535
"httpoison": {:hex, :httpoison, "0.9.2", "a211a8e87403a043c41218e64df250d321f236ac57f786c6a0ccf3e9e817c819", [:mix], [{:hackney, "~> 1.6.0", [hex: :hackney, optional: false]}]},
@@ -52,17 +52,17 @@
5252
"phoenix_html": {:hex, :phoenix_html, "2.7.0", "19e12e2044340c2e43df206a06d059677c59ea1868bd1c35165438d592cd420b", [:mix], [{:plug, "~> 1.0", [hex: :plug, optional: false]}]},
5353
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.0.5", "829218c4152ba1e9848e2bf8e161fcde6b4ec679a516259442561d21fde68d0b", [:mix], [{:fs, "~> 0.9.1", [hex: :fs, optional: false]}, {:phoenix, "~> 1.0 or ~> 1.2-rc", [hex: :phoenix, optional: false]}]},
5454
"phoenix_pubsub": {:hex, :phoenix_pubsub, "1.0.1", "c10ddf6237007c804bf2b8f3c4d5b99009b42eca3a0dfac04ea2d8001186056a", [:mix], []},
55-
"piper": {:git, "https://github.com/operable/piper.git", "d3d61429156b2eb7411407ca3679fda9c297dc28", []},
55+
"piper": {:git, "https://github.com/operable/piper.git", "d69e4596cd338ab00d90e4ea6831eff11d0572c0", [tag: "1.0.0-beta.3"]},
5656
"plug": {:hex, :plug, "1.2.2", "cfbda521b54c92ab8ddffb173fbaabed8d8fc94bec07cd9bb58a84c1c501b0bd", [:mix], [{:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}, {:mime, "~> 1.0", [hex: :mime, optional: false]}]},
5757
"poison": {:hex, :poison, "2.2.0", "4763b69a8a77bd77d26f477d196428b741261a761257ff1cf92753a0d4d24a63", [:mix], []},
5858
"poolboy": {:hex, :poolboy, "1.5.1", "6b46163901cfd0a1b43d692657ed9d7e599853b3b21b95ae5ae0a777cf9b6ca8", [:rebar], []},
5959
"postgrex": {:hex, :postgrex, "0.11.2", "139755c1359d3c5c6d6e8b1ea72556d39e2746f61c6ddfb442813c91f53487e8", [:mix], [{:connection, "~> 1.0", [hex: :connection, optional: false]}, {:db_connection, "~> 1.0-rc", [hex: :db_connection, optional: false]}, {:decimal, "~> 1.0", [hex: :decimal, optional: false]}]},
60-
"probe": {:git, "https://github.com/operable/probe.git", "7d41b89db988937cca51b1d658dc5580a767002a", [branch: "v1.0.0-beta.3"]},
60+
"probe": {:git, "https://github.com/operable/probe.git", "7d41b89db988937cca51b1d658dc5580a767002a", [tag: "1.0.0-beta.3"]},
6161
"ranch": {:hex, :ranch, "1.2.1", "a6fb992c10f2187b46ffd17ce398ddf8a54f691b81768f9ef5f461ea7e28c762", [:make], []},
6262
"romeo": {:git, "https://github.com/operable/romeo.git", "65106b94f134a12791ec63fa284b0ce5e9358538", [branch: "iq-bodies"]},
6363
"slack": {:git, "https://github.com/operable/Elixir-Slack.git", "4d6a3c4036ec4129e8d77e55cd1d3e62093cc001", []},
6464
"snappy": {:git, "https://github.com/fdmanana/snappy-erlang-nif.git", "0951a1bf8e58141b3c439bebe1f2992688298631", []},
65-
"spanner": {:git, "https://github.com/operable/spanner.git", "a21590528b14b02b91235121cd452730c03592aa", [branch: "v1.0.0-beta.3"]},
65+
"spanner": {:git, "https://github.com/operable/spanner.git", "04c21b4e61a32c5e385ff4a23b04db6c06767f9c", [tag: "1.0.0-beta.3"]},
6666
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.0", "edee20847c42e379bf91261db474ffbe373f8acb56e9079acb6038d4e0bf414f", [:make, :rebar], []},
6767
"table_rex": {:hex, :table_rex, "0.8.3", "1c68dfc6886d6f118f5047b0449d6402ae0ac5709064789e578c2f4659f4064b", [:mix], []},
6868
"uuid": {:hex, :uuid, "1.1.5", "96cb36d86ee82f912efea4d50464a5df606bf3f1163d6bdbb302d98474969369", [:mix], []},

0 commit comments

Comments
 (0)