This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch
dependabot/uv/dev/breeze/v3-3-test/3-3-uv-dependency-updates-4a5237acef
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 1a6d10e2c35 Bump boto3 in /dev/breeze in the 3-3-uv-dependency-updates
group
add 2ce28e06e64 [v3-3-test] Only resolve a team namespaced environment
secret for its own team (#70736) (#70882)
add ef95d554081 Fix mypy failure on datadog timer wrapped by shared
observability Timer (#69202) (#70887)
add f077c8b992a Bump boto3 in /dev/breeze in the 3-3-uv-dependency-updates
group
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 (1a6d10e2c35)
\
N -- N -- N
refs/heads/dependabot/uv/dev/breeze/v3-3-test/3-3-uv-dependency-updates-4a5237acef
(f077c8b992a)
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.
No new revisions were added by this update.
Summary of changes:
.../src/airflow/secrets/environment_variables.py | 38 ++++--
.../always/test_secrets_environment_variables.py | 144 +++++++++++++++++++++
.../observability/metrics/protocols.py | 10 +-
3 files changed, 183 insertions(+), 9 deletions(-)
create mode 100644
airflow-core/tests/unit/always/test_secrets_environment_variables.py