Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 14:31
· 453 commits to main since this release

Bug Fixes

  • c16c1bd - Print the threshold and current value to make adjustments easier - Billie Thompson

  • 3e0244c - up max retries on wiremock - Adam Gardner

  • 72172c9 - env vars for actions - Adam Gardner

  • 4c9ba00 - up max retries on wiremock - Adam Gardner

  • 5ada25e - Simplify composite action - Billie Thompson

  • 41961a9 - Correct carbon guard command - Billie Thompson

  • 473b5fc - Remove unused working-directories - Billie Thompson

  • 15ef92a - Correct linting problems in action - Billie Thompson

  • 5bf68de - Allow the switching of data sources - Billie Thompson

  • d107ab1 - Add walking skeleton to CLI portion of app - Billie Thompson

Build system

  • 8f3f3d9 - (deps) Bump pydantic from 2.0.1 to 2.0.2 - dependabot[bot]
  • d81f6e3 - (deps) Bump pydantic from 2.0 to 2.0.1 - dependabot[bot]
  • 4b4247d - (deps-dev) Bump ruff from 0.0.276 to 0.0.277 - dependabot[bot]
  • df0ee8f - (deps-dev) Bump ruff from 0.0.274 to 0.0.276 - dependabot[bot]
  • bfa636c - Correct the links in the changelog - Billie Thompson

Continuous Integration

  • 36f3fcb - Skip if we have already done the release - Billie Thompson

  • 092834b - Add pypi release step - Billie Thompson

  • c1ea60d - add co2_signal_api_key to integration test - Adam Gardner

  • df61995 - Add poetry to release step - Billie Thompson

  • 7c80080 - Correct name of integration tests - Billie Thompson

Documentation

  • eb51a7b - Add license - Billie Thompson

  • edd4c26 - updated docs to include data source specific information - Adam Gardner

  • 6e5f230 - Add a more professional description - Billie Thompson

  • d22da08 - updated example usage to check outcome instead of conclusion - Adam Gardner

  • 8f46860 - Update README.md - Adam Gardner

  • 4e804c6 - Add how to add it to a pipeline to the docs - Billie Thompson

Features

  • 8ccb9cb - Add a best time to run command - Billie Thompson

  • 349cbc0 - Add the ability to skip exiting with failure when above threshold - Billie Thompson

  • fd320ba - introduced new co2 signal api - Adam Gardner

  • cc1181d - Can now be used as a github action - Billie Thompson

  • de7cb74 - Allow the pulling of data from uk-carbon-intensity - Billie Thompson

  • 082bbf7 - introduce file based carbon based intensity check - Adam Gardner

Miscellaneous Chores

  • ab5f3c9 - (version) v0.7.0 - cog-bot
  • a96b80b - (version) v0.4.1 - cog-bot
  • 3acaf0d - added carbon intensity repo - Adam Gardner

Refactoring

  • 6bd4126 - Split the repositories somewhat - Billie Thompson

  • 1e518ab - formatting - Adam Gardner

  • 9141b18 - Make calls to datasource async - Billie Thompson