This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 8082330ab6 Bump webpack from 5.73.0 to 5.76.0 in /airflow/www (#30112)
discard 3a573e321a Formatted config (#30103)
discard b585bf69cc Fix spelling mistake in wwwutils.dag_run_link (#30098)
discard d67ab8aa0d Fix `TriggerRuleDep` when the mapped tasks count is 0
(#30084)
discard 3284043faf dag processor manager, add retry_db_transcation to
_fetch_callbacks (#30079)
discard ffe1a63a3c Adding more information regarding top level code (#30040)
discard 2068b91b29 Remove upper bound limit of astroid (#30033)
discard ec13ea65df Improve install instruction for test package (#30030)
discard 0ce473184b Fix shell expansion for release management commands (#30027)
discard 03a8ddc66e Update workday example (#30026)
discard c3b1010040 Git clean should work if root owned files are in the
working tree (#30025)
discard f816109344 Fix some typos in in the DAGs docs (#30015)
discard 72e4c8e82c Add capability of iterating locally on constraint files for
CI image (#30002)
discard be0e1a66bb Fix db clean command for mysql db (#29999)
discard 76c3c3930a Update set-up-database.rst (#29991)
discard 04d03d02dc Fix indentation in release notes (#29987)
discard c8a6ec933d Avoid considering EmptyOperator in mini scheduler (#29979)
discard cc29bd9ea5 Fix some long known Graph View UI problems (#29971)
discard 877108a923 fix dag docs toggle icon initial angle (#29970)
discard f580a69933 Fix tags selection in DAGs UI (#29944)
discard 87a7b024a1 Fix some typos on the kubernetes documentation (#29936)
discard 0d49d0e478 Remove accidentally merged vendor daemon patch code (#29895)
discard b7955a1bd6 including airflow/example_dags/sql/sample.sql in
MANIFEST.in (#29883)
discard b1d4fb8a6f Move sqlalchemy.ext.declarative imports to orm (#29862)
discard 924b0ffc09 Fixing broken filter in in /taskinstance/list view (#29850)
discard b34ff97792 Allow generic param dicts (#29782)
discard 2685421db8 fix update_mask in patch variable route (#29711)
discard fe7e07ebeb Allow to specify which connection, variable or config are
being looked up in the backend using *_lookup_pattern parameters (#29580)
discard ad4dc4fb7c Remove outdated compat imports/code from providers (#28507)
discard f3a12a8e97 AWS Secrets Manager Backend - major update (#27920)
new 0be6263619 fix update_mask in patch variable route (#29711)
new d2da824c20 Allow generic param dicts (#29782)
new df8fbb01df Fixing broken filter in in /taskinstance/list view (#29850)
new 73fd13f471 Move sqlalchemy.ext.declarative imports to orm (#29862)
new 7e2a9d8fe2 including airflow/example_dags/sql/sample.sql in
MANIFEST.in (#29883)
new 23358e5310 Remove accidentally merged vendor daemon patch code (#29895)
new db628cbf07 Fix some typos on the kubernetes documentation (#29936)
new 867e2a8394 Fix tags selection in DAGs UI (#29944)
new 10a1316331 fix dag docs toggle icon initial angle (#29970)
new ea8227b385 Fix some long known Graph View UI problems (#29971)
new 7097baa63d Avoid considering EmptyOperator in mini scheduler (#29979)
new 27c1c5c5fb Fix indentation in release notes (#29987)
new 4805e2937e Update set-up-database.rst (#29991)
new 6aaf590029 Fix db clean command for mysql db (#29999)
new 42e4596eec Add capability of iterating locally on constraint files for
CI image (#30002)
new f833089d5e Fix some typos in in the DAGs docs (#30015)
new 0a9121438b Git clean should work if root owned files are in the
working tree (#30025)
new 8a4abf28ee Update workday example (#30026)
new 46788aa9f4 Fix shell expansion for release management commands (#30027)
new 2af77e59e0 Improve install instruction for test package (#30030)
new 73329702e3 Remove upper bound limit of astroid (#30033)
new a18a73e6e2 Adding more information regarding top level code (#30040)
new d06ca4e3b5 dag processor manager, add retry_db_transcation to
_fetch_callbacks (#30079)
new a0d130a22b Fix `TriggerRuleDep` when the mapped tasks count is 0
(#30084)
new 59162a3581 Fix spelling mistake in wwwutils.dag_run_link (#30098)
new 38852d4cd2 Formatted config (#30103)
new fb40dc217b Bump webpack from 5.73.0 to 5.76.0 in /airflow/www (#30112)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8082330ab6)
\
N -- N -- N refs/heads/v2-5-test (fb40dc217b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 27 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../amazon/aws/secrets/secrets_manager.py | 308 ++++++++++++++-------
.../amazon/aws/secrets/systems_manager.py | 49 +---
airflow/providers/cncf/kubernetes/__init__.py | 29 ++
airflow/providers/microsoft/winrm/hooks/winrm.py | 7 +-
airflow/providers/presto/hooks/presto.py | 10 +-
airflow/providers/ssh/hooks/ssh.py | 6 +-
airflow/providers/trino/hooks/trino.py | 10 +-
.../img/aws-secrets-manager-json.png | Bin 86477 -> 0 bytes
.../img/aws-secrets-manager-uri.png | Bin 60559 -> 0 bytes
.../img/aws-secrets-manager.png | Bin 0 -> 28060 bytes
.../secrets-backends/aws-secrets-manager.rst | 125 ++++-----
.../secrets-backends/aws-ssm-parameter-store.rst | 41 +--
.../security/secrets/secrets-backend/index.rst | 4 +-
.../amazon/aws/secrets/test_secrets_manager.py | 151 +++-------
.../amazon/aws/secrets/test_systems_manager.py | 150 ----------
15 files changed, 374 insertions(+), 516 deletions(-)
delete mode 100644
docs/apache-airflow-providers-amazon/img/aws-secrets-manager-json.png
delete mode 100644
docs/apache-airflow-providers-amazon/img/aws-secrets-manager-uri.png
create mode 100644
docs/apache-airflow-providers-amazon/img/aws-secrets-manager.png