Skip to content

Commit 911b708

Browse files
authored
Prepare docs for Jan 2023 mid-month wave of Providers (#28929)
* Prepare docs for Jan 2023 mid-month wave of Providers
1 parent f4be70a commit 911b708

File tree

71 files changed

+576
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+576
-65
lines changed

β€Žairflow/providers/amazon/CHANGELOG.rst

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,40 @@
2424
Changelog
2525
---------
2626

27+
7.1.0
28+
.....
29+
30+
Features
31+
~~~~~~~~
32+
33+
* ``Add ''configuration_overrides'' to templated fields (#28920)``
34+
* ``Add a new SSM hook and use it in the System Test context builder (#28755)``
35+
* ``Add waiter config params to emr.add_job_flow_steps (#28464)``
36+
* ``Add AWS Sagemaker Auto ML operator and sensor (#28472)``
37+
* ``new operator to create a sagemaker experiment (#28837)``
38+
39+
Bug Fixes
40+
~~~~~~~~~
41+
42+
* ``Avoid circular import from S3HookUriParseFailure (#28908)``
43+
* ``Use compat for cached_property in AWS Batch modules (#28835)``
44+
* ``Apply "unify bucket and key" before "provide bucket" (#28710)``
45+
46+
Misc
47+
~~~~
48+
49+
* ``Update S3ToRedshiftOperator docs to inform users about multiple key functionality (#28705)``
50+
* ``Refactor waiter function and improve unit tests (#28753)``
51+
* ``Better exception raised in case of numpy missing (#28722)``
52+
* ``Don't call get_connection from provide_bucket_name (#28716)``
53+
54+
.. Below changes are excluded from the changelog. Move them to
55+
appropriate section above if needed. Do not delete the lines(!):
56+
* ``Switch to ruff for faster static checks (#28893)``
57+
58+
2759
7.0.0
28-
-----
60+
.....
2961

3062
Breaking changes
3163
~~~~~~~~~~~~~~~~
@@ -78,9 +110,6 @@ Misc
78110
* ``[misc] Get rid of 'pass' statement in conditions (#27775)``
79111
* ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)``
80112

81-
.. Below changes are excluded from the changelog. Move them to
82-
appropriate section above if needed. Do not delete the lines(!):
83-
84113
6.2.0
85114
.....
86115

β€Žairflow/providers/amazon/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
2323
2424
versions:
25+
- 7.1.0
2526
- 7.0.0
2627
- 6.2.0
2728
- 6.1.0

β€Žairflow/providers/apache/beam/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@
2424
Changelog
2525
---------
2626

27+
4.1.1
28+
.....
29+
30+
Bug Fixes
31+
~~~~~~~~~
32+
* ``Ensure Beam Go file downloaded from GCS still exists when referenced (#28664)``
33+
34+
.. Below changes are excluded from the changelog. Move them to
35+
appropriate section above if needed. Do not delete the lines(!):
36+
2737
4.1.0
2838
.....
2939

β€Žairflow/providers/apache/beam/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Apache Beam <https://beam.apache.org/>`__.
2323
2424
versions:
25+
- 4.1.1
2526
- 4.1.0
2627
- 4.0.0
2728
- 3.4.0

β€Žairflow/providers/apache/hive/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@
2424
Changelog
2525
---------
2626

27+
5.1.1
28+
.....
29+
30+
Bug Fixes
31+
~~~~~~~~~
32+
* ``Move local_infile option from extra to hook parameter (#28811)``
33+
34+
.. Below changes are excluded from the changelog. Move them to
35+
appropriate section above if needed. Do not delete the lines(!):
36+
2737
5.1.0
2838
.....
2939

β€Žairflow/providers/apache/hive/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Apache Hive <https://hive.apache.org/>`__
2323
2424
versions:
25+
- 5.1.1
2526
- 5.1.0
2627
- 5.0.0
2728
- 4.1.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
06acf40a4337759797f666d5bb27a5a393b74fed
1+
2b92c3c74d3259ebac714f157c525836f0af50f0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
1+
487b174073c01e03ae64760405a8d88f6a488ca6

β€Žairflow/providers/cncf/kubernetes/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424
Changelog
2525
---------
2626

27+
5.1.1
28+
.....
29+
30+
Bug Fixes
31+
~~~~~~~~~
32+
33+
* ``Fix Incorrect 'await_container_completion' (#28771)``
34+
35+
.. Below changes are excluded from the changelog. Move them to
36+
appropriate section above if needed. Do not delete the lines(!):
37+
* ``Switch to ruff for faster static checks (#28893)``
38+
2739
5.1.0
2840
.....
2941

β€Žairflow/providers/cncf/kubernetes/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Kubernetes <https://kubernetes.io/>`__
2323
2424
versions:
25+
- 5.1.1
2526
- 5.1.0
2627
- 5.0.0
2728
- 4.4.0

0 commit comments

Comments
 (0)