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

Fixes SDK version fetch for "Distributing" lab #349

Merged
merged 4 commits into from
Sep 24, 2024

Conversation

crdant
Copy link
Member

@crdant crdant commented Sep 17, 2024

TL;DR

Uses the SDK version directly in "Distributing" lab

Details

Repairs a regression created by the switch from using the git tag ot the
registry tag to find the SDK version. When the code used the git tag we
had to strip the first character and with the registry version we don't.
This fix makes sure we don't strip it.

TL;DR
-----

Uses the SDK version directly in "Distributing" lab

Details
-------

Repairs a regression created by the switch from using the git tag ot the
registry tag to find the SDK version. When the code used the git tag we
had to strip the first character and with the registry version we don't.
This fix makes sure we don't strip it.
@crdant crdant changed the title fix/crdant/repairs sdk version Fixes SDK version fetch for "Distributing" lab Sep 17, 2024
@crdant
Copy link
Member Author

crdant commented Sep 17, 2024

@xavpaice … I'll tap you on the shoulder, but I'd love to get a read on this

@crdant crdant marked this pull request as ready for review September 24, 2024 13:28
@crdant crdant merged commit 5ee39bd into main Sep 24, 2024
2 of 13 checks passed
@crdant crdant deleted the fix/crdant/repairs-sdk-version branch September 24, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant