diff --git a/CHANGELOG.md b/CHANGELOG.md index 061d6bdc..e7e51d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). -## [Unreleased] +## [1.2.0-rc.0] - 2024-05-28 ### Added - Add Delete device button in Device Info Card ([#397](https://github.com/astarte-platform/astarte-dashboard/issues/397)). - Add Deletion in progress column for every device ([#398](https://github.com/astarte-platform/astarte-dashboard/issues/398)). diff --git a/README.md b/README.md index b75436e9..5d3b964c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Before starting you must have: - [Docker](https://docs.docker.com/get-docker/) version 19.0 or greater. - An Astarte instance up and running, either locally or on a remote cluster. - You can have a look at [Astarte in 5 minutes](https://docs.astarte-platform.org/1.1/010-astarte_in_5_minutes.html#content) + You can have a look at [Astarte in 5 minutes](https://docs.astarte-platform.org/1.2/010-astarte_in_5_minutes.html#content) if you haven't already. ### Configuration @@ -189,4 +189,4 @@ Distributed under the Apache2.0 License. See [LICENSE](LICENSE) for more informa -[dashboard-home-screenshot]: https://github.com/astarte-platform/astarte/blob/release-1.1/doc/images/astarte-dashboard-realm-overview.png +[dashboard-home-screenshot]: https://github.com/astarte-platform/astarte/blob/release-1.2/doc/images/astarte-dashboard-realm-overview.png diff --git a/SECURITY.md b/SECURITY.md index 8b0478ed..dbbd4774 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -12,8 +12,9 @@ | ------- | ------------------ | | 0.10.x | :x: | | 0.11.x | :x: | -| 1.0.x | :white_check_mark: | +| 1.0.x | :x: | | 1.1.x | :white_check_mark: | +| 1.2.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/package-lock.json b/package-lock.json index 156b984c..58940b17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astarte-dashboard", - "version": "1.2.0-dev", + "version": "1.2.0-rc.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astarte-dashboard", - "version": "1.2.0-dev", + "version": "1.2.0-rc.0", "license": "Apache-2.0", "dependencies": { "@astarte-platform/react-bootstrap": "^5.15.0", diff --git a/package.json b/package.json index 964d717c..344adf4a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "astarte-dashboard", - "version": "1.2.0-dev", + "version": "1.2.0-rc.0", "description": "Astarte dashboard", "keywords": [ "astarte", diff --git a/src/HomePage.tsx b/src/HomePage.tsx index dab9a90c..15819bf2 100644 --- a/src/HomePage.tsx +++ b/src/HomePage.tsx @@ -221,7 +221,7 @@ const InterfacesCard = ({ @@ -299,7 +299,7 @@ const TriggersCard = ({