Skip to content

Commit

Permalink
chore(main): release 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2024
1 parent fdf9a63 commit 0b1e779
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 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.3"
".": "2.5.4"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.5.4](https://github.com/easimon/shelly-exporter/compare/v2.5.3...2.5.4) (2024-02-04)


### Bug Fixes

* do not swallow exception on http client errors ([ef77464](https://github.com/easimon/shelly-exporter/commit/ef77464ef544b6a4d188287e80f04c45d9fd5ad0))
* fix release build ([d4b7b5a](https://github.com/easimon/shelly-exporter/commit/d4b7b5abcc3b921b2035ddbe985a8bfa379521ee))
* fix release-please build ([467606d](https://github.com/easimon/shelly-exporter/commit/467606d622fc5fd166eb83697e33492262d67df6))
* fix release-please build ([b771917](https://github.com/easimon/shelly-exporter/commit/b7719174509ebf3d23cb12f6c5c4f6d8037b5a17))
* oh fuck you, release-please ([5174722](https://github.com/easimon/shelly-exporter/commit/517472233a80c9b97ea0c311233fdd6fb6e8cc66))
* release please action 4 sucks ([42a5d2f](https://github.com/easimon/shelly-exporter/commit/42a5d2f655c926f20f194c573b12f71aa8d53b9b))
* release please action 4 sucks ([cda5b95](https://github.com/easimon/shelly-exporter/commit/cda5b9506d1426b601a845be69bad05a34b6d867))
* release-please ([4604752](https://github.com/easimon/shelly-exporter/commit/4604752141fc3aa58dd65bdd6ebf17f3447f748d))
* release-please ([4b86837](https://github.com/easimon/shelly-exporter/commit/4b86837297c29227d7fb8ea9458820aa145d0260))

## [2.5.3](https://github.com/easimon/shelly-exporter/compare/shelly-exporter-v2.5.2...shelly-exporter-2.5.3) (2024-02-04)

### Bug Fixes
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.3 # x-release-please-version
$ export SHELLY_EXPORTER_IMAGE=ghcr.io/easimon/shelly-exporter:v2.5.4 # x-release-please-version
$ docker build --tag $SHELLY_EXPORTER_IMAGE .
```

Running it

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

0 comments on commit 0b1e779

Please sign in to comment.