Skip to content

Releases: Azure/gpu-provisioner

v0.2.0

18 Mar 23:53
0686a78
Compare
Choose a tag to compare

v0.2.0 - 2024-03-18

Changelog

Features 🌈

Bug Fixes 🐞

Continuous Integration 💜

  • f364b49 ci: fix registry name (#108)
  • 2a9ffb7 ci: Add workflow environment to all jobs (#105)
  • 5883beb ci: fix 1ES pool label name
  • 1ebe02c ci: Use 1ES runner for gpu-provisioner workflow jobs that push to ACR (#96)
  • a608a88 ci: Bump azure/login Github action to 1.5.0 (#71)
  • 79cf8c0 ci: Add environment to e2e pipeline (#70)
  • 0bdec15 ci: Fix dependabot login (#69)

Documentation 📘

Maintenance 🔧

  • 48b322b chore: remove unnecessary role verb (#109) (#110)
  • 9d9153b chore: remove unnecessary role verb (#109)
  • 78151c3 chore: bump docker/login-action from 3.0.0 to 3.1.0 (#107)
  • 938672d chore: bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#103)
  • 87531f9 chore: bump azure/CLI from 1.0.9 to 2.0.0 (#99)
  • 9fdad03 chore: bump azure/login from 1.6.1 to 2.0.0 (#100)
  • 29769de chore: bump azure/setup-helm from 3 to 4 (#94)
  • 674abb1 chore: bump azure/login from 1.6.0 to 1.6.1 (#85)
  • 7615759 chore: bump codecov/codecov-action from 3 to 4 (#87)
  • d47bc13 chore: bump step-security/harden-runner from 2.6.1 to 2.7.0 (#86)
  • 7c87063 chore: bump thehanimo/pr-title-checker from 1.4.1 to 1.4.2 (#88)
  • a190ae1 chore: bump azure/login from 1.5.1 to 1.6.0 (#84)
  • 781c257 chore: bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#80)
  • 4b02492 chore: bump actions/upload-artifact from 3 to 4 (#78)
  • cb6c995 chore: bump actions/setup-go from 4 to 5 (#75)
  • ffe9a23 chore: bump azure/login from 1.5.0 to 1.5.1 (#83)
  • a028505 chore: bump step-security/harden-runner from 2.5.1 to 2.6.1 (#66)
  • 720d573 chore: bump actions/github-script from 6 to 7 (#68)

Testing 💚

  • ee56302 test: added ut for instance/Create (#79)
  • 9101cbf test: added ut for instance/List (#81)
  • f75b3c4 test: Added ut for instance/Delete (#76)
  • 78cd7d1 test: Added unit tests for Instance.go (#74)
  • e504aac test: Add cloudprovider and InstanceType mocks (#72)

v0.1.0

06 Nov 16:37
c7534a5
Compare
Choose a tag to compare

v0.1.0 - 2023-11-06

Changelog

Bug Fixes 🐞

  • f852942 fix: remove dependency of calling sku APIs (#62)
  • e958403 fix: change the logging configmap name in chart (#61)
  • 421e817 fix: reduce the scope of the addon identity (#60)

Security Fix 🛡️

v0.0.1

31 Oct 01:34
288d9d5
Compare
Choose a tag to compare

v0.0.1 - 2023-10-31

Changelog

Features 🌈

  • b83c6bf feat: Use Azure Federated instead of kubelet identity (#41)
  • 2c6b001 feat: Remove GPU plugins from chart (#40)
  • 28ef14e feat: Add label predicate to machine controllers (#29)
  • 7059e08 feat: Add node gc (#25)
  • 38d14a7 feat: Update Node heartbeat in Machine CR (#21)
  • 9370418 feat: Update SKU cache and pricing and remove node_state (#17)
  • df4e594 feat: Support Storage resource in Machine (#11)
  • 9515d7a feat: Add GitHub workflow for tests (#10)

Bug Fixes 🐞

  • 94a9311 fix: fix broken chart (#51)
  • 2d03a3b fix: Panic if federatedcredential is not configured (#48)
  • 088d640 fix: revise makefile and README to enable federated identity (#46)
  • e130039 fix: change label key to mark node created by gpuprovisioner (#42)
  • 2302043 fix: Handle failed machine due to wrong user input (#38)
  • 511790d fix: Enforce name consistency (#28)
  • 2f2e38c fix: Update the go package module (#26)
  • d6eb193 fix: Report error if machine's associated node is not found during termination (#24)
  • cd68544 fix: Use machine name for agentpool name (#23)
  • 4b10388 fix: Fix a few karpenter-core issues (#19)
  • dd0e608 fix: Delete err code (#16)
  • 99d812a fix: Fix nil pointer if retry with one instanceType (#24)

Continuous Integration 💜

Maintenance 🔧

  • 1e4b0b0 revert: "chore: bump google.golang.org/grpc from 1.53.0 to 1.56.3" (#56)
  • c4a7a44 chore: bump thehanimo/pr-title-checker from 1.4.0 to 1.4.1 (#36)
  • 448a31e chore: bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#47)
  • 55b4e0d chore: Remove unused properties (#50)
  • ef3a902 chore: Cleanup helm chart (#33)
  • 1f5abde chore: Support skewer v0.0.19 (#15)
  • a27f9be chore: bump goreleaser/goreleaser-action from 4 to 5 (#2)
  • 7f5192c chore: bump docker/login-action from 2.2.0 to 3.0.0 (#3)

Security Fix 🛡️

Testing 💚

  • dc407fa test: Add e2e tests for machine gpu (#18)