From 9a85ab2ae542ae432bbfcb029d8a12840c8be277 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Mon, 3 Aug 2026 00:21:06 +0200 Subject: [PATCH 1/2] Sync uv.lock with the clickhousedb and keycloak release versions The 2026-08-01 wave bumped clickhousedb to 1.0.1 and keycloak to 0.9.0, but the lock file kept the previous versions for both, so resolving the workspace pins them below what their provider.yaml declares. --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index 8c6ff1b982114..0c7c14c1c52b0 100644 --- a/uv.lock +++ b/uv.lock @@ -4223,7 +4223,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-clickhousedb" -version = "1.0.0" +version = "1.0.1" source = { editable = "providers/clickhousedb" } dependencies = [ { name = "apache-airflow" }, @@ -6231,7 +6231,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-keycloak" -version = "0.8.2" +version = "0.9.0" source = { editable = "providers/keycloak" } dependencies = [ { name = "apache-airflow" }, From 2b1aba798c6fbc8d79552ebef4ab4024b6a4531c Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Mon, 3 Aug 2026 00:26:19 +0200 Subject: [PATCH 2/2] Credit the Keycloak JWT middleware in the keycloak 0.9.0 changelog The middleware landed on main between the wave being classified and merged, so it ships in 0.9.0 without appearing in its changelog. It is also what reads and refreshes the cookies introduced alongside it, so the release notes read as if that half of the change did not exist. --- providers/keycloak/docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/keycloak/docs/changelog.rst b/providers/keycloak/docs/changelog.rst index 27cd149becae8..35f18bbee0b93 100644 --- a/providers/keycloak/docs/changelog.rst +++ b/providers/keycloak/docs/changelog.rst @@ -41,6 +41,7 @@ Features * ``Implement bulk authorization methods in KeycloakAuthManager (#70647)`` * ``Move keycloak JWT tokens to separate cookies (#70550)`` +* ``Add KeycloakJWTMiddleware to KeycloakAuthManager (#70800)`` * ``Add IMPORT_ERRORS_ALL permission for import errors of files with no registered Dag (#69790)`` .. Below changes are excluded from the changelog. Move them to