Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 01:55
· 79 commits to master since this release
50c56a0

v1.6.0 - 2023-06-21

Changelog

Features 🌈

  • 15eb100 feat: use provided terminal size when executing inside container. (#546)
  • a2d398f feat: make aci fail-fast creating pods with lifecycle hooks (#548)
  • 9e3a6db feat: record ACI events back to kubernetes (#470) (#471)
  • 2382511 feat: fnuarnav/provider metrics resource update (#481)
  • cabfe7e feat: report both old and new styles of node OS information (#479)

Bug Fixes 🐞

Code Refactoring 💎

  • 4856775 refactor: Update network methods for unit test (#532)
  • 47ee054 refactor: Add auth_config mock (#528)
  • 3b58bc0 refactor: Update azure-aci to use nodeutil instead of node-cli (#411)

Documentation 📘

Maintenance 🔧

  • 6f07d9b chore: Bump virtual kubelet to 1.10 and go to 1.20 (#558)
  • 0d01edf chore: bump azure/login from 1.4.6 to 1.4.7 (#560)
  • 10288d4 chore: bump github/codeql-action from 2.3.6 to 2.13.4 (#554)
  • 2c820c2 chore: bump docker/login-action from 2.1.0 to 2.2.0 (#555)
  • acb2ed1 chore: bump thehanimo/pr-title-checker from 1.3.7 to 1.4.0 (#552)
  • 39074c9 chore: bump github/codeql-action from 2.3.5 to 2.3.6 (#551)
  • e5681c3 chore: bump github/codeql-action from 2.3.3 to 2.3.5 (#550)
  • b4d240d chore: bump github/codeql-action from 2.3.2 to 2.3.3 (#544)
  • 2c563fc chore: bump github/codeql-action from 2.3.1 to 2.3.2 (#541)
  • b7c2ace chore: bump github/codeql-action from 2.2.12 to 2.3.1 (#540)
  • 4f3dc80 chore: bump github/codeql-action from 2.2.11 to 2.2.12 (#538)
  • dec8954 chore: bump peter-evans/create-pull-request from 4 to 5 (#523)
  • 4590a46 chore: bump github/codeql-action from 2.2.9 to 2.2.11 (#524)
  • abd0d74 chore: bump github/codeql-action from 2.2.8 to 2.2.9 (#511)
  • 2431094 chore: bump github/codeql-action from 2.2.7 to 2.2.8 (#491)
  • 5e77e5f chore: Remove unused files (#493)
  • 3cf6c46 chore: bump actions/setup-go from 3 to 4 (#487)
  • 3216b3e chore: bump github/codeql-action from 2.2.6 to 2.2.7 (#488)
  • bda01b5 chore: Upgrade go to 1.19 (#486)
  • 83819f8 chore: bump github/codeql-action from 2.2.5 to 2.2.6 (#483)
  • 7a1ac4d chore: Retire old code and switch (#482)

Revert Change ◀️

  • 8e65056 revert: release: update manifest and helm charts for v1.6.0 (#557)

Testing 💚

  • c6fd9af test: added unit test for validateNetworkConfig (#537)
  • 56d8cae test: Remove skipping GPU unit tests (#536)
  • 7950cdf test: added unit test for shouldCreateSubnet (#535)
  • edd1c9b test: UT for ExtensionPodStatsToKubeletPodStats with bugfix (#534)
  • e24d23b test: Added unit test for getRealTimeExtensionPodStats (#531)
  • 9573d41 test: Use gomock instead of implement interfaces manually (#530)
  • 7e523b0 test: Add network testing mocks (#527)
  • 2f17c09 test: Added unit test for filterOutContainerNotInPod (#526)
  • c88ad2e test: added unit test for getGPUSKU (#525)
  • 582eac5 test: added unit test for updatePodsLoop (#521)
  • fa3fe8b test: Unit Test for GetContainerLogs (#522)
  • 6a71dd9 test: added unit test for cleanupDanglingPods (#516)
  • 81010aa test: Display code coverage for each func/pkg and the total coverage (#520)
  • e85de62 test: Added unit test for decode function in auth.go (#518)
  • 29196ef test: added Unit Test for real_time/calculateUsageNanoCores (#515)
  • 8374667 test: added unit test for processPodUpdates (#513)
  • 593f287 test: added unit test for getImagePullSecrets with docker config JSON (#512)
  • 06f2c4e test: added unit test for getImagePullSecrets with dockercfg secret (#510)
  • fc44701 test: Added Unit Test for GetVolumes (ProjectedVolume) with source ServiceAccountToken (#509)
  • 8bb15cf test: Added Unit Test for GetVolumes (ProjectedVolume) with source ConfigMaps (#507)
  • 623b1ca test: added unit test for getPodStatus (#508)
  • 27c12c0 test: Add Unit Test for GetVolumes (ProjectedVolume) with source secret (#505)
  • 0bc8184 test: added unit test for deleteContainerGroup (#506)
  • 1385500 test: Added unit test for UpdatePodStatus (#503)
  • 3dadd9f test: Added Unit Test for GetVolumes case: ConfigMapsVolume (#501)
  • bc92cae test: Added unit test for getVolumes method for getting Secret Volume in aci_volumes (#499)
  • d6d00f4 test: unit test for filterWindowsServiceAccountSecretVolume (#497)
  • c932764 test: unit test for makeRegistryCredentialFromDockerConfig (#496)
  • 604b142 test: Update unit test target for local development (#490)