Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate v0 series #350

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Deprecate v0 series #350

merged 1 commit into from
Nov 28, 2023

Conversation

sethvargo
Copy link
Member

No description provided.

@sethvargo sethvargo requested a review from a team as a code owner November 28, 2023 15:43
@sethvargo sethvargo requested review from verbanicm and averikitsch and removed request for a team November 28, 2023 15:43
@sethvargo sethvargo changed the title Deprecate v0 line Deprecate v0 series Nov 28, 2023
@sethvargo sethvargo merged commit 10c546c into release/v0 Nov 28, 2023
1 check passed
@sethvargo sethvargo deleted the sethvargo/deprecate_v0 branch November 28, 2023 15:46
sethvargo pushed a commit that referenced this pull request Nov 29, 2023
## What's Changed
* Deprecate v0 series by @sethvargo in
#350


**Full Changelog**:
v1.2.0...10c546c
@lmakarov
Copy link

Release v0.9.0 and the v0 tag shift provided no advance warning about the deprecation.
Please consider redoing this as a warning (logWarning) instead of an error (logError).


For those that find their builds suddenly throwing the error:

The v0 series of google-github-actions/auth is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: 

    https://github.com/google-github-actions/auth

pin the action to v0.8.3 (the last working v0 release):

uses: google-github-actions/auth@v0.8.3

This will give you some breathing room to update to the latest version.

@sethvargo
Copy link
Member Author

Hi @lmakarov - the log message is printed at the ERROR level, but your builds should not be "throwing an error".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants