Skip to content

Commit

Permalink
chore(main): release server 1.0.0-alpha.37 (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: opencleanenergy[bot] <170932198+opencleanenergy[bot]@users.noreply.github.com>
  • Loading branch information
opencleanenergy[bot] authored Oct 2, 2024
1 parent c05ac57 commit 1886d2f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devops/templates/server/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ secrets:
services:
server:
# x-release-please-start-version
image: ghcr.io/opencleanenergy/openems-server:1.0.0-alpha.36
image: ghcr.io/opencleanenergy/openems-server:1.0.0-alpha.37
# x-release-please-end
secrets:
- source: server_secrets
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "1.0.0-alpha.26",
"server": "1.0.0-alpha.36",
"server": "1.0.0-alpha.37",
"keycloak": "1.0.0-alpha.3"
}
13 changes: 13 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.0-alpha.37](https://github.com/OpenCleanEnergy/emma/compare/server-v1.0.0-alpha.36...server-v1.0.0-alpha.37) (2024-10-02)


### 🚀 Features

* Power and energy readings of devices are `null` until first report. ([#224](https://github.com/OpenCleanEnergy/emma/issues/224)) ([f115517](https://github.com/OpenCleanEnergy/emma/commit/f115517e327146f9700eb50e18af6a3bb8e40d0c))


### 📦️ Build System, Dependencies

* **deps:** bump the dependencies group across 1 directory with 10 updates ([#218](https://github.com/OpenCleanEnergy/emma/issues/218)) ([a9b3e45](https://github.com/OpenCleanEnergy/emma/commit/a9b3e452d6abedd5c3dbc413df10a3a7c12a4bdf))
* **deps:** bump the dependencies group in /server with 2 updates ([#222](https://github.com/OpenCleanEnergy/emma/issues/222)) ([3988318](https://github.com/OpenCleanEnergy/emma/commit/398831895ec0d590d343f8b7c30f903705a88d90))

## [1.0.0-alpha.36](https://github.com/OpenCleanEnergy/emma/compare/server-v1.0.0-alpha.35...server-v1.0.0-alpha.36) (2024-09-29)


Expand Down
2 changes: 1 addition & 1 deletion server/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<!--x-release-please-start-version-->
<Version>1.0.0-alpha.36</Version>
<Version>1.0.0-alpha.37</Version>
<!--x-release-please-end-->
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "server",
"description": "Release-Please: 'name' controls tag name and PR title.",
"version": "1.0.0-alpha.36"
"version": "1.0.0-alpha.37"
}

0 comments on commit 1886d2f

Please sign in to comment.