Releases: MattJeanes/TeslaMateAgile
Release v1.4.0-rc.3
Add support for multiple energy providers, added Tibber and improved timezone handling.
Release v1.3.1
Reduce logging output from System
namespace to Warning
level (was Information
) - this will stop logging about HTTP calls to Octopus API in particular)
Also minor internal code refactor to allow for unit testing and added a unit test for plunge pricing
Release v1.3.0
Alternate database configuration using DATABASE_HOST
, DATABASE_NAME
, DATABASE_USER
and DATABASE_PASS
environment variables instead of ConnectionStrings__TeslaMate
. Both options will remain supported.
This is to match the TeslaMate setup and allow for easier configuration and less user confusion.
Documentation has also been updated to add steps for an easy install if the user has followed the TeslaMate Docker setup guide.
Release v1.2.8
Upgrade dependencies to fix CVE-2020-1108
Release v1.2.7
Improvements to build pipeline
Release v1.2.5
Multi-architecture support on Docker for arm
, arm64
, and amd64
Release v1.2.3
Added multi arch zips for release
Next step will be multi arch docker images (todo)
Release v1.2.2
Update build.yml
Release v1.2.1
Update build.yml
Release v1.2.0
Add configuration for region code
Breaking change: New environment variable required Octopus__RegionCode
see README.md for more details.