This is an automated email from the ASF dual-hosted git repository.
potiuk 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 66444504c4e Correct the uv.lock versions and keycloak changelog after
the 2026-08-01 wave (#70952)
66444504c4e is described below
commit 66444504c4edc1b315c5ec026e3166ce49565aed
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Aug 3 01:05:14 2026 +0200
Correct the uv.lock versions and keycloak changelog after the 2026-08-01
wave (#70952)
* 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.
* 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 +
uv.lock | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/providers/keycloak/docs/changelog.rst
b/providers/keycloak/docs/changelog.rst
index 27cd149beca..35f18bbee0b 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
diff --git a/uv.lock b/uv.lock
index 8c6ff1b9821..0c7c14c1c52 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" },