Recent Releases of kubernetes-carbon-intensity-exporter

kubernetes-carbon-intensity-exporter -

- Go
Published by pauldotyu about 1 year ago

kubernetes-carbon-intensity-exporter - v0.3.0

What's Changed

  • chore: Bump github/codeql-action from 2.21.5 to 2.21.9 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/47
  • chore: Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/45
  • chore: Bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/43
  • chore: Bump github/codeql-action from 2.21.9 to 2.22.1 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/48
  • Packaging updates by @pauldotyu in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/56

New Contributors

  • @pauldotyu made their first contribution in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/56

Full Changelog: https://github.com/Azure/kubernetes-carbon-intensity-exporter/compare/v.0.2.0...v0.3.0

- Go
Published by pauldotyu over 2 years ago

kubernetes-carbon-intensity-exporter - v.0.2.0

What's Changed

  • feat: Initial code base by @helayoty in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/1
  • feat: Update package name and add exporter dockerfile by @helayoty in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/2
  • ci: Update create images workflow with exporter by @helayoty in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/3
  • feat: Implement get emissions data and carbon intensity by @helayoty in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/4
  • feat: Create ConfigMap by @helayoty in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/5
  • feat: Set min and max forecast by @helayoty in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/6
  • feat: Add Configmap sample for emission forecast by @helayoty in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/7
  • feat: Apply go lint and format by @helayoty in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/8
  • chore: Bump helm/kind-action from 1.4.0 to 1.5.0 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/9
  • feat: Pass carbon intensity parameters by @helayoty in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/10
  • feat: Add k8s carbon intensity exporter Helm chart by @helayoty in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/11
  • feat: Watch configMap for deletion by @helayoty in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/12
  • feat: Use old configMap data with failure message in case APIs has error by @helayoty in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/13
  • doc: revise README.md by @Fei-Guo in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/14
  • feat: Use sharedInformer for watch by @helayoty in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/15
  • chore: Bump github/codeql-action from 2.2.9 to 2.2.11 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/16
  • Update README.md by @Fei-Guo in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/17
  • chore: Bump github/codeql-action from 2.2.11 to 2.2.12 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/18
  • chore: Bump github/codeql-action from 2.2.12 to 2.3.0 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/19
  • chore: Bump github/codeql-action from 2.3.0 to 2.3.2 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/20
  • chore: Bump github/codeql-action from 2.3.2 to 2.3.3 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/21
  • typo in readme config by @sozercan in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/22
  • chore: Bump github/codeql-action from 2.3.3 to 2.3.5 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/24
  • chore: Bump github/codeql-action from 2.3.5 to 2.3.6 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/26
  • Change default region in helm values to westus by @rossf7 in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/25
  • chore: Bump docker/login-action from 2.1.0 to 2.2.0 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/30
  • chore: Bump github/codeql-action from 2.3.6 to 2.20.2 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/32
  • chore: Bump google.golang.org/grpc from 1.49.0 to 1.53.0 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/33
  • chore: Bump github/codeql-action from 2.20.2 to 2.21.4 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/37
  • chore: Bump github/codeql-action from 2.21.4 to 2.21.5 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/39
  • feat: Add ElectricityMaps support by @rossf7 in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/38
  • chore: Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/40

New Contributors

  • @helayoty made their first contribution in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/1
  • @dependabot made their first contribution in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/9
  • @Fei-Guo made their first contribution in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/14
  • @sozercan made their first contribution in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/22
  • @rossf7 made their first contribution in https://github.com/Azure/kubernetes-carbon-intensity-exporter/pull/25
  • @pauldotyu Special thanks for helping with review

Full Changelog: https://github.com/Azure/kubernetes-carbon-intensity-exporter/commits/v.0.2.0

- Go
Published by helayoty over 2 years ago