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
fix: allow marketplace version update without any existing version
If the marketplace listing doesn't have a version yet, do allow to
create a new version request.
This fixes:
File "awspub/image_marketplace.py", line 40, in request_new_version
for version in entity["DetailsDocument"]["Versions"]:
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'Versions'
Add support for sharing with Organizations and Organizational Units
This PR extends "share:" schema to support sharing images with
organizations & organization units by ARN.
Fixes: #105