This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 0cf89fa362e Adding details of way to retrive provider version for
release testing (#61028)
0cf89fa362e is described below
commit 0cf89fa362e72898b718fe6ff2fc8caa0b4ba45f
Author: Srabasti Banerjee <[email protected]>
AuthorDate: Sun Jan 25 02:00:27 2026 -0800
Adding details of way to retrive provider version for release testing
(#61028)
---
dev/README_RELEASE_PROVIDERS.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev/README_RELEASE_PROVIDERS.md b/dev/README_RELEASE_PROVIDERS.md
index aa98623a906..ae60ee84e32 100644
--- a/dev/README_RELEASE_PROVIDERS.md
+++ b/dev/README_RELEASE_PROVIDERS.md
@@ -1007,6 +1007,8 @@ described in
But you can use any of the installation methods you prefer (you can even
install it via the binary wheels
downloaded from the SVN).
+For values for <provider>==<VERSION>rc<X>, refer to the PR/email from Release
Manager. For example, in order to test keycloak provider,
[PR-60496](https://github.com/apache/airflow/issues/60496) lists ""Provider
keycloak: 0.5.0rc1". Hence use "apache-airflow-providers-keycloak==0.5.0rc1" in
below steps.
+
### Installing in your local virtualenv
You have to make sure you have Airflow 3* installed in your PIP virtualenv