Releases: virtual-kubelet/azure-aci
Releases · virtual-kubelet/azure-aci
v1.6.2
v1.6.2 - 2024-08-15
Changelog
Features 🌈
Bug Fixes 🐞
- 71660ab fix: correct init image tag (#656)
- 1ad3bbe fix: fix syntax on publish image workflow files (#652)
- 64d592e fix: security fixes (#649)
- 6086fb0 fix: Update registry and release version inputs (#646)
- 889b7ba fix: update goreleaser (#641)
- a605ab5 fix: bugfixes and release condition update (#634)
- c18ceab fix: separate subnet create vs update and check for addressPrefixes field (#628)
- de73405 fix: update image registry to MCR (#625)
- e1f1dd6 fix: fix e2e failed cases (#612)
Continuous Integration 💜
- 84d0065 ci: update init image tag regex for release pipeline (#663)
- 04db5b9 ci: fix regex string for init container version (#661)
- 85c1736 ci: update regex for init container version (#658)
- b655d8a ci: workflow indentation fix (#654)
- 33a4e56 ci: Add the missing checkout action and pass the release version (#648)
- 2e9b02e ci: update registry env (#643)
- 6208ff2 ci: Add master branch to release pipeline (#639)
Maintenance 🔧
- 0aa2b48 chore: bump github/codeql-action from 3.25.15 to 3.26.0 (#636)
- adbf198 chore: bump step-security/harden-runner from 2.9.0 to 2.9.1 (#635)
- c28775b chore: bump step-security/harden-runner from 2.8.1 to 2.9.0 (#632)
- 7efa844 chore: bump docker/login-action from 3.2.0 to 3.3.0 (#631)
- 4a40923 chore: bump github/codeql-action from 2.13.4 to 3.25.15 (#627)
- afdd905 chore: bump docker/login-action from 3.2.0 to 3.3.0 (#624)
- 3f1680d chore: bump goreleaser/goreleaser-action from 5 to 6 (#616)
- 3fb3b5d chore: Security fixes (#614)
- c331e26 chore: bump peter-evans/create-pull-request from 5 to 6 (#601)
- b686e86 chore: bump codecov/codecov-action from 3 to 4 (#600)
- 80ca984 chore: bump thehanimo/pr-title-checker from 1.4.1 to 1.4.2 (#602)
- 6b514bc chore: bump azure/login from 1.6.1 to 2.1.1 (#609)
- 2af8853 chore: bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#613)
- 4d3b650 chore: bump docker/login-action from 3.0.0 to 3.2.0 (#610)
- b572c39 chore: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.2.0 to 1.6.0 (#611)
Testing 💚
v1.6.1
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
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 📘
- 25e72e1 docs: Add instructions to install windows virtual node (#495)
- b1ca6b9 docs: Revise README.md (#494)
- 2e9bbd9 docs: Update Readme file (#492)
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 ◀️
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
v1.5.1 - 2023-03-07
Changelog
Bug Fixes 🐞
- 095e7a7 fix: Use GetCG to retrieve InstanceView info (#476)
- 8df3ef3 fix: Fix build flags (#474)
- 27ee121 fix: Fix init image tag version (#472)
- 616669d fix: Fix image build version (#448)
- 486ee00 fix: Remove extra info logs for the success scenarios (#444)
Continuous Integration 💜
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 🛡️
- 21d36e3 security: fix CVE-2022-28948 (#452)
v1.4.16
v1.4.15
v1.4.12
v1.5.0
v1.4.11
v1.4.10
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 🛡️
- 6f9a015 security: CVE-2022-41721 fix (#430)
- 76516ad security: Fix CVE-2022-21698 , CVE-2022-27664 ,and CVE-2022-32149 (#427)