Skip to content

Releases: virtual-kubelet/azure-aci

v1.6.1

24 Jan 21:03
b3460ff
Compare
Choose a tag to compare

v1.6.1 - 2024-01-24

Changelog

Features 🌈

Bug Fixes 🐞

  • 9deb2a8 fix: dependabot workflow config file (#595)
  • 8533ea0 fix: security fix 11 & vk upgrade to v1.11.0 (#590)
  • bb38fd5 fix: issue 579 and error handling when aci provider fail to be initialized (#582)

Continuous Integration 💜

Maintenance 🔧

  • d97df1b chore: updating permissions for workflow files (#594)
  • 6696251 chore: bump azure/login from 1.5.1 to 1.6.1 (#593)
  • 8db4813 chore: bump azure/login from 1.5.0 to 1.5.1 (#584)
  • 9a02ae5 chore: bump actions/setup-go from 4 to 5 (#585)
  • af520c5 chore: Dependabot fixes (#583)
  • e08ea09 chore: bump azure/login from 1.4.7 to 1.5.0 (#581)
  • 749ae82 chore: bump golang.org/x/net from 0.10.0 to 0.17.0 (#574)
  • fb18061 chore: bump thehanimo/pr-title-checker from 1.4.0 to 1.4.1 (#575)
  • 5d83310 chore: bump google.golang.org/grpc from 1.55.0 to 1.56.3 (#578)
  • 817daca chore: bump docker/login-action from 2.2.0 to 3.0.0 (#571)
  • 4899ae7 chore: bump goreleaser/goreleaser-action from 4 to 5 (#572)
  • 2c5c9d7 chore: bump actions/checkout from 3 to 4 (#569)

Testing 💚

v1.6.0

21 Jun 01:55
50c56a0
Compare
Choose a tag to compare

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)

v1.5.1

07 Mar 07:07
f9b5d13
Compare
Choose a tag to compare
v1.5.1 Pre-release
Pre-release

v1.5.1 - 2023-03-07

Changelog

Bug Fixes 🐞

Continuous Integration 💜

  • 1612be7 ci: Run helm e2e test pipeline with PR changes (#443)

Maintenance 🔧

  • 0083368 chore: bump golang.org/x/net from 0.1.1-0.20221104162952-702349b0e862 to 0.7.0 (#473)
  • 07164e7 chore: bump github/codeql-action from 2.2.4 to 2.2.5 (#469)
  • bfe2b34 chore: bump github/codeql-action from 2.2.3 to 2.2.4 (#466)
  • 2e36cbe chore: bump thehanimo/pr-title-checker from 1.3.6 to 1.3.7 (#467)
  • fa2218f chore: bump github/codeql-action from 2.2.1 to 2.2.3 (#449)
  • 5b699e4 chore: bump k8s.io/client-go from 0.19.10 to 0.20.0 (#445)

Revert Change ◀️

  • e45fa4f revert: "release: update manifest and helm charts for v1.5.1" (#465)
  • 20c66fc revert: "release: update manifest and helm charts for v1.5.1" (#455)

Security Fix 🛡️

v1.4.16

03 Mar 21:18
d9eedb9
Compare
Choose a tag to compare

v1.4.16 - 2023-03-03

Changelog

Bug Fixes 🐞

  • 2df2c12 fix: Use GetCG to retrieve InstanceView info (#476)

v1.4.15

01 Mar 05:31
Compare
Choose a tag to compare

v1.4.15 - 2023-03-01

Changelog

Full Changelog: v1.4.12...v1.4.15

v1.4.12

10 Feb 19:47
8aec8a0
Compare
Choose a tag to compare

What's Changed

  • 51fb230: release: update manifest and helm charts for v1.4.12 (#460)

Security Fix 🛡️

Full Changelog: v1.4.11...v1.4.12

v1.5.0

01 Feb 22:41
8737bca
Compare
Choose a tag to compare
v1.5.0 Pre-release
Pre-release

v1.5.0 - 2023-02-01

Changelog

Features 🌈

Continuous Integration 💜

  • cb663c9 ci: Update helm e2e pipeline to run with any helm change (#441)

Maintenance 🔧

  • 752598e chore: bump thehanimo/pr-title-checker from 1.3.5 to 1.3.6 (#438)
  • eeeb5c7 chore: bump github/codeql-action from 2.1.39 to 2.2.1 (#439)

Testing 💚

  • cc5480c test: Pass k8s version as variable to e2e scripts (#440)

v1.4.11

26 Jan 16:58
c2d6825
Compare
Choose a tag to compare

v1.4.11 - 2023-01-26

Changelog

Continuous Integration 💜

v1.4.10

25 Jan 03:01
9d1ae59
Compare
Choose a tag to compare

v1.4.10 - 2023-01-25

Changelog

Features 🌈

Code Refactoring 💎

  • d17a4fd refactor: Migrate network pkg to Azure SDK v2 - Part 3 (#424)
  • 80d7d19 refactor: Remove custom code used by old Azure SDK - part 2 (#423)
  • a628b01 refactor: Migrate ACI to Azure SDK v2 - Part 1 (#422)

Maintenance 🔧

  • 4680869 chore: Remove redundant logs (#425)
  • ba4378e chore: bump github/codeql-action from 2.1.38 to 2.1.39 (#420)
  • 48d9055 chore: bump github/codeql-action from 2.1.37 to 2.1.38 (#416)
  • 287908d chore: Fixate the k8s version to > 1.24 (#419)

Security Fix 🛡️

v1.4.9

09 Jan 17:35
549e66a
Compare
Choose a tag to compare

v1.4.9 - 2023-01-09

Changelog

No changes have been released. This is a testing image.