This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 6750f144c2 Update RELEASE_NOTES.rst
discard 52e7756192 Update version to 2.8.3
discard 2ac02a85bc Add smtp provider to prod image (#37739)
discard f339a93e26 Update build and install dependencies. (#37910)
discard 3e1c0f37dc Upgrade google-ads version (#37787)
discard 73f51aaef7 Clarify lack of sync between workers and scheduler (#37913)
discard bea6ff58e1 Add "MENU" permission in auth manager (#37881)
discard faf891badc Fix external_executor_id being overwritten (#37784)
discard 07252d6e04 Make more MappedOperator members modifiable (#37828)
discard f6b2ac11af Improve code coverage for TriggerRuleDep (#37680)
discard ade1ecff00 Simplify some docs around airflow_local_settings (#37835)
discard 2fc41ae207 Add section about local settings configuration (#37829)
discard 9c203c4314 Fix images in breeze docs (#37832)
discard 594e69b2e0 Fix docs of `BranchDayOfWeekOperator` (#37813)
discard ea347687d8 Format improvements, URL fixes in contrib docs (#37820)
discard 5580c56829 docs: Write to secrets store is not supported by design
(#37814)
discard 8fbca6497d Erd generating doc improvement (#37808)
discard 6fa7e44a0e Limit `pandas` to `<2.2` (#37748)
discard ad271b34a1 Remove AirflowException from type-checking into
`airflow.__init__.py` (#37724)
discard 33ed607347 The SMTP provider is now preinstalled when installing
Airflow (#37713)
discard 5863a658b6 Update incorrect config value (#37706)
discard 23ebf3e39e Bump min versions of openapi validators (#37691)
discard 1782291093 Bump lower-limit for pinotdb (#37690)
discard e2ec0b83d3 Update security model to clarify Connection Editing user's
capabilities (#37688)
discard 9ed6031749 Properly include airflow_pre_installed_providers.txt
artifact (#37679)
discard cbcf25a7d3 Make airflow package preparation in docker work with all
builders (#37678)
discard 45a5f13d31 Remove gosu binary from our images (#37677)
discard 9c86c54ec1 Increase timeout for kill-switch on ARM instances. (#37676)
discard eef315fff7 fix ImportError on examples dags (#37571)
discard d5f9877c2e Tell users what to do if their scanners find issues in the
image (#37652)
add 7334d2011b fix ImportError on examples dags (#37571)
add c46f5cd523 Increase timeout for kill-switch on ARM instances. (#37676)
add 0a4bb152ad Remove gosu binary from our images (#37677)
add 4fbc3be82b Make airflow package preparation in docker work with all
builders (#37678)
add 685c4ed085 Properly include airflow_pre_installed_providers.txt
artifact (#37679)
add 2c669966c9 Update security model to clarify Connection Editing user's
capabilities (#37688)
add cf54aa15e2 Bump min versions of openapi validators (#37691)
add 4f44fa7c4c Update incorrect config value (#37706)
add a7d3007809 The SMTP provider is now preinstalled when installing
Airflow (#37713)
add ba599457c0 Remove AirflowException from type-checking into
`airflow.__init__.py` (#37724)
add 3fc005ef31 Erd generating doc improvement (#37808)
add 7b2caf4528 docs: Write to secrets store is not supported by design
(#37814)
add 65a6ac6e8b Format improvements, URL fixes in contrib docs (#37820)
add 6a67c1a53a Fix docs of `BranchDayOfWeekOperator` (#37813)
add 18d014c70e Fix images in breeze docs (#37832)
add 13bd17ce94 Add section about local settings configuration (#37829)
add 944a1398e3 Simplify some docs around airflow_local_settings (#37835)
add 9c541ae1a5 Improve code coverage for TriggerRuleDep (#37680)
add 2c58b6f01d Make more MappedOperator members modifiable (#37828)
add 922cdea6b1 Fix external_executor_id being overwritten (#37784)
add a233ffba4d Add "MENU" permission in auth manager (#37881)
add c237d72d9f Clarify lack of sync between workers and scheduler (#37913)
add 4467572ec2 Update build and install dependencies. (#37910)
add b9181da6e5 Add smtp provider to prod image (#37739)
add b7cf154fc9 Update version to 2.8.3
add ae2cc186b5 Update RELEASE_NOTES.rst
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 (6750f144c2)
\
N -- N -- N refs/heads/v2-8-test (ae2cc186b5)
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:
RELEASE_NOTES.rst | 5 -
airflow/providers/amazon/provider.yaml | 6 +-
airflow/providers/apache/hive/provider.yaml | 6 +-
airflow/providers/apache/pinot/provider.yaml | 2 +-
airflow/providers/common/sql/provider.yaml | 6 +-
airflow/providers/exasol/provider.yaml | 6 +-
airflow/providers/google/ads/hooks/ads.py | 8 +-
airflow/providers/google/provider.yaml | 8 +-
airflow/providers/presto/provider.yaml | 6 +-
airflow/providers/salesforce/provider.yaml | 6 +-
airflow/providers/trino/provider.yaml | 6 +-
airflow/providers/weaviate/provider.yaml | 6 +-
airflow/reproducible_build.yaml | 4 +-
docs/conf.py | 2 +-
docs/docker-stack/index.rst | 133 +++++----------------------
generated/provider_dependencies.json | 18 ++--
pyproject.toml | 24 ++---
17 files changed, 61 insertions(+), 191 deletions(-)