potiuk commented on code in PR #43786: URL: https://github.com/apache/airflow/pull/43786#discussion_r1836636044
########## providers/src/airflow/providers/jdbc/provider.yaml: ########## @@ -25,6 +25,7 @@ state: ready source-date-epoch: 1728485176 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.5.3 Review Comment: You don't / should not do it on your own - see the comment just two lines above. The thing is that we do not know yet what will be the bump - someone else might add a new feature to the provider and it might require to bump minor rather patchlevel version - or adds a breaking change which will result in major version bump. The only exception to that is when we have a version change that is needed by another provider (say common.sql new version is needed as min-version in another provider that starts using a new feature). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
