From e73897e19a31bfc68a3dcb6e5c077723cbbd1534 Mon Sep 17 00:00:00 2001 From: Dan Benitah Date: Tue, 6 Aug 2024 22:59:44 +0100 Subject: [PATCH 01/10] Catching up on release blog posts for 1.3, 1.4 and 1.5 Signed-off-by: Dan Benitah --- casdk-docs/blog/2024-02-13-release-1.3.mdx | 54 +++++++++++++ casdk-docs/blog/2024-02-13-release-1.4.mdx | 49 ++++++++++++ casdk-docs/blog/2024-02-13-release-1.5.mdx | 78 +++++++++++++++++++ .../blog_preview/2024-02-13-release-1.3.mdx | 42 ---------- 4 files changed, 181 insertions(+), 42 deletions(-) create mode 100644 casdk-docs/blog/2024-02-13-release-1.3.mdx create mode 100644 casdk-docs/blog/2024-02-13-release-1.4.mdx create mode 100644 casdk-docs/blog/2024-02-13-release-1.5.mdx delete mode 100644 casdk-docs/blog_preview/2024-02-13-release-1.3.mdx diff --git a/casdk-docs/blog/2024-02-13-release-1.3.mdx b/casdk-docs/blog/2024-02-13-release-1.3.mdx new file mode 100644 index 000000000..e1b570b3d --- /dev/null +++ b/casdk-docs/blog/2024-02-13-release-1.3.mdx @@ -0,0 +1,54 @@ +--- +slug: release-v1.3 +title: Release v1.3 +tags: [v1.3, release] +--- + +Release 1.3 + + +### Added + +- docs site at https://carbon-aware-sdk.greensoftware.foundation/ +- [PR #464 Create SECURITY.md ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/464) +- [PR #461 CarbonHack24 Update to README.md ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/461) +- [PR #457 Features/codespaces quickstart ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/457) +- [PR #459 Readme updates for clarity ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/459) +- [PR #449 Support location source setting in Helm chart ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/449) +- [PR #431 Update documentation of Usefulness (adopters.md) ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/431)% +- [#416 Add disclaimer banner to any public-facing documentation (docusaurus webpage) ](https://github.com/Green-Software-Foundation/carbon-aware-s dk/issues/416) +- [#415 Update documentation of secureness (security.md) ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/415) +- [#414 Update documentation of Usefulness (adopters.md) ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/414) +- [#413 Update documentation for Test Coverage ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/413) +- [#412 Update documentation for End User Guide (enablement.md) ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/412) +- [#410 Update documentation for How to contribute (contributing.md ) ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/410) + +### Fixed + +- [#344 [Bug]: Fix and update doc deployment workflow ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/344) + +### Changed + +- [#411 Update documentation for Project overview (ReadMe) ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/411) +- [PR #454 Update quickstart.md ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/454) +- [PR #453 Update overview.md ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/453) + +#### API + +- + +#### API Deployment + +- + +#### SDK + +- + + +#### Other + +- + + +For more details, checkout [https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/474](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/474) diff --git a/casdk-docs/blog/2024-02-13-release-1.4.mdx b/casdk-docs/blog/2024-02-13-release-1.4.mdx new file mode 100644 index 000000000..a9371a7c6 --- /dev/null +++ b/casdk-docs/blog/2024-02-13-release-1.4.mdx @@ -0,0 +1,49 @@ +--- +slug: release-v1.4 +title: Release v1.4 +tags: [v1.4, release] +--- + +Release 1.4 + + +### Added + +-[#401] [Feature Contribution]: Upgrade .NET version to .NET 8 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/401) +-[#419] [Feature Contribution]: Migrate sample implementation of Azure Function to isolated worker model ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/419) +-[PR #500] Up Helm chart version to 1.2.0 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/500) + +-[#397] [Feature Contribution]: Data caching in the SDK ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/397) + +### Fixed + +-[#505] [Bug]: Project Page wiki from GSF website still says it's in incubation ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/505) +-[#496] [URGENT] WebAPI container has not built due to segmentation fault ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/496) +-[#487] [Bug]: Getting started guide is lost ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/487) + + +### Changed + +-[#477] [Bug]: Ensure the readme file shows as the project overview content on the documentation site ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/477) +-[PR #485] Docs overview, disclaimer & pipeline updates for graduation ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/485) + +#### API + +- + +#### API Deployment + +- + +#### SDK + +- + + +#### Other + +- + + +For more details, checkout [https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/503](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/503) + diff --git a/casdk-docs/blog/2024-02-13-release-1.5.mdx b/casdk-docs/blog/2024-02-13-release-1.5.mdx new file mode 100644 index 000000000..526731cee --- /dev/null +++ b/casdk-docs/blog/2024-02-13-release-1.5.mdx @@ -0,0 +1,78 @@ +--- +slug: release-v1.5 +title: Release v1.5 +tags: [v1.5, release] +--- + +Release 1.5 + +This is the WattTime v3 update. Most notable changes that may require action are for deployment configuration, and these are minor. + +### Added + +WattTime v3 API support. This is an inplace upgrade for v2. + +- [PR #532] Watt Time v3 Support ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/532) +- [PR #340] Add example for 'podman play kube' ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/340) +- [PR #536] Updated azure-regions.json with new regions ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/536) +- [#519] Remove hackathon sentence from our website banner ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/519) +- [#510] Gap Analysis for WattTime v3 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/510) +- [#262] [Feature Contribution]: Publish the docker file in a docker registry ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/262) + +### Removed + +WattTime v2 API support due to v3 in place replacement. + +### Fixed + +- [PR #522] Remove Hack mention from the Docs's banner ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/522) +- [#535] [Bug]: Configuration for locations loads twice ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/535) +- [PR #516] Update published documentation to .NET 8 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/516) +- [PR #515] overview.md: Fixed three broken links Signed-off-by: joecus1 Date: Tue, 6 Aug 2024 23:22:45 +0100 Subject: [PATCH 02/10] fixed docusaurus (strict) compilation error --- casdk-docs/blog/2024-02-13-release-1.5.mdx | 26 +++++++++---------- .../decisions/0016-watt-time-v3.md | 10 +++---- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/casdk-docs/blog/2024-02-13-release-1.5.mdx b/casdk-docs/blog/2024-02-13-release-1.5.mdx index 526731cee..92f40f1b2 100644 --- a/casdk-docs/blog/2024-02-13-release-1.5.mdx +++ b/casdk-docs/blog/2024-02-13-release-1.5.mdx @@ -12,12 +12,12 @@ This is the WattTime v3 update. Most notable changes that may require action ar WattTime v3 API support. This is an inplace upgrade for v2. -- [PR #532] Watt Time v3 Support ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/532) -- [PR #340] Add example for 'podman play kube' ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/340) -- [PR #536] Updated azure-regions.json with new regions ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/536) -- [#519] Remove hackathon sentence from our website banner ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/519) -- [#510] Gap Analysis for WattTime v3 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/510) -- [#262] [Feature Contribution]: Publish the docker file in a docker registry ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/262) +- [PR #532 Watt Time v3 Support ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/532) +- [PR #340 Add example for 'podman play kube' ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/340) +- [PR #536 Updated azure-regions.json with new regions ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/536) +- [#519 Remove hackathon sentence from our website banner ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/519) +- [#510 Gap Analysis for WattTime v3 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/510) +- [#262 Feature Contribution: Publish the docker file in a docker registry ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/262) ### Removed @@ -25,12 +25,12 @@ WattTime v2 API support due to v3 in place replacement. ### Fixed -- [PR #522] Remove Hack mention from the Docs's banner ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/522) -- [#535] [Bug]: Configuration for locations loads twice ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/535) -- [PR #516] Update published documentation to .NET 8 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/516) -- [PR #515] overview.md: Fixed three broken links Signed-off-by: joecus1 `starttime` is now `start` and mandatory
  • `endtime` is now `end` and mandatory
  • `ba` is now `region`
  • `signal_type` added
    _Response_
  • `signal_type` added -| Forecast | Get forecast| /forecast | /forecast |
    No longer be used for historical data
    _Request_
  • `ba` is now `region`
  • `extended_forecast` removed
  • `horizon_hours` added
  • `signal_type` added
  • Historical forecasts are now at `/forecast/historical`
    _Response_
  • `signal_type` added -| Historical | Get historical forecast data | /historical (?) | /forecast/historical (?) | This changed signficantly.
    _Request_
  • `ba` is now `region`
  • `starttime` is now `start` and mandatory
  • `endtime` is now `end` and mandatory
  • `signal_type` added
    _Response_
  • `signal_type` added -| Balancing Authority From Location | Get balancing authority from location | /ba-from-loc | /region-from-loc | Check if the CA SDK uses BA at all

    _Request_
  • `name` is now `region_full_name`
  • `abbrev` is now `region`
  • `signal_type` added
    _Response_
  • `id` removed
  • `signal_type` added | -| Login | User login | https://api2.watttime.org/v2/login | https://api.watttime.org/login | Path has changed from being version specific to being no longer related to the API version.

    Updated in `WattTimeClient` to now have 2 HTTP clients to decouple versions from the login. +| Data | Get data | /data | /historical | _Request_
  • `starttime` is now `start` and mandatory
  • `endtime` is now `end` and mandatory
  • `ba` is now `region`
  • `signal_type` added _Response_
  • `signal_type` added
  • | +| Forecast | Get forecast| /forecast | /forecast | No longer be used for historical data _Request_
  • `ba` is now `region`
  • `extended_forecast` removed
  • `horizon_hours` added
  • `signal_type` added
  • Historical forecasts are now at `/forecast/historical`
    _Response_
  • `signal_type` added
  • +| Historical | Get historical forecast data | /historical (?) | /forecast/historical (?) | This changed signficantly.
    _Request_
  • `ba` is now `region`
  • `starttime` is now `start` and mandatory
  • `endtime` is now `end` and mandatory
  • `signal_type` added
    _Response_
  • `signal_type` added
  • +| Balancing Authority From Location | Get balancing authority from location | /ba-from-loc | /region-from-loc | Check if the CA SDK uses BA at all

    _Request_
  • `name` is now `region_full_name`
  • `abbrev` is now `region`
  • `signal_type` added
    _Response_
  • `id` removed
  • `signal_type` added
  • | +| Login | User login | https://api2.watttime.org/v2/login | https://api.watttime.org/login | Path has changed from being version specific to being no longer related to the API version.

    Updated in `WattTimeClient` to now have 2 HTTP clients to decouple versions from the login. ### Query Strings From 63ba05adeced53a022b167cb2835d71df72b48cc Mon Sep 17 00:00:00 2001 From: Dan Benitah Date: Tue, 6 Aug 2024 23:32:27 +0100 Subject: [PATCH 03/10] release dates updated Signed-off-by: Dan Benitah --- .../{2024-02-13-release-1.4.mdx => 2024-05-24-release-1.4.mdx} | 0 .../{2024-02-13-release-1.5.mdx => 2024-07-23-release-1.5.mdx} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename casdk-docs/blog/{2024-02-13-release-1.4.mdx => 2024-05-24-release-1.4.mdx} (100%) rename casdk-docs/blog/{2024-02-13-release-1.5.mdx => 2024-07-23-release-1.5.mdx} (100%) diff --git a/casdk-docs/blog/2024-02-13-release-1.4.mdx b/casdk-docs/blog/2024-05-24-release-1.4.mdx similarity index 100% rename from casdk-docs/blog/2024-02-13-release-1.4.mdx rename to casdk-docs/blog/2024-05-24-release-1.4.mdx diff --git a/casdk-docs/blog/2024-02-13-release-1.5.mdx b/casdk-docs/blog/2024-07-23-release-1.5.mdx similarity index 100% rename from casdk-docs/blog/2024-02-13-release-1.5.mdx rename to casdk-docs/blog/2024-07-23-release-1.5.mdx From e469d4c537599babec9af0e7d86eec86fda006df Mon Sep 17 00:00:00 2001 From: Dan Benitah Date: Tue, 6 Aug 2024 23:36:50 +0100 Subject: [PATCH 04/10] added tag Signed-off-by: Dan Benitah --- casdk-docs/blog/2024-05-16-dotnet8/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/casdk-docs/blog/2024-05-16-dotnet8/index.md b/casdk-docs/blog/2024-05-16-dotnet8/index.md index f152da61f..c51ebd946 100644 --- a/casdk-docs/blog/2024-05-16-dotnet8/index.md +++ b/casdk-docs/blog/2024-05-16-dotnet8/index.md @@ -1,7 +1,7 @@ --- slug: .NET 8 upgrade title: Carbon Aware SDK 1.4, behind the scenes -tags: [dotnet8] +tags: [dotnet8, post] --- As most software nowadays, the Carbon Aware SDK relies on a stack of utilities, and while adding a new feature is usually the most appealing for a project, it’s also critical to maintain the stack, especially in a community effort. From 069a80a1b15d004ecfac04e58469f425ef5e1b02 Mon Sep 17 00:00:00 2001 From: Dan Benitah Date: Tue, 6 Aug 2024 23:44:03 +0100 Subject: [PATCH 05/10] tag update to post and image layout fix Signed-off-by: Dan Benitah --- casdk-docs/docs/architecture/decisions/0016-watt-time-v3.md | 2 +- casdk-docs/src/css/custom.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/casdk-docs/docs/architecture/decisions/0016-watt-time-v3.md b/casdk-docs/docs/architecture/decisions/0016-watt-time-v3.md index fd4b4c417..e585ad37e 100644 --- a/casdk-docs/docs/architecture/decisions/0016-watt-time-v3.md +++ b/casdk-docs/docs/architecture/decisions/0016-watt-time-v3.md @@ -41,7 +41,7 @@ The `Login` is now at a different base URL, and to avoid any future issues a dif | Forecast | Get forecast| /forecast | /forecast | No longer be used for historical data _Request_
  • `ba` is now `region`
  • `extended_forecast` removed
  • `horizon_hours` added
  • `signal_type` added
  • Historical forecasts are now at `/forecast/historical`
    _Response_
  • `signal_type` added
  • | Historical | Get historical forecast data | /historical (?) | /forecast/historical (?) | This changed signficantly.
    _Request_
  • `ba` is now `region`
  • `starttime` is now `start` and mandatory
  • `endtime` is now `end` and mandatory
  • `signal_type` added
    _Response_
  • `signal_type` added
  • | Balancing Authority From Location | Get balancing authority from location | /ba-from-loc | /region-from-loc | Check if the CA SDK uses BA at all

    _Request_
  • `name` is now `region_full_name`
  • `abbrev` is now `region`
  • `signal_type` added
    _Response_
  • `id` removed
  • `signal_type` added
  • | -| Login | User login | https://api2.watttime.org/v2/login | https://api.watttime.org/login | Path has changed from being version specific to being no longer related to the API version.

    Updated in `WattTimeClient` to now have 2 HTTP clients to decouple versions from the login. +| Login | User login | https://api2.watttime.org/v2/login | https://api.watttime.org/login | Path has changed from being version specific to being no longer related to the API version.

    Updated in `WattTimeClient` to now have 2 HTTP clients to decouple versions from the login. | ### Query Strings diff --git a/casdk-docs/src/css/custom.css b/casdk-docs/src/css/custom.css index caa615560..cdae1f40f 100644 --- a/casdk-docs/src/css/custom.css +++ b/casdk-docs/src/css/custom.css @@ -30,6 +30,6 @@ --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); } -#__blog-post-container img, .theme-doc-markdown img{ +#__blog-post-container img, .theme-doc-markdown img, article img{ height: auto; } \ No newline at end of file From 6bdd039b8227a53281250750fac8c406bf655b76 Mon Sep 17 00:00:00 2001 From: Dan Benitah Date: Tue, 6 Aug 2024 23:47:34 +0100 Subject: [PATCH 06/10] updated slug Signed-off-by: Dan Benitah --- casdk-docs/blog/2024-05-16-dotnet8/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/casdk-docs/blog/2024-05-16-dotnet8/index.md b/casdk-docs/blog/2024-05-16-dotnet8/index.md index c51ebd946..13d206239 100644 --- a/casdk-docs/blog/2024-05-16-dotnet8/index.md +++ b/casdk-docs/blog/2024-05-16-dotnet8/index.md @@ -1,5 +1,5 @@ --- -slug: .NET 8 upgrade +slug: dotnet-8-upgrade title: Carbon Aware SDK 1.4, behind the scenes tags: [dotnet8, post] --- From 57d3c526ac387feb6743866ee7b2abae8731baea Mon Sep 17 00:00:00 2001 From: Dan Benitah Date: Tue, 6 Aug 2024 23:54:08 +0100 Subject: [PATCH 07/10] formatting fix Signed-off-by: Dan Benitah --- casdk-docs/blog/2024-02-13-release-1.3.mdx | 4 ++-- casdk-docs/blog/2024-05-24-release-1.4.mdx | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/casdk-docs/blog/2024-02-13-release-1.3.mdx b/casdk-docs/blog/2024-02-13-release-1.3.mdx index e1b570b3d..f77d070a7 100644 --- a/casdk-docs/blog/2024-02-13-release-1.3.mdx +++ b/casdk-docs/blog/2024-02-13-release-1.3.mdx @@ -15,8 +15,8 @@ Release 1.3 - [PR #457 Features/codespaces quickstart ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/457) - [PR #459 Readme updates for clarity ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/459) - [PR #449 Support location source setting in Helm chart ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/449) -- [PR #431 Update documentation of Usefulness (adopters.md) ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/431)% -- [#416 Add disclaimer banner to any public-facing documentation (docusaurus webpage) ](https://github.com/Green-Software-Foundation/carbon-aware-s dk/issues/416) +- [PR #431 Update documentation of Usefulness (adopters.md) ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/431) +- [#416 Add disclaimer banner to any public-facing documentation (docusaurus webpage) ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/416) - [#415 Update documentation of secureness (security.md) ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/415) - [#414 Update documentation of Usefulness (adopters.md) ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/414) - [#413 Update documentation for Test Coverage ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/413) diff --git a/casdk-docs/blog/2024-05-24-release-1.4.mdx b/casdk-docs/blog/2024-05-24-release-1.4.mdx index a9371a7c6..7377448a3 100644 --- a/casdk-docs/blog/2024-05-24-release-1.4.mdx +++ b/casdk-docs/blog/2024-05-24-release-1.4.mdx @@ -9,23 +9,23 @@ Release 1.4 ### Added --[#401] [Feature Contribution]: Upgrade .NET version to .NET 8 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/401) --[#419] [Feature Contribution]: Migrate sample implementation of Azure Function to isolated worker model ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/419) +-[#401 Feature Contribution: Upgrade .NET version to .NET 8 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/401) +-[#419 Feature Contribution: Migrate sample implementation of Azure Function to isolated worker model ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/419) -[PR #500] Up Helm chart version to 1.2.0 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/500) --[#397] [Feature Contribution]: Data caching in the SDK ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/397) +-[#397 Feature Contribution: Data caching in the SDK ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/397) ### Fixed --[#505] [Bug]: Project Page wiki from GSF website still says it's in incubation ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/505) --[#496] [URGENT] WebAPI container has not built due to segmentation fault ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/496) --[#487] [Bug]: Getting started guide is lost ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/487) +-[#505 Bug: Project Page wiki from GSF website still says it's in incubation ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/505) +-[#496 URGENT WebAPI container has not built due to segmentation fault ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/496) +-[#487 Bug: Getting started guide is lost ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/487) ### Changed --[#477] [Bug]: Ensure the readme file shows as the project overview content on the documentation site ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/477) --[PR #485] Docs overview, disclaimer & pipeline updates for graduation ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/485) +-[#477 Bug: Ensure the readme file shows as the project overview content on the documentation site ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/477) +-[PR #485 Docs overview, disclaimer & pipeline updates for graduation ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/485) #### API From 1f2abee66cde0605f1a58e239029985709211cc7 Mon Sep 17 00:00:00 2001 From: Dan Benitah Date: Tue, 6 Aug 2024 23:55:40 +0100 Subject: [PATCH 08/10] DCO Remediation Commit for Dan Benitah I, Dan Benitah , hereby add my Signed-off-by to this commit: 53e120ca61b61c9a4c492496969bb5b7eb96ea6f Signed-off-by: Dan Benitah --- casdk-docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/casdk-docs/README.md b/casdk-docs/README.md index 7383fc0a1..90d9000f8 100644 --- a/casdk-docs/README.md +++ b/casdk-docs/README.md @@ -5,7 +5,7 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta ### Installation ``` -$ yarn +$ yarn ``` ### Local Development From 0f6cada09b893ae5c41e9bdea83620ab8af1d81b Mon Sep 17 00:00:00 2001 From: Dan Benitah Date: Wed, 7 Aug 2024 09:30:06 +0100 Subject: [PATCH 09/10] formatting --- casdk-docs/blog/2024-05-24-release-1.4.mdx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/casdk-docs/blog/2024-05-24-release-1.4.mdx b/casdk-docs/blog/2024-05-24-release-1.4.mdx index 7377448a3..da852c4eb 100644 --- a/casdk-docs/blog/2024-05-24-release-1.4.mdx +++ b/casdk-docs/blog/2024-05-24-release-1.4.mdx @@ -9,23 +9,23 @@ Release 1.4 ### Added --[#401 Feature Contribution: Upgrade .NET version to .NET 8 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/401) --[#419 Feature Contribution: Migrate sample implementation of Azure Function to isolated worker model ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/419) --[PR #500] Up Helm chart version to 1.2.0 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/500) +- [#401 Feature Contribution: Upgrade .NET version to .NET 8 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/401) +- [#419 Feature Contribution: Migrate sample implementation of Azure Function to isolated worker model ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/419) +- [PR #500 Up Helm chart version to 1.2.0 ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/500) --[#397 Feature Contribution: Data caching in the SDK ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/397) +- [#397 Feature Contribution: Data caching in the SDK ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/397) ### Fixed --[#505 Bug: Project Page wiki from GSF website still says it's in incubation ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/505) --[#496 URGENT WebAPI container has not built due to segmentation fault ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/496) --[#487 Bug: Getting started guide is lost ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/487) +- [#505 Bug: Project Page wiki from GSF website still says it's in incubation ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/505) +- [#496 URGENT WebAPI container has not built due to segmentation fault ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/496) +- [#487 Bug: Getting started guide is lost ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/487) ### Changed --[#477 Bug: Ensure the readme file shows as the project overview content on the documentation site ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/477) --[PR #485 Docs overview, disclaimer & pipeline updates for graduation ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/485) +- [#477 Bug: Ensure the readme file shows as the project overview content on the documentation site ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/477) +- [PR #485 Docs overview, disclaimer & pipeline updates for graduation ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/pull/485) #### API From f66bc3a97df85a50c455665d96f0c695a903979c Mon Sep 17 00:00:00 2001 From: Dan Benitah Date: Thu, 8 Aug 2024 09:49:51 +0100 Subject: [PATCH 10/10] DCO Remediation Commit for Dan Benitah I, Dan Benitah , hereby add my Signed-off-by to this commit: 0f6cada09b893ae5c41e9bdea83620ab8af1d81b Signed-off-by: Dan Benitah --- casdk-docs/blog/2024-05-24-release-1.4.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/casdk-docs/blog/2024-05-24-release-1.4.mdx b/casdk-docs/blog/2024-05-24-release-1.4.mdx index da852c4eb..2265e2c3c 100644 --- a/casdk-docs/blog/2024-05-24-release-1.4.mdx +++ b/casdk-docs/blog/2024-05-24-release-1.4.mdx @@ -21,7 +21,6 @@ Release 1.4 - [#496 URGENT WebAPI container has not built due to segmentation fault ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/496) - [#487 Bug: Getting started guide is lost ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/487) - ### Changed - [#477 Bug: Ensure the readme file shows as the project overview content on the documentation site ](https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/477)