Skip to content

Commit

Permalink
Merge pull request #55 from easimon/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--shelly-exporter

chore(main): release 2.4.0
  • Loading branch information
easimon committed Jun 8, 2023
2 parents 272c3c9 + 8b2827c commit 9d7724a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.4.0](https://github.com/easimon/shelly-exporter/compare/2.3.0...2.4.0) (2023-06-08)


### Features

* add metrics for Wifi and MQTT status ([fdd69a2](https://github.com/easimon/shelly-exporter/commit/fdd69a29bcd34e393775a065224d017e1ae6cd6d))


### Bug Fixes

* temperature in fahrenheit shows in metrics now ([6b5067b](https://github.com/easimon/shelly-exporter/commit/6b5067b4fada357ac6fdbaf79b523cd5e2d33629))

## [2.3.0](https://github.com/easimon/shelly-exporter/compare/2.2.1...2.3.0) (2023-04-13)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ $ SHELLY_AUTH_USERNAME=your_username \
Optional: To build the docker container yourself, check out this repository and build it using

```bash
$ export SHELLY_EXPORTER_IMAGE=ghcr.io/easimon/shelly-exporter:v2.3.0 # x-release-please-version
$ export SHELLY_EXPORTER_IMAGE=ghcr.io/easimon/shelly-exporter:v2.4.0 # x-release-please-version
$ docker build --tag $SHELLY_EXPORTER_IMAGE .
```

Running it

```bash
$ export SHELLY_EXPORTER_IMAGE=ghcr.io/easimon/shelly-exporter:v2.3.0 # x-release-please-version
$ export SHELLY_EXPORTER_IMAGE=ghcr.io/easimon/shelly-exporter:v2.4.0 # x-release-please-version
$ docker run \
-e SHELLY_AUTH_USERNAME=your_username \
-e SHELLY_AUTH_PASSWORD=your_password \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>click.dobel</groupId>
<artifactId>shelly-exporter</artifactId>
<version>2.3.0</version><!-- x-release-please-version -->
<version>2.4.0</version><!-- x-release-please-version -->
<name>shelly-exporter</name>
<description>Shelly Prometheus Exporter</description>

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.4.0

0 comments on commit 9d7724a

Please sign in to comment.