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

Bug: Unable to use the latest release of the GitHub action #300

Closed
1 task done
bramdehart opened this issue Nov 3, 2023 · 5 comments · Fixed by Azure/action-release-workflows#2
Closed
1 task done
Labels
bug Something isn't working waiting-for-customer Waiting for inputs from customer

Comments

@bramdehart
Copy link
Contributor

bramdehart commented Nov 3, 2023

What happened?

New version 1.10.0 was released 3 days ago: https://github.com/Azure/k8s-deploy/releases/tag/4.10.0
However, in the GitHub action release page, the new version is not listed:
image
Yet, the latest tag is visible on when the 'Use latest version' option is selected:
image

image

I am unable to resolve the latest version:
image
Also, unable to retrieve lates release by the following links:
https://github.com/marketplace/actions/deploy-to-kubernetes-cluster?version=v10.0
https://github.com/marketplace/actions/deploy-to-kubernetes-cluster?version=10.0
https://github.com/marketplace/actions/deploy-to-kubernetes-cluster?version=latest

Version

  • I am using the latest version

Runner

self-hosted

Relevant log output

image

Does is have to do with the new release workflow?: #297

@bramdehart bramdehart added the bug Something isn't working label Nov 3, 2023
@davidgamero
Copy link
Collaborator

this appears to be related to an issue with the updated release workflow missing the lib directory, which should be fixed by Azure/action-release-workflows#1

patching now with #301

@davidgamero
Copy link
Collaborator

davidgamero commented Nov 6, 2023

release v4.10.0 has been regenerated, and I can see the /lib directory on the tag commit with index.js now, so that should get us back up and running. @bramdehart please let us know when you have a chance to try it out

@davidgamero davidgamero added the waiting-for-customer Waiting for inputs from customer label Nov 6, 2023
@bramdehart
Copy link
Contributor Author

bramdehart commented Nov 13, 2023

@davidgamero I will try but am mostly sure it still wouldn't work. The version is still not listed in the github action marketplace page. See for exameple

image
Were the latest version is also listed as the tag

This is not the case with the k8s-deploy action
image

Also you can spot the formatting difference in tagging, with and without 'v' since release refactor.

@bramdehart
Copy link
Contributor Author

@davidgamero I can confirm that is now works. Still weird that is not listed as seperate tag on the Github Action page on marketplace. Issue resolved :)

@davidgamero
Copy link
Collaborator

I see what you mean with the missing tag on the action page. Ill take a look, but Im glad it's working for you now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting-for-customer Waiting for inputs from customer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants