Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Nov 18, 2022

Co-authored-by: Daniel Standish [email protected]


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborg boring-cyborg bot added provider:cncf-kubernetes Kubernetes (k8s) provider related issues area:providers kind:documentation provider:amazon AWS/Amazon - related issues provider:google Google (including GCP) related issues labels Nov 18, 2022
@potiuk potiuk requested a review from dstandish November 18, 2022 11:39
@potiuk
Copy link
Member Author

potiuk commented Nov 18, 2022

I decided to run a "full" release of providers as follow-up - i.e. include all the small changes that were merged since 15th Nov - this way it will be "full" provider's release and documentation will be consistent.

@potiuk
Copy link
Member Author

potiuk commented Nov 18, 2022

Replaces #27726

@potiuk
Copy link
Member Author

potiuk commented Nov 18, 2022

I also skipped asana from previous wave and added it here as feature release.

@Taragolis
Copy link
Contributor

I'm noticed that providers refers it their pages to examples (system tests and legacy examples) from earlier versions, e.g.:

I've also found the same situation with other providers.

Seems like it not update automatically and we could correct links within this PR.

@potiuk
Copy link
Member Author

potiuk commented Nov 22, 2022

I'm noticed that providers refers it their pages to examples (system tests and legacy examples) from earlier versions, e.g.:

I've also found the same situation with other providers.

Ah. Interesting. Good catch. they should be automatically updating when the documentation is built, but maybe there is a bug in the process. I will take a look at that - maybe we will have to fix some historical links as well.

@potiuk potiuk force-pushed the provider-release-fixes-22-nov branch 2 times, most recently from 637aff8 to d4dee77 Compare November 23, 2022 10:23
@mik-laj mik-laj changed the title Prepare for follow-up relase for November providers Prepare for follow-up release for November providers Nov 24, 2022
@potiuk potiuk force-pushed the provider-release-fixes-22-nov branch from d4dee77 to 079e764 Compare November 24, 2022 11:34
@potiuk
Copy link
Member Author

potiuk commented Nov 24, 2022

OK. That one should be good to go with follow-up release of providers.

We have a bit more changes than initially planned due to databricks/google/common.sql incompatibilities - with this one we seems to be back-on-track (at least with known issues).

@potiuk potiuk force-pushed the provider-release-fixes-22-nov branch from 079e764 to 5487328 Compare November 24, 2022 13:36
@potiuk potiuk merged commit 2e20e9f into apache:main Nov 24, 2022
@potiuk potiuk deleted the provider-release-fixes-22-nov branch November 24, 2022 14:15
potiuk added a commit to potiuk/airflow that referenced this pull request Dec 4, 2022
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.
@potiuk
Copy link
Member Author

potiuk commented Dec 4, 2022

I'm noticed that providers refers it their pages to examples (system tests and legacy examples) from earlier versions, e.g.:

Should be fixed be #28090

potiuk added a commit that referenced this pull request Dec 5, 2022
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.
pierrejeambrun pushed a commit that referenced this pull request Jan 12, 2023
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

(cherry picked from commit c8e348d)
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Mar 31, 2023
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Apr 4, 2023
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

(cherry picked from commit c8e348dcb0bae27e98d68545b59388c9f91fc382)

GitOrigin-RevId: 3c885de2361f30a3d5925313a2922233fd0a3b5f
ahidalgob pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Nov 7, 2023
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Sep 19, 2024
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Nov 8, 2024
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request May 3, 2025
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request May 24, 2025
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Sep 19, 2025
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Oct 17, 2025
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers kind:documentation provider:amazon AWS/Amazon - related issues provider:cncf-kubernetes Kubernetes (k8s) provider related issues provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants