Skip to content

Commit

Permalink
Merge pull request #436 from davidebriani/prepare-1.2.0-rc.0
Browse files Browse the repository at this point in the history
Prepare release 1.2.0-rc.0
  • Loading branch information
Pavinati authored May 28, 2024
2 parents 6dc3835 + 55a7dc5 commit 620537c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 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).

## [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)).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -189,4 +189,4 @@ Distributed under the Apache2.0 License. See [LICENSE](LICENSE) for more informa


<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[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
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const InterfacesCard = ({
</Card.Text>
<Card.Text>
<a
href="https://docs.astarte-platform.org/1.1/030-interface.html"
href="https://docs.astarte-platform.org/1.2/030-interface.html"
target="_blank"
rel="noreferrer"
>
Expand Down Expand Up @@ -299,7 +299,7 @@ const TriggersCard = ({
</Card.Text>
<Card.Text>
<a
href="https://docs.astarte-platform.org/1.1/060-using_triggers.html"
href="https://docs.astarte-platform.org/1.2/060-using_triggers.html"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit 620537c

Please sign in to comment.