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

Revise stable tag env strategy #1843

Open
zaharidichev opened this issue Sep 12, 2024 · 0 comments
Open

Revise stable tag env strategy #1843

zaharidichev opened this issue Sep 12, 2024 · 0 comments

Comments

@zaharidichev
Copy link
Member

Currently, the publish workflow tries to crawl the github releases api in order to obtain the latest stable. This is causing problems for our Linkerd CI pipeline because the latest released stable is quite far back in the list (more than the default 30 items returned).

I have bumped the returned items params on the API request, but this is only a temporary solution. One option is to hardcode the latest stable that has been released as presumably it would not change.

For context:
#1842
https://github.com/linkerd/website/actions/runs/10826561944/job/30037781523

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

No branches or pull requests

1 participant