superfly / flyctl-actions

:octocat: GitHub Action that wraps the flyctl
Apache License 2.0
260 stars 33 forks source link

v2 release deleted? #58

Closed indirect closed 2 months ago

indirect commented 2 months ago

A few weeks ago, Dependabot sent me a PR to upgrade this action to the release tagged v2, and we merged it and have been using it for a while. Today, my deploy pipeline that uses this action just started failing, and the v2 tag we were using appears to have been deleted. Is deleting existing releases after a few weeks going to be a thing going forward?

jsierles commented 2 months ago

I'm not sure that release was created intentionally. The 1.5 release is up to date with master. @matthewlehner do you have any insight here?

matthewlehner commented 2 months ago

Yes, there was an old branch named v2 that was quite far behind our current v1.5 release. I removed it in the last week or so as it was causing dependabot issues for other folks.

For reference, here's the issue that prompted removing it: https://github.com/superfly/flyctl-actions/issues/46

@indirect can you use the v1 tag?

indirect commented 2 months ago

Ah, that explains it! Dependabot told me to "upgrade", so I'm glad to learn it was not actually an intended release. Thanks.