Azure / setup-kubectl

GitHub Action for installing Kubectl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Action causes deprecated 'set-output' command warning

xersiee opened this issue · comments

What happened?

Using azure/setup-kubectl@v3.0 causes the GHA complain about usage of deprecated set-output command. Its probably coming from one of the dependencies which could be upgraded.

Version

  • I am using the latest version

Runner

Relevant log output

Run azure/setup-kubectl@v3.0
Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

@xersiee thanks for the issue. We are working on this and will get this out soon.

This issue is idle because it has been open for 14 days with no activity.

Looks like a fix (Bumping core to >= v1.10.0) was merged 14 days ago in #68

Any chance a new tag can be published to make this consumable @OliverMKing ?

Any news about a bugfix release?

The set-output command is deprecated and will be disabled soon.

Disabled soon.

I'll kick off a release today.

v3.1 (and v3) have this fix and have been released. Thanks!