From eff572063ab0f384a4042e5dcd1f627098abcc10 Mon Sep 17 00:00:00 2001 From: Kashyap Kannan Date: Fri, 3 Jan 2025 23:37:02 +0530 Subject: [PATCH] Generate, cache and pass valid fernet keys for local deployment (#196) --- .../2.9.2-dev/Python-Packages-BOM.txt | 30 ++++---- .../2.9.2-dev/System-Packages-BOM.txt | 74 ++++++++----------- .../Python-Packages-BOM.txt | 30 ++++---- .../System-Packages-BOM.txt | 74 ++++++++----------- .../Python-Packages-BOM.txt | 30 ++++---- .../System-Packages-BOM.txt | 74 ++++++++----------- .../Python-Packages-BOM.txt | 30 ++++---- .../System-Packages-BOM.txt | 74 ++++++++----------- .../2.9.2-explorer/Python-Packages-BOM.txt | 30 ++++---- .../2.9.2-explorer/System-Packages-BOM.txt | 74 ++++++++----------- .../2.9.2/Python-Packages-BOM.txt | 30 ++++---- .../2.9.2/System-Packages-BOM.txt | 74 ++++++++----------- images/airflow/2.9.2/docker-compose.yaml | 2 +- images/airflow/2.9.2/run.sh | 31 ++++++++ images/airflow/2.9.2/temporary-pip-install | 10 +++ quality-checks/lint_bash.sh | 6 +- quality-checks/pip_install_check.py | 2 +- quality-checks/run_all.py | 2 +- 18 files changed, 328 insertions(+), 349 deletions(-) create mode 100755 images/airflow/2.9.2/temporary-pip-install diff --git a/images/airflow/2.9.2/BillOfMaterials/2.9.2-dev/Python-Packages-BOM.txt b/images/airflow/2.9.2/BillOfMaterials/2.9.2-dev/Python-Packages-BOM.txt index 0be0b99..d3e8a7e 100644 --- a/images/airflow/2.9.2/BillOfMaterials/2.9.2-dev/Python-Packages-BOM.txt +++ b/images/airflow/2.9.2/BillOfMaterials/2.9.2-dev/Python-Packages-BOM.txt @@ -5611,13 +5611,13 @@ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. /usr/local/airflow/.local/lib/python3.11/site-packages/boto3-1.34.106.dist-info/NOTICE boto3-stubs -1.35.54 +1.35.91 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.35.91.dist-info/LICENSE MIT License -Copyright (c) 2024 Vlad Emelianov +Copyright (c) 2025 Vlad Emelianov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -5886,10 +5886,10 @@ one at http://mozilla.org/MPL/2.0/. /usr/local/airflow/.local/lib/python3.11/site-packages/botocore-1.34.106.dist-info/NOTICE botocore-stubs -1.35.54 +1.35.91 MIT License https://github.com/youtype/botocore-stubs -/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.35.91.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov @@ -9645,10 +9645,10 @@ UNKNOWN UNKNOWN mypy-boto3-logs -1.35.54 +1.35.81 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_logs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_logs-1.35.81.dist-info/LICENSE MIT License Copyright (c) 2024 Vlad Emelianov @@ -9674,13 +9674,13 @@ UNKNOWN UNKNOWN mypy-boto3-sqs -1.35.0 +1.35.91 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_sqs-1.35.0.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_sqs-1.35.91.dist-info/LICENSE MIT License -Copyright (c) 2024 Vlad Emelianov +Copyright (c) 2025 Vlad Emelianov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -12394,7 +12394,7 @@ UNKNOWN UNKNOWN pycurl -7.45.3 +7.45.4 GNU Library or Lesser General Public License (LGPL); MIT License http://pycurl.io/ /usr/local/airflow/.local/lib/python3.11/site-packages/../../../share/doc/pycurl/COPYING-LGPL @@ -14905,10 +14905,10 @@ UNKNOWN UNKNOWN types-awscrt -0.23.0 +0.23.6 MIT License https://github.com/youtype/types-awscrt -/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.23.0.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.23.6.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov @@ -14935,10 +14935,10 @@ UNKNOWN UNKNOWN types-s3transfer -0.10.3 +0.10.4 MIT License https://github.com/youtype/types-s3transfer -/usr/local/airflow/.local/lib/python3.11/site-packages/types_s3transfer-0.10.3.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/types_s3transfer-0.10.4.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov diff --git a/images/airflow/2.9.2/BillOfMaterials/2.9.2-dev/System-Packages-BOM.txt b/images/airflow/2.9.2/BillOfMaterials/2.9.2-dev/System-Packages-BOM.txt index fd6f89f..e3a30a5 100644 --- a/images/airflow/2.9.2/BillOfMaterials/2.9.2-dev/System-Packages-BOM.txt +++ b/images/airflow/2.9.2/BillOfMaterials/2.9.2-dev/System-Packages-BOM.txt @@ -33,11 +33,11 @@ libblkid-2.37.4: LGPLv2+ libsigsegv-2.13: GPLv2+ libtasn1-4.19.0: GPLv3+ and LGPLv2+ ca-certificates-2023.2.68: Public Domain -glib2-2.74.7: LGPLv2+ +glib2-2.82.2: LGPL-2.1-or-later libverto-0.3.2: MIT libcurl-minimal-8.5.0: curl libxcrypt-4.4.33: LGPL-2.1-or-later AND BSD-3-Clause AND BSD-2-Clause AND BSD-2-Clause-FreeBSD AND 0BSD AND CC0-1.0 AND LicenseRef-Fedora-Public-Domain -python3-libs-3.9.16: Python +python3-libs-3.9.20: Python libyaml-0.2.5: MIT libarchive-3.7.4: BSD-2-Clause AND FSFULLR AND GPL-2.0-or-later WITH Libtool-exception AND BSD-3-Clause AND FSFUL rpm-libs-4.16.1.3: GPLv2+ and LGPLv2+ with exceptions @@ -55,8 +55,8 @@ libgcc-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and crypto-policies-20220428: LGPLv2+ publicsuffix-list-dafsa-20240212: MPLv2.0 ncurses-base-6.2: MIT -amazon-linux-repo-cdn-2023.6.20241010: MIT -system-release-2023.6.20241010: MIT +amazon-linux-repo-cdn-2023.6.20241212: MIT +system-release-2023.6.20241212: MIT filesystem-3.14: Public Domain glibc-minimal-langpack-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL glibc-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL @@ -69,7 +69,7 @@ libuuid-2.37.4: BSD pcre2-10.40: BSD p11-kit-0.24.1: BSD elfutils-libelf-0.188: GPLv2+ or LGPLv3+ -expat-2.5.0: MIT +expat-2.6.3: MIT libattr-2.5.1: LGPLv2+ libsmartcols-2.37.4: LGPLv2+ libidn2-2.3.2: (GPLv2+ or LGPLv3+) and GPLv3+ @@ -89,7 +89,7 @@ openssl-libs-3.0.8: ASL 2.0 python3-pip-wheel-21.3.1: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) krb5-libs-1.21.3: MIT curl-minimal-8.5.0: curl -python3-3.9.16: Python +python3-3.9.20: Python python3-libcomps-0.1.20: GPL-2.0-or-later lz4-libs-1.9.4: GPLv2+ and BSD rpm-4.16.1.3: GPLv2+ @@ -104,8 +104,6 @@ python3-rpm-4.16.1.3: GPLv2+ dnf-data-4.14.0: GPLv2+ dnf-4.14.0: GPLv2+ gpg-pubkey-d832c631: pubkey -nettle-3.8: LGPLv3+ or GPLv2+ -gnutls-3.8.0: GPLv3+ and LGPLv2+ systemd-libs-252.23: LGPLv2+ and MIT dbus-libs-1.12.28: (GPLv2+ or AFL) and GPLv2+ python3-dbus-1.2.18: MIT @@ -118,41 +116,39 @@ python3-dnf-plugins-core-4.3.0: GPLv2+ dnf-plugins-core-4.3.0: GPLv2+ libglvnd-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro libpng-1.6.37: zlib -libbrotli-1.0.9: MIT libX11-xcb-1.8.10: MIT AND X11 -fonts-filesystem-2.0.5: MIT tcl-8.6.10: TCL libxshmfence-1.3.2: HPND-sell-variant libmpc-1.2.1: LGPLv3+ libicu-67.1: MIT and UCD and Public Domain +libbrotli-1.0.9: MIT elfutils-debuginfod-client-0.188: GPLv3+ and (GPLv2+ or LGPLv3+) util-linux-core-2.37.4: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain python3-pyparsing-2.4.7: MIT -mesa-filesystem-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +python3-packaging-21.3: BSD or ASL 2.0 +mesa-filesystem-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libwayland-server-1.22.0: MIT libtextstyle-0.21: GPLv3+ libseccomp-2.5.3: LGPLv2 libfdisk-2.37.4: LGPLv2+ libedit-3.1: BSD -llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA libXau-1.0.11: MIT-open-group libxcb-1.17.0: X11 -kernel-headers-6.1.112: GPLv2 and Redistributable, no modification permitted +kernel-headers-6.1.119: GPLv2 and Redistributable, no modification permitted jansson-2.14: MIT graphite2-1.3.14: (LGPLv2+ or GPLv2+ or MPLv1.1) and (Netscape or GPLv2+ or LGPLv2+) +fonts-filesystem-2.0.5: MIT emacs-filesystem-28.2: GPLv3+ and CC0 binutils-2.39: GPLv3+ ctags-5.9: GPLv2+ +llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA gettext-libs-0.21: LGPLv2+ and GPLv3+ gettext-0.21: GPLv3+ and LGPLv2+ and GFDL -python3-packaging-21.3: BSD or ASL 2.0 +mesa-va-drivers-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +brotli-1.0.9: MIT boost-regex-1.75.0: Boost and MIT and Python source-highlight-3.1.9: GPLv3+ cpp-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD -abattis-cantarell-fonts-0.301: OFL -adobe-source-code-pro-fonts-2.030.1.050: OFL -gsettings-desktop-schemas-40.0: LGPLv2+ -brotli-1.0.9: MIT libglvnd-opengl-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro xxhash-libs-0.8.0: BSD xml-common-0.6.3: GPL+ @@ -180,7 +176,6 @@ lm_sensors-libs-3.6.0: LGPLv2+ libwayland-client-1.22.0: MIT libubsan-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD libtool-ltdl-2.4.7: LGPLv2+ -libstemmer-0: BSD libstdc++-devel-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD libutempter-1.2.1: LGPLv2+ libpkgconf-1.8.0: ISC @@ -208,14 +203,13 @@ info-6.7: GPLv3+ hwdata-0.384: GPL-2.0-or-later libpciaccess-0.16: MIT libdrm-2.4.123: MIT -mesa-va-drivers-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-libglapi-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-dri-drivers-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -libglvnd-glx-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro -mesa-libGL-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-libgbm-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libglapi-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-dri-drivers-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libgbm-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libglvnd-egl-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro -mesa-libEGL-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libEGL-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +libglvnd-glx-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro +mesa-libGL-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libglvnd-gles-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro gzip-1.12: GPLv3+ and GFDL cracklib-2.9.6: LGPLv2+ @@ -290,7 +284,7 @@ perl-File-Find-1.37: GPL+ or Artistic google-noto-fonts-common-20201206: OFL google-noto-sans-vf-fonts-20201206: OFL langpacks-core-font-en-3.0: GPLv2+ -cairo-1.17.6: LGPLv2 or MPLv1.1 +cairo-1.18.0: LGPL-2.1-only OR MPL-1.1 harfbuzz-7.0.0: MIT freetype-2.13.2: (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND LicenseRef-Fedora-Public-Domain AND Zlib fontconfig-2.13.94: MIT and Public Domain and UCD @@ -310,10 +304,6 @@ findutils-4.8.0: GPLv3+ file-5.39: BSD efi-srpm-macros-5: GPLv3+ dwz-0.14: GPLv2+ and GPLv3+ -duktape-2.7.0: MIT -libproxy-0.5.7: LGPL-2.1-or-later -glib-networking-2.68.2: LGPLv2+ -libsoup-2.72.0: LGPLv2 diffutils-3.8: GPLv3+ dbus-common-1.12.28: (GPLv2+ or AFL) and GPLv2+ dbus-broker-32: ASL 2.0 @@ -361,7 +351,7 @@ libselinux-devel-3.4: Public Domain libmount-devel-2.37.4: LGPLv2+ ncurses-devel-6.2: MIT sysprof-capture-devel-3.40.1: BSD-2-Clause-Patent -glib2-devel-2.74.7: LGPLv2+ +glib2-devel-2.82.2: LGPL-2.1-or-later harfbuzz-devel-7.0.0: MIT freetype-devel-2.13.2: (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND LicenseRef-Fedora-Public-Domain AND Zlib valgrind-devel-3.19.0: GPLv2+ @@ -373,30 +363,30 @@ libXft-devel-2.3.8: HPND-sell-variant gcc-gdb-plugin-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD gdb-12.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL tk-devel-8.6.10: TCL -mesa-libGL-devel-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libGL-devel-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 readline-devel-8.1: GPLv3+ python3-rpm-generators-12: GPLv2+ bluez-libs-devel-5.62: GPLv2+ -expat-devel-2.5.0: MIT +expat-devel-2.6.3: MIT gmp-devel-6.2.1: LGPLv3+ or GPLv2+ libuuid-devel-2.37.4: BSD openssl-devel-3.0.8: ASL 2.0 sqlite-devel-3.40.0: Public Domain gcc-c++-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD net-tools-2.0: GPLv2+ -libappstream-glib-0.7.18: LGPLv2+ gdbm-devel-1.19: GPLv3+ tix-devel-8.4.3: TCL autoconf-2.69: GPLv2+ and GFDL git-core-2.40.1: BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT -desktop-file-utils-0.26: GPLv2+ +libappstream-glib-0.8.3: LGPL-2.1-or-later +desktop-file-utils-0.27: GPL-2.0-or-later systemtap-sdt-devel-4.8: GPLv2+ and Public Domain glibc-gconv-extra-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL glibc-all-langpacks-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL bzip2-1.0.8: BSD -MariaDB-common-11.1.2: GPLv2 -MariaDB-shared-11.1.2: LGPLv2.1 -MariaDB-devel-11.1.2: GPLv2 +MariaDB-common-11.4.3: GPLv2 +MariaDB-shared-11.4.3: LGPLv2.1 +MariaDB-devel-11.4.3: GPLv2 python3-ruamel-yaml-clib-0.1.2: MIT python3-ruamel-yaml-0.16.6: MIT python3-wcwidth-0.2.5: MIT @@ -418,7 +408,7 @@ paper-2.3: GPLv3+ and FSFAP perl-IPC-Run3-0.048: GPL+ or Artistic or BSD psutils-2.05: GPLv3+ and psutils groff-1.22.4: GPLv3+ and GFDL and BSD and MIT -awscli-2-2.15.30: ASL 2.0 and MIT +awscli-2-2.17.18: ASL 2.0 and MIT libXi-1.8.2: MIT-open-group AND SMLNJ AND MIT libICE-1.1.1: MIT-open-group dejavu-sans-mono-fonts-2.37: Bitstream Vera and Public Domain @@ -433,8 +423,8 @@ giflib-5.2.1: MIT dejavu-serif-fonts-2.37: Bitstream Vera and Public Domain chkconfig-1.15: GPLv2 alsa-lib-1.2.7.2: LGPLv2+ -java-17-amazon-corretto-headless-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. -java-17-amazon-corretto-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. +java-17-amazon-corretto-headless-17.0.13+11: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. +java-17-amazon-corretto-17.0.13+11: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. libcurl-devel-8.5.0: curl cyrus-sasl-lib-2.1.27: BSD with advertising openldap-2.4.57: OpenLDAP diff --git a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-dev/Python-Packages-BOM.txt b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-dev/Python-Packages-BOM.txt index 0be0b99..d3e8a7e 100644 --- a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-dev/Python-Packages-BOM.txt +++ b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-dev/Python-Packages-BOM.txt @@ -5611,13 +5611,13 @@ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. /usr/local/airflow/.local/lib/python3.11/site-packages/boto3-1.34.106.dist-info/NOTICE boto3-stubs -1.35.54 +1.35.91 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.35.91.dist-info/LICENSE MIT License -Copyright (c) 2024 Vlad Emelianov +Copyright (c) 2025 Vlad Emelianov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -5886,10 +5886,10 @@ one at http://mozilla.org/MPL/2.0/. /usr/local/airflow/.local/lib/python3.11/site-packages/botocore-1.34.106.dist-info/NOTICE botocore-stubs -1.35.54 +1.35.91 MIT License https://github.com/youtype/botocore-stubs -/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.35.91.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov @@ -9645,10 +9645,10 @@ UNKNOWN UNKNOWN mypy-boto3-logs -1.35.54 +1.35.81 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_logs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_logs-1.35.81.dist-info/LICENSE MIT License Copyright (c) 2024 Vlad Emelianov @@ -9674,13 +9674,13 @@ UNKNOWN UNKNOWN mypy-boto3-sqs -1.35.0 +1.35.91 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_sqs-1.35.0.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_sqs-1.35.91.dist-info/LICENSE MIT License -Copyright (c) 2024 Vlad Emelianov +Copyright (c) 2025 Vlad Emelianov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -12394,7 +12394,7 @@ UNKNOWN UNKNOWN pycurl -7.45.3 +7.45.4 GNU Library or Lesser General Public License (LGPL); MIT License http://pycurl.io/ /usr/local/airflow/.local/lib/python3.11/site-packages/../../../share/doc/pycurl/COPYING-LGPL @@ -14905,10 +14905,10 @@ UNKNOWN UNKNOWN types-awscrt -0.23.0 +0.23.6 MIT License https://github.com/youtype/types-awscrt -/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.23.0.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.23.6.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov @@ -14935,10 +14935,10 @@ UNKNOWN UNKNOWN types-s3transfer -0.10.3 +0.10.4 MIT License https://github.com/youtype/types-s3transfer -/usr/local/airflow/.local/lib/python3.11/site-packages/types_s3transfer-0.10.3.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/types_s3transfer-0.10.4.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov diff --git a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-dev/System-Packages-BOM.txt b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-dev/System-Packages-BOM.txt index fd6f89f..e3a30a5 100644 --- a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-dev/System-Packages-BOM.txt +++ b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-dev/System-Packages-BOM.txt @@ -33,11 +33,11 @@ libblkid-2.37.4: LGPLv2+ libsigsegv-2.13: GPLv2+ libtasn1-4.19.0: GPLv3+ and LGPLv2+ ca-certificates-2023.2.68: Public Domain -glib2-2.74.7: LGPLv2+ +glib2-2.82.2: LGPL-2.1-or-later libverto-0.3.2: MIT libcurl-minimal-8.5.0: curl libxcrypt-4.4.33: LGPL-2.1-or-later AND BSD-3-Clause AND BSD-2-Clause AND BSD-2-Clause-FreeBSD AND 0BSD AND CC0-1.0 AND LicenseRef-Fedora-Public-Domain -python3-libs-3.9.16: Python +python3-libs-3.9.20: Python libyaml-0.2.5: MIT libarchive-3.7.4: BSD-2-Clause AND FSFULLR AND GPL-2.0-or-later WITH Libtool-exception AND BSD-3-Clause AND FSFUL rpm-libs-4.16.1.3: GPLv2+ and LGPLv2+ with exceptions @@ -55,8 +55,8 @@ libgcc-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and crypto-policies-20220428: LGPLv2+ publicsuffix-list-dafsa-20240212: MPLv2.0 ncurses-base-6.2: MIT -amazon-linux-repo-cdn-2023.6.20241010: MIT -system-release-2023.6.20241010: MIT +amazon-linux-repo-cdn-2023.6.20241212: MIT +system-release-2023.6.20241212: MIT filesystem-3.14: Public Domain glibc-minimal-langpack-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL glibc-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL @@ -69,7 +69,7 @@ libuuid-2.37.4: BSD pcre2-10.40: BSD p11-kit-0.24.1: BSD elfutils-libelf-0.188: GPLv2+ or LGPLv3+ -expat-2.5.0: MIT +expat-2.6.3: MIT libattr-2.5.1: LGPLv2+ libsmartcols-2.37.4: LGPLv2+ libidn2-2.3.2: (GPLv2+ or LGPLv3+) and GPLv3+ @@ -89,7 +89,7 @@ openssl-libs-3.0.8: ASL 2.0 python3-pip-wheel-21.3.1: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) krb5-libs-1.21.3: MIT curl-minimal-8.5.0: curl -python3-3.9.16: Python +python3-3.9.20: Python python3-libcomps-0.1.20: GPL-2.0-or-later lz4-libs-1.9.4: GPLv2+ and BSD rpm-4.16.1.3: GPLv2+ @@ -104,8 +104,6 @@ python3-rpm-4.16.1.3: GPLv2+ dnf-data-4.14.0: GPLv2+ dnf-4.14.0: GPLv2+ gpg-pubkey-d832c631: pubkey -nettle-3.8: LGPLv3+ or GPLv2+ -gnutls-3.8.0: GPLv3+ and LGPLv2+ systemd-libs-252.23: LGPLv2+ and MIT dbus-libs-1.12.28: (GPLv2+ or AFL) and GPLv2+ python3-dbus-1.2.18: MIT @@ -118,41 +116,39 @@ python3-dnf-plugins-core-4.3.0: GPLv2+ dnf-plugins-core-4.3.0: GPLv2+ libglvnd-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro libpng-1.6.37: zlib -libbrotli-1.0.9: MIT libX11-xcb-1.8.10: MIT AND X11 -fonts-filesystem-2.0.5: MIT tcl-8.6.10: TCL libxshmfence-1.3.2: HPND-sell-variant libmpc-1.2.1: LGPLv3+ libicu-67.1: MIT and UCD and Public Domain +libbrotli-1.0.9: MIT elfutils-debuginfod-client-0.188: GPLv3+ and (GPLv2+ or LGPLv3+) util-linux-core-2.37.4: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain python3-pyparsing-2.4.7: MIT -mesa-filesystem-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +python3-packaging-21.3: BSD or ASL 2.0 +mesa-filesystem-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libwayland-server-1.22.0: MIT libtextstyle-0.21: GPLv3+ libseccomp-2.5.3: LGPLv2 libfdisk-2.37.4: LGPLv2+ libedit-3.1: BSD -llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA libXau-1.0.11: MIT-open-group libxcb-1.17.0: X11 -kernel-headers-6.1.112: GPLv2 and Redistributable, no modification permitted +kernel-headers-6.1.119: GPLv2 and Redistributable, no modification permitted jansson-2.14: MIT graphite2-1.3.14: (LGPLv2+ or GPLv2+ or MPLv1.1) and (Netscape or GPLv2+ or LGPLv2+) +fonts-filesystem-2.0.5: MIT emacs-filesystem-28.2: GPLv3+ and CC0 binutils-2.39: GPLv3+ ctags-5.9: GPLv2+ +llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA gettext-libs-0.21: LGPLv2+ and GPLv3+ gettext-0.21: GPLv3+ and LGPLv2+ and GFDL -python3-packaging-21.3: BSD or ASL 2.0 +mesa-va-drivers-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +brotli-1.0.9: MIT boost-regex-1.75.0: Boost and MIT and Python source-highlight-3.1.9: GPLv3+ cpp-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD -abattis-cantarell-fonts-0.301: OFL -adobe-source-code-pro-fonts-2.030.1.050: OFL -gsettings-desktop-schemas-40.0: LGPLv2+ -brotli-1.0.9: MIT libglvnd-opengl-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro xxhash-libs-0.8.0: BSD xml-common-0.6.3: GPL+ @@ -180,7 +176,6 @@ lm_sensors-libs-3.6.0: LGPLv2+ libwayland-client-1.22.0: MIT libubsan-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD libtool-ltdl-2.4.7: LGPLv2+ -libstemmer-0: BSD libstdc++-devel-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD libutempter-1.2.1: LGPLv2+ libpkgconf-1.8.0: ISC @@ -208,14 +203,13 @@ info-6.7: GPLv3+ hwdata-0.384: GPL-2.0-or-later libpciaccess-0.16: MIT libdrm-2.4.123: MIT -mesa-va-drivers-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-libglapi-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-dri-drivers-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -libglvnd-glx-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro -mesa-libGL-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-libgbm-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libglapi-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-dri-drivers-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libgbm-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libglvnd-egl-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro -mesa-libEGL-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libEGL-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +libglvnd-glx-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro +mesa-libGL-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libglvnd-gles-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro gzip-1.12: GPLv3+ and GFDL cracklib-2.9.6: LGPLv2+ @@ -290,7 +284,7 @@ perl-File-Find-1.37: GPL+ or Artistic google-noto-fonts-common-20201206: OFL google-noto-sans-vf-fonts-20201206: OFL langpacks-core-font-en-3.0: GPLv2+ -cairo-1.17.6: LGPLv2 or MPLv1.1 +cairo-1.18.0: LGPL-2.1-only OR MPL-1.1 harfbuzz-7.0.0: MIT freetype-2.13.2: (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND LicenseRef-Fedora-Public-Domain AND Zlib fontconfig-2.13.94: MIT and Public Domain and UCD @@ -310,10 +304,6 @@ findutils-4.8.0: GPLv3+ file-5.39: BSD efi-srpm-macros-5: GPLv3+ dwz-0.14: GPLv2+ and GPLv3+ -duktape-2.7.0: MIT -libproxy-0.5.7: LGPL-2.1-or-later -glib-networking-2.68.2: LGPLv2+ -libsoup-2.72.0: LGPLv2 diffutils-3.8: GPLv3+ dbus-common-1.12.28: (GPLv2+ or AFL) and GPLv2+ dbus-broker-32: ASL 2.0 @@ -361,7 +351,7 @@ libselinux-devel-3.4: Public Domain libmount-devel-2.37.4: LGPLv2+ ncurses-devel-6.2: MIT sysprof-capture-devel-3.40.1: BSD-2-Clause-Patent -glib2-devel-2.74.7: LGPLv2+ +glib2-devel-2.82.2: LGPL-2.1-or-later harfbuzz-devel-7.0.0: MIT freetype-devel-2.13.2: (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND LicenseRef-Fedora-Public-Domain AND Zlib valgrind-devel-3.19.0: GPLv2+ @@ -373,30 +363,30 @@ libXft-devel-2.3.8: HPND-sell-variant gcc-gdb-plugin-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD gdb-12.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL tk-devel-8.6.10: TCL -mesa-libGL-devel-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libGL-devel-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 readline-devel-8.1: GPLv3+ python3-rpm-generators-12: GPLv2+ bluez-libs-devel-5.62: GPLv2+ -expat-devel-2.5.0: MIT +expat-devel-2.6.3: MIT gmp-devel-6.2.1: LGPLv3+ or GPLv2+ libuuid-devel-2.37.4: BSD openssl-devel-3.0.8: ASL 2.0 sqlite-devel-3.40.0: Public Domain gcc-c++-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD net-tools-2.0: GPLv2+ -libappstream-glib-0.7.18: LGPLv2+ gdbm-devel-1.19: GPLv3+ tix-devel-8.4.3: TCL autoconf-2.69: GPLv2+ and GFDL git-core-2.40.1: BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT -desktop-file-utils-0.26: GPLv2+ +libappstream-glib-0.8.3: LGPL-2.1-or-later +desktop-file-utils-0.27: GPL-2.0-or-later systemtap-sdt-devel-4.8: GPLv2+ and Public Domain glibc-gconv-extra-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL glibc-all-langpacks-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL bzip2-1.0.8: BSD -MariaDB-common-11.1.2: GPLv2 -MariaDB-shared-11.1.2: LGPLv2.1 -MariaDB-devel-11.1.2: GPLv2 +MariaDB-common-11.4.3: GPLv2 +MariaDB-shared-11.4.3: LGPLv2.1 +MariaDB-devel-11.4.3: GPLv2 python3-ruamel-yaml-clib-0.1.2: MIT python3-ruamel-yaml-0.16.6: MIT python3-wcwidth-0.2.5: MIT @@ -418,7 +408,7 @@ paper-2.3: GPLv3+ and FSFAP perl-IPC-Run3-0.048: GPL+ or Artistic or BSD psutils-2.05: GPLv3+ and psutils groff-1.22.4: GPLv3+ and GFDL and BSD and MIT -awscli-2-2.15.30: ASL 2.0 and MIT +awscli-2-2.17.18: ASL 2.0 and MIT libXi-1.8.2: MIT-open-group AND SMLNJ AND MIT libICE-1.1.1: MIT-open-group dejavu-sans-mono-fonts-2.37: Bitstream Vera and Public Domain @@ -433,8 +423,8 @@ giflib-5.2.1: MIT dejavu-serif-fonts-2.37: Bitstream Vera and Public Domain chkconfig-1.15: GPLv2 alsa-lib-1.2.7.2: LGPLv2+ -java-17-amazon-corretto-headless-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. -java-17-amazon-corretto-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. +java-17-amazon-corretto-headless-17.0.13+11: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. +java-17-amazon-corretto-17.0.13+11: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. libcurl-devel-8.5.0: curl cyrus-sasl-lib-2.1.27: BSD with advertising openldap-2.4.57: OpenLDAP diff --git a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged-dev/Python-Packages-BOM.txt b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged-dev/Python-Packages-BOM.txt index 0be0b99..d3e8a7e 100644 --- a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged-dev/Python-Packages-BOM.txt +++ b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged-dev/Python-Packages-BOM.txt @@ -5611,13 +5611,13 @@ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. /usr/local/airflow/.local/lib/python3.11/site-packages/boto3-1.34.106.dist-info/NOTICE boto3-stubs -1.35.54 +1.35.91 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.35.91.dist-info/LICENSE MIT License -Copyright (c) 2024 Vlad Emelianov +Copyright (c) 2025 Vlad Emelianov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -5886,10 +5886,10 @@ one at http://mozilla.org/MPL/2.0/. /usr/local/airflow/.local/lib/python3.11/site-packages/botocore-1.34.106.dist-info/NOTICE botocore-stubs -1.35.54 +1.35.91 MIT License https://github.com/youtype/botocore-stubs -/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.35.91.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov @@ -9645,10 +9645,10 @@ UNKNOWN UNKNOWN mypy-boto3-logs -1.35.54 +1.35.81 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_logs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_logs-1.35.81.dist-info/LICENSE MIT License Copyright (c) 2024 Vlad Emelianov @@ -9674,13 +9674,13 @@ UNKNOWN UNKNOWN mypy-boto3-sqs -1.35.0 +1.35.91 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_sqs-1.35.0.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_sqs-1.35.91.dist-info/LICENSE MIT License -Copyright (c) 2024 Vlad Emelianov +Copyright (c) 2025 Vlad Emelianov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -12394,7 +12394,7 @@ UNKNOWN UNKNOWN pycurl -7.45.3 +7.45.4 GNU Library or Lesser General Public License (LGPL); MIT License http://pycurl.io/ /usr/local/airflow/.local/lib/python3.11/site-packages/../../../share/doc/pycurl/COPYING-LGPL @@ -14905,10 +14905,10 @@ UNKNOWN UNKNOWN types-awscrt -0.23.0 +0.23.6 MIT License https://github.com/youtype/types-awscrt -/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.23.0.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.23.6.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov @@ -14935,10 +14935,10 @@ UNKNOWN UNKNOWN types-s3transfer -0.10.3 +0.10.4 MIT License https://github.com/youtype/types-s3transfer -/usr/local/airflow/.local/lib/python3.11/site-packages/types_s3transfer-0.10.3.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/types_s3transfer-0.10.4.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov diff --git a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged-dev/System-Packages-BOM.txt b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged-dev/System-Packages-BOM.txt index fd6f89f..e3a30a5 100644 --- a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged-dev/System-Packages-BOM.txt +++ b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged-dev/System-Packages-BOM.txt @@ -33,11 +33,11 @@ libblkid-2.37.4: LGPLv2+ libsigsegv-2.13: GPLv2+ libtasn1-4.19.0: GPLv3+ and LGPLv2+ ca-certificates-2023.2.68: Public Domain -glib2-2.74.7: LGPLv2+ +glib2-2.82.2: LGPL-2.1-or-later libverto-0.3.2: MIT libcurl-minimal-8.5.0: curl libxcrypt-4.4.33: LGPL-2.1-or-later AND BSD-3-Clause AND BSD-2-Clause AND BSD-2-Clause-FreeBSD AND 0BSD AND CC0-1.0 AND LicenseRef-Fedora-Public-Domain -python3-libs-3.9.16: Python +python3-libs-3.9.20: Python libyaml-0.2.5: MIT libarchive-3.7.4: BSD-2-Clause AND FSFULLR AND GPL-2.0-or-later WITH Libtool-exception AND BSD-3-Clause AND FSFUL rpm-libs-4.16.1.3: GPLv2+ and LGPLv2+ with exceptions @@ -55,8 +55,8 @@ libgcc-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and crypto-policies-20220428: LGPLv2+ publicsuffix-list-dafsa-20240212: MPLv2.0 ncurses-base-6.2: MIT -amazon-linux-repo-cdn-2023.6.20241010: MIT -system-release-2023.6.20241010: MIT +amazon-linux-repo-cdn-2023.6.20241212: MIT +system-release-2023.6.20241212: MIT filesystem-3.14: Public Domain glibc-minimal-langpack-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL glibc-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL @@ -69,7 +69,7 @@ libuuid-2.37.4: BSD pcre2-10.40: BSD p11-kit-0.24.1: BSD elfutils-libelf-0.188: GPLv2+ or LGPLv3+ -expat-2.5.0: MIT +expat-2.6.3: MIT libattr-2.5.1: LGPLv2+ libsmartcols-2.37.4: LGPLv2+ libidn2-2.3.2: (GPLv2+ or LGPLv3+) and GPLv3+ @@ -89,7 +89,7 @@ openssl-libs-3.0.8: ASL 2.0 python3-pip-wheel-21.3.1: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) krb5-libs-1.21.3: MIT curl-minimal-8.5.0: curl -python3-3.9.16: Python +python3-3.9.20: Python python3-libcomps-0.1.20: GPL-2.0-or-later lz4-libs-1.9.4: GPLv2+ and BSD rpm-4.16.1.3: GPLv2+ @@ -104,8 +104,6 @@ python3-rpm-4.16.1.3: GPLv2+ dnf-data-4.14.0: GPLv2+ dnf-4.14.0: GPLv2+ gpg-pubkey-d832c631: pubkey -nettle-3.8: LGPLv3+ or GPLv2+ -gnutls-3.8.0: GPLv3+ and LGPLv2+ systemd-libs-252.23: LGPLv2+ and MIT dbus-libs-1.12.28: (GPLv2+ or AFL) and GPLv2+ python3-dbus-1.2.18: MIT @@ -118,41 +116,39 @@ python3-dnf-plugins-core-4.3.0: GPLv2+ dnf-plugins-core-4.3.0: GPLv2+ libglvnd-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro libpng-1.6.37: zlib -libbrotli-1.0.9: MIT libX11-xcb-1.8.10: MIT AND X11 -fonts-filesystem-2.0.5: MIT tcl-8.6.10: TCL libxshmfence-1.3.2: HPND-sell-variant libmpc-1.2.1: LGPLv3+ libicu-67.1: MIT and UCD and Public Domain +libbrotli-1.0.9: MIT elfutils-debuginfod-client-0.188: GPLv3+ and (GPLv2+ or LGPLv3+) util-linux-core-2.37.4: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain python3-pyparsing-2.4.7: MIT -mesa-filesystem-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +python3-packaging-21.3: BSD or ASL 2.0 +mesa-filesystem-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libwayland-server-1.22.0: MIT libtextstyle-0.21: GPLv3+ libseccomp-2.5.3: LGPLv2 libfdisk-2.37.4: LGPLv2+ libedit-3.1: BSD -llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA libXau-1.0.11: MIT-open-group libxcb-1.17.0: X11 -kernel-headers-6.1.112: GPLv2 and Redistributable, no modification permitted +kernel-headers-6.1.119: GPLv2 and Redistributable, no modification permitted jansson-2.14: MIT graphite2-1.3.14: (LGPLv2+ or GPLv2+ or MPLv1.1) and (Netscape or GPLv2+ or LGPLv2+) +fonts-filesystem-2.0.5: MIT emacs-filesystem-28.2: GPLv3+ and CC0 binutils-2.39: GPLv3+ ctags-5.9: GPLv2+ +llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA gettext-libs-0.21: LGPLv2+ and GPLv3+ gettext-0.21: GPLv3+ and LGPLv2+ and GFDL -python3-packaging-21.3: BSD or ASL 2.0 +mesa-va-drivers-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +brotli-1.0.9: MIT boost-regex-1.75.0: Boost and MIT and Python source-highlight-3.1.9: GPLv3+ cpp-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD -abattis-cantarell-fonts-0.301: OFL -adobe-source-code-pro-fonts-2.030.1.050: OFL -gsettings-desktop-schemas-40.0: LGPLv2+ -brotli-1.0.9: MIT libglvnd-opengl-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro xxhash-libs-0.8.0: BSD xml-common-0.6.3: GPL+ @@ -180,7 +176,6 @@ lm_sensors-libs-3.6.0: LGPLv2+ libwayland-client-1.22.0: MIT libubsan-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD libtool-ltdl-2.4.7: LGPLv2+ -libstemmer-0: BSD libstdc++-devel-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD libutempter-1.2.1: LGPLv2+ libpkgconf-1.8.0: ISC @@ -208,14 +203,13 @@ info-6.7: GPLv3+ hwdata-0.384: GPL-2.0-or-later libpciaccess-0.16: MIT libdrm-2.4.123: MIT -mesa-va-drivers-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-libglapi-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-dri-drivers-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -libglvnd-glx-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro -mesa-libGL-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-libgbm-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libglapi-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-dri-drivers-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libgbm-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libglvnd-egl-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro -mesa-libEGL-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libEGL-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +libglvnd-glx-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro +mesa-libGL-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libglvnd-gles-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro gzip-1.12: GPLv3+ and GFDL cracklib-2.9.6: LGPLv2+ @@ -290,7 +284,7 @@ perl-File-Find-1.37: GPL+ or Artistic google-noto-fonts-common-20201206: OFL google-noto-sans-vf-fonts-20201206: OFL langpacks-core-font-en-3.0: GPLv2+ -cairo-1.17.6: LGPLv2 or MPLv1.1 +cairo-1.18.0: LGPL-2.1-only OR MPL-1.1 harfbuzz-7.0.0: MIT freetype-2.13.2: (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND LicenseRef-Fedora-Public-Domain AND Zlib fontconfig-2.13.94: MIT and Public Domain and UCD @@ -310,10 +304,6 @@ findutils-4.8.0: GPLv3+ file-5.39: BSD efi-srpm-macros-5: GPLv3+ dwz-0.14: GPLv2+ and GPLv3+ -duktape-2.7.0: MIT -libproxy-0.5.7: LGPL-2.1-or-later -glib-networking-2.68.2: LGPLv2+ -libsoup-2.72.0: LGPLv2 diffutils-3.8: GPLv3+ dbus-common-1.12.28: (GPLv2+ or AFL) and GPLv2+ dbus-broker-32: ASL 2.0 @@ -361,7 +351,7 @@ libselinux-devel-3.4: Public Domain libmount-devel-2.37.4: LGPLv2+ ncurses-devel-6.2: MIT sysprof-capture-devel-3.40.1: BSD-2-Clause-Patent -glib2-devel-2.74.7: LGPLv2+ +glib2-devel-2.82.2: LGPL-2.1-or-later harfbuzz-devel-7.0.0: MIT freetype-devel-2.13.2: (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND LicenseRef-Fedora-Public-Domain AND Zlib valgrind-devel-3.19.0: GPLv2+ @@ -373,30 +363,30 @@ libXft-devel-2.3.8: HPND-sell-variant gcc-gdb-plugin-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD gdb-12.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL tk-devel-8.6.10: TCL -mesa-libGL-devel-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libGL-devel-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 readline-devel-8.1: GPLv3+ python3-rpm-generators-12: GPLv2+ bluez-libs-devel-5.62: GPLv2+ -expat-devel-2.5.0: MIT +expat-devel-2.6.3: MIT gmp-devel-6.2.1: LGPLv3+ or GPLv2+ libuuid-devel-2.37.4: BSD openssl-devel-3.0.8: ASL 2.0 sqlite-devel-3.40.0: Public Domain gcc-c++-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD net-tools-2.0: GPLv2+ -libappstream-glib-0.7.18: LGPLv2+ gdbm-devel-1.19: GPLv3+ tix-devel-8.4.3: TCL autoconf-2.69: GPLv2+ and GFDL git-core-2.40.1: BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT -desktop-file-utils-0.26: GPLv2+ +libappstream-glib-0.8.3: LGPL-2.1-or-later +desktop-file-utils-0.27: GPL-2.0-or-later systemtap-sdt-devel-4.8: GPLv2+ and Public Domain glibc-gconv-extra-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL glibc-all-langpacks-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL bzip2-1.0.8: BSD -MariaDB-common-11.1.2: GPLv2 -MariaDB-shared-11.1.2: LGPLv2.1 -MariaDB-devel-11.1.2: GPLv2 +MariaDB-common-11.4.3: GPLv2 +MariaDB-shared-11.4.3: LGPLv2.1 +MariaDB-devel-11.4.3: GPLv2 python3-ruamel-yaml-clib-0.1.2: MIT python3-ruamel-yaml-0.16.6: MIT python3-wcwidth-0.2.5: MIT @@ -418,7 +408,7 @@ paper-2.3: GPLv3+ and FSFAP perl-IPC-Run3-0.048: GPL+ or Artistic or BSD psutils-2.05: GPLv3+ and psutils groff-1.22.4: GPLv3+ and GFDL and BSD and MIT -awscli-2-2.15.30: ASL 2.0 and MIT +awscli-2-2.17.18: ASL 2.0 and MIT libXi-1.8.2: MIT-open-group AND SMLNJ AND MIT libICE-1.1.1: MIT-open-group dejavu-sans-mono-fonts-2.37: Bitstream Vera and Public Domain @@ -433,8 +423,8 @@ giflib-5.2.1: MIT dejavu-serif-fonts-2.37: Bitstream Vera and Public Domain chkconfig-1.15: GPLv2 alsa-lib-1.2.7.2: LGPLv2+ -java-17-amazon-corretto-headless-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. -java-17-amazon-corretto-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. +java-17-amazon-corretto-headless-17.0.13+11: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. +java-17-amazon-corretto-17.0.13+11: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. libcurl-devel-8.5.0: curl cyrus-sasl-lib-2.1.27: BSD with advertising openldap-2.4.57: OpenLDAP diff --git a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged/Python-Packages-BOM.txt b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged/Python-Packages-BOM.txt index 0be0b99..d3e8a7e 100644 --- a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged/Python-Packages-BOM.txt +++ b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged/Python-Packages-BOM.txt @@ -5611,13 +5611,13 @@ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. /usr/local/airflow/.local/lib/python3.11/site-packages/boto3-1.34.106.dist-info/NOTICE boto3-stubs -1.35.54 +1.35.91 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.35.91.dist-info/LICENSE MIT License -Copyright (c) 2024 Vlad Emelianov +Copyright (c) 2025 Vlad Emelianov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -5886,10 +5886,10 @@ one at http://mozilla.org/MPL/2.0/. /usr/local/airflow/.local/lib/python3.11/site-packages/botocore-1.34.106.dist-info/NOTICE botocore-stubs -1.35.54 +1.35.91 MIT License https://github.com/youtype/botocore-stubs -/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.35.91.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov @@ -9645,10 +9645,10 @@ UNKNOWN UNKNOWN mypy-boto3-logs -1.35.54 +1.35.81 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_logs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_logs-1.35.81.dist-info/LICENSE MIT License Copyright (c) 2024 Vlad Emelianov @@ -9674,13 +9674,13 @@ UNKNOWN UNKNOWN mypy-boto3-sqs -1.35.0 +1.35.91 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_sqs-1.35.0.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_sqs-1.35.91.dist-info/LICENSE MIT License -Copyright (c) 2024 Vlad Emelianov +Copyright (c) 2025 Vlad Emelianov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -12394,7 +12394,7 @@ UNKNOWN UNKNOWN pycurl -7.45.3 +7.45.4 GNU Library or Lesser General Public License (LGPL); MIT License http://pycurl.io/ /usr/local/airflow/.local/lib/python3.11/site-packages/../../../share/doc/pycurl/COPYING-LGPL @@ -14905,10 +14905,10 @@ UNKNOWN UNKNOWN types-awscrt -0.23.0 +0.23.6 MIT License https://github.com/youtype/types-awscrt -/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.23.0.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.23.6.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov @@ -14935,10 +14935,10 @@ UNKNOWN UNKNOWN types-s3transfer -0.10.3 +0.10.4 MIT License https://github.com/youtype/types-s3transfer -/usr/local/airflow/.local/lib/python3.11/site-packages/types_s3transfer-0.10.3.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/types_s3transfer-0.10.4.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov diff --git a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged/System-Packages-BOM.txt b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged/System-Packages-BOM.txt index fd6f89f..e3a30a5 100644 --- a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged/System-Packages-BOM.txt +++ b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer-privileged/System-Packages-BOM.txt @@ -33,11 +33,11 @@ libblkid-2.37.4: LGPLv2+ libsigsegv-2.13: GPLv2+ libtasn1-4.19.0: GPLv3+ and LGPLv2+ ca-certificates-2023.2.68: Public Domain -glib2-2.74.7: LGPLv2+ +glib2-2.82.2: LGPL-2.1-or-later libverto-0.3.2: MIT libcurl-minimal-8.5.0: curl libxcrypt-4.4.33: LGPL-2.1-or-later AND BSD-3-Clause AND BSD-2-Clause AND BSD-2-Clause-FreeBSD AND 0BSD AND CC0-1.0 AND LicenseRef-Fedora-Public-Domain -python3-libs-3.9.16: Python +python3-libs-3.9.20: Python libyaml-0.2.5: MIT libarchive-3.7.4: BSD-2-Clause AND FSFULLR AND GPL-2.0-or-later WITH Libtool-exception AND BSD-3-Clause AND FSFUL rpm-libs-4.16.1.3: GPLv2+ and LGPLv2+ with exceptions @@ -55,8 +55,8 @@ libgcc-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and crypto-policies-20220428: LGPLv2+ publicsuffix-list-dafsa-20240212: MPLv2.0 ncurses-base-6.2: MIT -amazon-linux-repo-cdn-2023.6.20241010: MIT -system-release-2023.6.20241010: MIT +amazon-linux-repo-cdn-2023.6.20241212: MIT +system-release-2023.6.20241212: MIT filesystem-3.14: Public Domain glibc-minimal-langpack-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL glibc-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL @@ -69,7 +69,7 @@ libuuid-2.37.4: BSD pcre2-10.40: BSD p11-kit-0.24.1: BSD elfutils-libelf-0.188: GPLv2+ or LGPLv3+ -expat-2.5.0: MIT +expat-2.6.3: MIT libattr-2.5.1: LGPLv2+ libsmartcols-2.37.4: LGPLv2+ libidn2-2.3.2: (GPLv2+ or LGPLv3+) and GPLv3+ @@ -89,7 +89,7 @@ openssl-libs-3.0.8: ASL 2.0 python3-pip-wheel-21.3.1: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) krb5-libs-1.21.3: MIT curl-minimal-8.5.0: curl -python3-3.9.16: Python +python3-3.9.20: Python python3-libcomps-0.1.20: GPL-2.0-or-later lz4-libs-1.9.4: GPLv2+ and BSD rpm-4.16.1.3: GPLv2+ @@ -104,8 +104,6 @@ python3-rpm-4.16.1.3: GPLv2+ dnf-data-4.14.0: GPLv2+ dnf-4.14.0: GPLv2+ gpg-pubkey-d832c631: pubkey -nettle-3.8: LGPLv3+ or GPLv2+ -gnutls-3.8.0: GPLv3+ and LGPLv2+ systemd-libs-252.23: LGPLv2+ and MIT dbus-libs-1.12.28: (GPLv2+ or AFL) and GPLv2+ python3-dbus-1.2.18: MIT @@ -118,41 +116,39 @@ python3-dnf-plugins-core-4.3.0: GPLv2+ dnf-plugins-core-4.3.0: GPLv2+ libglvnd-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro libpng-1.6.37: zlib -libbrotli-1.0.9: MIT libX11-xcb-1.8.10: MIT AND X11 -fonts-filesystem-2.0.5: MIT tcl-8.6.10: TCL libxshmfence-1.3.2: HPND-sell-variant libmpc-1.2.1: LGPLv3+ libicu-67.1: MIT and UCD and Public Domain +libbrotli-1.0.9: MIT elfutils-debuginfod-client-0.188: GPLv3+ and (GPLv2+ or LGPLv3+) util-linux-core-2.37.4: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain python3-pyparsing-2.4.7: MIT -mesa-filesystem-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +python3-packaging-21.3: BSD or ASL 2.0 +mesa-filesystem-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libwayland-server-1.22.0: MIT libtextstyle-0.21: GPLv3+ libseccomp-2.5.3: LGPLv2 libfdisk-2.37.4: LGPLv2+ libedit-3.1: BSD -llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA libXau-1.0.11: MIT-open-group libxcb-1.17.0: X11 -kernel-headers-6.1.112: GPLv2 and Redistributable, no modification permitted +kernel-headers-6.1.119: GPLv2 and Redistributable, no modification permitted jansson-2.14: MIT graphite2-1.3.14: (LGPLv2+ or GPLv2+ or MPLv1.1) and (Netscape or GPLv2+ or LGPLv2+) +fonts-filesystem-2.0.5: MIT emacs-filesystem-28.2: GPLv3+ and CC0 binutils-2.39: GPLv3+ ctags-5.9: GPLv2+ +llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA gettext-libs-0.21: LGPLv2+ and GPLv3+ gettext-0.21: GPLv3+ and LGPLv2+ and GFDL -python3-packaging-21.3: BSD or ASL 2.0 +mesa-va-drivers-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +brotli-1.0.9: MIT boost-regex-1.75.0: Boost and MIT and Python source-highlight-3.1.9: GPLv3+ cpp-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD -abattis-cantarell-fonts-0.301: OFL -adobe-source-code-pro-fonts-2.030.1.050: OFL -gsettings-desktop-schemas-40.0: LGPLv2+ -brotli-1.0.9: MIT libglvnd-opengl-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro xxhash-libs-0.8.0: BSD xml-common-0.6.3: GPL+ @@ -180,7 +176,6 @@ lm_sensors-libs-3.6.0: LGPLv2+ libwayland-client-1.22.0: MIT libubsan-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD libtool-ltdl-2.4.7: LGPLv2+ -libstemmer-0: BSD libstdc++-devel-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD libutempter-1.2.1: LGPLv2+ libpkgconf-1.8.0: ISC @@ -208,14 +203,13 @@ info-6.7: GPLv3+ hwdata-0.384: GPL-2.0-or-later libpciaccess-0.16: MIT libdrm-2.4.123: MIT -mesa-va-drivers-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-libglapi-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-dri-drivers-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -libglvnd-glx-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro -mesa-libGL-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-libgbm-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libglapi-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-dri-drivers-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libgbm-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libglvnd-egl-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro -mesa-libEGL-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libEGL-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +libglvnd-glx-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro +mesa-libGL-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libglvnd-gles-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro gzip-1.12: GPLv3+ and GFDL cracklib-2.9.6: LGPLv2+ @@ -290,7 +284,7 @@ perl-File-Find-1.37: GPL+ or Artistic google-noto-fonts-common-20201206: OFL google-noto-sans-vf-fonts-20201206: OFL langpacks-core-font-en-3.0: GPLv2+ -cairo-1.17.6: LGPLv2 or MPLv1.1 +cairo-1.18.0: LGPL-2.1-only OR MPL-1.1 harfbuzz-7.0.0: MIT freetype-2.13.2: (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND LicenseRef-Fedora-Public-Domain AND Zlib fontconfig-2.13.94: MIT and Public Domain and UCD @@ -310,10 +304,6 @@ findutils-4.8.0: GPLv3+ file-5.39: BSD efi-srpm-macros-5: GPLv3+ dwz-0.14: GPLv2+ and GPLv3+ -duktape-2.7.0: MIT -libproxy-0.5.7: LGPL-2.1-or-later -glib-networking-2.68.2: LGPLv2+ -libsoup-2.72.0: LGPLv2 diffutils-3.8: GPLv3+ dbus-common-1.12.28: (GPLv2+ or AFL) and GPLv2+ dbus-broker-32: ASL 2.0 @@ -361,7 +351,7 @@ libselinux-devel-3.4: Public Domain libmount-devel-2.37.4: LGPLv2+ ncurses-devel-6.2: MIT sysprof-capture-devel-3.40.1: BSD-2-Clause-Patent -glib2-devel-2.74.7: LGPLv2+ +glib2-devel-2.82.2: LGPL-2.1-or-later harfbuzz-devel-7.0.0: MIT freetype-devel-2.13.2: (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND LicenseRef-Fedora-Public-Domain AND Zlib valgrind-devel-3.19.0: GPLv2+ @@ -373,30 +363,30 @@ libXft-devel-2.3.8: HPND-sell-variant gcc-gdb-plugin-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD gdb-12.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL tk-devel-8.6.10: TCL -mesa-libGL-devel-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libGL-devel-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 readline-devel-8.1: GPLv3+ python3-rpm-generators-12: GPLv2+ bluez-libs-devel-5.62: GPLv2+ -expat-devel-2.5.0: MIT +expat-devel-2.6.3: MIT gmp-devel-6.2.1: LGPLv3+ or GPLv2+ libuuid-devel-2.37.4: BSD openssl-devel-3.0.8: ASL 2.0 sqlite-devel-3.40.0: Public Domain gcc-c++-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD net-tools-2.0: GPLv2+ -libappstream-glib-0.7.18: LGPLv2+ gdbm-devel-1.19: GPLv3+ tix-devel-8.4.3: TCL autoconf-2.69: GPLv2+ and GFDL git-core-2.40.1: BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT -desktop-file-utils-0.26: GPLv2+ +libappstream-glib-0.8.3: LGPL-2.1-or-later +desktop-file-utils-0.27: GPL-2.0-or-later systemtap-sdt-devel-4.8: GPLv2+ and Public Domain glibc-gconv-extra-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL glibc-all-langpacks-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL bzip2-1.0.8: BSD -MariaDB-common-11.1.2: GPLv2 -MariaDB-shared-11.1.2: LGPLv2.1 -MariaDB-devel-11.1.2: GPLv2 +MariaDB-common-11.4.3: GPLv2 +MariaDB-shared-11.4.3: LGPLv2.1 +MariaDB-devel-11.4.3: GPLv2 python3-ruamel-yaml-clib-0.1.2: MIT python3-ruamel-yaml-0.16.6: MIT python3-wcwidth-0.2.5: MIT @@ -418,7 +408,7 @@ paper-2.3: GPLv3+ and FSFAP perl-IPC-Run3-0.048: GPL+ or Artistic or BSD psutils-2.05: GPLv3+ and psutils groff-1.22.4: GPLv3+ and GFDL and BSD and MIT -awscli-2-2.15.30: ASL 2.0 and MIT +awscli-2-2.17.18: ASL 2.0 and MIT libXi-1.8.2: MIT-open-group AND SMLNJ AND MIT libICE-1.1.1: MIT-open-group dejavu-sans-mono-fonts-2.37: Bitstream Vera and Public Domain @@ -433,8 +423,8 @@ giflib-5.2.1: MIT dejavu-serif-fonts-2.37: Bitstream Vera and Public Domain chkconfig-1.15: GPLv2 alsa-lib-1.2.7.2: LGPLv2+ -java-17-amazon-corretto-headless-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. -java-17-amazon-corretto-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. +java-17-amazon-corretto-headless-17.0.13+11: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. +java-17-amazon-corretto-17.0.13+11: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. libcurl-devel-8.5.0: curl cyrus-sasl-lib-2.1.27: BSD with advertising openldap-2.4.57: OpenLDAP diff --git a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer/Python-Packages-BOM.txt b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer/Python-Packages-BOM.txt index 0be0b99..d3e8a7e 100644 --- a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer/Python-Packages-BOM.txt +++ b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer/Python-Packages-BOM.txt @@ -5611,13 +5611,13 @@ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. /usr/local/airflow/.local/lib/python3.11/site-packages/boto3-1.34.106.dist-info/NOTICE boto3-stubs -1.35.54 +1.35.91 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.35.91.dist-info/LICENSE MIT License -Copyright (c) 2024 Vlad Emelianov +Copyright (c) 2025 Vlad Emelianov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -5886,10 +5886,10 @@ one at http://mozilla.org/MPL/2.0/. /usr/local/airflow/.local/lib/python3.11/site-packages/botocore-1.34.106.dist-info/NOTICE botocore-stubs -1.35.54 +1.35.91 MIT License https://github.com/youtype/botocore-stubs -/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.35.91.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov @@ -9645,10 +9645,10 @@ UNKNOWN UNKNOWN mypy-boto3-logs -1.35.54 +1.35.81 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_logs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_logs-1.35.81.dist-info/LICENSE MIT License Copyright (c) 2024 Vlad Emelianov @@ -9674,13 +9674,13 @@ UNKNOWN UNKNOWN mypy-boto3-sqs -1.35.0 +1.35.91 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_sqs-1.35.0.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_sqs-1.35.91.dist-info/LICENSE MIT License -Copyright (c) 2024 Vlad Emelianov +Copyright (c) 2025 Vlad Emelianov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -12394,7 +12394,7 @@ UNKNOWN UNKNOWN pycurl -7.45.3 +7.45.4 GNU Library or Lesser General Public License (LGPL); MIT License http://pycurl.io/ /usr/local/airflow/.local/lib/python3.11/site-packages/../../../share/doc/pycurl/COPYING-LGPL @@ -14905,10 +14905,10 @@ UNKNOWN UNKNOWN types-awscrt -0.23.0 +0.23.6 MIT License https://github.com/youtype/types-awscrt -/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.23.0.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.23.6.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov @@ -14935,10 +14935,10 @@ UNKNOWN UNKNOWN types-s3transfer -0.10.3 +0.10.4 MIT License https://github.com/youtype/types-s3transfer -/usr/local/airflow/.local/lib/python3.11/site-packages/types_s3transfer-0.10.3.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/types_s3transfer-0.10.4.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov diff --git a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer/System-Packages-BOM.txt b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer/System-Packages-BOM.txt index fd6f89f..e3a30a5 100644 --- a/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer/System-Packages-BOM.txt +++ b/images/airflow/2.9.2/BillOfMaterials/2.9.2-explorer/System-Packages-BOM.txt @@ -33,11 +33,11 @@ libblkid-2.37.4: LGPLv2+ libsigsegv-2.13: GPLv2+ libtasn1-4.19.0: GPLv3+ and LGPLv2+ ca-certificates-2023.2.68: Public Domain -glib2-2.74.7: LGPLv2+ +glib2-2.82.2: LGPL-2.1-or-later libverto-0.3.2: MIT libcurl-minimal-8.5.0: curl libxcrypt-4.4.33: LGPL-2.1-or-later AND BSD-3-Clause AND BSD-2-Clause AND BSD-2-Clause-FreeBSD AND 0BSD AND CC0-1.0 AND LicenseRef-Fedora-Public-Domain -python3-libs-3.9.16: Python +python3-libs-3.9.20: Python libyaml-0.2.5: MIT libarchive-3.7.4: BSD-2-Clause AND FSFULLR AND GPL-2.0-or-later WITH Libtool-exception AND BSD-3-Clause AND FSFUL rpm-libs-4.16.1.3: GPLv2+ and LGPLv2+ with exceptions @@ -55,8 +55,8 @@ libgcc-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and crypto-policies-20220428: LGPLv2+ publicsuffix-list-dafsa-20240212: MPLv2.0 ncurses-base-6.2: MIT -amazon-linux-repo-cdn-2023.6.20241010: MIT -system-release-2023.6.20241010: MIT +amazon-linux-repo-cdn-2023.6.20241212: MIT +system-release-2023.6.20241212: MIT filesystem-3.14: Public Domain glibc-minimal-langpack-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL glibc-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL @@ -69,7 +69,7 @@ libuuid-2.37.4: BSD pcre2-10.40: BSD p11-kit-0.24.1: BSD elfutils-libelf-0.188: GPLv2+ or LGPLv3+ -expat-2.5.0: MIT +expat-2.6.3: MIT libattr-2.5.1: LGPLv2+ libsmartcols-2.37.4: LGPLv2+ libidn2-2.3.2: (GPLv2+ or LGPLv3+) and GPLv3+ @@ -89,7 +89,7 @@ openssl-libs-3.0.8: ASL 2.0 python3-pip-wheel-21.3.1: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) krb5-libs-1.21.3: MIT curl-minimal-8.5.0: curl -python3-3.9.16: Python +python3-3.9.20: Python python3-libcomps-0.1.20: GPL-2.0-or-later lz4-libs-1.9.4: GPLv2+ and BSD rpm-4.16.1.3: GPLv2+ @@ -104,8 +104,6 @@ python3-rpm-4.16.1.3: GPLv2+ dnf-data-4.14.0: GPLv2+ dnf-4.14.0: GPLv2+ gpg-pubkey-d832c631: pubkey -nettle-3.8: LGPLv3+ or GPLv2+ -gnutls-3.8.0: GPLv3+ and LGPLv2+ systemd-libs-252.23: LGPLv2+ and MIT dbus-libs-1.12.28: (GPLv2+ or AFL) and GPLv2+ python3-dbus-1.2.18: MIT @@ -118,41 +116,39 @@ python3-dnf-plugins-core-4.3.0: GPLv2+ dnf-plugins-core-4.3.0: GPLv2+ libglvnd-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro libpng-1.6.37: zlib -libbrotli-1.0.9: MIT libX11-xcb-1.8.10: MIT AND X11 -fonts-filesystem-2.0.5: MIT tcl-8.6.10: TCL libxshmfence-1.3.2: HPND-sell-variant libmpc-1.2.1: LGPLv3+ libicu-67.1: MIT and UCD and Public Domain +libbrotli-1.0.9: MIT elfutils-debuginfod-client-0.188: GPLv3+ and (GPLv2+ or LGPLv3+) util-linux-core-2.37.4: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain python3-pyparsing-2.4.7: MIT -mesa-filesystem-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +python3-packaging-21.3: BSD or ASL 2.0 +mesa-filesystem-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libwayland-server-1.22.0: MIT libtextstyle-0.21: GPLv3+ libseccomp-2.5.3: LGPLv2 libfdisk-2.37.4: LGPLv2+ libedit-3.1: BSD -llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA libXau-1.0.11: MIT-open-group libxcb-1.17.0: X11 -kernel-headers-6.1.112: GPLv2 and Redistributable, no modification permitted +kernel-headers-6.1.119: GPLv2 and Redistributable, no modification permitted jansson-2.14: MIT graphite2-1.3.14: (LGPLv2+ or GPLv2+ or MPLv1.1) and (Netscape or GPLv2+ or LGPLv2+) +fonts-filesystem-2.0.5: MIT emacs-filesystem-28.2: GPLv3+ and CC0 binutils-2.39: GPLv3+ ctags-5.9: GPLv2+ +llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA gettext-libs-0.21: LGPLv2+ and GPLv3+ gettext-0.21: GPLv3+ and LGPLv2+ and GFDL -python3-packaging-21.3: BSD or ASL 2.0 +mesa-va-drivers-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +brotli-1.0.9: MIT boost-regex-1.75.0: Boost and MIT and Python source-highlight-3.1.9: GPLv3+ cpp-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD -abattis-cantarell-fonts-0.301: OFL -adobe-source-code-pro-fonts-2.030.1.050: OFL -gsettings-desktop-schemas-40.0: LGPLv2+ -brotli-1.0.9: MIT libglvnd-opengl-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro xxhash-libs-0.8.0: BSD xml-common-0.6.3: GPL+ @@ -180,7 +176,6 @@ lm_sensors-libs-3.6.0: LGPLv2+ libwayland-client-1.22.0: MIT libubsan-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD libtool-ltdl-2.4.7: LGPLv2+ -libstemmer-0: BSD libstdc++-devel-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD libutempter-1.2.1: LGPLv2+ libpkgconf-1.8.0: ISC @@ -208,14 +203,13 @@ info-6.7: GPLv3+ hwdata-0.384: GPL-2.0-or-later libpciaccess-0.16: MIT libdrm-2.4.123: MIT -mesa-va-drivers-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-libglapi-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-dri-drivers-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -libglvnd-glx-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro -mesa-libGL-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-libgbm-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libglapi-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-dri-drivers-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libgbm-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libglvnd-egl-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro -mesa-libEGL-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libEGL-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +libglvnd-glx-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro +mesa-libGL-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libglvnd-gles-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro gzip-1.12: GPLv3+ and GFDL cracklib-2.9.6: LGPLv2+ @@ -290,7 +284,7 @@ perl-File-Find-1.37: GPL+ or Artistic google-noto-fonts-common-20201206: OFL google-noto-sans-vf-fonts-20201206: OFL langpacks-core-font-en-3.0: GPLv2+ -cairo-1.17.6: LGPLv2 or MPLv1.1 +cairo-1.18.0: LGPL-2.1-only OR MPL-1.1 harfbuzz-7.0.0: MIT freetype-2.13.2: (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND LicenseRef-Fedora-Public-Domain AND Zlib fontconfig-2.13.94: MIT and Public Domain and UCD @@ -310,10 +304,6 @@ findutils-4.8.0: GPLv3+ file-5.39: BSD efi-srpm-macros-5: GPLv3+ dwz-0.14: GPLv2+ and GPLv3+ -duktape-2.7.0: MIT -libproxy-0.5.7: LGPL-2.1-or-later -glib-networking-2.68.2: LGPLv2+ -libsoup-2.72.0: LGPLv2 diffutils-3.8: GPLv3+ dbus-common-1.12.28: (GPLv2+ or AFL) and GPLv2+ dbus-broker-32: ASL 2.0 @@ -361,7 +351,7 @@ libselinux-devel-3.4: Public Domain libmount-devel-2.37.4: LGPLv2+ ncurses-devel-6.2: MIT sysprof-capture-devel-3.40.1: BSD-2-Clause-Patent -glib2-devel-2.74.7: LGPLv2+ +glib2-devel-2.82.2: LGPL-2.1-or-later harfbuzz-devel-7.0.0: MIT freetype-devel-2.13.2: (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND LicenseRef-Fedora-Public-Domain AND Zlib valgrind-devel-3.19.0: GPLv2+ @@ -373,30 +363,30 @@ libXft-devel-2.3.8: HPND-sell-variant gcc-gdb-plugin-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD gdb-12.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL tk-devel-8.6.10: TCL -mesa-libGL-devel-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libGL-devel-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 readline-devel-8.1: GPLv3+ python3-rpm-generators-12: GPLv2+ bluez-libs-devel-5.62: GPLv2+ -expat-devel-2.5.0: MIT +expat-devel-2.6.3: MIT gmp-devel-6.2.1: LGPLv3+ or GPLv2+ libuuid-devel-2.37.4: BSD openssl-devel-3.0.8: ASL 2.0 sqlite-devel-3.40.0: Public Domain gcc-c++-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD net-tools-2.0: GPLv2+ -libappstream-glib-0.7.18: LGPLv2+ gdbm-devel-1.19: GPLv3+ tix-devel-8.4.3: TCL autoconf-2.69: GPLv2+ and GFDL git-core-2.40.1: BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT -desktop-file-utils-0.26: GPLv2+ +libappstream-glib-0.8.3: LGPL-2.1-or-later +desktop-file-utils-0.27: GPL-2.0-or-later systemtap-sdt-devel-4.8: GPLv2+ and Public Domain glibc-gconv-extra-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL glibc-all-langpacks-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL bzip2-1.0.8: BSD -MariaDB-common-11.1.2: GPLv2 -MariaDB-shared-11.1.2: LGPLv2.1 -MariaDB-devel-11.1.2: GPLv2 +MariaDB-common-11.4.3: GPLv2 +MariaDB-shared-11.4.3: LGPLv2.1 +MariaDB-devel-11.4.3: GPLv2 python3-ruamel-yaml-clib-0.1.2: MIT python3-ruamel-yaml-0.16.6: MIT python3-wcwidth-0.2.5: MIT @@ -418,7 +408,7 @@ paper-2.3: GPLv3+ and FSFAP perl-IPC-Run3-0.048: GPL+ or Artistic or BSD psutils-2.05: GPLv3+ and psutils groff-1.22.4: GPLv3+ and GFDL and BSD and MIT -awscli-2-2.15.30: ASL 2.0 and MIT +awscli-2-2.17.18: ASL 2.0 and MIT libXi-1.8.2: MIT-open-group AND SMLNJ AND MIT libICE-1.1.1: MIT-open-group dejavu-sans-mono-fonts-2.37: Bitstream Vera and Public Domain @@ -433,8 +423,8 @@ giflib-5.2.1: MIT dejavu-serif-fonts-2.37: Bitstream Vera and Public Domain chkconfig-1.15: GPLv2 alsa-lib-1.2.7.2: LGPLv2+ -java-17-amazon-corretto-headless-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. -java-17-amazon-corretto-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. +java-17-amazon-corretto-headless-17.0.13+11: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. +java-17-amazon-corretto-17.0.13+11: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. libcurl-devel-8.5.0: curl cyrus-sasl-lib-2.1.27: BSD with advertising openldap-2.4.57: OpenLDAP diff --git a/images/airflow/2.9.2/BillOfMaterials/2.9.2/Python-Packages-BOM.txt b/images/airflow/2.9.2/BillOfMaterials/2.9.2/Python-Packages-BOM.txt index 0be0b99..d3e8a7e 100644 --- a/images/airflow/2.9.2/BillOfMaterials/2.9.2/Python-Packages-BOM.txt +++ b/images/airflow/2.9.2/BillOfMaterials/2.9.2/Python-Packages-BOM.txt @@ -5611,13 +5611,13 @@ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. /usr/local/airflow/.local/lib/python3.11/site-packages/boto3-1.34.106.dist-info/NOTICE boto3-stubs -1.35.54 +1.35.91 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.35.91.dist-info/LICENSE MIT License -Copyright (c) 2024 Vlad Emelianov +Copyright (c) 2025 Vlad Emelianov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -5886,10 +5886,10 @@ one at http://mozilla.org/MPL/2.0/. /usr/local/airflow/.local/lib/python3.11/site-packages/botocore-1.34.106.dist-info/NOTICE botocore-stubs -1.35.54 +1.35.91 MIT License https://github.com/youtype/botocore-stubs -/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.35.91.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov @@ -9645,10 +9645,10 @@ UNKNOWN UNKNOWN mypy-boto3-logs -1.35.54 +1.35.81 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_logs-1.35.54.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_logs-1.35.81.dist-info/LICENSE MIT License Copyright (c) 2024 Vlad Emelianov @@ -9674,13 +9674,13 @@ UNKNOWN UNKNOWN mypy-boto3-sqs -1.35.0 +1.35.91 MIT License https://github.com/youtype/mypy_boto3_builder -/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_sqs-1.35.0.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/mypy_boto3_sqs-1.35.91.dist-info/LICENSE MIT License -Copyright (c) 2024 Vlad Emelianov +Copyright (c) 2025 Vlad Emelianov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -12394,7 +12394,7 @@ UNKNOWN UNKNOWN pycurl -7.45.3 +7.45.4 GNU Library or Lesser General Public License (LGPL); MIT License http://pycurl.io/ /usr/local/airflow/.local/lib/python3.11/site-packages/../../../share/doc/pycurl/COPYING-LGPL @@ -14905,10 +14905,10 @@ UNKNOWN UNKNOWN types-awscrt -0.23.0 +0.23.6 MIT License https://github.com/youtype/types-awscrt -/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.23.0.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.23.6.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov @@ -14935,10 +14935,10 @@ UNKNOWN UNKNOWN types-s3transfer -0.10.3 +0.10.4 MIT License https://github.com/youtype/types-s3transfer -/usr/local/airflow/.local/lib/python3.11/site-packages/types_s3transfer-0.10.3.dist-info/LICENSE +/usr/local/airflow/.local/lib/python3.11/site-packages/types_s3transfer-0.10.4.dist-info/LICENSE MIT License Copyright (c) 2022 Vlad Emelianov diff --git a/images/airflow/2.9.2/BillOfMaterials/2.9.2/System-Packages-BOM.txt b/images/airflow/2.9.2/BillOfMaterials/2.9.2/System-Packages-BOM.txt index fd6f89f..e3a30a5 100644 --- a/images/airflow/2.9.2/BillOfMaterials/2.9.2/System-Packages-BOM.txt +++ b/images/airflow/2.9.2/BillOfMaterials/2.9.2/System-Packages-BOM.txt @@ -33,11 +33,11 @@ libblkid-2.37.4: LGPLv2+ libsigsegv-2.13: GPLv2+ libtasn1-4.19.0: GPLv3+ and LGPLv2+ ca-certificates-2023.2.68: Public Domain -glib2-2.74.7: LGPLv2+ +glib2-2.82.2: LGPL-2.1-or-later libverto-0.3.2: MIT libcurl-minimal-8.5.0: curl libxcrypt-4.4.33: LGPL-2.1-or-later AND BSD-3-Clause AND BSD-2-Clause AND BSD-2-Clause-FreeBSD AND 0BSD AND CC0-1.0 AND LicenseRef-Fedora-Public-Domain -python3-libs-3.9.16: Python +python3-libs-3.9.20: Python libyaml-0.2.5: MIT libarchive-3.7.4: BSD-2-Clause AND FSFULLR AND GPL-2.0-or-later WITH Libtool-exception AND BSD-3-Clause AND FSFUL rpm-libs-4.16.1.3: GPLv2+ and LGPLv2+ with exceptions @@ -55,8 +55,8 @@ libgcc-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and crypto-policies-20220428: LGPLv2+ publicsuffix-list-dafsa-20240212: MPLv2.0 ncurses-base-6.2: MIT -amazon-linux-repo-cdn-2023.6.20241010: MIT -system-release-2023.6.20241010: MIT +amazon-linux-repo-cdn-2023.6.20241212: MIT +system-release-2023.6.20241212: MIT filesystem-3.14: Public Domain glibc-minimal-langpack-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL glibc-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL @@ -69,7 +69,7 @@ libuuid-2.37.4: BSD pcre2-10.40: BSD p11-kit-0.24.1: BSD elfutils-libelf-0.188: GPLv2+ or LGPLv3+ -expat-2.5.0: MIT +expat-2.6.3: MIT libattr-2.5.1: LGPLv2+ libsmartcols-2.37.4: LGPLv2+ libidn2-2.3.2: (GPLv2+ or LGPLv3+) and GPLv3+ @@ -89,7 +89,7 @@ openssl-libs-3.0.8: ASL 2.0 python3-pip-wheel-21.3.1: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) krb5-libs-1.21.3: MIT curl-minimal-8.5.0: curl -python3-3.9.16: Python +python3-3.9.20: Python python3-libcomps-0.1.20: GPL-2.0-or-later lz4-libs-1.9.4: GPLv2+ and BSD rpm-4.16.1.3: GPLv2+ @@ -104,8 +104,6 @@ python3-rpm-4.16.1.3: GPLv2+ dnf-data-4.14.0: GPLv2+ dnf-4.14.0: GPLv2+ gpg-pubkey-d832c631: pubkey -nettle-3.8: LGPLv3+ or GPLv2+ -gnutls-3.8.0: GPLv3+ and LGPLv2+ systemd-libs-252.23: LGPLv2+ and MIT dbus-libs-1.12.28: (GPLv2+ or AFL) and GPLv2+ python3-dbus-1.2.18: MIT @@ -118,41 +116,39 @@ python3-dnf-plugins-core-4.3.0: GPLv2+ dnf-plugins-core-4.3.0: GPLv2+ libglvnd-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro libpng-1.6.37: zlib -libbrotli-1.0.9: MIT libX11-xcb-1.8.10: MIT AND X11 -fonts-filesystem-2.0.5: MIT tcl-8.6.10: TCL libxshmfence-1.3.2: HPND-sell-variant libmpc-1.2.1: LGPLv3+ libicu-67.1: MIT and UCD and Public Domain +libbrotli-1.0.9: MIT elfutils-debuginfod-client-0.188: GPLv3+ and (GPLv2+ or LGPLv3+) util-linux-core-2.37.4: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain python3-pyparsing-2.4.7: MIT -mesa-filesystem-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +python3-packaging-21.3: BSD or ASL 2.0 +mesa-filesystem-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libwayland-server-1.22.0: MIT libtextstyle-0.21: GPLv3+ libseccomp-2.5.3: LGPLv2 libfdisk-2.37.4: LGPLv2+ libedit-3.1: BSD -llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA libXau-1.0.11: MIT-open-group libxcb-1.17.0: X11 -kernel-headers-6.1.112: GPLv2 and Redistributable, no modification permitted +kernel-headers-6.1.119: GPLv2 and Redistributable, no modification permitted jansson-2.14: MIT graphite2-1.3.14: (LGPLv2+ or GPLv2+ or MPLv1.1) and (Netscape or GPLv2+ or LGPLv2+) +fonts-filesystem-2.0.5: MIT emacs-filesystem-28.2: GPLv3+ and CC0 binutils-2.39: GPLv3+ ctags-5.9: GPLv2+ +llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA gettext-libs-0.21: LGPLv2+ and GPLv3+ gettext-0.21: GPLv3+ and LGPLv2+ and GFDL -python3-packaging-21.3: BSD or ASL 2.0 +mesa-va-drivers-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +brotli-1.0.9: MIT boost-regex-1.75.0: Boost and MIT and Python source-highlight-3.1.9: GPLv3+ cpp-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD -abattis-cantarell-fonts-0.301: OFL -adobe-source-code-pro-fonts-2.030.1.050: OFL -gsettings-desktop-schemas-40.0: LGPLv2+ -brotli-1.0.9: MIT libglvnd-opengl-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro xxhash-libs-0.8.0: BSD xml-common-0.6.3: GPL+ @@ -180,7 +176,6 @@ lm_sensors-libs-3.6.0: LGPLv2+ libwayland-client-1.22.0: MIT libubsan-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD libtool-ltdl-2.4.7: LGPLv2+ -libstemmer-0: BSD libstdc++-devel-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD libutempter-1.2.1: LGPLv2+ libpkgconf-1.8.0: ISC @@ -208,14 +203,13 @@ info-6.7: GPLv3+ hwdata-0.384: GPL-2.0-or-later libpciaccess-0.16: MIT libdrm-2.4.123: MIT -mesa-va-drivers-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-libglapi-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-dri-drivers-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -libglvnd-glx-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro -mesa-libGL-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 -mesa-libgbm-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libglapi-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-dri-drivers-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libgbm-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libglvnd-egl-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro -mesa-libEGL-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libEGL-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 +libglvnd-glx-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro +mesa-libGL-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 libglvnd-gles-1.7.0: MIT-feh AND MIT-Modern-Variant AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro gzip-1.12: GPLv3+ and GFDL cracklib-2.9.6: LGPLv2+ @@ -290,7 +284,7 @@ perl-File-Find-1.37: GPL+ or Artistic google-noto-fonts-common-20201206: OFL google-noto-sans-vf-fonts-20201206: OFL langpacks-core-font-en-3.0: GPLv2+ -cairo-1.17.6: LGPLv2 or MPLv1.1 +cairo-1.18.0: LGPL-2.1-only OR MPL-1.1 harfbuzz-7.0.0: MIT freetype-2.13.2: (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND LicenseRef-Fedora-Public-Domain AND Zlib fontconfig-2.13.94: MIT and Public Domain and UCD @@ -310,10 +304,6 @@ findutils-4.8.0: GPLv3+ file-5.39: BSD efi-srpm-macros-5: GPLv3+ dwz-0.14: GPLv2+ and GPLv3+ -duktape-2.7.0: MIT -libproxy-0.5.7: LGPL-2.1-or-later -glib-networking-2.68.2: LGPLv2+ -libsoup-2.72.0: LGPLv2 diffutils-3.8: GPLv3+ dbus-common-1.12.28: (GPLv2+ or AFL) and GPLv2+ dbus-broker-32: ASL 2.0 @@ -361,7 +351,7 @@ libselinux-devel-3.4: Public Domain libmount-devel-2.37.4: LGPLv2+ ncurses-devel-6.2: MIT sysprof-capture-devel-3.40.1: BSD-2-Clause-Patent -glib2-devel-2.74.7: LGPLv2+ +glib2-devel-2.82.2: LGPL-2.1-or-later harfbuzz-devel-7.0.0: MIT freetype-devel-2.13.2: (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND LicenseRef-Fedora-Public-Domain AND Zlib valgrind-devel-3.19.0: GPLv2+ @@ -373,30 +363,30 @@ libXft-devel-2.3.8: HPND-sell-variant gcc-gdb-plugin-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD gdb-12.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL tk-devel-8.6.10: TCL -mesa-libGL-devel-24.1.7: MIT AND BSD-3-Clause AND SGI-B-2.0 +mesa-libGL-devel-24.2.6: MIT AND BSD-3-Clause AND SGI-B-2.0 readline-devel-8.1: GPLv3+ python3-rpm-generators-12: GPLv2+ bluez-libs-devel-5.62: GPLv2+ -expat-devel-2.5.0: MIT +expat-devel-2.6.3: MIT gmp-devel-6.2.1: LGPLv3+ or GPLv2+ libuuid-devel-2.37.4: BSD openssl-devel-3.0.8: ASL 2.0 sqlite-devel-3.40.0: Public Domain gcc-c++-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD net-tools-2.0: GPLv2+ -libappstream-glib-0.7.18: LGPLv2+ gdbm-devel-1.19: GPLv3+ tix-devel-8.4.3: TCL autoconf-2.69: GPLv2+ and GFDL git-core-2.40.1: BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT -desktop-file-utils-0.26: GPLv2+ +libappstream-glib-0.8.3: LGPL-2.1-or-later +desktop-file-utils-0.27: GPL-2.0-or-later systemtap-sdt-devel-4.8: GPLv2+ and Public Domain glibc-gconv-extra-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL glibc-all-langpacks-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL bzip2-1.0.8: BSD -MariaDB-common-11.1.2: GPLv2 -MariaDB-shared-11.1.2: LGPLv2.1 -MariaDB-devel-11.1.2: GPLv2 +MariaDB-common-11.4.3: GPLv2 +MariaDB-shared-11.4.3: LGPLv2.1 +MariaDB-devel-11.4.3: GPLv2 python3-ruamel-yaml-clib-0.1.2: MIT python3-ruamel-yaml-0.16.6: MIT python3-wcwidth-0.2.5: MIT @@ -418,7 +408,7 @@ paper-2.3: GPLv3+ and FSFAP perl-IPC-Run3-0.048: GPL+ or Artistic or BSD psutils-2.05: GPLv3+ and psutils groff-1.22.4: GPLv3+ and GFDL and BSD and MIT -awscli-2-2.15.30: ASL 2.0 and MIT +awscli-2-2.17.18: ASL 2.0 and MIT libXi-1.8.2: MIT-open-group AND SMLNJ AND MIT libICE-1.1.1: MIT-open-group dejavu-sans-mono-fonts-2.37: Bitstream Vera and Public Domain @@ -433,8 +423,8 @@ giflib-5.2.1: MIT dejavu-serif-fonts-2.37: Bitstream Vera and Public Domain chkconfig-1.15: GPLv2 alsa-lib-1.2.7.2: LGPLv2+ -java-17-amazon-corretto-headless-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. -java-17-amazon-corretto-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. +java-17-amazon-corretto-headless-17.0.13+11: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. +java-17-amazon-corretto-17.0.13+11: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA. libcurl-devel-8.5.0: curl cyrus-sasl-lib-2.1.27: BSD with advertising openldap-2.4.57: OpenLDAP diff --git a/images/airflow/2.9.2/docker-compose.yaml b/images/airflow/2.9.2/docker-compose.yaml index 7196ee4..6b7b3e5 100644 --- a/images/airflow/2.9.2/docker-compose.yaml +++ b/images/airflow/2.9.2/docker-compose.yaml @@ -20,7 +20,7 @@ x-airflow-common: &airflow-common # Additional Airflow configuration can be passed here in JSON form. MWAA__CORE__CREATED_AT: "Tue Sep 18 23:05:58 UTC 2024" MWAA__CORE__CUSTOM_AIRFLOW_CONFIGS: "{}" - MWAA__CORE__FERNET_KEY: '{"FernetKey": "fake-key-nNge+lks3RBeGVrnZ1Dq5GjKerbZKmb7dXNnsNsGy3E="}' + MWAA__CORE__FERNET_KEY: ${FERNET_KEY} MWAA__WEBSERVER__SECRET: '{"secret_key": "fake-key-aYDdF6d+Fjznai5yBW63CUAi0IipJqDHlNSWIun6y8o="}' # Use this enviornment variable to enable encryption with KMS. MWAA__CORE__KMS_KEY_ARN: ${MWAA__CORE__KMS_KEY_ARN} diff --git a/images/airflow/2.9.2/run.sh b/images/airflow/2.9.2/run.sh index 619e46b..a121fa0 100755 --- a/images/airflow/2.9.2/run.sh +++ b/images/airflow/2.9.2/run.sh @@ -10,6 +10,37 @@ else CONTAINER_RUNTIME="docker" fi +# Generate valid Fernet key as json +generate_fernet_key() { + + # Install cryptography package quietly + chmod +x temporary-pip-install + ./temporary-pip-install cryptography >/dev/null 2>&1 + + # Generate the key and format as JSON + KEY=$(python3 -c 'from cryptography.fernet import Fernet; import json; key = Fernet.generate_key().decode(); print(json.dumps({"FernetKey": key}))') + + # Uninstall cryptography package quietly + python3 -m pip uninstall -y cryptography cryptography-vectors &>/dev/null 2>&1 + + echo "$KEY" +} + +# Set up cache directory ; generate if it dosen't exist +CACHE_DIR="${HOME}/.cache/mwaa-local" +FERNET_KEY_FILE="${CACHE_DIR}/fernet.key" +mkdir -p "${CACHE_DIR}" + +# Check if we have a cached Fernet key, if not generate and cache it +if [ ! -f "${FERNET_KEY_FILE}" ]; then + generate_fernet_key > "${FERNET_KEY_FILE}" + chmod 600 "${FERNET_KEY_FILE}" +fi + +# Read the Fernet key from cache +FERNET_KEY=$(cat "${FERNET_KEY_FILE}") +export FERNET_KEY + # Build the Docker image ./build.sh $CONTAINER_RUNTIME diff --git a/images/airflow/2.9.2/temporary-pip-install b/images/airflow/2.9.2/temporary-pip-install new file mode 100755 index 0000000..a8fe793 --- /dev/null +++ b/images/airflow/2.9.2/temporary-pip-install @@ -0,0 +1,10 @@ +#!/bin/bash + +# This script is specifically designed for temporarily installing packages needed ONLY before bootstrap steps. +# It intentionally bypasses constraint checks, since it is intended that the packages will be used for setup/configuration +# and then UNINSTALLED before the bootstrap steps, during local setup. +# +# NOTE: This script should NOT be used for installing production Airflow/MWAA dependencies. +# For those, use 'safe-pip-install' which properly handles Airflow/MWAA constraints. + +pip3 install "$@" \ No newline at end of file diff --git a/quality-checks/lint_bash.sh b/quality-checks/lint_bash.sh index 75b0278..2730ed2 100755 --- a/quality-checks/lint_bash.sh +++ b/quality-checks/lint_bash.sh @@ -1,5 +1,4 @@ #!/bin/bash - # Ensure the script is being executed while being in the repo root. SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" REPO_ROOT="$(dirname "$SCRIPT_DIR")" @@ -8,10 +7,9 @@ if [[ "$PWD" != "$REPO_ROOT" ]]; then echo "The script must be run from the repo root. Please cd into the repo root directory and type: ./quality-checks/${SCRIPT_NAME}" exit 1 fi - -# Lint all Bash files +# Lint all Bash files, excluding .venv directory echo "Running ShellCheck on Bash scripts..." -if ! find . -type f -name "*.sh" -exec shellcheck {} +; then +if ! find . -type f -name "*.sh" -not -path "./.venv/*" -exec shellcheck {} +; then echo "ShellCheck linting failed." exit 1 else diff --git a/quality-checks/pip_install_check.py b/quality-checks/pip_install_check.py index 34a1eca..27a263a 100755 --- a/quality-checks/pip_install_check.py +++ b/quality-checks/pip_install_check.py @@ -1,4 +1,4 @@ -#!/bin/python3 +#!/usr/bin/env python3 """ This module verifies there are no direct use of "pip install" in the code. diff --git a/quality-checks/run_all.py b/quality-checks/run_all.py index be2f5e6..838d8b3 100755 --- a/quality-checks/run_all.py +++ b/quality-checks/run_all.py @@ -1,4 +1,4 @@ -#!/bin/python3 +#!/usr/bin/env python3 """Run all quality check scripts under the quality-checks/ folder.""" import os