Skip to content

Commit

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

chore(master): release 6.3.1
  • Loading branch information
easimon authored Jan 12, 2025
2 parents b2bb2c4 + 86881a8 commit 9311fc1
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 10 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 @@
{
".": "6.3.0"
".": "6.3.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.3.1](https://github.com/easimon/tado-exporter/compare/6.3.0...6.3.1) (2025-01-12)


### Bug Fixes

* add explicit JsonCreator to Zones class, required by current Jackson ([58f9a6f](https://github.com/easimon/tado-exporter/commit/58f9a6fa2e16c4187238f9a2c1a31eb5f05233ad))

## [6.3.0](https://github.com/easimon/tado-exporter/compare/6.2.5...6.3.0) (2024-06-24)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ metrics are available at `http://host:8080/prometheus`.
Build the application as described above, and then run the following command:

```bash
$ TADO_USERNAME=your_username TADO_PASSWORD=your_password java -jar tado-exporter/target/tado-exporter-6.3.0.jar # x-release-please-version
$ TADO_USERNAME=your_username TADO_PASSWORD=your_password java -jar tado-exporter/target/tado-exporter-6.3.1.jar # x-release-please-version
```

### Docker Container

Either build the application as described above, or download the Docker image.

```bash
$ export TADO_EXPORTER_IMAGE=ghcr.io/easimon/tado-exporter:6.3.0 # x-release-please-version
$ export TADO_EXPORTER_IMAGE=ghcr.io/easimon/tado-exporter:6.3.1 # x-release-please-version
$ docker run -e TADO_USERNAME=your_username -e TADO_PASSWORD=your_password $TADO_EXPORTER_IMAGE
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>click.dobel.tado</groupId>
<artifactId>tado-exporter-parent</artifactId>
<version>6.3.0</version><!-- x-release-please-version -->
<version>6.3.1</version><!-- x-release-please-version -->
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -61,12 +61,12 @@
<dependency>
<groupId>click.dobel.tado</groupId>
<artifactId>tado-api</artifactId>
<version>6.3.0</version><!-- x-release-please-version -->
<version>6.3.1</version><!-- x-release-please-version -->
</dependency>
<dependency>
<groupId>click.dobel.tado</groupId>
<artifactId>tado-util</artifactId>
<version>6.3.0</version><!-- x-release-please-version -->
<version>6.3.1</version><!-- x-release-please-version -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tado-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>click.dobel.tado</groupId>
<artifactId>tado-exporter-parent</artifactId>
<version>6.3.0</version><!-- x-release-please-version -->
<version>6.3.1</version><!-- x-release-please-version -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tado-exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>click.dobel.tado</groupId>
<artifactId>tado-exporter-parent</artifactId>
<version>6.3.0</version><!-- x-release-please-version -->
<version>6.3.1</version><!-- x-release-please-version -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tado-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>click.dobel.tado</groupId>
<artifactId>tado-exporter-parent</artifactId>
<version>6.3.0</version><!-- x-release-please-version -->
<version>6.3.1</version><!-- x-release-please-version -->
<relativePath>../pom.xml</relativePath>
</parent>

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

0 comments on commit 9311fc1

Please sign in to comment.