Skip to content

Commit

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

chore(main): release 2.5.8
  • Loading branch information
easimon committed May 30, 2024
2 parents 271cec2 + 41cd060 commit d109c15
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.5.7"
".": "2.5.8"
}
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Changelog

## [2.5.7](https://github.com/easimon/shelly-exporter/compare/2.5.6...2.5.7) (2024-05-24)
## [2.5.8](https://github.com/easimon/shelly-exporter/compare/2.5.7...2.5.8) (2024-05-30)

### Bug Fixes

* log exceptions to debug
only ([9541d28](https://github.com/easimon/shelly-exporter/commit/9541d2892191b2136c74f0f5ac7e81ee5f557ded))
* update invalid metrics filter for prometheus-metrics
1.2.1 ([6bf93e9](https://github.com/easimon/shelly-exporter/commit/6bf93e9375fee356d87615f7209722c588729960))

## [2.5.7](https://github.com/easimon/shelly-exporter/compare/2.5.6...2.5.7) (2024-05-24)

### Bug Fixes

* make some metrics attributes optional in Gen1 devices for real ([f9eb7df](https://github.com/easimon/shelly-exporter/commit/f9eb7df1c513f00c3a2b74922bae7a349f5ee922))
* make some metrics attributes optional in Gen1 devices for
real ([f9eb7df](https://github.com/easimon/shelly-exporter/commit/f9eb7df1c513f00c3a2b74922bae7a349f5ee922))

## [2.5.6](https://github.com/easimon/shelly-exporter/compare/2.5.5...2.5.6) (2024-05-22)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,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.5.7 # x-release-please-version
$ export SHELLY_EXPORTER_IMAGE=ghcr.io/easimon/shelly-exporter:v2.5.8 # x-release-please-version
$ docker build --tag $SHELLY_EXPORTER_IMAGE .
```

Running it

```bash
$ export SHELLY_EXPORTER_IMAGE=ghcr.io/easimon/shelly-exporter:v2.5.7 # x-release-please-version
$ export SHELLY_EXPORTER_IMAGE=ghcr.io/easimon/shelly-exporter:v2.5.8 # 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.5.7</version><!-- x-release-please-version -->
<version>2.5.8</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.5.7
2.5.8

0 comments on commit d109c15

Please sign in to comment.