astronomer / astronomer-airflow-version-check

Plugin to check if new version of Astronomer Certified Airflow is available
Apache License 2.0
1 stars 2 forks source link

Use semantic versioning for checking of runtime images and remove deprecated AC supports #54

Closed ephraimbuddy closed 1 year ago

ephraimbuddy commented 1 year ago

We currently use python versioning for runtime/ac images but this is not working with semantic versioning that docker uses. Changing it to use semantic versioning so we can accommodate nightly build of runtime with this scheme: 9.0.0-nightly{date}

his PR also removes the deprecated AC support