From 6d57098cc21cb83f7af7a049cc8521f899bf5aec Mon Sep 17 00:00:00 2001 From: Eddy Babetto Date: Mon, 1 Jul 2024 12:55:34 +0200 Subject: [PATCH 1/2] Update dependencies Update astarte_core and astarte_rpc to 1.2.0 Signed-off-by: Eddy Babetto --- mix.exs | 4 ++-- mix.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mix.exs b/mix.exs index d06ceac..006097d 100644 --- a/mix.exs +++ b/mix.exs @@ -78,8 +78,8 @@ defmodule Astarte.VMQ.Plugin.Mixfile do defp astarte_required_modules(_) do [ - {:astarte_rpc, github: "astarte-platform/astarte_rpc", tag: "v1.2.0-rc.0"}, - {:astarte_core, github: "astarte-platform/astarte_core", tag: "v1.2.0-rc.0"} + {:astarte_rpc, "~> 1.2"}, + {:astarte_core, "~> 1.2"} ] end diff --git a/mix.lock b/mix.lock index 77e0ee1..e5adfe8 100644 --- a/mix.lock +++ b/mix.lock @@ -1,8 +1,8 @@ %{ "amqp": {:hex, :amqp, "3.3.0", "056d9f4bac96c3ab5a904b321e70e78b91ba594766a1fc2f32afd9c016d9f43b", [:mix], [{:amqp_client, "~> 3.9", [hex: :amqp_client, repo: "hexpm", optional: false]}], "hexpm", "8d3ae139d2646c630d674a1b8d68c7f85134f9e8b2a1c3dd5621616994b10a8b"}, "amqp_client": {:hex, :amqp_client, "3.12.10", "dcc0d5d0037fa2b486c6eb8b52695503765b96f919e38ca864a7b300b829742d", [:make, :rebar3], [{:credentials_obfuscation, "3.4.0", [hex: :credentials_obfuscation, repo: "hexpm", optional: false]}, {:rabbit_common, "3.12.10", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "16a23959899a82d9c2534ed1dcf1fa281d3b660fb7f78426b880647f0a53731f"}, - "astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "3574f38f759e7b012060c66a46b594ac2cdb53c3", [tag: "v1.2.0-rc.0"]}, - "astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "31b008707a03f59d3a26b5977299230ac407fc53", [tag: "v1.2.0-rc.0"]}, + "astarte_core": {:hex, :astarte_core, "1.2.0", "5c989629b676f27cd3f48b655e640c59c25dff9293189bb254d04f23cdc4976b", [:mix], [{:cyanide, "~> 2.0", [hex: :cyanide, repo: "hexpm", optional: false]}, {:ecto, "~> 3.4", [hex: :ecto, repo: "hexpm", optional: false]}, {:ecto_morph, "~> 0.1.23", [hex: :ecto_morph, repo: "hexpm", optional: false]}, {:elixir_uuid, "~> 1.2", [hex: :elixir_uuid, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}, {:protobuf, "~> 0.12", [hex: :protobuf, repo: "hexpm", optional: false]}], "hexpm", "8a17f1dab5682a29384ce1dd21dab4b014cda86d31ae0c37774edacf93730306"}, + "astarte_rpc": {:hex, :astarte_rpc, "1.2.0", "dcef7434bf3f19ff30ff0bc245ef2d3b0f9abeb369405713cfd28916a5635926", [:mix], [{:amqp, "~> 3.3", [hex: :amqp, repo: "hexpm", optional: false]}, {:castore, "~> 1.0.0", [hex: :castore, repo: "hexpm", optional: false]}, {:protobuf, "~> 0.12", [hex: :protobuf, repo: "hexpm", optional: false]}, {:skogsra, "~> 2.2", [hex: :skogsra, repo: "hexpm", optional: false]}], "hexpm", "8470ed2f116fa8c9d70845f295f3738529aff123d9d3f98cbfa37107314763cb"}, "castore": {:hex, :castore, "1.0.7", "b651241514e5f6956028147fe6637f7ac13802537e895a724f90bf3e36ddd1dd", [:mix], [], "hexpm", "da7785a4b0d2a021cd1292a60875a784b6caef71e76bf4917bdee1f390455cf5"}, "certifi": {:hex, :certifi, "2.9.0", "6f2a475689dd47f19fb74334859d460a2dc4e3252a3324bd2111b8f0429e7e21", [:rebar3], [], "hexpm", "266da46bdb06d6c6d35fde799bcb28d36d985d424ad7c08b5bb48f5b5cdd4641"}, "credentials_obfuscation": {:hex, :credentials_obfuscation, "3.4.0", "34e18b126b3aefd6e8143776fbe1ceceea6792307c99ac5ee8687911f048cfd7", [:rebar3], [], "hexpm", "738ace0ed5545d2710d3f7383906fc6f6b582d019036e5269c4dbd85dbced566"}, From e2ab3b29745854805b18b89ebb3d711ea7a1433d Mon Sep 17 00:00:00 2001 From: Eddy Babetto Date: Mon, 1 Jul 2024 12:41:24 +0200 Subject: [PATCH 2/2] Prepare 1.2.0 release Bump version and update CHANGELOG.md Signed-off-by: Eddy Babetto --- CHANGELOG.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f54e8..a4d5823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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). +## [1.2.0] 2024-07-01 + ## [1.2.0-rc.0] 2024-05-29 ### Added - The plugin now accesses the Astarte database. The following diff --git a/mix.exs b/mix.exs index 006097d..01757f8 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule Astarte.VMQ.Plugin.Mixfile do def project do [ app: :astarte_vmq_plugin, - version: "1.2.0-rc.0", + version: "1.2.0", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,