Azure / setup-kubectl

GitHub Action for installing Kubectl
MIT License
128 stars 46 forks source link

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

Closed xersiee closed 1 year ago

xersiee commented 1 year ago

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

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/

OliverMKing commented 1 year ago

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

github-actions[bot] commented 1 year ago

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

TheQueenIsDead commented 1 year ago

Looks like a fix (Bumping core to >= v1.10.0) was merged 14 days ago in https://github.com/Azure/setup-kubectl/pull/68

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

OrBin commented 1 year ago

Any news about a bugfix release?

andrewmclagan commented 1 year ago

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

Disabled soon.

OliverMKing commented 1 year ago

I'll kick off a release today.

OliverMKing commented 1 year ago

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