You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: