3bcb351c487d2423b782a975eb90fc7381527e3f
8d00a6de2ae296c8923d8f72bb8a6f0b29dd0878
83fbe920e20a3fca222a9497df897bc2733c8424
This adjusts the filtering for ELN on AWS and Azure uploads; containers are currently left as-is until the repo mapping is determined.
This also adjust the message topics being published slightly. Before we had something like:
fedora_image_uploader.published.v1.azure.Cloud_Base.40.aarch64
The version number is not great to filter on, and is confusing when mixed with the ELN version number (currently 11), so the adjusted format is:
fedora_image_uploader.published.v1.azure.{rawhide,eln,branched,rc,nightly}.Cloud_Base.aarch64
While this is technically a breaking change, Adam is the first to try to bind to the topics and is using fedora_image_uploader.published.v1.aws.# so I'm inclined to not bother with the cumbersome compatibility dance.
fedora_image_uploader.published.v1.aws.#
3 new commits added
Bump fedora-image-uploader-messages to v1.1.0
Support uploading ELN images
Remove release number from published message topics
Pull-Request has been merged by jcline
This adjusts the filtering for ELN on AWS and Azure uploads; containers are currently left as-is until the repo mapping is determined.
This also adjust the message topics being published slightly. Before we had something like:
fedora_image_uploader.published.v1.azure.Cloud_Base.40.aarch64The version number is not great to filter on, and is confusing when mixed with the ELN version number (currently 11), so the adjusted format is:
fedora_image_uploader.published.v1.azure.{rawhide,eln,branched,rc,nightly}.Cloud_Base.aarch64While this is technically a breaking change, Adam is the first to try to bind to the topics and is using
fedora_image_uploader.published.v1.aws.#so I'm inclined to not bother with the cumbersome compatibility dance.