Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/build-prod-images/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ runs:
run: >
breeze release-management prepare-airflow-package
--package-format wheel --version-suffix-for-pypi dev0
- name: "Move dist packages to docker-context files"
- name: "Copy dist packages to docker-context files"
shell: bash
run: mv -v ./dist/*.whl ./docker-context-files
run: cp -v --no-preserve=mode,ownership ./dist/*.whl ./docker-context-files
- name: "Download constraints from the CI build"
uses: actions/download-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1930,8 +1930,8 @@ jobs:
DEBUG_RESOURCES: ${{needs.build-info.outputs.debug-resources}}
COMMIT_SHA: ${{ github.sha }}
if: matrix.platform == 'linux/amd64'
- name: "Move dist packages to docker-context files"
run: mv -v ./dist/*.whl ./docker-context-files
- name: "Copy dist packages to docker-context files"
run: cp -v --no-preserve=mode,ownership ./dist/*.whl ./docker-context-files
- name: "Push PROD cache ${{ matrix.python-version }} ${{ matrix.platform }}"
run: >
breeze prod-image build
Expand Down
11 changes: 11 additions & 0 deletions airflow/provider.yaml.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,16 @@
"type": "string"
}
}
},
"source-date-epoch": {
"type": "integer",
"description": "Source date epoch - seconds since epoch (gmtime) when the release documentation was prepared. Used to generate reproducible package builds with flint.",

"minimum": 0,
"default": 0,
"examples": [
1609459200
]
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -442,6 +452,7 @@
"package-name",
"description",
"suspended",
"source-date-epoch",
"dependencies",
"versions"
]
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/airbyte/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Airbyte <https://airbyte.io/>`__
suspended: false
source-date-epoch: 1700148043
versions:
- 3.4.0
- 3.3.2
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/alibaba/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com//>`__).
suspended: false
source-date-epoch: 1700148044
versions:
- 2.6.0
- 2.5.3
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
suspended: false
source-date-epoch: 1700148045
versions:
- 8.11.0
- 8.10.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/beam/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Beam <https://beam.apache.org/>`__.

suspended: false
source-date-epoch: 1700148046
versions:
- 5.3.0
- 5.2.3
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/cassandra/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Cassandra <http://cassandra.apache.org/>`__.
suspended: false
source-date-epoch: 1700148046
versions:
- 3.3.0
- 3.2.1
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/drill/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Drill <https://drill.apache.org/>`__.

suspended: false
source-date-epoch: 1700148047
versions:
- 2.5.0
- 2.4.4
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/druid/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Druid <https://druid.apache.org/>`__.

suspended: false
source-date-epoch: 1700148047
versions:
- 3.6.0
- 3.5.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/flink/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Flink <https://flink.apache.org/>`__

suspended: false
source-date-epoch: 1700148048
versions:
- 1.2.0
- 1.1.3
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/hdfs/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ description: |
and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.
suspended: false
source-date-epoch: 1700148048
versions:
- 4.2.0
- 4.1.1
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/hive/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Hive <https://hive.apache.org/>`__

suspended: false
source-date-epoch: 1700148049
versions:
- 6.2.0
- 6.1.6
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/impala/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Impala <https://impala.apache.org/>`__.
suspended: false
source-date-epoch: 1700148050
versions:
- 1.2.0
- 1.1.3
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/kafka/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ package-name: apache-airflow-providers-apache-kafka
name: Apache Kafka

suspended: false
source-date-epoch: 1700148050
description: |
`Apache Kafka <https://kafka.apache.org/>`__
versions:
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/kylin/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Kylin <https://kylin.apache.org/>`__
suspended: false
source-date-epoch: 1700148051
versions:
- 3.3.0
- 3.2.1
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/livy/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Livy <https://livy.apache.org/>`__

suspended: false
source-date-epoch: 1700148051
versions:
- 3.6.0
- 3.5.4
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/pig/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Pig <https://pig.apache.org/>`__
suspended: false
source-date-epoch: 1700148052
versions:
- 4.2.0
- 4.1.2
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/pinot/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Pinot <https://pinot.apache.org/>`__

suspended: false
source-date-epoch: 1700148052
versions:
- 4.2.0
- 4.1.4
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/spark/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Spark <https://spark.apache.org/>`__

suspended: false
source-date-epoch: 1700148053
versions:
- 4.4.0
- 4.3.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/sqoop/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Sqoop <https://sqoop.apache.org/>`__
suspended: false
source-date-epoch: 1700148053
versions:
- 4.1.0
- 4.0.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apprise/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ description: |
`Apprise <https://github.com/caronc/apprise>`__
suspended: false
source-date-epoch: 1700148054

versions:
- 1.1.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/arangodb/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies:
- python-arango>=7.3.2

suspended: false
source-date-epoch: 1700148054
versions:
- 2.3.0
- 2.2.2
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/asana/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Asana <https://app.asana.com/>`__
suspended: false
source-date-epoch: 1700148055
versions:
- 2.3.0
- 2.2.2
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/atlassian/jira/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Atlassian Jira <https://www.atlassian.com/>`__
suspended: false
source-date-epoch: 1700148055
versions:
- 2.2.0
- 2.1.1
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/celery/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Celery <http://www.celeryproject.org/>`__
suspended: false
source-date-epoch: 1700148056
versions:
- 3.4.1
- 3.4.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/cloudant/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`IBM Cloudant <https://www.ibm.com/cloud/cloudant>`__
suspended: false
source-date-epoch: 1700148056
versions:
- 3.3.0
- 3.2.1
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/cncf/kubernetes/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Kubernetes <https://kubernetes.io/>`__

suspended: false
source-date-epoch: 1700148057
versions:
- 7.9.0
- 7.8.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/cohere/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ description: |
`Cohere <https://docs.cohere.com/docs>`__

suspended: false
source-date-epoch: 1700148058

versions:
- 1.0.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/common/io/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
``Common IO Provider``

suspended: false
source-date-epoch: 1700148058
versions:
- 1.0.1
- 1.0.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/common/sql/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
suspended: false
source-date-epoch: 1700148058
versions:
- 1.8.1
- 1.8.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/daskexecutor/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Dask <https://www.dask.org/>`__

suspended: false
source-date-epoch: 1700148059
versions:
- 1.1.0
- 1.0.1
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/databricks/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Databricks <https://databricks.com/>`__

suspended: false
source-date-epoch: 1700148060
versions:
- 5.0.0
- 4.7.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/datadog/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Datadog <https://www.datadoghq.com/>`__
suspended: false
source-date-epoch: 1700148060
versions:
- 3.4.0
- 3.3.2
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/dbt/cloud/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`dbt Cloud <https://www.getdbt.com/product/what-is-dbt/>`__
suspended: false
source-date-epoch: 1700148061
versions:
- 3.4.0
- 3.3.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/dingding/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`DingTalk <https://www.dingtalk.com/>`__

suspended: false
source-date-epoch: 1700148061
versions:
- 3.3.0
- 3.2.1
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/discord/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Discord <https://discordapp.com/>`__
suspended: false
source-date-epoch: 1700148062
versions:
- 3.4.1
- 3.4.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/docker/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Docker <https://docs.docker.com/install/>`__
suspended: false
source-date-epoch: 1700148062
versions:
- 3.8.1
- 3.8.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/elasticsearch/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Elasticsearch <https://www.elastic.co/elasticsearch>`__
suspended: false
source-date-epoch: 1700148063
versions:
- 5.1.1
- 5.1.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/exasol/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Exasol <https://docs.exasol.com/home.htm>`__

suspended: false
source-date-epoch: 1700148064
versions:
- 4.3.0
- 4.2.5
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/facebook/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Facebook Ads <http://business.facebook.com/>`__
suspended: false
source-date-epoch: 1700148064
versions:
- 3.3.0
- 3.2.2
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/ftp/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`File Transfer Protocol (FTP) <https://tools.ietf.org/html/rfc114>`__
suspended: false
source-date-epoch: 1700148065
versions:
- 3.6.1
- 3.6.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/github/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
- PyGithub!=1.58

suspended: false
source-date-epoch: 1700148065
versions:
- 2.4.0
- 2.3.2
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ description: |
- `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)
suspended: false
source-date-epoch: 1700148066
versions:
- 10.11.1
- 10.11.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/grpc/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`gRPC <https://grpc.io/>`__

suspended: false
source-date-epoch: 1700148067
versions:
- 3.3.0
- 3.2.2
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/hashicorp/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
suspended: false
source-date-epoch: 1700148068
versions:
- 3.5.0
- 3.4.3
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/http/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
suspended: false
source-date-epoch: 1700148068
versions:
- 4.7.0
- 4.6.0
Expand Down
Loading