Closed theunrepentantgeek closed 1 year ago
Modifies the regular expression used to identify package versions to also include api and stable, allowing for non-prerelease versions to be handled.
api
stable
Motivated by 2.0.0 GA release of Azure Service Operator where we have migrated our CRDs from v1beta as a prefix to v1api.
v1beta
v1api
Modifies the regular expression used to identify package versions to also include
api
andstable
, allowing for non-prerelease versions to be handled.Motivated by 2.0.0 GA release of Azure Service Operator where we have migrated our CRDs from
v1beta
as a prefix tov1api
.