Azure / login

Connect to Azure
MIT License
295 stars 284 forks source link

When is the new release? #476

Open ltutar opened 1 month ago

ltutar commented 1 month ago

Hi,

I was wondering when we can expect a higher release than v2.1.1 which is from 24th of May 2024. I can not find it in https://github.com/Azure/login/issues/424 I am waiting for a fix that resolves the "Login cleanup failed with Error: Unable to locate executable file: az." issue.

Thank you in advance.

Levent

MoChilia commented 1 month ago

Do you mean the issue #403? It was resolved in v1.6.1. Since that release, the cleanup step no longer fails with the 'az not found' error.

ltutar commented 1 month ago

@MoChilia Thank you for your answer. I want to use version 2.

login@v1 is giving the warning: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1

login@2.1.1 is giving the error: Login cleanup failed with Error: Unable to locate executable file: az. Please verify either the file path exists or the file can

MoChilia commented 1 month ago

Could you share your workflow and the entire logs? 'az not found' should only cause a warning and skip the cleanup step inv2.1.1, see https://github.com/Azure/login/blob/v2.1.1/src/cleanup.ts#L12-L15.

ltutar commented 1 month ago

Hi @MoChilia v2.1.1 is indeed a giving a warning but the warning message is using the word "error". This is confusing the team. Login cleanup failed with Error: Unable to locate executable file: az. I was hoping that with a new v2 version, this should be solved.

Screenshot 2024-07-25 at 12 50 13 Screenshot 2024-07-25 at 12 48 22