Allow a wider range of watchtower versions#35713
Conversation
|
Is the added config of |
Good question @eladkal! I did check before submitting the PR that the 2.0.1 version of the Watchtower code to ensure that parameter is accepted and it looks like it is: https://github.com/kislyuk/watchtower/blob/v2.0.1/watchtower/__init__.py#L185 The default serializer we provide was a fallback for the one WT uses anyways, and providing a new one should still work just as intended with 2.0.1. So I think it's all good. But maybe @cBiscuitSurprise can confirm just in case. |
#34747 upgraded the Amazon Provider Package to support Watchtower V3. The requirements were updated to only install v3 versions of watchtower, but many users may still need to use V2 (see example thread), which should still be perfectly working with the provider package code base (unless I'm mistaken, please correct me!).
This PR allows a wider range of watchtower versions to be installed along with the amazon provider package.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in newsfragments.