This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch staging
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


 discard 25c9a953e2 Fix RewriteRule pattern for /registry trailing-slash 
redirect (#1439)
    omit 4e4e49bc94 Fix /registry not working without trailing slash (#1438)
    omit f95897fe7d Add registry rewrite rule to proxy /registry/ through 
CloudFront
     add 74a587bcca Add informatica provider to index.md (#1441)
     add 285dc3cd65 Upgrade Docsy theme (#1443)
     add 3efdcc6420 Bump the npm-dependencies group across 1 directory with 5 
updates (#1440)
     add cc585bbca4 Update landing-pages lock files (#1444)
     add dfc8ce5655 Parallelize user image downloads in CI (#1449)
     add 6cb2604101 Update GitHub Actions to Node 24-compatible versions (#1450)
     add 73e021fb0f Bump actions/upload-artifact in the github-actions group 
(#1452)
     add 4b0239c4c6 Fix git push auth failure after actions/checkout v6 upgrade 
(#1453)
     add 3ff7a13b77 Bump the npm-dependencies group across 1 directory with 6 
updates (#1451)
     add 4f8116a2c7 Announce Apache Airflow 3.1.8 release (#1454)
     add b2367d2c63 add linebreak (#1455)
     add 0d454c8266 Revert "Upgrade Docsy theme (#1443)" (#1456)
     add e8b6af3d0f Add Airflow Schedule Heatmap entry (#1460)
     add d74c6cfd82 Add announcement for Apache Airflow 2.11.2 release (#1461)
     add 6fa50f404d Fix sphinx version
     add 65b06b0677 Add automatic version bumping for sphinx_airflow_theme 
(#1464)
     add eb875b2b86 Preserve previous sphinx_airflow_theme versions in CI 
builds (#1466)
     add a4381791e5 Add AGENTS.md with AI agent instructions for airflow-site 
(#1468)
     add 9596bba74c Replace octopin with dependabot and fix zizmor issues 
(#1467)
     add 0a971b39f3 Bump the pre-commit-hooks group with 2 updates (#1469)
     add 6870d324e3 Add Provero to ecosystem page (#1463)
     add 2ecc094d7f Bump the npm-dependencies group across 1 directory with 3 
updates (#1462)
     add 5de09401e5 Bump js-yaml in /landing-pages (#1465)
     add 5116a255e2 Update _index.md (#1470)
     add 460fc9a35a Bump webpack-cli (#1471)
     add 7c234928a1 Add .htaccess rewrite rules for /registry/ (#1459)
     add 2a386bd99c Add Registry to main website and Sphinx theme navigation 
(#1458)
     add dce073cc66 Add blog post: Introducing the Apache Airflow Registry 
(#1457)
     add 20e54c6fcc Bump sphinx_airflow_theme version 0.3.2 -> 0.3.3
     add ca8969139a Fix sphinx_airflow_theme hash instability from __pycache__
     add 1dc9709d0f Fix sphinx_airflow_theme hash: skip .DS_Store and 
__pycache__
     add e777aa2eb0 Bump flatted from 3.3.3 to 3.4.2 in /landing-pages (#1472)
     add dc6a5b59f5 Add cooldown days for pre-commit dependabot ecosystem 
(#1473)

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   (25c9a953e2)
            \
             N -- N -- N   refs/heads/staging (dc6a5b59f5)

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:
 .github/dependabot.yml                             |    20 +
 .github/scripts/refresh_pmc_committer_images.py    |    40 +-
 .github/workflows/build.yml                        |    78 +-
 .github/workflows/upgrade.yml                      |    86 -
 .pre-commit-config.yaml                            |    21 +-
 AGENTS.md                                          |   107 +
 landing-pages/package-lock.json                    | 15643 +++++++++++++++++++
 landing-pages/package.json                         |    18 +-
 landing-pages/site/config.toml                     |     5 +
 .../site/content/en/announcements/_index.md        |    19 +
 .../blog/airflow-registry/images/api-explorer.png  |   Bin 0 -> 122305 bytes
 .../airflow-registry/images/connection-builder.gif |   Bin 0 -> 153586 bytes
 .../airflow-registry/images/explore-categories.png |   Bin 0 -> 154929 bytes
 .../en/blog/airflow-registry/images/light-mode.png |   Bin 0 -> 444192 bytes
 .../airflow-registry/images/provider-detail.png    |   Bin 0 -> 97822 bytes
 .../airflow-registry/images/registry-homepage.png  |   Bin 0 -> 144593 bytes
 .../en/blog/airflow-registry/images/search.png     |   Bin 0 -> 107274 bytes
 .../en/blog/airflow-registry/images/stats-page.png |   Bin 0 -> 76834 bytes
 .../site/content/en/blog/airflow-registry/index.md |    93 +
 landing-pages/site/content/en/docs/_index.md       |     2 +
 landing-pages/site/content/en/ecosystem/_index.md  |     6 +
 landing-pages/yarn.lock                            |   782 +-
 sphinx_airflow_theme/.theme_files_hash             |     1 +
 sphinx_airflow_theme/LATEST_VERSION.txt            |     1 +
 sphinx_airflow_theme/check_and_bump_version.py     |   128 +
 .../sphinx_airflow_theme/__init__.py               |     7 +-
 26 files changed, 16519 insertions(+), 538 deletions(-)
 delete mode 100644 .github/workflows/upgrade.yml
 create mode 100644 AGENTS.md
 create mode 100644 landing-pages/package-lock.json
 create mode 100644 
landing-pages/site/content/en/blog/airflow-registry/images/api-explorer.png
 create mode 100644 
landing-pages/site/content/en/blog/airflow-registry/images/connection-builder.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflow-registry/images/explore-categories.png
 create mode 100644 
landing-pages/site/content/en/blog/airflow-registry/images/light-mode.png
 create mode 100644 
landing-pages/site/content/en/blog/airflow-registry/images/provider-detail.png
 create mode 100644 
landing-pages/site/content/en/blog/airflow-registry/images/registry-homepage.png
 create mode 100644 
landing-pages/site/content/en/blog/airflow-registry/images/search.png
 create mode 100644 
landing-pages/site/content/en/blog/airflow-registry/images/stats-page.png
 create mode 100644 landing-pages/site/content/en/blog/airflow-registry/index.md
 create mode 100644 sphinx_airflow_theme/.theme_files_hash
 create mode 100644 sphinx_airflow_theme/LATEST_VERSION.txt
 create mode 100755 sphinx_airflow_theme/check_and_bump_version.py

Reply via email to