From 60bd4fdeaa0ab4cf54ecfb66fe84fcb16dedc873 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Sun, 18 Feb 2024 18:43:13 -0600 Subject: [PATCH 1/2] Upgrade Pixlet to v0.28.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff3caef..e1f207f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update RUN apt-get install -y curl # TODO: Make this work # RUN export PIXLET_VERSION=$(curl https://raw.githubusercontent.com/tidbyt/community/main/PIXLET_VERSION | sed 's/v//') -ARG PIXLET_VERSION=0.28.3 +ARG PIXLET_VERSION=0.28.7 RUN echo $PIXLET_VERSION RUN curl -L -o pixlet.tar.gz https://github.com/tidbyt/pixlet/releases/download/v${PIXLET_VERSION}/pixlet_${PIXLET_VERSION}_${TARGETOS}_${TARGETARCH}.tar.gz RUN tar -xvf pixlet.tar.gz From 7c94fba5ce9623b5e7e73c18fc9edf83a8a1c524 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Sun, 18 Feb 2024 18:58:40 -0600 Subject: [PATCH 2/2] Update Airflow to v2.8.1 --- plugins/plugins.meltano.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/plugins.meltano.yml b/plugins/plugins.meltano.yml index 3d700b7..504005e 100644 --- a/plugins/plugins.meltano.yml +++ b/plugins/plugins.meltano.yml @@ -33,8 +33,8 @@ plugins: utilities: - name: airflow variant: apache - pip_url: git+https://github.com/meltano/airflow-ext.git@main apache-airflow==2.7.0 psycopg2-binary - --constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.7.0/constraints-3.11.txt + pip_url: git+https://github.com/meltano/airflow-ext.git@main apache-airflow==2.8.1 psycopg2-binary + --constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-no-providers-${MELTANO__PYTHON_VERSION}.txt config: core: dags_folder: $MELTANO_PROJECT_ROOT/plugins/airflow/dags