airflow-cli 0.1.13__tar.gz → 0.1.14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airflow-cli
3
- Version: 0.1.13
3
+ Version: 0.1.14
4
4
  Summary: CLI para facilitar o setup de Airflow com Docker.
5
5
  Author-email: LEMA-UFPB <ufpb.lema@gmail.com>
6
6
  License-Expression: MIT
@@ -18,6 +18,7 @@ x-airflow-common: &airflow-common
18
18
  AIRFLOW_VAR_DATA_DIR: "/opt/airflow/data"
19
19
  AIRFLOW__CORE__SIMPLE_AUTH_MANAGER_ALL_ADMINS: "true"
20
20
  AIRFLOW__WEBSERVER__SIMPLE_AUTH_MANAGER_USERS: "airflow:admin"
21
+ DOCKER_INSECURE_NO_IPTABLES_RAW: "true"
21
22
  volumes:
22
23
  - ./dags:/opt/airflow/dags
23
24
  user: "50000:0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airflow-cli
3
- Version: 0.1.13
3
+ Version: 0.1.14
4
4
  Summary: CLI para facilitar o setup de Airflow com Docker.
5
5
  Author-email: LEMA-UFPB <ufpb.lema@gmail.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "airflow-cli"
3
- version = "0.1.13"
3
+ version = "0.1.14"
4
4
  description = "CLI para facilitar o setup de Airflow com Docker."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.7"
File without changes
File without changes
File without changes