Skip to content

Commit

Permalink
Merge pull request #794 from Annopaolo/prepare-1.1.0-rc.0
Browse files Browse the repository at this point in the history
Prepare 1.1.0-rc.0 release
  • Loading branch information
bettio authored Jun 9, 2023
2 parents af870f9 + a65b0a6 commit 84eadf5
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 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).

## [1.1.0-rc.0] - Unreleased
## [1.1.0-rc.0] - 2023-06-09
### Changed
- Update Elixir to 1.14.5 and Erlang/OTP to 25.3.2.
- [astarte_data_updater_plant] Use the `internal` event type for Astarte
Expand Down
2 changes: 1 addition & 1 deletion apps/astarte_appengine_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule Astarte.AppEngine.API.Mixfile do
[
app: :astarte_appengine_api,
elixir: "~> 1.14",
version: "1.1.0-alpha.0",
version: "1.1.0-rc.0",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:gettext] ++ Mix.compilers(),
start_permanent: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion apps/astarte_data_updater_plant/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule Astarte.DataUpdaterPlant.Mixfile do
[
app: :astarte_data_updater_plant,
elixir: "~> 1.14",
version: "1.1.0-alpha.0",
version: "1.1.0-rc.0",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
test_coverage: [tool: ExCoveralls],
Expand Down
2 changes: 1 addition & 1 deletion apps/astarte_housekeeping/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule Astarte.Housekeeping.Mixfile do
def project do
[
app: :astarte_housekeeping,
version: "1.1.0-alpha.0",
version: "1.1.0-rc.0",
build_path: "_build",
config_path: "config/config.exs",
deps_path: "deps",
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 @@ -22,7 +22,7 @@ defmodule Astarte.Housekeeping.API.Mixfile do
def project do
[
app: :astarte_housekeeping_api,
version: "1.1.0-alpha.0",
version: "1.1.0-rc.0",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
Expand Down
2 changes: 1 addition & 1 deletion apps/astarte_pairing/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule Astarte.Pairing.Mixfile do
def project do
[
app: :astarte_pairing,
version: "1.1.0-alpha.0",
version: "1.1.0-rc.0",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion apps/astarte_pairing_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule Astarte.Pairing.API.Mixfile do
[
app: :astarte_pairing_api,
elixir: "~> 1.14",
version: "1.1.0-alpha.0",
version: "1.1.0-rc.0",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
start_permanent: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion apps/astarte_realm_management/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule Astarte.RealmManagement.Mixfile do
[
app: :astarte_realm_management,
elixir: "~> 1.14",
version: "1.1.0-alpha.0",
version: "1.1.0-rc.0",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
test_coverage: [tool: ExCoveralls],
Expand Down
2 changes: 1 addition & 1 deletion apps/astarte_realm_management_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule Astarte.RealmManagement.API.Mixfile do
def project do
[
app: :astarte_realm_management_api,
version: "1.1.0-alpha.0",
version: "1.1.0-rc.0",
build_path: "_build",
config_path: "config/config.exs",
deps_path: "deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/astarte_trigger_engine/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule Astarte.TriggerEngine.Mixfile do
[
app: :astarte_trigger_engine,
elixir: "~> 1.14",
version: "1.1.0-alpha.0",
version: "1.1.0-rc.0",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion doc/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Doc.MixProject do
def project do
[
app: :doc,
version: "1.1.0-alpha.0",
version: "1.1.0-rc.0",
elixir: "~> 1.4",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down
6 changes: 3 additions & 3 deletions doc/pages/tutorials/010-astarte_in_5_minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To get our Astarte instance running as fast as possible, we will install Astarte

```sh
$ git clone https://github.com/astarte-platform/astarte.git && cd astarte
$ docker run -v $(pwd)/compose:/compose astarte/docker-compose-initializer:1.1.0-alpha.0
$ docker run -v $(pwd)/compose:/compose astarte/docker-compose-initializer:1.1.0-rc.0
$ docker-compose pull
$ docker-compose up -d
```
Expand Down Expand Up @@ -180,13 +180,13 @@ or from another machine or device on the same network.
Astarte's `stream-qt5-test` can be pulled from Docker Hub with:

```sh
$ docker pull astarte/astarte-stream-qt5-test:v1.1.0-alpha.0
$ docker pull astarte/astarte-stream-qt5-test:v1.0.4
```

Its most basic invocation (from your `astarte` repository tree) is:

```sh
$ docker run --net="host" -e "DEVICE_ID=$(astartectl utils device-id generate-random)" -e "PAIRING_URL=http://api.astarte.localhost/pairing" -e "REALM=test" -e "PAIRING_JWT=$(astartectl utils gen-jwt pairing -k test_private.pem)" -e "IGNORE_SSL_ERRORS=true" astarte/astarte-stream-qt5-test:v1.1.0-alpha.0
$ docker run --net="host" -e "DEVICE_ID=$(astartectl utils device-id generate-random)" -e "PAIRING_URL=http://api.astarte.localhost/pairing" -e "REALM=test" -e "PAIRING_JWT=$(astartectl utils gen-jwt pairing -k test_private.pem)" -e "IGNORE_SSL_ERRORS=true" astarte/astarte-stream-qt5-test:v1.0.4
```

This will generate a random datastream from a brand new, random Device ID. You can tweak those parameters to whatever suits you better by having a look at the Dockerfile. You can spawn any number of instances you like, or you can have the same Device ID send longer streams of data by saving the container's persistency through a Docker Volume. If you wish to do so, simply add `-v /persistency:<your persistency path>` to your `docker run` invocation.
Expand Down
24 changes: 12 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.3'
services:
astarte-housekeeping:
image: astarte/astarte_housekeeping:1.1.0-alpha.0
image: astarte/astarte_housekeeping:1.1.0-rc.0
build:
context: apps/astarte_housekeeping
env_file:
Expand All @@ -12,7 +12,7 @@ services:
- "scylla"

astarte-housekeeping-api:
image: astarte/astarte_housekeeping_api:1.1.0-alpha.0
image: astarte/astarte_housekeeping_api:1.1.0-rc.0
build:
context: apps/astarte_housekeeping_api
env_file:
Expand All @@ -39,7 +39,7 @@ services:
- "traefik.http.services.astarte-housekeeping-api.loadbalancer.server.port=4001"

astarte-realm-management:
image: astarte/astarte_realm_management:1.1.0-alpha.0
image: astarte/astarte_realm_management:1.1.0-rc.0
build:
context: apps/astarte_realm_management
env_file:
Expand All @@ -50,7 +50,7 @@ services:
- "scylla"

astarte-realm-management-api:
image: astarte/astarte_realm_management_api:1.1.0-alpha.0
image: astarte/astarte_realm_management_api:1.1.0-rc.0
build:
context: apps/astarte_realm_management_api
env_file:
Expand All @@ -71,7 +71,7 @@ services:
- "traefik.http.services.astarte-realm-management-api.loadbalancer.server.port=4000"

astarte-pairing:
image: astarte/astarte_pairing:1.1.0-alpha.0
image: astarte/astarte_pairing:1.1.0-rc.0
build:
context: apps/astarte_pairing
env_file:
Expand All @@ -84,7 +84,7 @@ services:
- "scylla"

astarte-pairing-api:
image: astarte/astarte_pairing_api:1.1.0-alpha.0
image: astarte/astarte_pairing_api:1.1.0-rc.0
build:
context: apps/astarte_pairing_api
env_file:
Expand All @@ -105,7 +105,7 @@ services:
- "traefik.http.services.astarte-pairing-api.loadbalancer.server.port=4003"

astarte-appengine-api:
image: astarte/astarte_appengine_api:1.1.0-alpha.0
image: astarte/astarte_appengine_api:1.1.0-rc.0
build:
context: apps/astarte_appengine_api
env_file:
Expand All @@ -129,7 +129,7 @@ services:
- "traefik.http.services.astarte-appengine-api.loadbalancer.server.port=4002"

astarte-data-updater-plant:
image: astarte/astarte_data_updater_plant:1.1.0-alpha.0
image: astarte/astarte_data_updater_plant:1.1.0-rc.0
build:
context: apps/astarte_data_updater_plant
env_file:
Expand All @@ -147,7 +147,7 @@ services:
- "scylla"

astarte-trigger-engine:
image: astarte/astarte_trigger_engine:1.1.0-alpha.0
image: astarte/astarte_trigger_engine:1.1.0-rc.0
build:
context: apps/astarte_trigger_engine
env_file:
Expand All @@ -160,7 +160,7 @@ services:
- "scylla"

astarte-dashboard:
image: astarte/astarte-dashboard:1.1.0-alpha.0
image: astarte/astarte-dashboard:1.1.0-rc.0
volumes:
- ./compose/astarte-dashboard/config.json:/usr/share/nginx/html/user-config/config.json
depends_on:
Expand All @@ -175,7 +175,7 @@ services:
- "traefik.http.services.astarte-dashboard.loadbalancer.server.port=80"

astarte-grafana:
image: astarte/grafana:1.1.0-alpha.0
image: astarte/grafana:1.1.0-rc.0
depends_on:
- "astarte-appengine-api"
- "traefik"
Expand Down Expand Up @@ -237,7 +237,7 @@ services:

# VerneMQ
vernemq:
image: astarte/vernemq:1.1.0-alpha.0
image: astarte/vernemq:1.1.0-rc.0
env_file:
- ./compose.env
environment:
Expand Down

0 comments on commit 84eadf5

Please sign in to comment.