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

Is there a way to print the list of newer releases available for a component? #269

Open
rnjudge opened this issue May 29, 2024 · 0 comments

Comments

@rnjudge
Copy link

rnjudge commented May 29, 2024

Using this library it's possible to get the newerReleases count for a component, something like:

newer_releases = component['activityData'].get('newerReleases', None)

Is there a way to get a list of what these newer releases are for a given component? i.e. if a component was listed as having "3 newer releases" in the BD Hub UI -- is there a way I could get the list of the three newer releases: [2.1, 2.2, 2.3] assuming my component version was listed at 2.0?

Thanks in advance.

@rnjudge rnjudge changed the title Is there a way to print the list of newer releases available? Is there a way to print the list of newer releases available for a component? May 29, 2024
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