Skip to content

Latest commit

 

History

History
100 lines (59 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

100 lines (59 loc) · 2.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added for new features. Changed for changes in existing functionality. Deprecated for soon-to-be removed features. Removed for now removed features. Fixed for any bug fixes. Security in case of vulnerabilities.

Unreleased

0.7.0 2024-06-11

Changed

  • Breaking change to add timestamps to exporter metrics with when provider last updated the value.
  • Update Electricity Maps provider to return both estimated and actual values. Note: There is a delay before actual values are available.
  • Update location parameter to support multiple locations separated with a comma.

0.6.0 2024-05-15

Changed

  • Rename Electricity Map provider to Electricity Maps.

Fixed

  • Building URLs now handles if base URL has trailing slashes or not.

0.5.0 2023-05-05

Added

  • Push container image to scaleway registry.
  • Support Electricity Maps free tier.

Changed

  • Update go version to 1.20, go module versions and github actions.

Fixed

  • Fix nomad integration test by using sudo to run agent.

0.4.1 2023-05-05

Fixed

  • Add auth-token header to Electricity Maps request.

0.4.0 2022-08-31

Added

  • Add node and region labels to prometheus metrics for carbon aware scheduling.

Changed

  • Breaking change to refactor interface to return the same JSON format for all providers.
  • Breaking change to rename region to location since region has a different meaning in Nomad and Kubernetes.

Fixed

  • Fix link to install.sh in readme.

0.3.0 2022-07-15

Added

  • Add WattTime provider.
  • Add Carbon Intensity Org UK support to CLI.

0.2.1 2022-07-01

Fixed

  • Generate installation token for GoReleaser.

0.2.0 2022-06-23

Added

  • Add install script.
  • Add Ember support to exporter.

0.1.0 2022-06-21

Added

  • Initial release.