From d1f231c2a508c38be992d9cdd686c18650e50d1a Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 13 Aug 2024 04:55:42 +0000 Subject: [PATCH 01/66] Bot Updating Package Versions --- package_versions.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 622d60b..560d9b1 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -29,7 +29,7 @@ NAME VE @tufjs/models 1.0.4 npm @types/cookie 0.4.1 npm @types/cors 2.8.17 npm -@types/node 22.1.0 npm +@types/node 22.2.0 npm abbrev 1.1.1 npm abbrev 2.0.0 npm abort-controller 3.0.0 npm @@ -121,7 +121,7 @@ cups-filters-core-drivers 1. cups-ipp-utils 2.4.1op1-1ubuntu4.10 deb cups-ppdc 2.4.1op1-1ubuntu4.10 deb cups-server-common 2.4.1op1-1ubuntu4.10 deb -curl 7.81.0-1ubuntu1.16 deb +curl 7.81.0-1ubuntu1.17 deb dario.cat/mergo v1.0.0 go-module (+2 duplicates) dash 0.5.11+git20210903+057cd650a4ed-3build1 deb dbus 1.12.20-2ubuntu4.1 deb @@ -284,7 +284,7 @@ github.com/distribution/reference v0 github.com/docker/buildx v0.16.0 go-module github.com/docker/cli v27.1.0+incompatible go-module github.com/docker/cli-docs-tool v0.8.0 go-module -github.com/docker/cli/cmd/docker 27.1.1 go-module +github.com/docker/cli/cmd/docker v27.1.1 go-module github.com/docker/compose/v2 v2.29.1 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) github.com/docker/docker v27.1.0+incompatible go-module @@ -706,8 +706,8 @@ libcrypt1 1: libcryptsetup12 2:2.4.3-1ubuntu1.2 deb libcups2 2.4.1op1-1ubuntu4.10 deb libcupsfilters1 1.28.15-0ubuntu1.2 deb -libcurl3-gnutls 7.81.0-1ubuntu1.16 deb -libcurl4 7.81.0-1ubuntu1.16 deb +libcurl3-gnutls 7.81.0-1ubuntu1.17 deb +libcurl4 7.81.0-1ubuntu1.17 deb libdata-optlist-perl 0.112-1 deb libdatetime-locale-perl 1:1.33-1 deb libdatetime-perl 2:1.55-1build1 deb @@ -996,7 +996,7 @@ libsrt1.4-gnutls 1. libss2 1.46.5-2ubuntu1.1 deb libssh-4 0.9.6-2ubuntu0.22.04.3 deb libssh-gcrypt-4 0.9.6-2ubuntu0.22.04.3 deb -libssl3 3.0.2-0ubuntu1.16 deb +libssl3 3.0.2-0ubuntu1.17 deb libstartup-notification0 0.12-6build2 deb libstdc++6 12.3.0-1ubuntu1~22.04 deb libstemmer0d 2.2.0-1build1 deb @@ -1116,7 +1116,7 @@ libzmq5 4. libzstd1 1.4.8+dfsg-3build1 deb libzvbi-common 0.2.35-19 deb libzvbi0 0.2.35-19 deb -linux-libc-dev 5.15.0-117.127 deb +linux-libc-dev 5.15.0-118.128 deb locales 2.35-0ubuntu3.8 deb locales-all 2.35-0ubuntu3.8 deb login 1:4.8.1-2ubuntu2.2 deb From 8bd13674c9e945c269fa939f5fa00f5ae224162e Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:31:14 -0400 Subject: [PATCH 02/66] rebase to noble --- .github/workflows/external_trigger.yml | 45 +++++++------ .../workflows/external_trigger_scheduler.yml | 24 +++---- .github/workflows/package_trigger.yml | 22 +++---- .../workflows/package_trigger_scheduler.yml | 18 ++--- Dockerfile | 3 +- Jenkinsfile | 66 +++++++++++++++---- README.md | 5 +- jenkins-vars.yml | 4 +- readme-vars.yml | 3 +- 9 files changed, 117 insertions(+), 73 deletions(-) diff --git a/.github/workflows/external_trigger.yml b/.github/workflows/external_trigger.yml index 71266ad..aeac907 100644 --- a/.github/workflows/external_trigger.yml +++ b/.github/workflows/external_trigger.yml @@ -12,17 +12,20 @@ jobs: - name: External Trigger if: github.ref == 'refs/heads/main' run: | + printf "# External trigger for docker-audacity\n\n" >> $GITHUB_STEP_SUMMARY if [ -n "${{ secrets.PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN }}" ]; then - echo "**** Github secret PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN is set; skipping trigger. ****" - echo "Github secret \`PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN\` is set; skipping trigger." >> $GITHUB_STEP_SUMMARY + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Github secret \`PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN\` is set; skipping trigger." >> $GITHUB_STEP_SUMMARY exit 0 fi - echo "**** External trigger running off of main branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN\". ****" - echo "External trigger running off of main branch. To disable this trigger, set a Github secret named \`PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN\`" >> $GITHUB_STEP_SUMMARY - echo "**** Retrieving external version ****" + echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY + echo "> External trigger running off of main branch. To disable this trigger, set a Github secret named \`PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN\`" >> $GITHUB_STEP_SUMMARY + printf "\n## Retrieving external version\n\n" >> $GITHUB_STEP_SUMMARY EXT_RELEASE=$(curl -u ${{ secrets.CR_USER }}:${{ secrets.CR_PAT }} -sX GET https://api.github.com/repos/audacity/audacity/releases/latest | jq -r '.tag_name' | sed 's|^Audacity-||') + echo "Type is \`custom_version_command\`" >> $GITHUB_STEP_SUMMARY if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then - echo "**** Can't retrieve external version, exiting ****" + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Can't retrieve external version, exiting" >> $GITHUB_STEP_SUMMARY FAILURE_REASON="Can't retrieve external version for audacity branch main" GHA_TRIGGER_URL="https://github.com/linuxserver/docker-audacity/actions/runs/${{ github.run_id }}" curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 16711680, @@ -31,9 +34,8 @@ jobs: exit 1 fi EXT_RELEASE=$(echo ${EXT_RELEASE} | sed 's/[~,%@+;:/]//g') - echo "**** External version: ${EXT_RELEASE} ****" - echo "External version: ${EXT_RELEASE}" >> $GITHUB_STEP_SUMMARY - echo "**** Retrieving last pushed version ****" + echo "External version: \`${EXT_RELEASE}\`" >> $GITHUB_STEP_SUMMARY + echo "Retrieving last pushed version" >> $GITHUB_STEP_SUMMARY image="linuxserver/audacity" tag="latest" token=$(curl -sX GET \ @@ -55,37 +57,34 @@ jobs: IMAGE_RELEASE=$(echo ${image_info} | jq -r '.Labels.build_version' | awk '{print $3}') IMAGE_VERSION=$(echo ${IMAGE_RELEASE} | awk -F'-ls' '{print $1}') if [ -z "${IMAGE_VERSION}" ]; then - echo "**** Can't retrieve last pushed version, exiting ****" + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "Can't retrieve last pushed version, exiting" >> $GITHUB_STEP_SUMMARY FAILURE_REASON="Can't retrieve last pushed version for audacity tag latest" curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 16711680, "description": "**Trigger Failed** \n**Reason:** '"${FAILURE_REASON}"' \n"}], "username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }} exit 1 fi - echo "**** Last pushed version: ${IMAGE_VERSION} ****" - echo "Last pushed version: ${IMAGE_VERSION}" >> $GITHUB_STEP_SUMMARY + echo "Last pushed version: \`${IMAGE_VERSION}\`" >> $GITHUB_STEP_SUMMARY if [ "${EXT_RELEASE}" == "${IMAGE_VERSION}" ]; then - echo "**** Version ${EXT_RELEASE} already pushed, exiting ****" - echo "Version ${EXT_RELEASE} already pushed, exiting" >> $GITHUB_STEP_SUMMARY + echo "Version \`${EXT_RELEASE}\` already pushed, exiting" >> $GITHUB_STEP_SUMMARY exit 0 elif [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/lastBuild/api/json | jq -r '.building') == "true" ]; then - echo "**** New version ${EXT_RELEASE} found; but there already seems to be an active build on Jenkins; exiting ****" - echo "New version ${EXT_RELEASE} found; but there already seems to be an active build on Jenkins; exiting" >> $GITHUB_STEP_SUMMARY + echo "New version \`${EXT_RELEASE}\` found; but there already seems to be an active build on Jenkins; exiting" >> $GITHUB_STEP_SUMMARY exit 0 else - echo "**** New version ${EXT_RELEASE} found; old version was ${IMAGE_VERSION}. Triggering new build ****" - echo "New version ${EXT_RELEASE} found; old version was ${IMAGE_VERSION}. Triggering new build" >> $GITHUB_STEP_SUMMARY + printf "\n## Trigger new build\n\n" >> $GITHUB_STEP_SUMMARY + echo "New version \`${EXT_RELEASE}\` found; old version was \`${IMAGE_VERSION}\`. Triggering new build" >> $GITHUB_STEP_SUMMARY response=$(curl -iX POST \ https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/buildWithParameters?PACKAGE_CHECK=false \ --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|") - echo "**** Jenkins job queue url: ${response%$'\r'} ****" - echo "**** Sleeping 10 seconds until job starts ****" + echo "Jenkins [job queue url](${response%$'\r'})" >> $GITHUB_STEP_SUMMARY + echo "Sleeping 10 seconds until job starts" >> $GITHUB_STEP_SUMMARY sleep 10 buildurl=$(curl -s "${response%$'\r'}api/json" | jq -r '.executable.url') buildurl="${buildurl%$'\r'}" - echo "**** Jenkins job build url: ${buildurl} ****" - echo "Jenkins job build url: ${buildurl}" >> $GITHUB_STEP_SUMMARY - echo "**** Attempting to change the Jenkins job description ****" + echo "Jenkins job [build url](${buildurl})" >> $GITHUB_STEP_SUMMARY + echo "Attempting to change the Jenkins job description" >> $GITHUB_STEP_SUMMARY curl -iX POST \ "${buildurl}submitDescription" \ --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} \ diff --git a/.github/workflows/external_trigger_scheduler.yml b/.github/workflows/external_trigger_scheduler.yml index e190331..6fb7a16 100644 --- a/.github/workflows/external_trigger_scheduler.yml +++ b/.github/workflows/external_trigger_scheduler.yml @@ -15,31 +15,31 @@ jobs: - name: External Trigger Scheduler run: | - echo "**** Branches found: ****" - git for-each-ref --format='%(refname:short)' refs/remotes - for br in $(git for-each-ref --format='%(refname:short)' refs/remotes) + printf "# External trigger scheduler for docker-audacity\n\n" >> $GITHUB_STEP_SUMMARY + printf "Found the branches:\n\n%s\n" "$(git for-each-ref --format='- %(refname:lstrip=3)' refs/remotes)" >> $GITHUB_STEP_SUMMARY + for br in $(git for-each-ref --format='%(refname:lstrip=3)' refs/remotes) do - br=$(echo "$br" | sed 's|origin/||g') - echo "**** Evaluating branch ${br} ****" + if [[ "${br}" == "HEAD" ]]; then + printf "\nSkipping %s.\n" ${br} >> $GITHUB_STEP_SUMMARY + continue + fi + printf "\n## Evaluating \`%s\`\n\n" ${br} >> $GITHUB_STEP_SUMMARY ls_jenkins_vars=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/jenkins-vars.yml) ls_branch=$(echo "${ls_jenkins_vars}" | yq -r '.ls_branch') ls_trigger=$(echo "${ls_jenkins_vars}" | yq -r '.external_type') if [[ "${br}" == "${ls_branch}" ]] && [[ "${ls_trigger}" != "os" ]]; then - echo "**** Branch ${br} appears to be live and trigger is not os; checking workflow. ****" + echo "Branch appears to be live and trigger is not os; checking workflow." >> $GITHUB_STEP_SUMMARY if curl -sfX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/.github/workflows/external_trigger.yml > /dev/null 2>&1; then - echo "**** Workflow exists. Triggering external trigger workflow for branch ${br} ****." - echo "Triggering external trigger workflow for branch ${br}" >> $GITHUB_STEP_SUMMARY + echo "Triggering external trigger workflow for branch." >> $GITHUB_STEP_SUMMARY curl -iX POST \ -H "Authorization: token ${{ secrets.CR_PAT }}" \ -H "Accept: application/vnd.github.v3+json" \ -d "{\"ref\":\"refs/heads/${br}\"}" \ https://api.github.com/repos/linuxserver/docker-audacity/actions/workflows/external_trigger.yml/dispatches else - echo "**** Workflow doesn't exist; skipping trigger. ****" - echo "Skipping branch ${br} due to no external trigger workflow present." >> $GITHUB_STEP_SUMMARY + echo "Skipping branch due to no external trigger workflow present." >> $GITHUB_STEP_SUMMARY fi else - echo "**** ${br} is either a dev branch, or has no external version; skipping trigger. ****" - echo "Skipping branch ${br} due to being detected as dev branch or having no external version." >> $GITHUB_STEP_SUMMARY + echo "Skipping branch due to being detected as dev branch or having no external version." >> $GITHUB_STEP_SUMMARY fi done diff --git a/.github/workflows/package_trigger.yml b/.github/workflows/package_trigger.yml index c190bb9..6162e8a 100644 --- a/.github/workflows/package_trigger.yml +++ b/.github/workflows/package_trigger.yml @@ -12,29 +12,29 @@ jobs: - name: Package Trigger if: github.ref == 'refs/heads/main' run: | + printf "# Package trigger for docker-audacity\n\n" >> $GITHUB_STEP_SUMMARY if [ -n "${{ secrets.PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN }}" ]; then - echo "**** Github secret PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN is set; skipping trigger. ****" - echo "Github secret \`PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN\` is set; skipping trigger." >> $GITHUB_STEP_SUMMARY + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Github secret \`PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN\` is set; skipping trigger." >> $GITHUB_STEP_SUMMARY exit 0 fi if [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/lastBuild/api/json | jq -r '.building') == "true" ]; then - echo "**** There already seems to be an active build on Jenkins; skipping package trigger ****" - echo "There already seems to be an active build on Jenkins; skipping package trigger" >> $GITHUB_STEP_SUMMARY + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> There already seems to be an active build on Jenkins; skipping package trigger" >> $GITHUB_STEP_SUMMARY exit 0 fi - echo "**** Package trigger running off of main branch. To disable, set a Github secret named \"PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN\". ****" - echo "Package trigger running off of main branch. To disable, set a Github secret named \`PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN\`" >> $GITHUB_STEP_SUMMARY + echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY + echo "> Package trigger running off of main branch. To disable, set a Github secret named \`PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN\`" >> $GITHUB_STEP_SUMMARY response=$(curl -iX POST \ https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/buildWithParameters?PACKAGE_CHECK=true \ --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|") - echo "**** Jenkins job queue url: ${response%$'\r'} ****" - echo "**** Sleeping 10 seconds until job starts ****" + echo "Jenkins [job queue url](${response%$'\r'})" >> $GITHUB_STEP_SUMMARY + echo "Sleeping 10 seconds until job starts" >> $GITHUB_STEP_SUMMARY sleep 10 buildurl=$(curl -s "${response%$'\r'}api/json" | jq -r '.executable.url') buildurl="${buildurl%$'\r'}" - echo "**** Jenkins job build url: ${buildurl} ****" - echo "Jenkins job build url: ${buildurl}" >> $GITHUB_STEP_SUMMARY - echo "**** Attempting to change the Jenkins job description ****" + echo "Jenkins job [build url](${buildurl})" >> $GITHUB_STEP_SUMMARY + echo "Attempting to change the Jenkins job description" >> $GITHUB_STEP_SUMMARY curl -iX POST \ "${buildurl}submitDescription" \ --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} \ diff --git a/.github/workflows/package_trigger_scheduler.yml b/.github/workflows/package_trigger_scheduler.yml index bc6fd8c..de076f0 100644 --- a/.github/workflows/package_trigger_scheduler.yml +++ b/.github/workflows/package_trigger_scheduler.yml @@ -15,17 +15,19 @@ jobs: - name: Package Trigger Scheduler run: | - echo "**** Branches found: ****" - git for-each-ref --format='%(refname:short)' refs/remotes - for br in $(git for-each-ref --format='%(refname:short)' refs/remotes) + printf "# Package trigger scheduler for docker-audacity\n\n" >> $GITHUB_STEP_SUMMARY + printf "Found the branches:\n\n%s\n" "$(git for-each-ref --format='- %(refname:lstrip=3)' refs/remotes)" >> $GITHUB_STEP_SUMMARY + for br in $(git for-each-ref --format='%(refname:lstrip=3)' refs/remotes) do - br=$(echo "$br" | sed 's|origin/||g') - echo "**** Evaluating branch ${br} ****" + if [[ "${br}" == "HEAD" ]]; then + printf "\nSkipping %s.\n" ${br} >> $GITHUB_STEP_SUMMARY + continue + fi + printf "\n## Evaluating \`%s\`\n\n" ${br} >> $GITHUB_STEP_SUMMARY ls_branch=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/jenkins-vars.yml | yq -r '.ls_branch') if [ "${br}" == "${ls_branch}" ]; then - echo "**** Branch ${br} appears to be live; checking workflow. ****" + echo "Branch appears to be live; checking workflow." >> $GITHUB_STEP_SUMMARY if curl -sfX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/.github/workflows/package_trigger.yml > /dev/null 2>&1; then - echo "**** Workflow exists. Triggering package trigger workflow for branch ${br}. ****" echo "Triggering package trigger workflow for branch ${br}" >> $GITHUB_STEP_SUMMARY triggered_branches="${triggered_branches}${br} " curl -iX POST \ @@ -35,11 +37,9 @@ jobs: https://api.github.com/repos/linuxserver/docker-audacity/actions/workflows/package_trigger.yml/dispatches sleep 30 else - echo "**** Workflow doesn't exist; skipping trigger. ****" echo "Skipping branch ${br} due to no package trigger workflow present." >> $GITHUB_STEP_SUMMARY fi else - echo "**** ${br} appears to be a dev branch; skipping trigger. ****" echo "Skipping branch ${br} due to being detected as dev branch." >> $GITHUB_STEP_SUMMARY fi done diff --git a/Dockerfile b/Dockerfile index 68cd73e..c1860ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntujammy +FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntunoble # set version label ARG BUILD_DATE @@ -40,6 +40,7 @@ RUN \ ln -s \ /usr/lib/x86_64-linux-gnu/libportaudio.so.2 \ /usr/lib/x86_64-linux-gnu/libportaudio.so && \ + printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ echo "**** cleanup ****" && \ rm -rf \ /tmp/* \ diff --git a/Jenkinsfile b/Jenkinsfile index b2df981..4f50a54 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,6 +17,8 @@ pipeline { GITLAB_TOKEN=credentials('b6f0f1dd-6952-4cf6-95d1-9c06380283f0') GITLAB_NAMESPACE=credentials('gitlab-namespace-id') DOCKERHUB_TOKEN=credentials('docker-hub-ci-pat') + QUAYIO_API_TOKEN=credentials('quayio-repo-api-token') + GIT_SIGNING_KEY=credentials('484fbca6-9a4f-455e-b9e3-97ac98785f5f') BUILD_VERSION_ARG = 'AUDACITY_VERSION' LS_USER = 'linuxserver' LS_REPO = 'docker-audacity' @@ -31,14 +33,28 @@ pipeline { CI_PORT = '3000' CI_SSL = 'false' CI_DELAY = '120' - CI_DOCKERENV = 'TZ=US/Pacific' - CI_AUTH = 'user:password' + CI_DOCKERENV = '' + CI_AUTH = '' CI_WEBPATH = '' } stages { + stage("Set git config"){ + steps{ + sh '''#!/bin/bash + cat ${GIT_SIGNING_KEY} > /config/.ssh/id_sign + chmod 600 /config/.ssh/id_sign + ssh-keygen -y -f /config/.ssh/id_sign > /config/.ssh/id_sign.pub + echo "Using $(ssh-keygen -lf /config/.ssh/id_sign) to sign commits" + git config --global gpg.format ssh + git config --global user.signingkey /config/.ssh/id_sign + git config --global commit.gpgsign true + ''' + } + } // Setup all the basic environment variables needed for the build stage("Set ENV Variables base"){ steps{ + echo "Running on node: ${NODE_NAME}" sh '''#! /bin/bash containers=$(docker ps -aq) if [[ -n "${containers}" ]]; then @@ -381,9 +397,9 @@ pipeline { echo "Updating Unraid template" cd ${TEMPDIR}/unraid/templates/ GH_TEMPLATES_DEFAULT_BRANCH=$(git remote show origin | grep "HEAD branch:" | sed 's|.*HEAD branch: ||') - if grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list && [[ -f ${TEMPDIR}/unraid/templates/unraid/deprecated/${CONTAINER_NAME}.xml ]]; then + if grep -wq "^${CONTAINER_NAME}$" ${TEMPDIR}/unraid/templates/unraid/ignore.list && [[ -f ${TEMPDIR}/unraid/templates/unraid/deprecated/${CONTAINER_NAME}.xml ]]; then echo "Image is on the ignore list, and already in the deprecation folder." - elif grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then + elif grep -wq "^${CONTAINER_NAME}$" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then echo "Image is on the ignore list, marking Unraid template as deprecated" cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml ${TEMPDIR}/unraid/templates/unraid/ git add -u unraid/${CONTAINER_NAME}.xml @@ -476,10 +492,10 @@ pipeline { } } /* ####################### - GitLab Mirroring + GitLab Mirroring and Quay.io Repo Visibility ####################### */ - // Ping into Gitlab to mirror this repo and have a registry endpoint - stage("GitLab Mirror"){ + // Ping into Gitlab to mirror this repo and have a registry endpoint & mark this repo on Quay.io as public + stage("GitLab Mirror and Quay.io Visibility"){ when { environment name: 'EXIT_STATUS', value: '' } @@ -495,6 +511,8 @@ pipeline { "visibility":"public"}' ''' sh '''curl -H "Private-Token: ${GITLAB_TOKEN}" -X PUT "https://gitlab.com/api/v4/projects/Linuxserver.io%2F${LS_REPO}" \ -d "mirror=true&import_url=https://github.com/linuxserver/${LS_REPO}.git" ''' + sh '''curl -H "Content-Type: application/json" -H "Authorization: Bearer ${QUAYIO_API_TOKEN}" -X POST "https://quay.io/api/v1/repository${QUAYIMAGE/quay.io/}/changevisibility" \ + -d '{"visibility":"public"}' ||: ''' } } /* ############### @@ -589,7 +607,7 @@ pipeline { --provenance=false --sbom=false \ --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." sh "docker tag ${IMAGE}:arm64v8-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}" - retry(5) { + retry_backoff(5,5) { sh "docker push ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}" } sh '''#! /bin/bash @@ -745,7 +763,7 @@ pipeline { passwordVariable: 'QUAYPASS' ] ]) { - retry(5) { + retry_backoff(5,5) { sh '''#! /bin/bash set -e echo $DOCKERHUB_TOKEN | docker login -u linuxserverci --password-stdin @@ -763,7 +781,7 @@ pipeline { docker push ${PUSHIMAGE}:${META_TAG} docker push ${PUSHIMAGE}:${EXT_RELEASE_TAG} if [ -n "${SEMVER}" ]; then - docker push ${PUSHIMAGE}:${SEMVER} + docker push ${PUSHIMAGE}:${SEMVER} fi done ''' @@ -786,7 +804,7 @@ pipeline { passwordVariable: 'QUAYPASS' ] ]) { - retry(5) { + retry_backoff(5,5) { sh '''#! /bin/bash set -e echo $DOCKERHUB_TOKEN | docker login -u linuxserverci --password-stdin @@ -849,7 +867,7 @@ pipeline { "object": "'${COMMIT_SHA}'",\ "message": "Tagging Release '${EXT_RELEASE_CLEAN}'-ls'${LS_TAG_NUMBER}' to main",\ "type": "commit",\ - "tagger": {"name": "LinuxServer Jenkins","email": "jenkins@linuxserver.io","date": "'${GITHUB_DATE}'"}}' ''' + "tagger": {"name": "LinuxServer-CI","email": "ci@linuxserver.io","date": "'${GITHUB_DATE}'"}}' ''' echo "Pushing New release for Tag" sh '''#! /bin/bash echo "Updating to ${EXT_RELEASE_CLEAN}" > releasebody.json @@ -981,6 +999,13 @@ EOF ###################### */ post { always { + sh '''#!/bin/bash + rm -rf /config/.ssh/id_sign + rm -rf /config/.ssh/id_sign.pub + git config --global --unset gpg.format + git config --global --unset user.signingkey + git config --global --unset commit.gpgsign + ''' script{ if (env.EXIT_STATUS == "ABORTED"){ sh 'echo "build aborted"' @@ -1010,3 +1035,20 @@ EOF } } } + +def retry_backoff(int max_attempts, int power_base, Closure c) { + int n = 0 + while (n < max_attempts) { + try { + c() + return + } catch (err) { + if ((n + 1) >= max_attempts) { + throw err + } + sleep(power_base ** n) + n++ + } + } + return +} diff --git a/README.md b/README.md index d82df18..d018444 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/config:/config + - /path/to/audacity/config:/config ports: - 3000:3000 - 3001:3001 @@ -145,7 +145,7 @@ docker run -d \ -e TZ=Etc/UTC \ -p 3000:3000 \ -p 3001:3001 \ - -v /path/to/config:/config \ + -v /path/to/audacity/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/audacity:latest ``` @@ -324,6 +324,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **19.08.24:** - Rebase to noble. * **10.02.24:** - Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage. * **05.05.23:** - Start Audacity in full screen. * **18.03.23:** - Rebase to KasmVNC base image. diff --git a/jenkins-vars.yml b/jenkins-vars.yml index c7a6fb3..dac7b03 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -22,6 +22,6 @@ repo_vars: - CI_PORT = '3000' - CI_SSL = 'false' - CI_DELAY = '120' - - CI_DOCKERENV = 'TZ=US/Pacific' - - CI_AUTH = 'user:password' + - CI_DOCKERENV = '' + - CI_AUTH = '' - CI_WEBPATH = '' diff --git a/readme-vars.yml b/readme-vars.yml index 6fd3b45..4c73d09 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -23,7 +23,7 @@ param_env_vars: - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." } param_usage_include_vols: true param_volumes: - - { vol_path: "/config", vol_host_path: "/path/to/config", desc: "Users home directory in the container, stores program settings and images" } + - { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Users home directory in the container, stores program settings and images" } param_usage_include_ports: true param_ports: - { external_port: "3000", internal_port: "3000", port_desc: "Audacity desktop gui." } @@ -86,6 +86,7 @@ app_setup_block: | # changelog changelogs: + - { date: "19.08.24:", desc: "Rebase to noble." } - { date: "10.02.24:", desc: "Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage." } - { date: "05.05.23:", desc: "Start Audacity in full screen." } - { date: "18.03.23:", desc: "Rebase to KasmVNC base image." } From 8d42413c95015694b1c2ceb0ad25b039f21b2544 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:33:46 -0400 Subject: [PATCH 03/66] update readme --- readme-vars.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/readme-vars.yml b/readme-vars.yml index 4c73d09..8ecc48e 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -18,9 +18,6 @@ development_versions: false # container parameters common_param_env_vars_enabled: true param_container_name: "{{ project_name }}" -param_usage_include_env: true -param_env_vars: - - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." } param_usage_include_vols: true param_volumes: - { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Users home directory in the container, stores program settings and images" } From 6893e90548e96b80280e7d4a86e0a31d012d9ad9 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 20 Aug 2024 04:52:07 +0000 Subject: [PATCH 04/66] Bot Updating Templated Files --- Jenkinsfile | 62 ++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 52 insertions(+), 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b2df981..9cec5c8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,6 +17,8 @@ pipeline { GITLAB_TOKEN=credentials('b6f0f1dd-6952-4cf6-95d1-9c06380283f0') GITLAB_NAMESPACE=credentials('gitlab-namespace-id') DOCKERHUB_TOKEN=credentials('docker-hub-ci-pat') + QUAYIO_API_TOKEN=credentials('quayio-repo-api-token') + GIT_SIGNING_KEY=credentials('484fbca6-9a4f-455e-b9e3-97ac98785f5f') BUILD_VERSION_ARG = 'AUDACITY_VERSION' LS_USER = 'linuxserver' LS_REPO = 'docker-audacity' @@ -36,9 +38,23 @@ pipeline { CI_WEBPATH = '' } stages { + stage("Set git config"){ + steps{ + sh '''#!/bin/bash + cat ${GIT_SIGNING_KEY} > /config/.ssh/id_sign + chmod 600 /config/.ssh/id_sign + ssh-keygen -y -f /config/.ssh/id_sign > /config/.ssh/id_sign.pub + echo "Using $(ssh-keygen -lf /config/.ssh/id_sign) to sign commits" + git config --global gpg.format ssh + git config --global user.signingkey /config/.ssh/id_sign + git config --global commit.gpgsign true + ''' + } + } // Setup all the basic environment variables needed for the build stage("Set ENV Variables base"){ steps{ + echo "Running on node: ${NODE_NAME}" sh '''#! /bin/bash containers=$(docker ps -aq) if [[ -n "${containers}" ]]; then @@ -381,9 +397,9 @@ pipeline { echo "Updating Unraid template" cd ${TEMPDIR}/unraid/templates/ GH_TEMPLATES_DEFAULT_BRANCH=$(git remote show origin | grep "HEAD branch:" | sed 's|.*HEAD branch: ||') - if grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list && [[ -f ${TEMPDIR}/unraid/templates/unraid/deprecated/${CONTAINER_NAME}.xml ]]; then + if grep -wq "^${CONTAINER_NAME}$" ${TEMPDIR}/unraid/templates/unraid/ignore.list && [[ -f ${TEMPDIR}/unraid/templates/unraid/deprecated/${CONTAINER_NAME}.xml ]]; then echo "Image is on the ignore list, and already in the deprecation folder." - elif grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then + elif grep -wq "^${CONTAINER_NAME}$" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then echo "Image is on the ignore list, marking Unraid template as deprecated" cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml ${TEMPDIR}/unraid/templates/unraid/ git add -u unraid/${CONTAINER_NAME}.xml @@ -476,10 +492,10 @@ pipeline { } } /* ####################### - GitLab Mirroring + GitLab Mirroring and Quay.io Repo Visibility ####################### */ - // Ping into Gitlab to mirror this repo and have a registry endpoint - stage("GitLab Mirror"){ + // Ping into Gitlab to mirror this repo and have a registry endpoint & mark this repo on Quay.io as public + stage("GitLab Mirror and Quay.io Visibility"){ when { environment name: 'EXIT_STATUS', value: '' } @@ -495,6 +511,8 @@ pipeline { "visibility":"public"}' ''' sh '''curl -H "Private-Token: ${GITLAB_TOKEN}" -X PUT "https://gitlab.com/api/v4/projects/Linuxserver.io%2F${LS_REPO}" \ -d "mirror=true&import_url=https://github.com/linuxserver/${LS_REPO}.git" ''' + sh '''curl -H "Content-Type: application/json" -H "Authorization: Bearer ${QUAYIO_API_TOKEN}" -X POST "https://quay.io/api/v1/repository${QUAYIMAGE/quay.io/}/changevisibility" \ + -d '{"visibility":"public"}' ||: ''' } } /* ############### @@ -589,7 +607,7 @@ pipeline { --provenance=false --sbom=false \ --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." sh "docker tag ${IMAGE}:arm64v8-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}" - retry(5) { + retry_backoff(5,5) { sh "docker push ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}" } sh '''#! /bin/bash @@ -745,7 +763,7 @@ pipeline { passwordVariable: 'QUAYPASS' ] ]) { - retry(5) { + retry_backoff(5,5) { sh '''#! /bin/bash set -e echo $DOCKERHUB_TOKEN | docker login -u linuxserverci --password-stdin @@ -763,7 +781,7 @@ pipeline { docker push ${PUSHIMAGE}:${META_TAG} docker push ${PUSHIMAGE}:${EXT_RELEASE_TAG} if [ -n "${SEMVER}" ]; then - docker push ${PUSHIMAGE}:${SEMVER} + docker push ${PUSHIMAGE}:${SEMVER} fi done ''' @@ -786,7 +804,7 @@ pipeline { passwordVariable: 'QUAYPASS' ] ]) { - retry(5) { + retry_backoff(5,5) { sh '''#! /bin/bash set -e echo $DOCKERHUB_TOKEN | docker login -u linuxserverci --password-stdin @@ -849,7 +867,7 @@ pipeline { "object": "'${COMMIT_SHA}'",\ "message": "Tagging Release '${EXT_RELEASE_CLEAN}'-ls'${LS_TAG_NUMBER}' to main",\ "type": "commit",\ - "tagger": {"name": "LinuxServer Jenkins","email": "jenkins@linuxserver.io","date": "'${GITHUB_DATE}'"}}' ''' + "tagger": {"name": "LinuxServer-CI","email": "ci@linuxserver.io","date": "'${GITHUB_DATE}'"}}' ''' echo "Pushing New release for Tag" sh '''#! /bin/bash echo "Updating to ${EXT_RELEASE_CLEAN}" > releasebody.json @@ -981,6 +999,13 @@ EOF ###################### */ post { always { + sh '''#!/bin/bash + rm -rf /config/.ssh/id_sign + rm -rf /config/.ssh/id_sign.pub + git config --global --unset gpg.format + git config --global --unset user.signingkey + git config --global --unset commit.gpgsign + ''' script{ if (env.EXIT_STATUS == "ABORTED"){ sh 'echo "build aborted"' @@ -1010,3 +1035,20 @@ EOF } } } + +def retry_backoff(int max_attempts, int power_base, Closure c) { + int n = 0 + while (n < max_attempts) { + try { + c() + return + } catch (err) { + if ((n + 1) >= max_attempts) { + throw err + } + sleep(power_base ** n) + n++ + } + } + return +} From 73f9ce03628e9d487965f638643d6241ccad4ed0 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 20 Aug 2024 04:53:16 +0000 Subject: [PATCH 05/66] Bot Updating Templated Files --- .github/workflows/external_trigger.yml | 45 +++++++++---------- .../workflows/external_trigger_scheduler.yml | 24 +++++----- .github/workflows/package_trigger.yml | 22 ++++----- .../workflows/package_trigger_scheduler.yml | 18 ++++---- 4 files changed, 54 insertions(+), 55 deletions(-) diff --git a/.github/workflows/external_trigger.yml b/.github/workflows/external_trigger.yml index 71266ad..aeac907 100644 --- a/.github/workflows/external_trigger.yml +++ b/.github/workflows/external_trigger.yml @@ -12,17 +12,20 @@ jobs: - name: External Trigger if: github.ref == 'refs/heads/main' run: | + printf "# External trigger for docker-audacity\n\n" >> $GITHUB_STEP_SUMMARY if [ -n "${{ secrets.PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN }}" ]; then - echo "**** Github secret PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN is set; skipping trigger. ****" - echo "Github secret \`PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN\` is set; skipping trigger." >> $GITHUB_STEP_SUMMARY + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Github secret \`PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN\` is set; skipping trigger." >> $GITHUB_STEP_SUMMARY exit 0 fi - echo "**** External trigger running off of main branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN\". ****" - echo "External trigger running off of main branch. To disable this trigger, set a Github secret named \`PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN\`" >> $GITHUB_STEP_SUMMARY - echo "**** Retrieving external version ****" + echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY + echo "> External trigger running off of main branch. To disable this trigger, set a Github secret named \`PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN\`" >> $GITHUB_STEP_SUMMARY + printf "\n## Retrieving external version\n\n" >> $GITHUB_STEP_SUMMARY EXT_RELEASE=$(curl -u ${{ secrets.CR_USER }}:${{ secrets.CR_PAT }} -sX GET https://api.github.com/repos/audacity/audacity/releases/latest | jq -r '.tag_name' | sed 's|^Audacity-||') + echo "Type is \`custom_version_command\`" >> $GITHUB_STEP_SUMMARY if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then - echo "**** Can't retrieve external version, exiting ****" + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Can't retrieve external version, exiting" >> $GITHUB_STEP_SUMMARY FAILURE_REASON="Can't retrieve external version for audacity branch main" GHA_TRIGGER_URL="https://github.com/linuxserver/docker-audacity/actions/runs/${{ github.run_id }}" curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 16711680, @@ -31,9 +34,8 @@ jobs: exit 1 fi EXT_RELEASE=$(echo ${EXT_RELEASE} | sed 's/[~,%@+;:/]//g') - echo "**** External version: ${EXT_RELEASE} ****" - echo "External version: ${EXT_RELEASE}" >> $GITHUB_STEP_SUMMARY - echo "**** Retrieving last pushed version ****" + echo "External version: \`${EXT_RELEASE}\`" >> $GITHUB_STEP_SUMMARY + echo "Retrieving last pushed version" >> $GITHUB_STEP_SUMMARY image="linuxserver/audacity" tag="latest" token=$(curl -sX GET \ @@ -55,37 +57,34 @@ jobs: IMAGE_RELEASE=$(echo ${image_info} | jq -r '.Labels.build_version' | awk '{print $3}') IMAGE_VERSION=$(echo ${IMAGE_RELEASE} | awk -F'-ls' '{print $1}') if [ -z "${IMAGE_VERSION}" ]; then - echo "**** Can't retrieve last pushed version, exiting ****" + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "Can't retrieve last pushed version, exiting" >> $GITHUB_STEP_SUMMARY FAILURE_REASON="Can't retrieve last pushed version for audacity tag latest" curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 16711680, "description": "**Trigger Failed** \n**Reason:** '"${FAILURE_REASON}"' \n"}], "username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }} exit 1 fi - echo "**** Last pushed version: ${IMAGE_VERSION} ****" - echo "Last pushed version: ${IMAGE_VERSION}" >> $GITHUB_STEP_SUMMARY + echo "Last pushed version: \`${IMAGE_VERSION}\`" >> $GITHUB_STEP_SUMMARY if [ "${EXT_RELEASE}" == "${IMAGE_VERSION}" ]; then - echo "**** Version ${EXT_RELEASE} already pushed, exiting ****" - echo "Version ${EXT_RELEASE} already pushed, exiting" >> $GITHUB_STEP_SUMMARY + echo "Version \`${EXT_RELEASE}\` already pushed, exiting" >> $GITHUB_STEP_SUMMARY exit 0 elif [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/lastBuild/api/json | jq -r '.building') == "true" ]; then - echo "**** New version ${EXT_RELEASE} found; but there already seems to be an active build on Jenkins; exiting ****" - echo "New version ${EXT_RELEASE} found; but there already seems to be an active build on Jenkins; exiting" >> $GITHUB_STEP_SUMMARY + echo "New version \`${EXT_RELEASE}\` found; but there already seems to be an active build on Jenkins; exiting" >> $GITHUB_STEP_SUMMARY exit 0 else - echo "**** New version ${EXT_RELEASE} found; old version was ${IMAGE_VERSION}. Triggering new build ****" - echo "New version ${EXT_RELEASE} found; old version was ${IMAGE_VERSION}. Triggering new build" >> $GITHUB_STEP_SUMMARY + printf "\n## Trigger new build\n\n" >> $GITHUB_STEP_SUMMARY + echo "New version \`${EXT_RELEASE}\` found; old version was \`${IMAGE_VERSION}\`. Triggering new build" >> $GITHUB_STEP_SUMMARY response=$(curl -iX POST \ https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/buildWithParameters?PACKAGE_CHECK=false \ --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|") - echo "**** Jenkins job queue url: ${response%$'\r'} ****" - echo "**** Sleeping 10 seconds until job starts ****" + echo "Jenkins [job queue url](${response%$'\r'})" >> $GITHUB_STEP_SUMMARY + echo "Sleeping 10 seconds until job starts" >> $GITHUB_STEP_SUMMARY sleep 10 buildurl=$(curl -s "${response%$'\r'}api/json" | jq -r '.executable.url') buildurl="${buildurl%$'\r'}" - echo "**** Jenkins job build url: ${buildurl} ****" - echo "Jenkins job build url: ${buildurl}" >> $GITHUB_STEP_SUMMARY - echo "**** Attempting to change the Jenkins job description ****" + echo "Jenkins job [build url](${buildurl})" >> $GITHUB_STEP_SUMMARY + echo "Attempting to change the Jenkins job description" >> $GITHUB_STEP_SUMMARY curl -iX POST \ "${buildurl}submitDescription" \ --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} \ diff --git a/.github/workflows/external_trigger_scheduler.yml b/.github/workflows/external_trigger_scheduler.yml index e190331..6fb7a16 100644 --- a/.github/workflows/external_trigger_scheduler.yml +++ b/.github/workflows/external_trigger_scheduler.yml @@ -15,31 +15,31 @@ jobs: - name: External Trigger Scheduler run: | - echo "**** Branches found: ****" - git for-each-ref --format='%(refname:short)' refs/remotes - for br in $(git for-each-ref --format='%(refname:short)' refs/remotes) + printf "# External trigger scheduler for docker-audacity\n\n" >> $GITHUB_STEP_SUMMARY + printf "Found the branches:\n\n%s\n" "$(git for-each-ref --format='- %(refname:lstrip=3)' refs/remotes)" >> $GITHUB_STEP_SUMMARY + for br in $(git for-each-ref --format='%(refname:lstrip=3)' refs/remotes) do - br=$(echo "$br" | sed 's|origin/||g') - echo "**** Evaluating branch ${br} ****" + if [[ "${br}" == "HEAD" ]]; then + printf "\nSkipping %s.\n" ${br} >> $GITHUB_STEP_SUMMARY + continue + fi + printf "\n## Evaluating \`%s\`\n\n" ${br} >> $GITHUB_STEP_SUMMARY ls_jenkins_vars=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/jenkins-vars.yml) ls_branch=$(echo "${ls_jenkins_vars}" | yq -r '.ls_branch') ls_trigger=$(echo "${ls_jenkins_vars}" | yq -r '.external_type') if [[ "${br}" == "${ls_branch}" ]] && [[ "${ls_trigger}" != "os" ]]; then - echo "**** Branch ${br} appears to be live and trigger is not os; checking workflow. ****" + echo "Branch appears to be live and trigger is not os; checking workflow." >> $GITHUB_STEP_SUMMARY if curl -sfX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/.github/workflows/external_trigger.yml > /dev/null 2>&1; then - echo "**** Workflow exists. Triggering external trigger workflow for branch ${br} ****." - echo "Triggering external trigger workflow for branch ${br}" >> $GITHUB_STEP_SUMMARY + echo "Triggering external trigger workflow for branch." >> $GITHUB_STEP_SUMMARY curl -iX POST \ -H "Authorization: token ${{ secrets.CR_PAT }}" \ -H "Accept: application/vnd.github.v3+json" \ -d "{\"ref\":\"refs/heads/${br}\"}" \ https://api.github.com/repos/linuxserver/docker-audacity/actions/workflows/external_trigger.yml/dispatches else - echo "**** Workflow doesn't exist; skipping trigger. ****" - echo "Skipping branch ${br} due to no external trigger workflow present." >> $GITHUB_STEP_SUMMARY + echo "Skipping branch due to no external trigger workflow present." >> $GITHUB_STEP_SUMMARY fi else - echo "**** ${br} is either a dev branch, or has no external version; skipping trigger. ****" - echo "Skipping branch ${br} due to being detected as dev branch or having no external version." >> $GITHUB_STEP_SUMMARY + echo "Skipping branch due to being detected as dev branch or having no external version." >> $GITHUB_STEP_SUMMARY fi done diff --git a/.github/workflows/package_trigger.yml b/.github/workflows/package_trigger.yml index c190bb9..6162e8a 100644 --- a/.github/workflows/package_trigger.yml +++ b/.github/workflows/package_trigger.yml @@ -12,29 +12,29 @@ jobs: - name: Package Trigger if: github.ref == 'refs/heads/main' run: | + printf "# Package trigger for docker-audacity\n\n" >> $GITHUB_STEP_SUMMARY if [ -n "${{ secrets.PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN }}" ]; then - echo "**** Github secret PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN is set; skipping trigger. ****" - echo "Github secret \`PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN\` is set; skipping trigger." >> $GITHUB_STEP_SUMMARY + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Github secret \`PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN\` is set; skipping trigger." >> $GITHUB_STEP_SUMMARY exit 0 fi if [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/lastBuild/api/json | jq -r '.building') == "true" ]; then - echo "**** There already seems to be an active build on Jenkins; skipping package trigger ****" - echo "There already seems to be an active build on Jenkins; skipping package trigger" >> $GITHUB_STEP_SUMMARY + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> There already seems to be an active build on Jenkins; skipping package trigger" >> $GITHUB_STEP_SUMMARY exit 0 fi - echo "**** Package trigger running off of main branch. To disable, set a Github secret named \"PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN\". ****" - echo "Package trigger running off of main branch. To disable, set a Github secret named \`PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN\`" >> $GITHUB_STEP_SUMMARY + echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY + echo "> Package trigger running off of main branch. To disable, set a Github secret named \`PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN\`" >> $GITHUB_STEP_SUMMARY response=$(curl -iX POST \ https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/buildWithParameters?PACKAGE_CHECK=true \ --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|") - echo "**** Jenkins job queue url: ${response%$'\r'} ****" - echo "**** Sleeping 10 seconds until job starts ****" + echo "Jenkins [job queue url](${response%$'\r'})" >> $GITHUB_STEP_SUMMARY + echo "Sleeping 10 seconds until job starts" >> $GITHUB_STEP_SUMMARY sleep 10 buildurl=$(curl -s "${response%$'\r'}api/json" | jq -r '.executable.url') buildurl="${buildurl%$'\r'}" - echo "**** Jenkins job build url: ${buildurl} ****" - echo "Jenkins job build url: ${buildurl}" >> $GITHUB_STEP_SUMMARY - echo "**** Attempting to change the Jenkins job description ****" + echo "Jenkins job [build url](${buildurl})" >> $GITHUB_STEP_SUMMARY + echo "Attempting to change the Jenkins job description" >> $GITHUB_STEP_SUMMARY curl -iX POST \ "${buildurl}submitDescription" \ --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} \ diff --git a/.github/workflows/package_trigger_scheduler.yml b/.github/workflows/package_trigger_scheduler.yml index bc6fd8c..de076f0 100644 --- a/.github/workflows/package_trigger_scheduler.yml +++ b/.github/workflows/package_trigger_scheduler.yml @@ -15,17 +15,19 @@ jobs: - name: Package Trigger Scheduler run: | - echo "**** Branches found: ****" - git for-each-ref --format='%(refname:short)' refs/remotes - for br in $(git for-each-ref --format='%(refname:short)' refs/remotes) + printf "# Package trigger scheduler for docker-audacity\n\n" >> $GITHUB_STEP_SUMMARY + printf "Found the branches:\n\n%s\n" "$(git for-each-ref --format='- %(refname:lstrip=3)' refs/remotes)" >> $GITHUB_STEP_SUMMARY + for br in $(git for-each-ref --format='%(refname:lstrip=3)' refs/remotes) do - br=$(echo "$br" | sed 's|origin/||g') - echo "**** Evaluating branch ${br} ****" + if [[ "${br}" == "HEAD" ]]; then + printf "\nSkipping %s.\n" ${br} >> $GITHUB_STEP_SUMMARY + continue + fi + printf "\n## Evaluating \`%s\`\n\n" ${br} >> $GITHUB_STEP_SUMMARY ls_branch=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/jenkins-vars.yml | yq -r '.ls_branch') if [ "${br}" == "${ls_branch}" ]; then - echo "**** Branch ${br} appears to be live; checking workflow. ****" + echo "Branch appears to be live; checking workflow." >> $GITHUB_STEP_SUMMARY if curl -sfX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/.github/workflows/package_trigger.yml > /dev/null 2>&1; then - echo "**** Workflow exists. Triggering package trigger workflow for branch ${br}. ****" echo "Triggering package trigger workflow for branch ${br}" >> $GITHUB_STEP_SUMMARY triggered_branches="${triggered_branches}${br} " curl -iX POST \ @@ -35,11 +37,9 @@ jobs: https://api.github.com/repos/linuxserver/docker-audacity/actions/workflows/package_trigger.yml/dispatches sleep 30 else - echo "**** Workflow doesn't exist; skipping trigger. ****" echo "Skipping branch ${br} due to no package trigger workflow present." >> $GITHUB_STEP_SUMMARY fi else - echo "**** ${br} appears to be a dev branch; skipping trigger. ****" echo "Skipping branch ${br} due to being detected as dev branch." >> $GITHUB_STEP_SUMMARY fi done From 2d0798de63b1f8ec3b31394758bc9989d8e72dd8 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 20 Aug 2024 04:59:17 +0000 Subject: [PATCH 06/66] Bot Updating Package Versions --- package_versions.txt | 74 +++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 39 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 560d9b1..c4abaa8 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -29,7 +29,7 @@ NAME VE @tufjs/models 1.0.4 npm @types/cookie 0.4.1 npm @types/cors 2.8.17 npm -@types/node 22.2.0 npm +@types/node 22.4.0 npm abbrev 1.1.1 npm abbrev 2.0.0 npm abort-controller 3.0.0 npm @@ -96,7 +96,7 @@ columnify 1. common-ancestor-path 1.0.1 npm concat-map 0.0.1 npm (+1 duplicate) console-control-strings 1.1.0 npm -containerd.io 1.7.19-1 deb +containerd.io 1.7.20-1 deb content-disposition 0.5.4 npm content-type 1.0.5 npm cookie 0.4.2 npm @@ -144,8 +144,8 @@ diffutils 1: dirmngr 2.2.27-3ubuntu2.1 deb distro 1.7.0 python distro-info-data 0.52ubuntu0.7 deb -docker-ce 5:27.1.1-1~ubuntu.22.04~jammy deb -docker-ce-cli 5:27.1.1-1~ubuntu.22.04~jammy deb +docker-ce 5:27.1.2-1~ubuntu.22.04~jammy deb +docker-ce-cli 5:27.1.2-1~ubuntu.22.04~jammy deb docker-compose-plugin 2.29.1-1~ubuntu.22.04~jammy deb dpkg 1.21.1ubuntu2.3 deb dunst 1.5.0-1build1 deb @@ -247,8 +247,7 @@ github.com/containerd/cgroups/v3 v3 github.com/containerd/cgroups/v3 v3.0.3 go-module github.com/containerd/console v1.0.3 go-module (+5 duplicates) github.com/containerd/console v1.0.4 go-module (+1 duplicate) -github.com/containerd/containerd v1.7.19 go-module (+4 duplicates) -github.com/containerd/containerd v1.7.20 go-module (+1 duplicate) +github.com/containerd/containerd v1.7.20 go-module (+6 duplicates) github.com/containerd/containerd/api v1.7.19 go-module (+6 duplicates) github.com/containerd/continuity v0.4.2 go-module (+4 duplicates) github.com/containerd/continuity v0.4.3 go-module (+1 duplicate) @@ -284,11 +283,11 @@ github.com/distribution/reference v0 github.com/docker/buildx v0.16.0 go-module github.com/docker/cli v27.1.0+incompatible go-module github.com/docker/cli-docs-tool v0.8.0 go-module -github.com/docker/cli/cmd/docker v27.1.1 go-module +github.com/docker/cli/cmd/docker v27.1.2 go-module github.com/docker/compose/v2 v2.29.1 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) github.com/docker/docker v27.1.0+incompatible go-module -github.com/docker/docker v27.1.1 go-module (+1 duplicate) +github.com/docker/docker v27.1.2 go-module (+1 duplicate) github.com/docker/docker-credential-helpers v0.8.2 go-module github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) @@ -308,7 +307,7 @@ github.com/fluent/fluent-logger-golang v1 github.com/fsnotify/fsnotify v1.6.0 go-module (+1 duplicate) github.com/fvbommel/sortorder v1.0.2 go-module github.com/go-jose/go-jose/v3 v3.0.3 go-module -github.com/go-logr/logr v1.2.4 go-module (+1 duplicate) +github.com/go-logr/logr v1.3.0 go-module (+1 duplicate) github.com/go-logr/logr v1.4.1 go-module (+1 duplicate) github.com/go-logr/stdr v1.2.2 go-module (+3 duplicates) github.com/go-openapi/jsonpointer v0.19.6 go-module @@ -317,7 +316,8 @@ github.com/go-openapi/swag v0 github.com/go-viper/mapstructure/v2 v2.0.0 go-module github.com/godbus/dbus/v5 v5.0.6 go-module github.com/godbus/dbus/v5 v5.1.0 go-module (+4 duplicates) -github.com/gofrs/flock v0.12.0 go-module (+1 duplicate) +github.com/gofrs/flock v0.12.0 go-module +github.com/gofrs/flock v0.12.1 go-module github.com/gogo/googleapis v1.4.1 go-module (+1 duplicate) github.com/gogo/protobuf v1.3.2 go-module (+6 duplicates) github.com/golang-jwt/jwt/v4 v4.5.0 go-module @@ -327,12 +327,11 @@ github.com/golang/protobuf v1 github.com/google/btree v1.1.2 go-module github.com/google/certificate-transparency-go v1.1.4 go-module github.com/google/gnostic-models v0.6.8 go-module -github.com/google/go-cmp v0.5.9 go-module (+4 duplicates) -github.com/google/go-cmp v0.6.0 go-module (+1 duplicate) +github.com/google/go-cmp v0.6.0 go-module (+6 duplicates) github.com/google/gofuzz v1.2.0 go-module (+1 duplicate) github.com/google/s2a-go v0.1.7 go-module github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go-module (+1 duplicate) -github.com/google/uuid v1.3.1 go-module (+1 duplicate) +github.com/google/uuid v1.4.0 go-module (+1 duplicate) github.com/google/uuid v1.6.0 go-module (+1 duplicate) github.com/googleapis/enterprise-certificate-proxy v0.3.2 go-module github.com/googleapis/gax-go/v2 v2.12.0 go-module @@ -381,7 +380,8 @@ github.com/mitchellh/copystructure v1 github.com/mitchellh/hashstructure/v2 v2.0.2 go-module (+1 duplicate) github.com/mitchellh/mapstructure v1.5.0 go-module github.com/mitchellh/reflectwalk v1.0.2 go-module -github.com/moby/buildkit v0.15.0 go-module (+1 duplicate) +github.com/moby/buildkit v0.15.0 go-module +github.com/moby/buildkit v0.15.1 go-module github.com/moby/docker-image-spec v1.3.1 go-module (+1 duplicate) github.com/moby/ipvs v1.1.0 go-module github.com/moby/locker v1.0.1 go-module (+3 duplicates) @@ -396,7 +396,9 @@ github.com/moby/sys/mountinfo v0 github.com/moby/sys/sequential v0.5.0 go-module (+1 duplicate) github.com/moby/sys/signal v0.7.0 go-module (+3 duplicates) github.com/moby/sys/symlink v0.2.0 go-module (+2 duplicates) -github.com/moby/sys/user v0.1.0 go-module (+5 duplicates) +github.com/moby/sys/user v0.1.0 go-module (+4 duplicates) +github.com/moby/sys/user v0.3.0 go-module +github.com/moby/sys/userns v0.1.0 go-module github.com/moby/term v0.5.0 go-module (+1 duplicate) github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go-module (+1 duplicate) github.com/modern-go/reflect2 v1.0.2 go-module (+1 duplicate) @@ -486,13 +488,11 @@ go.etcd.io/etcd/raft/v3 v3 go.etcd.io/etcd/server/v3 v3.5.6 go-module go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 go-module go.opencensus.io v0.24.0 go-module -go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go-module -go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 go-module (+1 duplicate) +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 go-module (+2 duplicates) go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 go-module (+1 duplicate) go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go-module (+1 duplicate) go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 go-module (+1 duplicate) -go.opentelemetry.io/otel v1.19.0 go-module (+1 duplicate) -go.opentelemetry.io/otel v1.21.0 go-module (+1 duplicate) +go.opentelemetry.io/otel v1.21.0 go-module (+3 duplicates) go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go-module go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 go-module @@ -503,13 +503,10 @@ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go-module go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/metric v1.19.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/metric v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/sdk v1.19.0 go-module -go.opentelemetry.io/otel/sdk v1.21.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/metric v1.21.0 go-module (+3 duplicates) +go.opentelemetry.io/otel/sdk v1.21.0 go-module (+2 duplicates) go.opentelemetry.io/otel/sdk/metric v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/trace v1.19.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/trace v1.21.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/trace v1.21.0 go-module (+3 duplicates) go.opentelemetry.io/proto/otlp v1.0.0 go-module (+2 duplicates) go.uber.org/atomic v1.9.0 go-module go.uber.org/mock v0.4.0 go-module @@ -530,7 +527,8 @@ golang.org/x/sync v0 golang.org/x/sync v0.7.0 go-module (+1 duplicate) golang.org/x/sys v0.18.0 go-module (+4 duplicates) golang.org/x/sys v0.19.0 go-module -golang.org/x/sys v0.21.0 go-module (+2 duplicates) +golang.org/x/sys v0.21.0 go-module +golang.org/x/sys v0.22.0 go-module (+1 duplicate) golang.org/x/term v0.18.0 go-module golang.org/x/term v0.20.0 go-module golang.org/x/text v0.14.0 go-module (+2 duplicates) @@ -538,12 +536,9 @@ golang.org/x/text v0 golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 go-module golang.org/x/time v0.3.0 go-module (+1 duplicate) google.golang.org/api v0.149.0 go-module -google.golang.org/genproto v0.0.0-20230920204549-e6e6cdab5c13 go-module (+4 duplicates) -google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 go-module (+1 duplicate) -google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb go-module -google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f go-module (+1 duplicate) -google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 go-module (+4 duplicates) -google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 go-module (+1 duplicate) +google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 go-module (+6 duplicates) +google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f go-module (+2 duplicates) +google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 go-module (+6 duplicates) google.golang.org/grpc v1.59.0 go-module (+5 duplicates) google.golang.org/grpc v1.60.1 go-module google.golang.org/protobuf v1.27.1 go-module @@ -790,7 +785,7 @@ libgraphite2-3 1. libgs9 9.55.0~dfsg1-0ubuntu5.9 deb libgs9-common 9.55.0~dfsg1-0ubuntu5.9 deb libgsm1 1.0.19-1 deb -libgssapi-krb5-2 1.19.2-2ubuntu0.3 deb +libgssapi-krb5-2 1.19.2-2ubuntu0.4 deb libgstreamer-plugins-base1.0-0 1.20.1-1ubuntu0.2 deb libgstreamer1.0-0 1.20.3-0ubuntu1 deb libharfbuzz0b 2.7.4-1ubuntu3.1 deb @@ -817,11 +812,11 @@ libjq1 1. libjson-c5 0.15-3~ubuntu1.22.04.2 deb libjson-glib-1.0-0 1.6.6-1build1 deb libjson-glib-1.0-common 1.6.6-1build1 deb -libk5crypto3 1.19.2-2ubuntu0.3 deb +libk5crypto3 1.19.2-2ubuntu0.4 deb libkeyutils1 1.6.1-2ubuntu3 deb libkmod2 29-1ubuntu1 deb -libkrb5-3 1.19.2-2ubuntu0.3 deb -libkrb5support0 1.19.2-2ubuntu0.3 deb +libkrb5-3 1.19.2-2ubuntu0.4 deb +libkrb5support0 1.19.2-2ubuntu0.4 deb libksba8 1.6.0-2ubuntu0.2 deb liblapack3 3.10.0-2ubuntu1 deb liblcms2-2 2.12~rc1-2build2 deb @@ -897,7 +892,7 @@ libopengl0 1. libopenjp2-7 2.4.0-6 deb libopenmpt0 0.6.1-1 deb libopus0 1.3.1-0.1build2 deb -liborc-0.4-0 1:0.4.32-2 deb +liborc-0.4-0 1:0.4.32-2ubuntu0.1 deb libp11-kit0 0.24.0-6build1 deb libpackage-stash-perl 0.39-1 deb libpackagekit-glib2-18 1.2.5-2ubuntu2 deb @@ -1328,7 +1323,8 @@ ssl-cert 1. ssri 10.0.4 npm ssri 9.0.1 npm statuses 2.0.1 npm -stdlib go1.21.12 go-module (+9 duplicates) +stdlib go1.21.12 go-module +stdlib go1.21.13 go-module (+8 duplicates) string-width 4.2.3 npm (+1 duplicate) string-width 5.1.2 npm (+1 duplicate) string_decoder 1.1.1 npm @@ -1353,7 +1349,7 @@ tzdata 20 ubuntu-keyring 2021.03.26 deb ucf 3.0043 deb udev 249.11-0ubuntu3.12 deb -undici-types 6.13.0 npm +undici-types 6.19.6 npm unique-filename 2.0.1 npm unique-filename 3.0.0 npm unique-slug 3.0.0 npm From fc7e27539427d5013aebac9699a05a9bc42d9a4f Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 20 Aug 2024 17:36:42 +0000 Subject: [PATCH 07/66] Bot Updating Package Versions --- package_versions.txt | 2625 ++++++++++++++++++++---------------------- 1 file changed, 1217 insertions(+), 1408 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index c4abaa8..f565810 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -1,1408 +1,1217 @@ -NAME VERSION TYPE -1to2 1.0.0 npm -@colors/colors 1.5.0 npm -@gar/promisify 1.1.3 npm -@isaacs/cliui 8.0.2 npm -@isaacs/string-locale-compare 1.1.0 npm -@kasmtech/novnc 1.3.0 npm -@npmcli/arborist 6.2.9 npm -@npmcli/config 6.1.7 npm -@npmcli/disparity-colors 3.0.0 npm -@npmcli/fs 2.1.2 npm -@npmcli/fs 3.1.0 npm -@npmcli/git 4.0.4 npm -@npmcli/installed-package-contents 2.0.2 npm -@npmcli/map-workspaces 3.0.4 npm -@npmcli/metavuln-calculator 5.0.1 npm -@npmcli/move-file 2.0.1 npm -@npmcli/name-from-folder 2.0.0 npm -@npmcli/node-gyp 3.0.0 npm -@npmcli/package-json 3.1.0 npm -@npmcli/promise-spawn 6.0.2 npm -@npmcli/query 3.0.0 npm -@npmcli/run-script 6.0.2 npm -@pkgjs/parseargs 0.11.0 npm -@sigstore/protobuf-specs 0.1.0 npm -@socket.io/component-emitter 3.1.2 npm -@tootallnate/once 2.0.0 npm -@tufjs/canonical-json 1.0.0 npm -@tufjs/models 1.0.4 npm -@types/cookie 0.4.1 npm -@types/cors 2.8.17 npm -@types/node 22.4.0 npm -abbrev 1.1.1 npm -abbrev 2.0.0 npm -abort-controller 3.0.0 npm -accepts 1.3.8 npm -adduser 3.118ubuntu5 deb -agent-base 6.0.2 npm -agentkeepalive 4.3.0 npm -aggregate-error 3.1.0 npm -ansi-regex 5.0.1 npm -ansi-regex 6.0.1 npm (+1 duplicate) -ansi-styles 4.3.0 npm (+1 duplicate) -ansi-styles 6.2.1 npm -aproba 2.0.0 npm -apt 2.4.12 deb -apt-utils 2.4.12 deb -archy 1.0.0 npm -are-we-there-yet 3.0.1 npm -are-we-there-yet 4.0.0 npm -array-flatten 1.1.1 npm -async 3.2.5 npm -at-spi2-core 2.44.0-3 deb -balanced-match 1.0.2 npm (+1 duplicate) -base-files 12ubuntu4.6 deb -base-passwd 3.5.52build1 deb -base64-js 1.5.1 npm -base64id 2.0.0 npm -bash 5.1-6ubuntu1.1 deb -bc 1.07.1-3build1 deb -bin-links 4.0.1 npm -binary-extensions 2.2.0 npm -bindings 1.5.0 npm -blinker 1.4 python -body-parser 1.20.2 npm -brace-expansion 1.1.11 npm (+2 duplicates) -brace-expansion 2.0.1 npm (+2 duplicates) -bsdextrautils 2.37.2-4ubuntu3.4 deb -bsdutils 1:2.37.2-4ubuntu3.4 deb -buffer 6.0.3 npm -builtins 5.0.1 npm -bytes 3.1.2 npm -bzip2 1.0.8-5build1 deb -ca-certificates 20230311ubuntu0.22.04.1 deb -cacache 16.1.3 npm -cacache 17.1.2 npm -call-bind 1.0.7 npm -catatonit 0.1.7-1 deb -chalk 4.1.2 npm (+1 duplicate) -chownr 2.0.0 npm -ci-info 3.8.0 npm -cidr-regex 3.1.1 npm -clean-stack 2.2.0 npm -cli-columns 4.0.0 npm -cli-table3 0.6.3 npm -clone 1.0.4 npm -cloud.google.com/go/compute/metadata v0.3.0 go-module -cloud.google.com/go/logging v1.9.0 go-module -cloud.google.com/go/longrunning v0.5.4 go-module -cmd-shim 6.0.1 npm -code.cloudfoundry.org/clock v1.1.0 go-module -color-convert 2.0.1 npm (+1 duplicate) -color-name 1.1.4 npm (+1 duplicate) -color-support 1.1.3 npm -columnify 1.6.0 npm -common-ancestor-path 1.0.1 npm -concat-map 0.0.1 npm (+1 duplicate) -console-control-strings 1.1.0 npm -containerd.io 1.7.20-1 deb -content-disposition 0.5.4 npm -content-type 1.0.5 npm -cookie 0.4.2 npm -cookie 0.6.0 npm -cookie-signature 1.0.6 npm -corepack 0.18.0 npm -coreutils 8.32-4.1ubuntu1.2 deb -cors 2.8.5 npm -cpp 4:11.2.0-1ubuntu1 deb -cpp-11 11.4.0-1ubuntu1~22.04 deb -cron 3.0pl1-137ubuntu3 deb -cross-spawn 7.0.3 npm -cryptography 3.4.8 python -cssesc 3.0.0 npm -cups 2.4.1op1-1ubuntu4.10 deb -cups-client 2.4.1op1-1ubuntu4.10 deb -cups-common 2.4.1op1-1ubuntu4.10 deb -cups-core-drivers 2.4.1op1-1ubuntu4.10 deb -cups-daemon 2.4.1op1-1ubuntu4.10 deb -cups-filters 1.28.15-0ubuntu1.2 deb -cups-filters-core-drivers 1.28.15-0ubuntu1.2 deb -cups-ipp-utils 2.4.1op1-1ubuntu4.10 deb -cups-ppdc 2.4.1op1-1ubuntu4.10 deb -cups-server-common 2.4.1op1-1ubuntu4.10 deb -curl 7.81.0-1ubuntu1.17 deb -dario.cat/mergo v1.0.0 go-module (+2 duplicates) -dash 0.5.11+git20210903+057cd650a4ed-3build1 deb -dbus 1.12.20-2ubuntu4.1 deb -dbus-python 1.2.18 python -dbus-x11 1.12.20-2ubuntu4.1 deb -dconf-gsettings-backend 0.40.0-3 deb -dconf-service 0.40.0-3 deb -debconf 1.5.79ubuntu1 deb -debianutils 5.5-1ubuntu2 deb -debug 2.6.9 npm -debug 4.3.4 npm -debug 4.3.6 npm (+3 duplicates) -defaults 1.0.4 npm -define-data-property 1.1.4 npm -delegates 1.0.0 npm -depd 2.0.0 npm (+1 duplicate) -destroy 1.2.0 npm -diff 5.1.0 npm -diffutils 1:3.8-0ubuntu2 deb -dirmngr 2.2.27-3ubuntu2.1 deb -distro 1.7.0 python -distro-info-data 0.52ubuntu0.7 deb -docker-ce 5:27.1.2-1~ubuntu.22.04~jammy deb -docker-ce-cli 5:27.1.2-1~ubuntu.22.04~jammy deb -docker-compose-plugin 2.29.1-1~ubuntu.22.04~jammy deb -dpkg 1.21.1ubuntu2.3 deb -dunst 1.5.0-1build1 deb -e2fsprogs 1.46.5-2ubuntu1.1 deb -eastasianwidth 0.2.0 npm -ee-first 1.1.1 npm -ejs 3.1.10 npm -emoji-regex 8.0.0 npm -emoji-regex 9.2.2 npm (+1 duplicate) -encodeurl 1.0.2 npm -encoding 0.1.13 npm -engine.io 6.5.5 npm -engine.io-parser 5.2.3 npm -env-paths 2.2.1 npm -err-code 2.0.3 npm -es-define-property 1.0.0 npm -es-errors 1.3.0 npm -escape-html 1.0.3 npm -etag 1.8.1 npm -event-target-shim 5.0.1 npm -events 3.3.0 npm -express 4.19.2 npm -fastest-levenshtein 1.0.16 npm -ffmpeg 7:4.4.2-0ubuntu0.22.04.1 deb -file 1:5.41-3ubuntu0.1 deb -file-uri-to-path 1.0.0 npm -filelist 1.0.4 npm -finalhandler 1.2.0 npm -findutils 4.8.0-1ubuntu3 deb -fontconfig 2.13.1-4.2ubuntu5 deb -fontconfig-config 2.13.1-4.2ubuntu5 deb -fonts-dejavu-core 2.37-2build1 deb -fonts-noto-color-emoji 2.042-0ubuntu0.22.04.1 deb -fonts-noto-core 20201225-1build1 deb -fonts-urw-base35 20200910-1 deb -foreground-child 3.1.1 npm -forwarded 0.2.0 npm -fresh 0.5.2 npm -fs-minipass 2.1.0 npm (+1 duplicate) -fs-minipass 3.0.2 npm -fs.realpath 1.0.0 npm -function-bind 1.1.1 npm -function-bind 1.1.2 npm -fuse-overlayfs 1.7.1-1 deb -fuse3 3.10.5-1build1 deb -gauge 4.0.4 npm -gauge 5.0.1 npm -gcc-11-base 11.4.0-1ubuntu1~22.04 deb -gcc-12-base 12.3.0-1ubuntu1~22.04 deb -get-intrinsic 1.2.4 npm -ghostscript 9.55.0~dfsg1-0ubuntu5.9 deb -gir1.2-atk-1.0 2.36.0-3build1 deb -gir1.2-atspi-2.0 2.44.0-3 deb -gir1.2-freedesktop 1.72.0-1 deb -gir1.2-glib-2.0 1.72.0-1 deb -gir1.2-packagekitglib-1.0 1.2.5-2ubuntu2 deb -github.com/AlecAivazis/survey/v2 v2.3.7 go-module -github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 go-module -github.com/Masterminds/semver/v3 v3.2.1 go-module -github.com/Microsoft/hcsshim v0.11.7 go-module (+2 duplicates) -github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 go-module -github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go-module -github.com/agext/levenshtein v1.2.3 go-module -github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 go-module -github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 go-module -github.com/armon/go-metrics v0.4.1 go-module -github.com/aws/aws-sdk-go-v2 v1.24.1 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.4 go-module -github.com/aws/aws-sdk-go-v2/config v1.26.6 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/credentials v1.16.16 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.32.0 go-module -github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 go-module (+1 duplicate) -github.com/aws/smithy-go v1.19.0 go-module (+1 duplicate) -github.com/beorn7/perks v1.0.1 go-module (+2 duplicates) -github.com/bits-and-blooms/bitset v1.13.0 go-module -github.com/blang/semver/v4 v4.0.0 go-module -github.com/buger/goterm v1.0.4 go-module -github.com/cenkalti/backoff/v4 v4.2.1 go-module (+2 duplicates) -github.com/cespare/xxhash/v2 v2.2.0 go-module (+2 duplicates) -github.com/checkpoint-restore/go-criu/v5 v5.3.0 go-module -github.com/cilium/ebpf v0.12.3 go-module -github.com/cilium/ebpf v0.7.0 go-module -github.com/cilium/ebpf v0.9.1 go-module (+3 duplicates) -github.com/cloudflare/cfssl v1.6.4 go-module -github.com/compose-spec/compose-go/v2 v2.1.5 go-module -github.com/container-storage-interface/spec v1.5.0 go-module -github.com/containerd/aufs v1.0.0 go-module -github.com/containerd/btrfs/v2 v2.0.0 go-module -github.com/containerd/cgroups v1.1.0 go-module (+1 duplicate) -github.com/containerd/cgroups/v3 v3.0.2 go-module (+3 duplicates) -github.com/containerd/cgroups/v3 v3.0.3 go-module -github.com/containerd/console v1.0.3 go-module (+5 duplicates) -github.com/containerd/console v1.0.4 go-module (+1 duplicate) -github.com/containerd/containerd v1.7.20 go-module (+6 duplicates) -github.com/containerd/containerd/api v1.7.19 go-module (+6 duplicates) -github.com/containerd/continuity v0.4.2 go-module (+4 duplicates) -github.com/containerd/continuity v0.4.3 go-module (+1 duplicate) -github.com/containerd/errdefs v0.1.0 go-module (+6 duplicates) -github.com/containerd/fifo v1.1.0 go-module (+5 duplicates) -github.com/containerd/go-cni v1.1.10 go-module -github.com/containerd/go-cni v1.1.9 go-module (+1 duplicate) -github.com/containerd/go-runc v1.0.0 go-module (+4 duplicates) -github.com/containerd/go-runc v1.1.0 go-module -github.com/containerd/imgcrypt v1.1.8 go-module -github.com/containerd/log v0.1.0 go-module (+7 duplicates) -github.com/containerd/nri v0.6.1 go-module -github.com/containerd/nydus-snapshotter v0.13.7 go-module -github.com/containerd/platforms v0.2.1 go-module (+5 duplicates) -github.com/containerd/stargz-snapshotter/estargz v0.15.1 go-module -github.com/containerd/ttrpc v1.2.5 go-module (+6 duplicates) -github.com/containerd/typeurl v1.0.2 go-module -github.com/containerd/typeurl/v2 v2.1.1 go-module (+6 duplicates) -github.com/containerd/zfs v1.1.0 go-module -github.com/containernetworking/cni v1.1.2 go-module (+1 duplicate) -github.com/containernetworking/cni v1.2.2 go-module -github.com/containernetworking/plugins v1.2.0 go-module -github.com/containernetworking/plugins v1.4.0 go-module -github.com/containers/ocicrypt v1.1.10 go-module -github.com/coreos/go-systemd/v22 v22.3.2 go-module -github.com/coreos/go-systemd/v22 v22.5.0 go-module (+4 duplicates) -github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d go-module -github.com/cyphar/filepath-securejoin v0.2.4 go-module (+1 duplicate) -github.com/davecgh/go-spew v1.1.1 go-module (+2 duplicates) -github.com/deckarep/golang-set/v2 v2.3.0 go-module -github.com/dimchansky/utfbom v1.1.1 go-module -github.com/distribution/reference v0.6.0 go-module (+3 duplicates) -github.com/docker/buildx v0.16.0 go-module -github.com/docker/cli v27.1.0+incompatible go-module -github.com/docker/cli-docs-tool v0.8.0 go-module -github.com/docker/cli/cmd/docker v27.1.2 go-module -github.com/docker/compose/v2 v2.29.1 go-module -github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) -github.com/docker/docker v27.1.0+incompatible go-module -github.com/docker/docker v27.1.2 go-module (+1 duplicate) -github.com/docker/docker-credential-helpers v0.8.2 go-module -github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module -github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) -github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go-module (+4 duplicates) -github.com/docker/go-metrics v0.0.1 go-module (+2 duplicates) -github.com/docker/go-units v0.4.0 go-module -github.com/docker/go-units v0.5.0 go-module (+5 duplicates) -github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 go-module -github.com/dustin/go-humanize v1.0.0 go-module -github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 go-module -github.com/emicklei/go-restful/v3 v3.10.1 go-module -github.com/emicklei/go-restful/v3 v3.11.0 go-module -github.com/felixge/httpsnoop v1.0.3 go-module (+1 duplicate) -github.com/felixge/httpsnoop v1.0.4 go-module (+1 duplicate) -github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee go-module -github.com/fluent/fluent-logger-golang v1.9.0 go-module -github.com/fsnotify/fsnotify v1.6.0 go-module (+1 duplicate) -github.com/fvbommel/sortorder v1.0.2 go-module -github.com/go-jose/go-jose/v3 v3.0.3 go-module -github.com/go-logr/logr v1.3.0 go-module (+1 duplicate) -github.com/go-logr/logr v1.4.1 go-module (+1 duplicate) -github.com/go-logr/stdr v1.2.2 go-module (+3 duplicates) -github.com/go-openapi/jsonpointer v0.19.6 go-module -github.com/go-openapi/jsonreference v0.20.2 go-module -github.com/go-openapi/swag v0.22.3 go-module -github.com/go-viper/mapstructure/v2 v2.0.0 go-module -github.com/godbus/dbus/v5 v5.0.6 go-module -github.com/godbus/dbus/v5 v5.1.0 go-module (+4 duplicates) -github.com/gofrs/flock v0.12.0 go-module -github.com/gofrs/flock v0.12.1 go-module -github.com/gogo/googleapis v1.4.1 go-module (+1 duplicate) -github.com/gogo/protobuf v1.3.2 go-module (+6 duplicates) -github.com/golang-jwt/jwt/v4 v4.5.0 go-module -github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 go-module -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go-module -github.com/golang/protobuf v1.5.4 go-module (+6 duplicates) -github.com/google/btree v1.1.2 go-module -github.com/google/certificate-transparency-go v1.1.4 go-module -github.com/google/gnostic-models v0.6.8 go-module -github.com/google/go-cmp v0.6.0 go-module (+6 duplicates) -github.com/google/gofuzz v1.2.0 go-module (+1 duplicate) -github.com/google/s2a-go v0.1.7 go-module -github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go-module (+1 duplicate) -github.com/google/uuid v1.4.0 go-module (+1 duplicate) -github.com/google/uuid v1.6.0 go-module (+1 duplicate) -github.com/googleapis/enterprise-certificate-proxy v0.3.2 go-module -github.com/googleapis/gax-go/v2 v2.12.0 go-module -github.com/gorilla/mux v1.8.1 go-module (+1 duplicate) -github.com/gorilla/websocket v1.5.0 go-module -github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go-module -github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 go-module (+1 duplicate) -github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go-module (+2 duplicates) -github.com/hashicorp/errwrap v1.1.0 go-module (+6 duplicates) -github.com/hashicorp/go-cleanhttp v0.5.2 go-module -github.com/hashicorp/go-immutable-radix v1.3.1 go-module -github.com/hashicorp/go-immutable-radix/v2 v2.1.0 go-module -github.com/hashicorp/go-memdb v1.3.2 go-module -github.com/hashicorp/go-msgpack v0.5.5 go-module -github.com/hashicorp/go-multierror v1.1.1 go-module (+6 duplicates) -github.com/hashicorp/go-sockaddr v1.0.2 go-module -github.com/hashicorp/go-version v1.7.0 go-module -github.com/hashicorp/golang-lru v0.5.4 go-module -github.com/hashicorp/golang-lru/v2 v2.0.7 go-module -github.com/hashicorp/memberlist v0.4.0 go-module -github.com/hashicorp/serf v0.8.5 go-module -github.com/imdario/mergo v0.3.16 go-module -github.com/in-toto/in-toto-golang v0.5.0 go-module (+1 duplicate) -github.com/intel/goresctrl v0.3.0 go-module (+1 duplicate) -github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2 go-module (+1 duplicate) -github.com/jmoiron/sqlx v1.3.3 go-module -github.com/jonboulle/clockwork v0.4.0 go-module -github.com/josharian/intern v1.0.0 go-module -github.com/json-iterator/go v1.1.12 go-module (+1 duplicate) -github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go-module -github.com/klauspost/compress v1.16.7 go-module (+3 duplicates) -github.com/klauspost/compress v1.17.9 go-module (+1 duplicate) -github.com/klauspost/cpuid/v2 v2.0.4 go-module (+1 duplicate) -github.com/mailru/easyjson v0.7.7 go-module -github.com/mattn/go-colorable v0.1.13 go-module -github.com/mattn/go-isatty v0.0.17 go-module -github.com/mattn/go-runewidth v0.0.15 go-module -github.com/mattn/go-shellwords v1.0.12 go-module -github.com/matttproud/golang_protobuf_extensions v1.0.4 go-module (+2 duplicates) -github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go-module -github.com/miekg/dns v1.1.57 go-module -github.com/miekg/pkcs11 v1.1.1 go-module -github.com/minio/sha256-simd v1.0.0 go-module (+1 duplicate) -github.com/mistifyio/go-zfs/v3 v3.0.1 go-module (+1 duplicate) -github.com/mitchellh/copystructure v1.2.0 go-module -github.com/mitchellh/hashstructure/v2 v2.0.2 go-module (+1 duplicate) -github.com/mitchellh/mapstructure v1.5.0 go-module -github.com/mitchellh/reflectwalk v1.0.2 go-module -github.com/moby/buildkit v0.15.0 go-module -github.com/moby/buildkit v0.15.1 go-module -github.com/moby/docker-image-spec v1.3.1 go-module (+1 duplicate) -github.com/moby/ipvs v1.1.0 go-module -github.com/moby/locker v1.0.1 go-module (+3 duplicates) -github.com/moby/patternmatcher v0.6.0 go-module (+1 duplicate) -github.com/moby/pubsub v1.0.0 go-module -github.com/moby/spdystream v0.2.0 go-module (+1 duplicate) -github.com/moby/swarmkit/v2 v2.0.0-20240611172349-ea1a7cec35cb go-module -github.com/moby/sys/mount v0.3.3 go-module -github.com/moby/sys/mountinfo v0.5.0 go-module -github.com/moby/sys/mountinfo v0.6.2 go-module (+4 duplicates) -github.com/moby/sys/mountinfo v0.7.1 go-module (+1 duplicate) -github.com/moby/sys/sequential v0.5.0 go-module (+1 duplicate) -github.com/moby/sys/signal v0.7.0 go-module (+3 duplicates) -github.com/moby/sys/symlink v0.2.0 go-module (+2 duplicates) -github.com/moby/sys/user v0.1.0 go-module (+4 duplicates) -github.com/moby/sys/user v0.3.0 go-module -github.com/moby/sys/userns v0.1.0 go-module -github.com/moby/term v0.5.0 go-module (+1 duplicate) -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go-module (+1 duplicate) -github.com/modern-go/reflect2 v1.0.2 go-module (+1 duplicate) -github.com/morikuni/aec v1.0.0 go-module (+1 duplicate) -github.com/mrunalp/fileutils v0.5.1 go-module -github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go-module -github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f go-module -github.com/opencontainers/go-digest v1.0.0 go-module (+5 duplicates) -github.com/opencontainers/image-spec v1.1.0 go-module (+5 duplicates) -github.com/opencontainers/runc v1.1.13 go-module -github.com/opencontainers/runc v1.1.13-0-g58aa920 go-module -github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 go-module -github.com/opencontainers/runtime-spec v1.1.0 go-module (+4 duplicates) -github.com/opencontainers/runtime-spec v1.2.0 go-module -github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 go-module (+1 duplicate) -github.com/opencontainers/selinux v1.10.0 go-module -github.com/opencontainers/selinux v1.11.0 go-module (+2 duplicates) -github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170 go-module -github.com/pelletier/go-toml v1.9.5 go-module (+3 duplicates) -github.com/philhofer/fwd v1.1.2 go-module -github.com/pkg/errors v0.9.1 go-module (+6 duplicates) -github.com/pmezard/go-difflib v1.0.0 go-module (+1 duplicate) -github.com/prometheus/client_golang v1.14.0 go-module -github.com/prometheus/client_golang v1.17.0 go-module (+1 duplicate) -github.com/prometheus/client_model v0.3.0 go-module -github.com/prometheus/client_model v0.5.0 go-module (+1 duplicate) -github.com/prometheus/common v0.37.0 go-module -github.com/prometheus/common v0.44.0 go-module (+1 duplicate) -github.com/prometheus/procfs v0.15.1 go-module (+1 duplicate) -github.com/prometheus/procfs v0.8.0 go-module -github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc go-module -github.com/rivo/uniseg v0.2.0 go-module -github.com/rootless-containers/rootlesskit/v2 v2.0.2 go-module -github.com/russross/blackfriday/v2 v2.0.1 go-module -github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 go-module -github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 go-module -github.com/secure-systems-lab/go-securesystemslib v0.4.0 go-module (+1 duplicate) -github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b go-module -github.com/shibumi/go-pathspec v1.3.0 go-module (+1 duplicate) -github.com/shurcooL/sanitized_anchor_name v1.0.0 go-module -github.com/sirupsen/logrus v1.8.1 go-module -github.com/sirupsen/logrus v1.9.3 go-module (+7 duplicates) -github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 go-module -github.com/spdx/tools-golang v0.5.3 go-module -github.com/spf13/cobra v1.8.1 go-module (+1 duplicate) -github.com/spf13/pflag v1.0.5 go-module (+2 duplicates) -github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 go-module -github.com/stretchr/testify v1.9.0 go-module (+1 duplicate) -github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 go-module (+2 duplicates) -github.com/tchap/go-patricia/v2 v2.3.1 go-module -github.com/theupdateframework/notary v0.7.0 go-module -github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go-module -github.com/tinylib/msgp v1.1.8 go-module -github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c go-module (+1 duplicate) -github.com/tonistiigi/go-actions-cache v0.0.0-20240327122527-58651d5e11d6 go-module -github.com/tonistiigi/go-archvariant v1.0.0 go-module -github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 go-module (+1 duplicate) -github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go-module (+1 duplicate) -github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab go-module -github.com/urfave/cli v1.22.1 go-module -github.com/urfave/cli v1.22.12 go-module (+1 duplicate) -github.com/vbatts/tar-split v0.11.5 go-module -github.com/vishvananda/netlink v1.1.0 go-module -github.com/vishvananda/netlink v1.2.1-beta.2 go-module (+1 duplicate) -github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df go-module -github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f go-module -github.com/vishvananda/netns v0.0.4 go-module -github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go-module -github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go-module -github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go-module -github.com/xeipuuv/gojsonschema v1.2.0 go-module -github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go-module -github.com/zmap/zlint/v3 v3.1.0 go-module -glib-networking 2.72.0-1 deb -glib-networking-common 2.72.0-1 deb -glib-networking-services 2.72.0-1 deb -glob 10.2.4 npm (+1 duplicate) -glob 7.2.3 npm (+1 duplicate) -glob 8.1.0 npm -gnupg 2.2.27-3ubuntu2.1 deb -gnupg-l10n 2.2.27-3ubuntu2.1 deb -gnupg-utils 2.2.27-3ubuntu2.1 deb -go.etcd.io/bbolt v1.3.10 go-module (+1 duplicate) -go.etcd.io/etcd/client/pkg/v3 v3.5.6 go-module -go.etcd.io/etcd/pkg/v3 v3.5.6 go-module -go.etcd.io/etcd/raft/v3 v3.5.6 go-module -go.etcd.io/etcd/server/v3 v3.5.6 go-module -go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 go-module -go.opencensus.io v0.24.0 go-module -go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 go-module (+2 duplicates) -go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 go-module (+1 duplicate) -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go-module (+1 duplicate) -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 go-module (+1 duplicate) -go.opentelemetry.io/otel v1.21.0 go-module (+3 duplicates) -go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/metric v1.21.0 go-module (+3 duplicates) -go.opentelemetry.io/otel/sdk v1.21.0 go-module (+2 duplicates) -go.opentelemetry.io/otel/sdk/metric v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/trace v1.21.0 go-module (+3 duplicates) -go.opentelemetry.io/proto/otlp v1.0.0 go-module (+2 duplicates) -go.uber.org/atomic v1.9.0 go-module -go.uber.org/mock v0.4.0 go-module -go.uber.org/multierr v1.8.0 go-module -go.uber.org/zap v1.21.0 go-module -golang.org/x/crypto v0.21.0 go-module -golang.org/x/crypto v0.23.0 go-module (+1 duplicate) -golang.org/x/exp v0.0.0-20231006140011-7918f672742d go-module -golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 go-module -golang.org/x/mod v0.12.0 go-module -golang.org/x/mod v0.17.0 go-module -golang.org/x/net v0.23.0 go-module (+2 duplicates) -golang.org/x/net v0.24.0 go-module -golang.org/x/net v0.25.0 go-module (+1 duplicate) -golang.org/x/oauth2 v0.11.0 go-module -golang.org/x/oauth2 v0.21.0 go-module (+1 duplicate) -golang.org/x/sync v0.5.0 go-module (+4 duplicates) -golang.org/x/sync v0.7.0 go-module (+1 duplicate) -golang.org/x/sys v0.18.0 go-module (+4 duplicates) -golang.org/x/sys v0.19.0 go-module -golang.org/x/sys v0.21.0 go-module -golang.org/x/sys v0.22.0 go-module (+1 duplicate) -golang.org/x/term v0.18.0 go-module -golang.org/x/term v0.20.0 go-module -golang.org/x/text v0.14.0 go-module (+2 duplicates) -golang.org/x/text v0.15.0 go-module (+1 duplicate) -golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 go-module -golang.org/x/time v0.3.0 go-module (+1 duplicate) -google.golang.org/api v0.149.0 go-module -google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 go-module (+6 duplicates) -google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f go-module (+2 duplicates) -google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 go-module (+6 duplicates) -google.golang.org/grpc v1.59.0 go-module (+5 duplicates) -google.golang.org/grpc v1.60.1 go-module -google.golang.org/protobuf v1.27.1 go-module -google.golang.org/protobuf v1.33.0 go-module (+6 duplicates) -gopd 1.0.1 npm -gopkg.in/cenkalti/backoff.v1 v1.1.0 go-module -gopkg.in/inf.v0 v0.9.1 go-module (+2 duplicates) -gopkg.in/yaml.v2 v2.4.0 go-module (+3 duplicates) -gopkg.in/yaml.v3 v3.0.1 go-module (+2 duplicates) -gpg 2.2.27-3ubuntu2.1 deb -gpg-agent 2.2.27-3ubuntu2.1 deb -gpg-wks-client 2.2.27-3ubuntu2.1 deb -gpg-wks-server 2.2.27-3ubuntu2.1 deb -gpgconf 2.2.27-3ubuntu2.1 deb -gpgsm 2.2.27-3ubuntu2.1 deb -gpgv 2.2.27-3ubuntu2.1 deb -graceful-fs 4.2.11 npm -grep 3.7-1build1 deb -groff-base 1.22.4-8build1 deb -gsettings-desktop-schemas 42.0-1ubuntu1 deb -gzip 1.10-4ubuntu4.1 deb -has 1.0.3 npm -has-flag 4.0.0 npm (+1 duplicate) -has-property-descriptors 1.0.2 npm -has-proto 1.0.3 npm -has-symbols 1.0.3 npm -has-unicode 2.0.1 npm -hasown 2.0.2 npm -hosted-git-info 6.1.1 npm -hostname 3.23ubuntu2 deb -http-cache-semantics 4.1.1 npm -http-errors 2.0.0 npm -http-proxy-agent 5.0.0 npm -httplib2 0.20.2 python -https-proxy-agent 5.0.1 npm -humanize-ms 1.2.1 npm -iconv-lite 0.4.24 npm -iconv-lite 0.6.3 npm -ieee754 1.2.1 npm -ignore-walk 6.0.3 npm -importlib-metadata 4.6.4 python -imurmurhash 0.1.4 npm -indent-string 4.0.0 npm -infer-owner 1.0.4 npm -inflight 1.0.6 npm -inherits 2.0.4 npm (+1 duplicate) -ini 4.1.0 npm -init-package-json 5.0.0 npm -init-system-helpers 1.62 deb -intel-media-va-driver 22.3.1+dfsg1-1ubuntu2 deb -ip 2.0.0 npm -ip-regex 4.3.0 npm -ipaddr.js 1.9.1 npm -iproute2 5.15.0-1ubuntu2 deb -iptables 1.8.7-1ubuntu5.2 deb -is-cidr 4.0.2 npm -is-core-module 2.12.0 npm -is-fullwidth-code-point 3.0.0 npm -is-lambda 1.0.1 npm -isexe 2.0.0 npm -iso-codes 4.9.0-1 deb -jackspeak 2.2.0 npm -jake 10.9.2 npm -jeepney 0.7.1 python -jq 1.6-2.1ubuntu3 deb -json-parse-even-better-errors 3.0.0 npm -json-stringify-nice 1.1.4 npm -jsonparse 1.3.1 npm -just-diff 6.0.2 npm -just-diff-apply 5.5.0 npm -k8s.io/api v0.26.2 go-module -k8s.io/api v0.29.2 go-module -k8s.io/apimachinery v0.26.2 go-module (+1 duplicate) -k8s.io/apimachinery v0.29.2 go-module -k8s.io/apiserver v0.26.2 go-module -k8s.io/client-go v0.26.2 go-module -k8s.io/client-go v0.29.2 go-module -k8s.io/component-base v0.26.2 go-module -k8s.io/cri-api v0.27.1 go-module -k8s.io/klog/v2 v2.110.1 go-module -k8s.io/klog/v2 v2.90.1 go-module (+1 duplicate) -k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 go-module -k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go-module -k8s.io/utils v0.0.0-20230726121419-3b25d923346b go-module -kclient 0.4.0 npm -keyboard-configuration 1.205ubuntu3 deb -keyring 23.5.0 python -launchpadlib 1.10.16 python -lazr-restfulclient 0.14.4 python -lazr-uri 1.0.6 python -libacl1 2.3.1-1 deb -libalgorithm-c3-perl 0.11-1 deb -libaom3 3.3.0-1 deb -libapparmor1 3.0.4-2ubuntu2.3 deb -libappstream4 0.15.2-2 deb -libapt-pkg6.0 2.4.12 deb -libargon2-1 0~20171227-0.3 deb -libasound2 1.2.6.1-1ubuntu1 deb -libasound2-data 1.2.6.1-1ubuntu1 deb -libasound2-plugins 1.2.6-1 deb -libass9 1:0.15.2-1 deb -libassuan0 2.5.5-1build1 deb -libasyncns0 0.8-6build2 deb -libatk-bridge2.0-0 2.38.0-3 deb -libatk-bridge2.0-dev 2.38.0-3 deb -libatk1.0-0 2.36.0-3build1 deb -libatk1.0-data 2.36.0-3build1 deb -libatk1.0-dev 2.36.0-3build1 deb -libatk1.0-doc 2.36.0-3build1 deb -libatspi2.0-0 2.44.0-3 deb -libatspi2.0-dev 2.44.0-3 deb -libattr1 1:2.5.1-1build1 deb -libaudit-common 1:3.0.7-1build1 deb -libaudit1 1:3.0.7-1build1 deb -libavahi-client3 0.8-5ubuntu5.2 deb -libavahi-common-data 0.8-5ubuntu5.2 deb -libavahi-common3 0.8-5ubuntu5.2 deb -libavc1394-0 0.5.4-5build2 deb -libavcodec58 7:4.4.2-0ubuntu0.22.04.1 deb -libavdevice58 7:4.4.2-0ubuntu0.22.04.1 deb -libavfilter7 7:4.4.2-0ubuntu0.22.04.1 deb -libavformat58 7:4.4.2-0ubuntu0.22.04.1 deb -libavutil56 7:4.4.2-0ubuntu0.22.04.1 deb -libb-hooks-endofscope-perl 0.25-1 deb -libb-hooks-op-check-perl 0.22-1build5 deb -libblas3 3.10.0-2ubuntu1 deb -libblkid-dev 2.37.2-4ubuntu3.4 deb -libblkid1 2.37.2-4ubuntu3.4 deb -libbluray2 1:1.3.1-1 deb -libbpf0 1:0.5.0-1ubuntu22.04.1 deb -libbrotli1 1.0.9-2build6 deb -libbs2b0 3.1.0+dfsg-2.2build1 deb -libbsd0 0.11.5-1 deb -libbz2-1.0 1.0.8-5build1 deb -libc-bin 2.35-0ubuntu3.8 deb -libc-dev-bin 2.35-0ubuntu3.8 deb -libc-devtools 2.35-0ubuntu3.8 deb -libc6 2.35-0ubuntu3.8 deb -libc6-dev 2.35-0ubuntu3.8 deb -libcaca0 0.99.beta19-2.2ubuntu4 deb -libcairo-gobject2 1.16.0-5ubuntu2 deb -libcairo2 1.16.0-5ubuntu2 deb -libcap-ng0 0.7.9-2.2build3 deb -libcap2 1:2.44-1ubuntu0.22.04.1 deb -libcap2-bin 1:2.44-1ubuntu0.22.04.1 deb -libcbor0.8 0.8.0-2ubuntu1 deb -libcdio-cdda2 10.2+2.0.0-1build3 deb -libcdio-paranoia2 10.2+2.0.0-1build3 deb -libcdio19 2.1.0-3ubuntu0.2 deb -libchromaprint1 1.5.1-2 deb -libclass-c3-perl 0.35-1 deb -libclass-data-inheritable-perl 0.08-3 deb -libclass-inspector-perl 1.36-1 deb -libclass-method-modifiers-perl 2.13-1 deb -libclass-singleton-perl 1.6-1 deb -libcodec2-1.0 1.0.1-3 deb -libcom-err2 1.46.5-2ubuntu1.1 deb -libcrypt-dev 1:4.4.27-1 deb -libcrypt1 1:4.4.27-1 deb -libcryptsetup12 2:2.4.3-1ubuntu1.2 deb -libcups2 2.4.1op1-1ubuntu4.10 deb -libcupsfilters1 1.28.15-0ubuntu1.2 deb -libcurl3-gnutls 7.81.0-1ubuntu1.17 deb -libcurl4 7.81.0-1ubuntu1.17 deb -libdata-optlist-perl 0.112-1 deb -libdatetime-locale-perl 1:1.33-1 deb -libdatetime-perl 2:1.55-1build1 deb -libdatetime-timezone-perl 1:2.51-1+2021e deb -libdatrie1 0.2.13-2 deb -libdav1d5 0.9.2-1 deb -libdb5.3 5.3.28+dfsg1-0.8ubuntu3 deb -libdbus-1-3 1.12.20-2ubuntu4.1 deb -libdbus-1-dev 1.12.20-2ubuntu4.1 deb -libdc1394-25 2.2.6-4 deb -libdconf1 0.40.0-3 deb -libdebconfclient0 0.261ubuntu1 deb -libdecor-0-0 0.1.0-3build1 deb -libdeflate0 1.10-2 deb -libdevel-callchecker-perl 0.008-1ubuntu4 deb -libdevel-stacktrace-perl 2.0400-1 deb -libdevmapper1.02.1 2:1.02.175-2.1ubuntu4 deb -libdpkg-perl 1.21.1ubuntu2.3 deb -libdrm-amdgpu1 2.4.113-2~ubuntu0.22.04.1 deb -libdrm-common 2.4.113-2~ubuntu0.22.04.1 deb -libdrm-intel1 2.4.113-2~ubuntu0.22.04.1 deb -libdrm-nouveau2 2.4.113-2~ubuntu0.22.04.1 deb -libdrm-radeon1 2.4.113-2~ubuntu0.22.04.1 deb -libdrm2 2.4.113-2~ubuntu0.22.04.1 deb -libdw1 0.186-1build1 deb -libdynaloader-functions-perl 0.003-1.1 deb -libedit2 3.1-20210910-1build1 deb -libegl-mesa0 23.2.1-1ubuntu3.1~22.04.2 deb -libegl1 1.4.0-1 deb -libelf1 0.186-1build1 deb -libepoxy0 1.5.10-1 deb -libeval-closure-perl 0.14-1 deb -libexception-class-perl 1.45-1 deb -libexpat1 2.4.7-1ubuntu0.3 deb -libexporter-tiny-perl 1.002002-1 deb -libext2fs2 1.46.5-2ubuntu1.1 deb -libffi-dev 3.4.2-4 deb -libffi8 3.4.2-4 deb -libfftw3-single3 3.3.8-2ubuntu8 deb -libfido2-1 1.10.0-1 deb -libfile-fcntllock-perl 0.22-3build7 deb -libfile-sharedir-perl 1.118-1 deb -libflac8 1.3.3-2ubuntu0.2 deb -libflite1 2.2-3 deb -libfontconfig1 2.13.1-4.2ubuntu5 deb -libfontembed1 1.28.15-0ubuntu1.2 deb -libfontenc1 1:1.1.4-1build3 deb -libfreetype6 2.11.1+dfsg-1ubuntu0.2 deb -libfribidi0 1.0.8-2ubuntu3.1 deb -libfuse3-3 3.10.5-1build1 deb -libgbm1 23.2.1-1ubuntu3.1~22.04.2 deb -libgcc-s1 12.3.0-1ubuntu1~22.04 deb -libgcrypt20 1.9.4-3ubuntu3 deb -libgd3 2.3.0-2ubuntu2 deb -libgdbm-compat4 1.23-1 deb -libgdbm6 1.23-1 deb -libgdk-pixbuf-2.0-0 2.42.8+dfsg-1ubuntu0.3 deb -libgdk-pixbuf2.0-common 2.42.8+dfsg-1ubuntu0.3 deb -libgfortran5 12.3.0-1ubuntu1~22.04 deb -libgif7 5.1.9-2ubuntu0.1 deb -libgirepository-1.0-1 1.72.0-1 deb -libgl1 1.4.0-1 deb -libgl1-mesa-dri 23.2.1-1ubuntu3.1~22.04.2 deb -libglapi-mesa 23.2.1-1ubuntu3.1~22.04.2 deb -libglib2.0-0 2.72.4-0ubuntu2.3 deb -libglib2.0-bin 2.72.4-0ubuntu2.3 deb -libglib2.0-data 2.72.4-0ubuntu2.3 deb -libglib2.0-dev 2.72.4-0ubuntu2.3 deb -libglib2.0-dev-bin 2.72.4-0ubuntu2.3 deb -libglu1-mesa 9.0.2-1 deb -libglvnd0 1.4.0-1 deb -libglx-mesa0 23.2.1-1ubuntu3.1~22.04.2 deb -libglx0 1.4.0-1 deb -libgme0 0.6.3-2 deb -libgmp10 2:6.2.1+dfsg-3ubuntu1 deb -libgnutls30 3.7.3-4ubuntu1.5 deb -libgomp1 12.3.0-1ubuntu1~22.04 deb -libgpg-error0 1.43-3 deb -libgraphite2-3 1.3.14-1build2 deb -libgs9 9.55.0~dfsg1-0ubuntu5.9 deb -libgs9-common 9.55.0~dfsg1-0ubuntu5.9 deb -libgsm1 1.0.19-1 deb -libgssapi-krb5-2 1.19.2-2ubuntu0.4 deb -libgstreamer-plugins-base1.0-0 1.20.1-1ubuntu0.2 deb -libgstreamer1.0-0 1.20.3-0ubuntu1 deb -libharfbuzz0b 2.7.4-1ubuntu3.1 deb -libhash-merge-simple-perl 0.051-2.1 deb -libhogweed6 3.7.3-1build2 deb -libice6 2:1.0.10-1build2 deb -libicu70 70.1-2 deb -libid3tag0 0.15.1b-14 deb -libidn12 1.38-4ubuntu1 deb -libidn2-0 2.3.2-2build1 deb -libiec61883-0 1.2.0-4build3 deb -libigdgmm12 22.1.2+ds1-1 deb -libijs-0.35 0.35-15build2 deb -libimlib2 1.7.4-1build1 deb -libip4tc2 1.8.7-1ubuntu5.2 deb -libip6tc2 1.8.7-1ubuntu5.2 deb -libisl23 0.24-2build1 deb -libjack-jackd2-0 1.9.20~dfsg-1 deb -libjbig0 2.1-3.1ubuntu0.22.04.1 deb -libjbig2dec0 0.19-3build2 deb -libjpeg-turbo8 2.1.2-0ubuntu1 deb -libjpeg8 8c-2ubuntu10 deb -libjq1 1.6-2.1ubuntu3 deb -libjson-c5 0.15-3~ubuntu1.22.04.2 deb -libjson-glib-1.0-0 1.6.6-1build1 deb -libjson-glib-1.0-common 1.6.6-1build1 deb -libk5crypto3 1.19.2-2ubuntu0.4 deb -libkeyutils1 1.6.1-2ubuntu3 deb -libkmod2 29-1ubuntu1 deb -libkrb5-3 1.19.2-2ubuntu0.4 deb -libkrb5support0 1.19.2-2ubuntu0.4 deb -libksba8 1.6.0-2ubuntu0.2 deb -liblapack3 3.10.0-2ubuntu1 deb -liblcms2-2 2.12~rc1-2build2 deb -libldap-2.5-0 2.5.18+dfsg-0ubuntu0.22.04.2 deb -libldap-common 2.5.18+dfsg-0ubuntu0.22.04.2 deb -liblilv-0-0 0.24.12-2 deb -liblist-moreutils-perl 0.430-2 deb -liblist-moreutils-xs-perl 0.430-2build2 deb -libllvm15 1:15.0.7-0ubuntu0.22.04.3 deb -liblocale-gettext-perl 1.07-4build3 deb -libltdl7 2.4.6-15build2 deb -liblz4-1 1.9.3-2build2 deb -liblzma5 5.2.5-2ubuntu1 deb -libmagic-mgc 1:5.41-3ubuntu0.1 deb -libmagic1 1:5.41-3ubuntu0.1 deb -libmaxminddb0 1.5.2-1build2 deb -libmd0 1.0.4-1build1 deb -libmfx1 22.3.0-1 deb -libmnl0 1.0.4-3build2 deb -libmodule-implementation-perl 0.09-1.1 deb -libmodule-runtime-perl 0.016-1 deb -libmount-dev 2.37.2-4ubuntu3.4 deb -libmount1 2.37.2-4ubuntu3.4 deb -libmp3lame0 3.100-3build2 deb -libmpc3 1.2.1-2build1 deb -libmpdec3 2.5.1-2build2 deb -libmpfr6 4.1.0-3build3 deb -libmpg123-0 1.29.3-1build1 deb -libmro-compat-perl 0.15-1 deb -libmysofa1 1.2.1~dfsg0-1 deb -libnamespace-autoclean-perl 0.29-1 deb -libnamespace-clean-perl 0.27-1 deb -libncurses6 6.3-2ubuntu0.1 deb -libncursesw6 6.3-2ubuntu0.1 deb -libnetfilter-conntrack3 1.0.9-1 deb -libnettle8 3.7.3-1build2 deb -libnfnetlink0 1.0.1-3build3 deb -libnftnl11 1.2.1-1build1 deb -libnghttp2-14 1.43.0-1ubuntu0.2 deb -libnginx-mod-http-geoip2 1.18.0-6ubuntu14.4 deb -libnginx-mod-http-image-filter 1.18.0-6ubuntu14.4 deb -libnginx-mod-http-xslt-filter 1.18.0-6ubuntu14.4 deb -libnginx-mod-mail 1.18.0-6ubuntu14.4 deb -libnginx-mod-stream 1.18.0-6ubuntu14.4 deb -libnginx-mod-stream-geoip2 1.18.0-6ubuntu14.4 deb -libnorm1 1.5.9+dfsg-2 deb -libnotify-bin 0.7.9-3ubuntu5.22.04.1 deb -libnotify4 0.7.9-3ubuntu5.22.04.1 deb -libnpmaccess 7.0.2 npm -libnpmdiff 5.0.17 npm -libnpmexec 5.0.17 npm -libnpmfund 4.0.17 npm -libnpmhook 9.0.3 npm -libnpmorg 5.0.4 npm -libnpmpack 5.0.17 npm -libnpmpublish 7.2.0 npm -libnpmsearch 6.0.2 npm -libnpmteam 5.0.3 npm -libnpmversion 4.0.2 npm -libnpth0 1.6-3build2 deb -libnsl-dev 1.3.0-2build2 deb -libnsl2 1.3.0-2build2 deb -libnspr4 2:4.35-0ubuntu0.22.04.1 deb -libnss3 2:3.98-0ubuntu0.22.04.2 deb -libnuma1 2.0.14-3ubuntu2 deb -libobrender32v5 3.6.1-10 deb -libobt2v5 3.6.1-10 deb -libogg0 1.3.5-0ubuntu3 deb -libonig5 6.9.7.1-2build1 deb -libopenal-data 1:1.19.1-2build3 deb -libopenal1 1:1.19.1-2build3 deb -libopengl0 1.4.0-1 deb -libopenjp2-7 2.4.0-6 deb -libopenmpt0 0.6.1-1 deb -libopus0 1.3.1-0.1build2 deb -liborc-0.4-0 1:0.4.32-2ubuntu0.1 deb -libp11-kit0 0.24.0-6build1 deb -libpackage-stash-perl 0.39-1 deb -libpackagekit-glib2-18 1.2.5-2ubuntu2 deb -libpam-modules 1.4.0-11ubuntu2.4 deb -libpam-modules-bin 1.4.0-11ubuntu2.4 deb -libpam-runtime 1.4.0-11ubuntu2.4 deb -libpam-systemd 249.11-0ubuntu3.12 deb -libpam0g 1.4.0-11ubuntu2.4 deb -libpango-1.0-0 1.50.6+ds-2ubuntu1 deb -libpangocairo-1.0-0 1.50.6+ds-2ubuntu1 deb -libpangoft2-1.0-0 1.50.6+ds-2ubuntu1 deb -libpangoxft-1.0-0 1.50.6+ds-2ubuntu1 deb -libpaper-utils 1.1.28build2 deb -libpaper1 1.1.28build2 deb -libparams-classify-perl 0.015-1build5 deb -libparams-util-perl 1.102-1build3 deb -libparams-validationcompiler-perl 0.30-1 deb -libpci3 1:3.7.0-6 deb -libpciaccess0 0.16-3 deb -libpcre16-3 2:8.39-13ubuntu0.22.04.1 deb -libpcre2-16-0 10.39-3ubuntu0.1 deb -libpcre2-32-0 10.39-3ubuntu0.1 deb -libpcre2-8-0 10.39-3ubuntu0.1 deb -libpcre2-dev 10.39-3ubuntu0.1 deb -libpcre2-posix3 10.39-3ubuntu0.1 deb -libpcre3 2:8.39-13ubuntu0.22.04.1 deb -libpcre3-dev 2:8.39-13ubuntu0.22.04.1 deb -libpcre32-3 2:8.39-13ubuntu0.22.04.1 deb -libpcrecpp0v5 2:8.39-13ubuntu0.22.04.1 deb -libperl5.34 5.34.0-3ubuntu1.3 deb -libpgm-5.3-0 5.3.128~dfsg-2 deb -libpipeline1 1.5.5-1 deb -libpixman-1-0 0.40.0-1ubuntu0.22.04.1 deb -libpng16-16 1.6.37-3build5 deb -libpocketsphinx3 0.8.0+real5prealpha+1-14ubuntu1 deb -libpolkit-agent-1-0 0.105-33 deb -libpolkit-gobject-1-0 0.105-33 deb -libpoppler-cpp0v5 22.02.0-2ubuntu0.5 deb -libpoppler118 22.02.0-2ubuntu0.5 deb -libportaudio2 19.6.0-1.1 deb -libpostproc55 7:4.4.2-0ubuntu0.22.04.1 deb -libprocps8 2:3.3.17-6ubuntu2.1 deb -libproxy1v5 0.4.17-2 deb -libpsl5 0.21.0-1.2build2 deb -libpthread-stubs0-dev 0.4-1build2 deb -libpulse0 1:15.99.1+dfsg1-1ubuntu2.2 deb -libpulsedsp 1:15.99.1+dfsg1-1ubuntu2.2 deb -libpython3-stdlib 3.10.6-1~22.04 deb -libpython3.10-minimal 3.10.12-1~22.04.5 deb -libpython3.10-stdlib 3.10.12-1~22.04.5 deb -libqpdf28 10.6.3-1 deb -libquadmath0 12.3.0-1ubuntu1~22.04 deb -librabbitmq4 0.10.0-1ubuntu2 deb -libraw1394-11 2.1.2-2build2 deb -libreadline8 8.1.2-1 deb -librole-tiny-perl 2.002004-1 deb -librsvg2-2 2.52.5+dfsg-3ubuntu0.2 deb -librtmp1 2.4+20151223.gitfa8646d.1-2build4 deb -librubberband2 2.0.0-2 deb -libsamplerate0 0.2.2-1build1 deb -libsasl2-2 2.1.27+dfsg2-3ubuntu1.2 deb -libsasl2-modules 2.1.27+dfsg2-3ubuntu1.2 deb -libsasl2-modules-db 2.1.27+dfsg2-3ubuntu1.2 deb -libscalar-list-utils-perl 1:1.61-1 deb -libsdl2-2.0-0 2.0.20+dfsg-2ubuntu1.22.04.1 deb -libseccomp2 2.5.3-2ubuntu2 deb -libselinux1 3.3-1build2 deb -libselinux1-dev 3.3-1build2 deb -libsemanage-common 3.3-1build2 deb -libsemanage2 3.3-1build2 deb -libsensors-config 1:3.6.0-7ubuntu1 deb -libsensors5 1:3.6.0-7ubuntu1 deb -libsepol-dev 3.3-1build1 deb -libsepol2 3.3-1build1 deb -libserd-0-0 0.30.10-2 deb -libshine3 3.1.1-2 deb -libslang2 2.3.2-5build4 deb -libsm6 2:1.2.3-1build2 deb -libsmartcols1 2.37.2-4ubuntu3.4 deb -libsnapd-glib1 1.60-0ubuntu1 deb -libsnappy1v5 1.1.8-1build3 deb -libsndfile1 1.0.31-2ubuntu0.1 deb -libsndio7.0 1.8.1-1.1 deb -libsodium23 1.0.18-1build2 deb -libsord-0-0 0.16.8-2 deb -libsoup2.4-1 2.74.2-3 deb -libsoup2.4-common 2.74.2-3 deb -libsoxr0 0.1.3-4build2 deb -libspecio-perl 0.47-1 deb -libspeex1 1.2~rc1.2-1.1ubuntu3 deb -libspeexdsp1 1.2~rc1.2-1.1ubuntu3 deb -libsphinxbase3 0.8+5prealpha+1-13build1 deb -libsqlite3-0 3.37.2-2ubuntu0.3 deb -libsratom-0-0 0.6.8-1 deb -libsrt1.4-gnutls 1.4.4-4 deb -libss2 1.46.5-2ubuntu1.1 deb -libssh-4 0.9.6-2ubuntu0.22.04.3 deb -libssh-gcrypt-4 0.9.6-2ubuntu0.22.04.3 deb -libssl3 3.0.2-0ubuntu1.17 deb -libstartup-notification0 0.12-6build2 deb -libstdc++6 12.3.0-1ubuntu1~22.04 deb -libstemmer0d 2.2.0-1build1 deb -libsub-exporter-perl 0.988-1 deb -libsub-exporter-progressive-perl 0.001013-1 deb -libsub-identify-perl 0.14-1build5 deb -libsub-install-perl 0.928-1.1 deb -libsub-name-perl 0.26-1build3 deb -libsub-quote-perl 2.006006-1 deb -libswitch-perl 2.17-2.1 deb -libswresample3 7:4.4.2-0ubuntu0.22.04.1 deb -libswscale5 7:4.4.2-0ubuntu0.22.04.1 deb -libsystemd0 249.11-0ubuntu3.12 deb -libtasn1-6 4.18.0-4build1 deb -libtdb1 1.4.5-2build1 deb -libthai-data 0.1.29-1build1 deb -libthai0 0.1.29-1build1 deb -libtheora0 1.1.1+dfsg.1-15ubuntu4 deb -libtiff5 4.3.0-6ubuntu0.9 deb -libtinfo6 6.3-2ubuntu0.1 deb -libtirpc-common 1.3.2-2ubuntu0.1 deb -libtirpc-dev 1.3.2-2ubuntu0.1 deb -libtirpc3 1.3.2-2ubuntu0.1 deb -libtry-tiny-perl 0.31-1 deb -libtwolame0 0.4.0-2build2 deb -libuchardet0 0.0.7-1build2 deb -libudev1 249.11-0ubuntu3.12 deb -libudfread0 1.1.2-1 deb -libunistring2 1.0-1 deb -libunwind8 1.3.2-2build2.1 deb -libusb-1.0-0 2:1.0.25-1ubuntu2 deb -libutempter0 1.2.1-2build2 deb -libuuid1 2.37.2-4ubuntu3.4 deb -libva-drm2 2.14.0-1 deb -libva-x11-2 2.14.0-1 deb -libva2 2.14.0-1 deb -libvariable-magic-perl 0.62-1build5 deb -libvdpau1 1.4-3build2 deb -libvidstab1.1 1.1.0-2 deb -libvorbis0a 1.3.7-1build2 deb -libvorbisenc2 1.3.7-1build2 deb -libvorbisfile3 1.3.7-1build2 deb -libvpx7 1.11.0-2ubuntu2.3 deb -libvulkan1 1.3.204.1-2 deb -libwayland-client0 1.20.0-1ubuntu0.1 deb -libwayland-cursor0 1.20.0-1ubuntu0.1 deb -libwayland-egl1 1.20.0-1ubuntu0.1 deb -libwayland-server0 1.20.0-1ubuntu0.1 deb -libwebp7 1.2.2-2ubuntu0.22.04.2 deb -libwebpmux3 1.2.2-2ubuntu0.22.04.2 deb -libwebrtc-audio-processing1 0.3.1-0ubuntu5 deb -libwrap0 7.6.q-31build2 deb -libx11-6 2:1.7.5-1ubuntu0.3 deb -libx11-data 2:1.7.5-1ubuntu0.3 deb -libx11-dev 2:1.7.5-1ubuntu0.3 deb -libx11-xcb1 2:1.7.5-1ubuntu0.3 deb -libx264-163 2:0.163.3060+git5db6aa6-2build1 deb -libx265-199 3.5-2 deb -libxau-dev 1:1.0.9-1build5 deb -libxau6 1:1.0.9-1build5 deb -libxaw7 2:1.0.14-1 deb -libxcb-dri2-0 1.14-3ubuntu3 deb -libxcb-dri3-0 1.14-3ubuntu3 deb -libxcb-glx0 1.14-3ubuntu3 deb -libxcb-present0 1.14-3ubuntu3 deb -libxcb-randr0 1.14-3ubuntu3 deb -libxcb-render0 1.14-3ubuntu3 deb -libxcb-shape0 1.14-3ubuntu3 deb -libxcb-shm0 1.14-3ubuntu3 deb -libxcb-sync1 1.14-3ubuntu3 deb -libxcb-util1 0.4.0-1build2 deb -libxcb-xfixes0 1.14-3ubuntu3 deb -libxcb1 1.14-3ubuntu3 deb -libxcb1-dev 1.14-3ubuntu3 deb -libxcomposite1 1:0.4.5-1build2 deb -libxcursor1 1:1.2.0-2build4 deb -libxcvt0 0.1.1-3 deb -libxdamage1 1:1.1.5-2build2 deb -libxdmcp-dev 1:1.1.3-0ubuntu5 deb -libxdmcp6 1:1.1.3-0ubuntu5 deb -libxext-dev 2:1.3.4-1build1 deb -libxext6 2:1.3.4-1build1 deb -libxfixes-dev 1:6.0.0-1 deb -libxfixes3 1:6.0.0-1 deb -libxfont2 1:2.0.5-1build1 deb -libxft2 2.3.4-1 deb -libxi-dev 2:1.8-1build1 deb -libxi6 2:1.8-1build1 deb -libxinerama1 2:1.1.4-3 deb -libxkbcommon0 1.4.0-1 deb -libxkbfile1 1:1.1.0-1build3 deb -libxml2 2.9.13+dfsg-1ubuntu0.4 deb -libxmlb2 0.3.6-2build1 deb -libxmu6 2:1.1.3-3 deb -libxmuu1 2:1.1.3-3 deb -libxpm4 1:3.5.12-1ubuntu0.22.04.2 deb -libxrandr2 2:1.5.2-1build1 deb -libxrender1 1:0.9.10-1build4 deb -libxshmfence1 1.3-1build4 deb -libxslt1.1 1.1.34-4ubuntu0.22.04.1 deb -libxss1 1:1.2.3-1build2 deb -libxstring-perl 0.005-1build2 deb -libxt6 1:1.2.1-1 deb -libxtables12 1.8.7-1ubuntu5.2 deb -libxtst-dev 2:1.2.3-1build4 deb -libxtst6 2:1.2.3-1build4 deb -libxv1 2:1.0.11-1build2 deb -libxvidcore4 2:1.3.7-1 deb -libxvmc1 2:1.0.12-2build2 deb -libxxf86dga1 2:1.1.5-0ubuntu3 deb -libxxf86vm1 1:1.1.4-1build3 deb -libxxhash0 0.8.1-1 deb -libyaml-0-2 0.2.2-1build2 deb -libyaml-tiny-perl 1.73-1 deb -libzimg2 3.0.3+ds1-1 deb -libzmq5 4.3.4-2 deb -libzstd1 1.4.8+dfsg-3build1 deb -libzvbi-common 0.2.35-19 deb -libzvbi0 0.2.35-19 deb -linux-libc-dev 5.15.0-118.128 deb -locales 2.35-0ubuntu3.8 deb -locales-all 2.35-0ubuntu3.8 deb -login 1:4.8.1-2ubuntu2.2 deb -logsave 1.46.5-2ubuntu1.1 deb -lru-cache 6.0.0 npm -lru-cache 7.18.3 npm -lru-cache 9.1.1 npm -lsb-base 11.1.0ubuntu4 deb -lsb-release 11.1.0ubuntu4 deb -make-fetch-happen 10.2.1 npm -make-fetch-happen 11.1.1 npm -man-db 2.10.2-1 deb -manpages 5.10-1ubuntu1 deb -manpages-dev 5.10-1ubuntu1 deb -mawk 1.3.4.20200120-3 deb -media-typer 0.3.0 npm -media-types 7.0.0 deb -merge-descriptors 1.0.1 npm -mesa-va-drivers 23.2.1-1ubuntu3.1~22.04.2 deb -mesa-vulkan-drivers 23.2.1-1ubuntu3.1~22.04.2 deb -methods 1.1.2 npm -mime 1.6.0 npm -mime-db 1.52.0 npm -mime-types 2.1.35 npm -minimatch 3.1.2 npm (+2 duplicates) -minimatch 5.1.6 npm (+1 duplicate) -minimatch 9.0.0 npm -minipass 3.3.6 npm (+7 duplicates) -minipass 5.0.0 npm -minipass-collect 1.0.2 npm -minipass-fetch 2.1.2 npm -minipass-fetch 3.0.3 npm -minipass-flush 1.0.5 npm -minipass-json-stream 1.0.1 npm -minipass-pipeline 1.2.4 npm -minipass-sized 1.0.3 npm -minizlib 2.1.2 npm -mkdirp 1.0.4 npm -more-itertools 8.10.0 python -mount 2.37.2-4ubuntu3.4 deb -ms 2.0.0 npm -ms 2.1.2 npm (+4 duplicates) -ms 2.1.3 npm (+1 duplicate) -mute-stream 1.0.0 npm -nan 2.20.0 npm -ncurses-base 6.3-2ubuntu0.1 deb -ncurses-bin 6.3-2ubuntu0.1 deb -negotiator 0.6.3 npm (+1 duplicate) -netbase 6.3 deb -netcat 1.218-4ubuntu1 deb -netcat-openbsd 1.218-4ubuntu1 deb -nginx 1.18.0-6ubuntu14.4 deb -nginx-common 1.18.0-6ubuntu14.4 deb -nginx-core 1.18.0-6ubuntu14.4 deb -node-gyp 9.3.1 npm -nodejs 18.17.1-deb-1nodesource1 deb -nopt 6.0.0 npm -nopt 7.1.0 npm -normalize-package-data 5.0.0 npm -npm 9.6.7 npm -npm-audit-report 4.0.0 npm -npm-bundled 3.0.0 npm -npm-install-checks 6.1.1 npm -npm-normalize-package-bin 3.0.1 npm -npm-package-arg 10.1.0 npm -npm-packlist 7.0.4 npm -npm-pick-manifest 8.0.1 npm -npm-profile 7.0.1 npm -npm-registry-fetch 14.0.5 npm -npm-user-validate 2.0.0 npm -npmlog 6.0.2 npm -npmlog 7.0.1 npm -oauthlib 3.2.0 python -object-assign 4.1.1 npm -object-inspect 1.13.2 npm -ocl-icd-libopencl1 2.2.14-3 deb -on-finished 2.4.1 npm -once 1.4.0 npm -openbox 3.6.1-10 deb -openssh-client 1:8.9p1-3ubuntu0.10 deb -openssl 3.0.2-0ubuntu1.17 deb -p-map 4.0.0 npm -packagekit 1.2.5-2ubuntu2 deb -pacote 15.1.3 npm -parse-conflict-json 3.0.1 npm -parseurl 1.3.3 npm -passwd 1:4.8.1-2ubuntu2.2 deb -path-is-absolute 1.0.1 npm -path-key 3.1.1 npm -path-scurry 1.9.1 npm -path-to-regexp 0.1.7 npm -pci.ids 0.0~2022.01.22-1 deb -pciutils 1:3.7.0-6 deb -perl 5.34.0-3ubuntu1.3 deb -perl-base 5.34.0-3ubuntu1.3 deb -perl-modules-5.34 5.34.0-3ubuntu1.3 deb -pinentry-curses 1.1.1-1build2 deb -pkexec 0.105-33 deb -pkg-config 0.29.2-1ubuntu3 deb -policykit-1 0.105-33 deb -polkitd 0.105-33 deb -poppler-data 0.4.11-1 deb -poppler-utils 22.02.0-2ubuntu0.5 deb -postcss-selector-parser 6.0.13 npm -printer-driver-cups-pdf 3.0.1-14 deb -proc-log 3.0.0 npm -process 0.11.10 npm -procps 2:3.3.17-6ubuntu2.1 deb -promise-all-reject-late 1.0.1 npm -promise-call-limit 1.0.2 npm -promise-inflight 1.0.1 npm -promise-retry 2.0.1 npm -promzard 1.0.0 npm -proxy-addr 2.0.7 npm -publicsuffix 20211207.1025-1 deb -pulseaudio 1:15.99.1+dfsg1-1ubuntu2.2 deb -pulseaudio-utils 1:15.99.1+dfsg1-1ubuntu2.2 deb -pulseaudio2 0.5.5 npm -pygobject 3.42.1 python -pyjwt 2.3.0 python -pyparsing 2.4.7 python -python-apt 2.4.0+ubuntu3 python -python-apt-common 2.4.0ubuntu3 deb -python3 3.10.6-1~22.04 deb -python3-apt 2.4.0ubuntu3 deb -python3-blinker 1.4+dfsg1-0.4 deb -python3-cffi-backend 1.15.0-1build2 deb -python3-cryptography 3.4.8-1ubuntu2.2 deb -python3-dbus 1.2.18-3build1 deb -python3-distro 1.7.0-1 deb -python3-distutils 3.10.8-1~22.04 deb -python3-gi 3.42.1-0ubuntu1 deb -python3-httplib2 0.20.2-2 deb -python3-importlib-metadata 4.6.4-1 deb -python3-jeepney 0.7.1-3 deb -python3-jwt 2.3.0-1ubuntu0.2 deb -python3-keyring 23.5.0-1 deb -python3-launchpadlib 1.10.16-1 deb -python3-lazr.restfulclient 0.14.4-1 deb -python3-lazr.uri 1.0.6-2 deb -python3-lib2to3 3.10.8-1~22.04 deb -python3-minimal 3.10.6-1~22.04 deb -python3-more-itertools 8.10.0-2 deb -python3-oauthlib 3.2.0-1ubuntu0.1 deb -python3-pkg-resources 59.6.0-1.2ubuntu0.22.04.1 deb -python3-pyparsing 2.4.7-1 deb -python3-secretstorage 3.3.1-1 deb -python3-six 1.16.0-3ubuntu1 deb -python3-software-properties 0.99.22.9 deb -python3-wadllib 1.3.6-1 deb -python3-xdg 0.27-2 deb -python3-zipp 1.0.0-3ubuntu0.1 deb -python3.10 3.10.12-1~22.04.5 deb -python3.10-minimal 3.10.12-1~22.04.5 deb -pyxdg 0.27 python -qrcode-terminal 0.12.0 npm -qs 6.11.0 npm -range-parser 1.2.1 npm -raw-body 2.5.2 npm -read 2.1.0 npm -read-cmd-shim 4.0.0 npm -read-package-json 6.0.3 npm -read-package-json-fast 3.0.2 npm -readable-stream 3.6.2 npm -readable-stream 4.4.0 npm -readline-common 8.1.2-1 deb -resenje.org/singleflight v0.4.1 go-module -retry 0.12.0 npm -rimraf 3.0.2 npm -rpcsvc-proto 1.4.2-0ubuntu6 deb -safe-buffer 5.1.2 npm -safe-buffer 5.2.1 npm -safer-buffer 2.1.2 npm (+1 duplicate) -secretstorage 3.3.1 python -sed 4.8-1ubuntu2 deb -semver 7.5.1 npm -send 0.18.0 npm -sensible-utils 0.0.17 deb -serve-static 1.15.0 npm -session-migration 0.3.6 deb -set-blocking 2.0.0 npm -set-function-length 1.2.2 npm -setprototypeof 1.2.0 npm -shared-mime-info 2.1-2 deb -shebang-command 2.0.0 npm -shebang-regex 3.0.0 npm -side-channel 1.0.6 npm -signal-exit 3.0.7 npm -signal-exit 4.0.2 npm -sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go-module -sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go-module -sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go-module -sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go-module -sigs.k8s.io/yaml v1.3.0 go-module (+3 duplicates) -sigstore 1.5.2 npm -six 1.16.0 python -smart-buffer 4.2.0 npm -socket.io 4.7.5 npm -socket.io-adapter 2.5.5 npm -socket.io-parser 4.2.4 npm -socks 2.7.1 npm -socks-proxy-agent 7.0.0 npm -software-properties-common 0.99.22.9 deb -spdx-correct 3.2.0 npm -spdx-exceptions 2.3.0 npm -spdx-expression-parse 3.0.1 npm -spdx-license-ids 3.0.13 npm -ssl-cert 1.1.2 deb -ssri 10.0.4 npm -ssri 9.0.1 npm -statuses 2.0.1 npm -stdlib go1.21.12 go-module -stdlib go1.21.13 go-module (+8 duplicates) -string-width 4.2.3 npm (+1 duplicate) -string-width 5.1.2 npm (+1 duplicate) -string_decoder 1.1.1 npm -strip-ansi 6.0.1 npm (+1 duplicate) -strip-ansi 7.0.1 npm (+1 duplicate) -sudo 1.9.9-1ubuntu2.4 deb -supports-color 7.2.0 npm (+1 duplicate) -systemd 249.11-0ubuntu3.12 deb -systemd-sysv 249.11-0ubuntu3.12 deb -sysvinit-utils 3.01-1ubuntu1 deb -tags.cncf.io/container-device-interface v0.7.2 go-module (+2 duplicates) -tags.cncf.io/container-device-interface/specs-go v0.7.0 go-module (+1 duplicate) -tar 1.34+dfsg-1ubuntu0.1.22.04.2 deb -tar 6.1.14 npm -text-table 0.2.0 npm -tiny-relative-date 1.3.0 npm -toidentifier 1.0.1 npm -treeverse 3.0.0 npm -tuf-js 1.1.6 npm -type-is 1.6.18 npm -tzdata 2024a-0ubuntu0.22.04.1 deb -ubuntu-keyring 2021.03.26 deb -ucf 3.0043 deb -udev 249.11-0ubuntu3.12 deb -undici-types 6.19.6 npm -unique-filename 2.0.1 npm -unique-filename 3.0.0 npm -unique-slug 3.0.0 npm -unique-slug 4.0.0 npm -unpipe 1.0.0 npm -usrmerge 25ubuntu2 deb -util-deprecate 1.0.2 npm -util-linux 2.37.2-4ubuntu3.4 deb -utils-merge 1.0.1 npm -uuid-dev 2.37.2-4ubuntu3.4 deb -validate-npm-package-license 3.0.4 npm -validate-npm-package-name 5.0.0 npm -vary 1.1.2 npm -wadllib 1.3.6 python -walk-up-path 3.0.1 npm -wcwidth 1.0.1 npm -which 2.0.2 npm (+1 duplicate) -which 3.0.1 npm -wide-align 1.1.5 npm -wrap-ansi 7.0.0 npm -wrap-ansi 8.1.0 npm -wrappy 1.0.2 npm -write-file-atomic 5.0.1 npm -ws 8.17.1 npm -x11-apps 7.7+8build2 deb -x11-common 1:7.7+23ubuntu2 deb -x11-session-utils 7.7+4build2 deb -x11-utils 7.7+5build2 deb -x11-xkb-utils 7.7+5build4 deb -x11-xserver-utils 7.7+9build1 deb -x11proto-dev 2021.5-1 deb -xauth 1:1.1-1build2 deb -xbitmaps 1.1.1-2.1ubuntu1 deb -xdg 5 python -xdg-utils 1.1.3-4.1ubuntu3~22.04.1 deb -xfonts-base 1:1.0.5 deb -xfonts-encodings 1:1.0.5-0ubuntu2 deb -xfonts-utils 1:7.7+6build2 deb -xkb-data 2.33-1 deb -xorg-sgml-doctools 1:1.11-1.1 deb -xserver-common 2:21.1.4-2ubuntu1.7~22.04.11 deb -xserver-xorg-core 2:21.1.4-2ubuntu1.7~22.04.11 deb -xserver-xorg-video-amdgpu 22.0.0-1ubuntu0.2 deb -xserver-xorg-video-ati 1:19.1.0-2ubuntu1 deb -xserver-xorg-video-intel 2:2.99.917+git20210115-1 deb -xserver-xorg-video-nouveau 1:1.0.17-2build1 deb -xserver-xorg-video-qxl 0.1.5+git20200331-3 deb -xserver-xorg-video-radeon 1:19.1.0-2ubuntu1 deb -xterm 372-1ubuntu1 deb -xtrans-dev 1.4.0-1 deb -xutils 1:7.7+23ubuntu2 deb -xz-utils 5.2.5-2ubuntu1 deb -yallist 4.0.0 npm -zipp 1.0.0 python -zlib1g 1:1.2.11.dfsg-2ubuntu9.2 deb -zlib1g-dev 1:1.2.11.dfsg-2ubuntu9.2 deb +NAME VERSION TYPE +1to2 1.0.0 npm +@fastify/busboy 2.0.0 npm +@kasmtech/novnc 1.3.0 npm +@socket.io/component-emitter 3.1.2 npm +@types/busboy 1.5.0 npm +@types/cookie 0.4.1 npm +@types/cors 2.8.17 npm +@types/node 18.18.14 npm +@types/node 22.4.0 npm +accepts 1.3.8 npm +acorn 8.8.1 npm +acorn-bigint 1.0.0 npm +acorn-class-fields 1.0.0 npm +acorn-dynamic-import 4.0.0 npm +acorn-export-ns-from 0.2.0 npm +acorn-globals 6.0.0 npm +acorn-import-assertions 1.8.0 npm +acorn-import-meta 1.1.0 npm +acorn-jsx 5.3.1 npm +acorn-loose 8.3.0 npm +acorn-node 2.0.1 npm +acorn-numeric-separator 0.3.4 npm +acorn-private-class-elements 1.0.0 npm +acorn-private-methods 1.0.0 npm +acorn-static-class-features 1.0.0 npm +acorn-walk 8.2.0 npm +adduser 3.137ubuntu1 deb +ansi-styles 4.3.0 npm +apt 2.7.14build2 deb +apt-utils 2.7.14build2 deb +array-flatten 1.1.1 npm +async 3.2.5 npm +at-spi2-common 2.52.0-1build1 deb +at-spi2-core 2.52.0-1build1 deb +balanced-match 1.0.2 npm +base-files 13ubuntu10 deb +base-passwd 3.6.3build1 deb +base64id 2.0.0 npm +bash 5.2.21-2ubuntu4 deb +bc 1.07.1-3ubuntu4 deb +binary-search 1.3.6 npm +bindings 1.5.0 npm +blinker 1.7.0 python +body-parser 1.20.2 npm +brace-expansion 1.1.11 npm +brace-expansion 2.0.1 npm +bsdextrautils 2.39.3-9ubuntu6 deb +bsdutils 1:2.39.3-9ubuntu6 deb +busboy 1.6.0 npm +bytes 3.1.2 npm +ca-certificates 20240203 deb +call-bind 1.0.7 npm +catatonit 0.1.7-1 deb +chalk 4.1.2 npm +cjs-module-lexer 1.2.3 npm +cloud.google.com/go/compute/metadata v0.3.0 go-module +cloud.google.com/go/logging v1.9.0 go-module +cloud.google.com/go/longrunning v0.5.4 go-module +code.cloudfoundry.org/clock v1.1.0 go-module +color-convert 2.0.1 npm +color-name 1.1.4 npm +concat-map 0.0.1 npm +containerd.io 1.7.20-1 deb +content-disposition 0.5.4 npm +content-type 1.0.5 npm +cookie 0.4.2 npm +cookie 0.6.0 npm +cookie-signature 1.0.6 npm +coreutils 9.4-3ubuntu6 deb +cors 2.8.5 npm +cpp 4:13.2.0-7ubuntu1 deb +cpp-13 13.2.0-23ubuntu4 deb +cpp-13-x86-64-linux-gnu 13.2.0-23ubuntu4 deb +cpp-x86-64-linux-gnu 4:13.2.0-7ubuntu1 deb +cron 3.0pl1-184ubuntu2 deb +cron-daemon-common 3.0pl1-184ubuntu2 deb +cryptography 41.0.7 python (+1 duplicate) +cups 2.4.7-1.2ubuntu7.2 deb +cups-client 2.4.7-1.2ubuntu7.2 deb +cups-common 2.4.7-1.2ubuntu7.2 deb +cups-core-drivers 2.4.7-1.2ubuntu7.2 deb +cups-daemon 2.4.7-1.2ubuntu7.2 deb +cups-filters 2.0.0-0ubuntu4 deb +cups-filters-core-drivers 2.0.0-0ubuntu4 deb +cups-ipp-utils 2.4.7-1.2ubuntu7.2 deb +cups-ppdc 2.4.7-1.2ubuntu7.2 deb +cups-server-common 2.4.7-1.2ubuntu7.2 deb +curl 8.5.0-2ubuntu10.2 deb +dario.cat/mergo v1.0.0 go-module (+2 duplicates) +dash 0.5.12-6ubuntu5 deb +dbus 1.14.10-4ubuntu4 deb +dbus-bin 1.14.10-4ubuntu4 deb +dbus-daemon 1.14.10-4ubuntu4 deb +dbus-python 1.3.2 python +dbus-session-bus-common 1.14.10-4ubuntu4 deb +dbus-system-bus-common 1.14.10-4ubuntu4 deb +dbus-x11 1.14.10-4ubuntu4 deb +dconf-gsettings-backend 0.40.0-4build2 deb +dconf-service 0.40.0-4build2 deb +debconf 1.5.86ubuntu1 deb +debianutils 5.17build1 deb +debug 2.6.9 npm +debug 4.3.6 npm (+3 duplicates) +define-data-property 1.1.4 npm +depd 2.0.0 npm +destroy 1.2.0 npm +diffutils 1:3.10-1build1 deb +dirmngr 2.4.4-2ubuntu17 deb +distro 1.9.0 python +distro-info-data 0.60ubuntu0.1 deb +docker-ce 5:27.1.2-1~ubuntu.24.04~noble deb +docker-ce-cli 5:27.1.2-1~ubuntu.24.04~noble deb +docker-compose-plugin 2.29.1-1~ubuntu.24.04~noble deb +dpkg 1.22.6ubuntu6 deb +dunst 1.9.2-1build2 deb +e2fsprogs 1.47.0-2.4~exp1ubuntu4 deb +ee-first 1.1.1 npm +ejs 3.1.10 npm +encodeurl 1.0.2 npm +engine.io 6.5.5 npm +engine.io-parser 5.2.3 npm +es-define-property 1.0.0 npm +es-errors 1.3.0 npm +escape-html 1.0.3 npm +etag 1.8.1 npm +express 4.19.2 npm +ffmpeg 7:6.1.1-3ubuntu5 deb +file 1:5.45-3build1 deb +file-uri-to-path 1.0.0 npm +filelist 1.0.4 npm +finalhandler 1.2.0 npm +findutils 4.9.0-5build1 deb +fontconfig 2.15.0-1.1ubuntu2 deb +fontconfig-config 2.15.0-1.1ubuntu2 deb +fonts-noto-color-emoji 2.042-1 deb +fonts-noto-core 20201225-2 deb +fonts-noto-mono 20201225-2 deb +fonts-urw-base35 20200910-8 deb +forwarded 0.2.0 npm +fresh 0.5.2 npm +function-bind 1.1.2 npm +fuse-overlayfs 1.13-1 deb +fuse3 3.14.0-5build1 deb +gcc-13-base 13.2.0-23ubuntu4 deb +gcc-14-base 14-20240412-0ubuntu1 deb +get-intrinsic 1.2.4 npm +ghostscript 10.02.1~dfsg1-0ubuntu7.3 deb +gir1.2-atk-1.0 2.52.0-1build1 deb +gir1.2-atspi-2.0 2.52.0-1build1 deb +gir1.2-freedesktop 1.80.1-1 deb +gir1.2-freedesktop-dev 1.80.1-1 deb +gir1.2-girepository-2.0 1.80.1-1 deb +gir1.2-glib-2.0 2.80.0-6ubuntu3.1 deb +gir1.2-glib-2.0-dev 2.80.0-6ubuntu3.1 deb +gir1.2-packagekitglib-1.0 1.2.8-2build3 deb +github.com/AlecAivazis/survey/v2 v2.3.7 go-module +github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 go-module +github.com/Masterminds/semver/v3 v3.2.1 go-module +github.com/Microsoft/hcsshim v0.11.7 go-module (+2 duplicates) +github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 go-module +github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go-module +github.com/agext/levenshtein v1.2.3 go-module +github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 go-module +github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 go-module +github.com/armon/go-metrics v0.4.1 go-module +github.com/aws/aws-sdk-go-v2 v1.24.1 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.4 go-module +github.com/aws/aws-sdk-go-v2/config v1.26.6 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/credentials v1.16.16 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.32.0 go-module +github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 go-module (+1 duplicate) +github.com/aws/smithy-go v1.19.0 go-module (+1 duplicate) +github.com/beorn7/perks v1.0.1 go-module (+2 duplicates) +github.com/bits-and-blooms/bitset v1.13.0 go-module +github.com/blang/semver/v4 v4.0.0 go-module +github.com/buger/goterm v1.0.4 go-module +github.com/cenkalti/backoff/v4 v4.2.1 go-module (+2 duplicates) +github.com/cespare/xxhash/v2 v2.2.0 go-module (+2 duplicates) +github.com/checkpoint-restore/go-criu/v5 v5.3.0 go-module +github.com/cilium/ebpf v0.12.3 go-module +github.com/cilium/ebpf v0.7.0 go-module +github.com/cilium/ebpf v0.9.1 go-module (+3 duplicates) +github.com/cloudflare/cfssl v1.6.4 go-module +github.com/compose-spec/compose-go/v2 v2.1.5 go-module +github.com/container-storage-interface/spec v1.5.0 go-module +github.com/containerd/aufs v1.0.0 go-module +github.com/containerd/btrfs/v2 v2.0.0 go-module +github.com/containerd/cgroups v1.1.0 go-module (+1 duplicate) +github.com/containerd/cgroups/v3 v3.0.2 go-module (+3 duplicates) +github.com/containerd/cgroups/v3 v3.0.3 go-module +github.com/containerd/console v1.0.3 go-module (+5 duplicates) +github.com/containerd/console v1.0.4 go-module (+1 duplicate) +github.com/containerd/containerd v1.7.20 go-module (+6 duplicates) +github.com/containerd/containerd/api v1.7.19 go-module (+6 duplicates) +github.com/containerd/continuity v0.4.2 go-module (+4 duplicates) +github.com/containerd/continuity v0.4.3 go-module (+1 duplicate) +github.com/containerd/errdefs v0.1.0 go-module (+6 duplicates) +github.com/containerd/fifo v1.1.0 go-module (+5 duplicates) +github.com/containerd/go-cni v1.1.10 go-module +github.com/containerd/go-cni v1.1.9 go-module (+1 duplicate) +github.com/containerd/go-runc v1.0.0 go-module (+4 duplicates) +github.com/containerd/go-runc v1.1.0 go-module +github.com/containerd/imgcrypt v1.1.8 go-module +github.com/containerd/log v0.1.0 go-module (+7 duplicates) +github.com/containerd/nri v0.6.1 go-module +github.com/containerd/nydus-snapshotter v0.13.7 go-module +github.com/containerd/platforms v0.2.1 go-module (+5 duplicates) +github.com/containerd/stargz-snapshotter/estargz v0.15.1 go-module +github.com/containerd/ttrpc v1.2.5 go-module (+6 duplicates) +github.com/containerd/typeurl v1.0.2 go-module +github.com/containerd/typeurl/v2 v2.1.1 go-module (+6 duplicates) +github.com/containerd/zfs v1.1.0 go-module +github.com/containernetworking/cni v1.1.2 go-module (+1 duplicate) +github.com/containernetworking/cni v1.2.2 go-module +github.com/containernetworking/plugins v1.2.0 go-module +github.com/containernetworking/plugins v1.4.0 go-module +github.com/containers/ocicrypt v1.1.10 go-module +github.com/coreos/go-systemd/v22 v22.3.2 go-module +github.com/coreos/go-systemd/v22 v22.5.0 go-module (+4 duplicates) +github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d go-module +github.com/cyphar/filepath-securejoin v0.2.4 go-module (+1 duplicate) +github.com/davecgh/go-spew v1.1.1 go-module (+2 duplicates) +github.com/deckarep/golang-set/v2 v2.3.0 go-module +github.com/dimchansky/utfbom v1.1.1 go-module +github.com/distribution/reference v0.6.0 go-module (+3 duplicates) +github.com/docker/buildx v0.16.0 go-module +github.com/docker/cli v27.1.0+incompatible go-module +github.com/docker/cli-docs-tool v0.8.0 go-module +github.com/docker/cli/cmd/docker v27.1.2 go-module +github.com/docker/compose/v2 v2.29.1 go-module +github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) +github.com/docker/docker v27.1.0+incompatible go-module +github.com/docker/docker v27.1.2 go-module (+1 duplicate) +github.com/docker/docker-credential-helpers v0.8.2 go-module +github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module +github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) +github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go-module (+4 duplicates) +github.com/docker/go-metrics v0.0.1 go-module (+2 duplicates) +github.com/docker/go-units v0.4.0 go-module +github.com/docker/go-units v0.5.0 go-module (+5 duplicates) +github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 go-module +github.com/dustin/go-humanize v1.0.0 go-module +github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 go-module +github.com/emicklei/go-restful/v3 v3.10.1 go-module +github.com/emicklei/go-restful/v3 v3.11.0 go-module +github.com/felixge/httpsnoop v1.0.3 go-module (+1 duplicate) +github.com/felixge/httpsnoop v1.0.4 go-module (+1 duplicate) +github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee go-module +github.com/fluent/fluent-logger-golang v1.9.0 go-module +github.com/fsnotify/fsnotify v1.6.0 go-module (+1 duplicate) +github.com/fvbommel/sortorder v1.0.2 go-module +github.com/go-jose/go-jose/v3 v3.0.3 go-module +github.com/go-logr/logr v1.3.0 go-module (+1 duplicate) +github.com/go-logr/logr v1.4.1 go-module (+1 duplicate) +github.com/go-logr/stdr v1.2.2 go-module (+3 duplicates) +github.com/go-openapi/jsonpointer v0.19.6 go-module +github.com/go-openapi/jsonreference v0.20.2 go-module +github.com/go-openapi/swag v0.22.3 go-module +github.com/go-viper/mapstructure/v2 v2.0.0 go-module +github.com/godbus/dbus/v5 v5.0.6 go-module +github.com/godbus/dbus/v5 v5.1.0 go-module (+4 duplicates) +github.com/gofrs/flock v0.12.0 go-module +github.com/gofrs/flock v0.12.1 go-module +github.com/gogo/googleapis v1.4.1 go-module (+1 duplicate) +github.com/gogo/protobuf v1.3.2 go-module (+6 duplicates) +github.com/golang-jwt/jwt/v4 v4.5.0 go-module +github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 go-module +github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go-module +github.com/golang/protobuf v1.5.4 go-module (+6 duplicates) +github.com/google/btree v1.1.2 go-module +github.com/google/certificate-transparency-go v1.1.4 go-module +github.com/google/gnostic-models v0.6.8 go-module +github.com/google/go-cmp v0.6.0 go-module (+6 duplicates) +github.com/google/gofuzz v1.2.0 go-module (+1 duplicate) +github.com/google/s2a-go v0.1.7 go-module +github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go-module (+1 duplicate) +github.com/google/uuid v1.4.0 go-module (+1 duplicate) +github.com/google/uuid v1.6.0 go-module (+1 duplicate) +github.com/googleapis/enterprise-certificate-proxy v0.3.2 go-module +github.com/googleapis/gax-go/v2 v2.12.0 go-module +github.com/gorilla/mux v1.8.1 go-module (+1 duplicate) +github.com/gorilla/websocket v1.5.0 go-module +github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go-module +github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 go-module (+1 duplicate) +github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go-module (+2 duplicates) +github.com/hashicorp/errwrap v1.1.0 go-module (+6 duplicates) +github.com/hashicorp/go-cleanhttp v0.5.2 go-module +github.com/hashicorp/go-immutable-radix v1.3.1 go-module +github.com/hashicorp/go-immutable-radix/v2 v2.1.0 go-module +github.com/hashicorp/go-memdb v1.3.2 go-module +github.com/hashicorp/go-msgpack v0.5.5 go-module +github.com/hashicorp/go-multierror v1.1.1 go-module (+6 duplicates) +github.com/hashicorp/go-sockaddr v1.0.2 go-module +github.com/hashicorp/go-version v1.7.0 go-module +github.com/hashicorp/golang-lru v0.5.4 go-module +github.com/hashicorp/golang-lru/v2 v2.0.7 go-module +github.com/hashicorp/memberlist v0.4.0 go-module +github.com/hashicorp/serf v0.8.5 go-module +github.com/imdario/mergo v0.3.16 go-module +github.com/in-toto/in-toto-golang v0.5.0 go-module (+1 duplicate) +github.com/intel/goresctrl v0.3.0 go-module (+1 duplicate) +github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2 go-module (+1 duplicate) +github.com/jmoiron/sqlx v1.3.3 go-module +github.com/jonboulle/clockwork v0.4.0 go-module +github.com/josharian/intern v1.0.0 go-module +github.com/json-iterator/go v1.1.12 go-module (+1 duplicate) +github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go-module +github.com/klauspost/compress v1.16.7 go-module (+3 duplicates) +github.com/klauspost/compress v1.17.9 go-module (+1 duplicate) +github.com/klauspost/cpuid/v2 v2.0.4 go-module (+1 duplicate) +github.com/mailru/easyjson v0.7.7 go-module +github.com/mattn/go-colorable v0.1.13 go-module +github.com/mattn/go-isatty v0.0.17 go-module +github.com/mattn/go-runewidth v0.0.15 go-module +github.com/mattn/go-shellwords v1.0.12 go-module +github.com/matttproud/golang_protobuf_extensions v1.0.4 go-module (+2 duplicates) +github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go-module +github.com/miekg/dns v1.1.57 go-module +github.com/miekg/pkcs11 v1.1.1 go-module +github.com/minio/sha256-simd v1.0.0 go-module (+1 duplicate) +github.com/mistifyio/go-zfs/v3 v3.0.1 go-module (+1 duplicate) +github.com/mitchellh/copystructure v1.2.0 go-module +github.com/mitchellh/hashstructure/v2 v2.0.2 go-module (+1 duplicate) +github.com/mitchellh/mapstructure v1.5.0 go-module +github.com/mitchellh/reflectwalk v1.0.2 go-module +github.com/moby/buildkit v0.15.0 go-module +github.com/moby/buildkit v0.15.1 go-module +github.com/moby/docker-image-spec v1.3.1 go-module (+1 duplicate) +github.com/moby/ipvs v1.1.0 go-module +github.com/moby/locker v1.0.1 go-module (+3 duplicates) +github.com/moby/patternmatcher v0.6.0 go-module (+1 duplicate) +github.com/moby/pubsub v1.0.0 go-module +github.com/moby/spdystream v0.2.0 go-module (+1 duplicate) +github.com/moby/swarmkit/v2 v2.0.0-20240611172349-ea1a7cec35cb go-module +github.com/moby/sys/mount v0.3.3 go-module +github.com/moby/sys/mountinfo v0.5.0 go-module +github.com/moby/sys/mountinfo v0.6.2 go-module (+4 duplicates) +github.com/moby/sys/mountinfo v0.7.1 go-module (+1 duplicate) +github.com/moby/sys/sequential v0.5.0 go-module (+1 duplicate) +github.com/moby/sys/signal v0.7.0 go-module (+3 duplicates) +github.com/moby/sys/symlink v0.2.0 go-module (+2 duplicates) +github.com/moby/sys/user v0.1.0 go-module (+4 duplicates) +github.com/moby/sys/user v0.3.0 go-module +github.com/moby/sys/userns v0.1.0 go-module +github.com/moby/term v0.5.0 go-module (+1 duplicate) +github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go-module (+1 duplicate) +github.com/modern-go/reflect2 v1.0.2 go-module (+1 duplicate) +github.com/morikuni/aec v1.0.0 go-module (+1 duplicate) +github.com/mrunalp/fileutils v0.5.1 go-module +github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go-module +github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f go-module +github.com/opencontainers/go-digest v1.0.0 go-module (+5 duplicates) +github.com/opencontainers/image-spec v1.1.0 go-module (+5 duplicates) +github.com/opencontainers/runc v1.1.13 go-module +github.com/opencontainers/runc v1.1.13-0-g58aa920 go-module +github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 go-module +github.com/opencontainers/runtime-spec v1.1.0 go-module (+4 duplicates) +github.com/opencontainers/runtime-spec v1.2.0 go-module +github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 go-module (+1 duplicate) +github.com/opencontainers/selinux v1.10.0 go-module +github.com/opencontainers/selinux v1.11.0 go-module (+2 duplicates) +github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170 go-module +github.com/pelletier/go-toml v1.9.5 go-module (+3 duplicates) +github.com/philhofer/fwd v1.1.2 go-module +github.com/pkg/errors v0.9.1 go-module (+6 duplicates) +github.com/pmezard/go-difflib v1.0.0 go-module (+1 duplicate) +github.com/prometheus/client_golang v1.14.0 go-module +github.com/prometheus/client_golang v1.17.0 go-module (+1 duplicate) +github.com/prometheus/client_model v0.3.0 go-module +github.com/prometheus/client_model v0.5.0 go-module (+1 duplicate) +github.com/prometheus/common v0.37.0 go-module +github.com/prometheus/common v0.44.0 go-module (+1 duplicate) +github.com/prometheus/procfs v0.15.1 go-module (+1 duplicate) +github.com/prometheus/procfs v0.8.0 go-module +github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc go-module +github.com/rivo/uniseg v0.2.0 go-module +github.com/rootless-containers/rootlesskit/v2 v2.0.2 go-module +github.com/russross/blackfriday/v2 v2.0.1 go-module +github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 go-module +github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 go-module +github.com/secure-systems-lab/go-securesystemslib v0.4.0 go-module (+1 duplicate) +github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b go-module +github.com/shibumi/go-pathspec v1.3.0 go-module (+1 duplicate) +github.com/shurcooL/sanitized_anchor_name v1.0.0 go-module +github.com/sirupsen/logrus v1.8.1 go-module +github.com/sirupsen/logrus v1.9.3 go-module (+7 duplicates) +github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 go-module +github.com/spdx/tools-golang v0.5.3 go-module +github.com/spf13/cobra v1.8.1 go-module (+1 duplicate) +github.com/spf13/pflag v1.0.5 go-module (+2 duplicates) +github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 go-module +github.com/stretchr/testify v1.9.0 go-module (+1 duplicate) +github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 go-module (+2 duplicates) +github.com/tchap/go-patricia/v2 v2.3.1 go-module +github.com/theupdateframework/notary v0.7.0 go-module +github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go-module +github.com/tinylib/msgp v1.1.8 go-module +github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c go-module (+1 duplicate) +github.com/tonistiigi/go-actions-cache v0.0.0-20240327122527-58651d5e11d6 go-module +github.com/tonistiigi/go-archvariant v1.0.0 go-module +github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 go-module (+1 duplicate) +github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go-module (+1 duplicate) +github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab go-module +github.com/urfave/cli v1.22.1 go-module +github.com/urfave/cli v1.22.12 go-module (+1 duplicate) +github.com/vbatts/tar-split v0.11.5 go-module +github.com/vishvananda/netlink v1.1.0 go-module +github.com/vishvananda/netlink v1.2.1-beta.2 go-module (+1 duplicate) +github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df go-module +github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f go-module +github.com/vishvananda/netns v0.0.4 go-module +github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go-module +github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go-module +github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go-module +github.com/xeipuuv/gojsonschema v1.2.0 go-module +github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go-module +github.com/zmap/zlint/v3 v3.1.0 go-module +glib-networking 2.80.0-1build1 deb +glib-networking-common 2.80.0-1build1 deb +glib-networking-services 2.80.0-1build1 deb +gnupg 2.4.4-2ubuntu17 deb +gnupg-l10n 2.4.4-2ubuntu17 deb +gnupg-utils 2.4.4-2ubuntu17 deb +go.etcd.io/bbolt v1.3.10 go-module (+1 duplicate) +go.etcd.io/etcd/client/pkg/v3 v3.5.6 go-module +go.etcd.io/etcd/pkg/v3 v3.5.6 go-module +go.etcd.io/etcd/raft/v3 v3.5.6 go-module +go.etcd.io/etcd/server/v3 v3.5.6 go-module +go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 go-module +go.opencensus.io v0.24.0 go-module +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 go-module (+2 duplicates) +go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 go-module (+1 duplicate) +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go-module (+1 duplicate) +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 go-module (+1 duplicate) +go.opentelemetry.io/otel v1.21.0 go-module (+3 duplicates) +go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/metric v1.21.0 go-module (+3 duplicates) +go.opentelemetry.io/otel/sdk v1.21.0 go-module (+2 duplicates) +go.opentelemetry.io/otel/sdk/metric v1.21.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/trace v1.21.0 go-module (+3 duplicates) +go.opentelemetry.io/proto/otlp v1.0.0 go-module (+2 duplicates) +go.uber.org/atomic v1.9.0 go-module +go.uber.org/mock v0.4.0 go-module +go.uber.org/multierr v1.8.0 go-module +go.uber.org/zap v1.21.0 go-module +golang.org/x/crypto v0.21.0 go-module +golang.org/x/crypto v0.23.0 go-module (+1 duplicate) +golang.org/x/exp v0.0.0-20231006140011-7918f672742d go-module +golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 go-module +golang.org/x/mod v0.12.0 go-module +golang.org/x/mod v0.17.0 go-module +golang.org/x/net v0.23.0 go-module (+2 duplicates) +golang.org/x/net v0.24.0 go-module +golang.org/x/net v0.25.0 go-module (+1 duplicate) +golang.org/x/oauth2 v0.11.0 go-module +golang.org/x/oauth2 v0.21.0 go-module (+1 duplicate) +golang.org/x/sync v0.5.0 go-module (+4 duplicates) +golang.org/x/sync v0.7.0 go-module (+1 duplicate) +golang.org/x/sys v0.18.0 go-module (+4 duplicates) +golang.org/x/sys v0.19.0 go-module +golang.org/x/sys v0.21.0 go-module +golang.org/x/sys v0.22.0 go-module (+1 duplicate) +golang.org/x/term v0.18.0 go-module +golang.org/x/term v0.20.0 go-module +golang.org/x/text v0.14.0 go-module (+2 duplicates) +golang.org/x/text v0.15.0 go-module (+1 duplicate) +golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 go-module +golang.org/x/time v0.3.0 go-module (+1 duplicate) +google.golang.org/api v0.149.0 go-module +google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 go-module (+6 duplicates) +google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f go-module (+2 duplicates) +google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 go-module (+6 duplicates) +google.golang.org/grpc v1.59.0 go-module (+5 duplicates) +google.golang.org/grpc v1.60.1 go-module +google.golang.org/protobuf v1.27.1 go-module +google.golang.org/protobuf v1.33.0 go-module (+6 duplicates) +gopd 1.0.1 npm +gopkg.in/cenkalti/backoff.v1 v1.1.0 go-module +gopkg.in/inf.v0 v0.9.1 go-module (+2 duplicates) +gopkg.in/yaml.v2 v2.4.0 go-module (+3 duplicates) +gopkg.in/yaml.v3 v3.0.1 go-module (+2 duplicates) +gpg 2.4.4-2ubuntu17 deb +gpg-agent 2.4.4-2ubuntu17 deb +gpg-wks-client 2.4.4-2ubuntu17 deb +gpgconf 2.4.4-2ubuntu17 deb +gpgsm 2.4.4-2ubuntu17 deb +gpgv 2.4.4-2ubuntu17 deb +grep 3.11-4build1 deb +groff-base 1.23.0-3build2 deb +gsettings-desktop-schemas 46.0-1ubuntu2 deb +gzip 1.12-1ubuntu3 deb +has-flag 4.0.0 npm +has-property-descriptors 1.0.2 npm +has-proto 1.0.3 npm +has-symbols 1.0.3 npm +hasown 2.0.2 npm +hostname 3.23+nmu2ubuntu2 deb +http-errors 2.0.0 npm +httplib2 0.20.4 python +iconv-lite 0.4.24 npm +inherits 2.0.4 npm +init-system-helpers 1.66ubuntu1 deb +intel-media-va-driver 24.1.0+dfsg1-1 deb +ipaddr.js 1.9.1 npm +iproute2 6.1.0-1ubuntu6 deb +iptables 1.8.10-3ubuntu2 deb +iso-codes 4.16.0-1 deb +jake 10.9.2 npm +jq 1.7.1-3build1 deb +k8s.io/api v0.26.2 go-module +k8s.io/api v0.29.2 go-module +k8s.io/apimachinery v0.26.2 go-module (+1 duplicate) +k8s.io/apimachinery v0.29.2 go-module +k8s.io/apiserver v0.26.2 go-module +k8s.io/client-go v0.26.2 go-module +k8s.io/client-go v0.29.2 go-module +k8s.io/component-base v0.26.2 go-module +k8s.io/cri-api v0.27.1 go-module +k8s.io/klog/v2 v2.110.1 go-module +k8s.io/klog/v2 v2.90.1 go-module (+1 duplicate) +k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 go-module +k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go-module +k8s.io/utils v0.0.0-20230726121419-3b25d923346b go-module +kclient 0.4.0 npm +keyboard-configuration 1.226ubuntu1 deb +keyboxd 2.4.4-2ubuntu17 deb +krb5-locales 1.20.1-6ubuntu2.1 deb +launchpadlib 1.11.0 python +lazr-restfulclient 0.14.6 python +lazr-uri 1.0.6 python +libacl1 2.3.2-1build1 deb +libalgorithm-c3-perl 0.11-2 deb +libaom3 3.8.2-2ubuntu0.1 deb +libapparmor1 4.0.1really4.0.0-beta3-0ubuntu0.1 deb +libappstream5 1.0.2-1build6 deb +libapt-pkg6.0t64 2.7.14build2 deb +libargon2-1 0~20190702+dfsg-4build1 deb +libasound2-data 1.2.11-1build2 deb +libasound2-plugins 1.2.7.1-1ubuntu5 deb +libasound2t64 1.2.11-1build2 deb +libass9 1:0.17.1-2build1 deb +libassuan0 2.5.6-1build1 deb +libasyncns0 0.8-6build4 deb +libatk-bridge2.0-0t64 2.52.0-1build1 deb +libatk-bridge2.0-dev 2.52.0-1build1 deb +libatk1.0-0t64 2.52.0-1build1 deb +libatk1.0-dev 2.52.0-1build1 deb +libatk1.0-doc 2.52.0-1build1 deb +libatspi2.0-0t64 2.52.0-1build1 deb +libatspi2.0-dev 2.52.0-1build1 deb +libattr1 1:2.5.2-1build1 deb +libaudit-common 1:3.1.2-2.1build1 deb +libaudit1 1:3.1.2-2.1build1 deb +libavahi-client3 0.8-13ubuntu6 deb +libavahi-common-data 0.8-13ubuntu6 deb +libavahi-common3 0.8-13ubuntu6 deb +libavc1394-0 0.5.4-5build3 deb +libavcodec60 7:6.1.1-3ubuntu5 deb +libavdevice60 7:6.1.1-3ubuntu5 deb +libavfilter9 7:6.1.1-3ubuntu5 deb +libavformat60 7:6.1.1-3ubuntu5 deb +libavutil58 7:6.1.1-3ubuntu5 deb +libb-hooks-endofscope-perl 0.28-1 deb +libb-hooks-op-check-perl 0.22-3build1 deb +libblas3 3.12.0-3build1 deb +libblkid-dev 2.39.3-9ubuntu6 deb +libblkid1 2.39.3-9ubuntu6 deb +libbluray2 1:1.3.4-1build1 deb +libbpf1 1:1.3.0-2build2 deb +libbrotli1 1.1.0-2build2 deb +libbs2b0 3.1.0+dfsg-7build1 deb +libbsd0 0.12.1-1build1 deb +libbz2-1.0 1.0.8-5.1 deb +libc-bin 2.39-0ubuntu8.2 deb +libc-dev-bin 2.39-0ubuntu8.2 deb +libc-devtools 2.39-0ubuntu8.2 deb +libc6 2.39-0ubuntu8.2 deb +libc6-dev 2.39-0ubuntu8.2 deb +libcaca0 0.99.beta20-4build2 deb +libcairo-gobject2 1.18.0-3build1 deb +libcairo2 1.18.0-3build1 deb +libcap-ng0 0.8.4-2build2 deb +libcap2 1:2.66-5ubuntu2 deb +libcap2-bin 1:2.66-5ubuntu2 deb +libcares2 1.27.0-1.0ubuntu1 deb +libcbor0.10 0.10.2-1.2ubuntu2 deb +libcdio-cdda2t64 10.2+2.0.1-1.1build2 deb +libcdio-paranoia2t64 10.2+2.0.1-1.1build2 deb +libcdio19t64 2.1.0-4.1ubuntu1.2 deb +libchromaprint1 1.5.1-5 deb +libcjson1 1.7.17-1 deb +libclass-c3-perl 0.35-2 deb +libclass-data-inheritable-perl 0.08-3 deb +libclass-inspector-perl 1.36-3 deb +libclass-method-modifiers-perl 2.15-1 deb +libclass-singleton-perl 1.6-2 deb +libcodec2-1.2 1.2.0-2build1 deb +libcom-err2 1.47.0-2.4~exp1ubuntu4 deb +libcrypt-dev 1:4.4.36-4build1 deb +libcrypt1 1:4.4.36-4build1 deb +libcryptsetup12 2:2.7.0-1ubuntu4 deb +libcups2t64 2.4.7-1.2ubuntu7.2 deb +libcupsfilters2-common 2.0.0-0ubuntu7 deb +libcupsfilters2t64 2.0.0-0ubuntu7 deb +libcurl3t64-gnutls 8.5.0-2ubuntu10.2 deb +libcurl4t64 8.5.0-2ubuntu10.2 deb +libdata-optlist-perl 0.114-1 deb +libdatetime-locale-perl 1:1.37-1 deb +libdatetime-perl 2:1.65-1build2 deb +libdatetime-timezone-perl 1:2.62-1+2024a deb +libdatrie1 0.2.13-3build1 deb +libdav1d7 1.4.1-1build1 deb +libdb5.3t64 5.3.28+dfsg2-7 deb +libdbus-1-3 1.14.10-4ubuntu4 deb +libdbus-1-dev 1.14.10-4ubuntu4 deb +libdc1394-25 2.2.6-4build1 deb +libdconf1 0.40.0-4build2 deb +libde265-0 1.0.15-1build3 deb +libdebconfclient0 0.271ubuntu3 deb +libdecor-0-0 0.2.2-1build2 deb +libdeflate0 1.19-1build1 deb +libdevel-callchecker-perl 0.008-2build3 deb +libdevel-stacktrace-perl 2.0500-1 deb +libdevmapper1.02.1 2:1.02.185-3ubuntu3 deb +libdrm-amdgpu1 2.4.120-2build1 deb +libdrm-common 2.4.120-2build1 deb +libdrm-intel1 2.4.120-2build1 deb +libdrm-nouveau2 2.4.120-2build1 deb +libdrm-radeon1 2.4.120-2build1 deb +libdrm2 2.4.120-2build1 deb +libduktape207 2.7.0+tests-0ubuntu3 deb +libdw1t64 0.190-1.1build4 deb +libdynaloader-functions-perl 0.003-3 deb +libedit2 3.1-20230828-1build1 deb +libegl-mesa0 24.0.9-0ubuntu0.1 deb +libegl1 1.7.0-1build1 deb +libelf1t64 0.190-1.1build4 deb +libepoxy0 1.5.10-1build1 deb +libeval-closure-perl 0.14-3 deb +libexception-class-perl 1.45-1 deb +libexif12 0.6.24-1build2 deb +libexpat1 2.6.1-2build1 deb +libexporter-tiny-perl 1.006002-1 deb +libext2fs2t64 1.47.0-2.4~exp1ubuntu4 deb +libfdisk1 2.39.3-9ubuntu6 deb +libffi-dev 3.4.6-1build1 deb +libffi8 3.4.6-1build1 deb +libfftw3-double3 3.3.10-1ubuntu3 deb +libfftw3-single3 3.3.10-1ubuntu3 deb +libfido2-1 1.14.0-1build3 deb +libfile-sharedir-perl 1.118-3 deb +libflac12t64 1.4.3+ds-2.1ubuntu2 deb +libflite1 2.2-6build3 deb +libfontconfig1 2.15.0-1.1ubuntu2 deb +libfontenc1 1:1.1.8-1build1 deb +libfreetype6 2.13.2+dfsg-1build3 deb +libfribidi0 1.0.13-3build1 deb +libfuse3-3 3.14.0-5build1 deb +libgbm1 24.0.9-0ubuntu0.1 deb +libgcc-s1 14-20240412-0ubuntu1 deb +libgcrypt20 1.10.3-2build1 deb +libgd3 2.3.3-9ubuntu5 deb +libgdbm-compat4t64 1.23-5.1build1 deb +libgdbm6t64 1.23-5.1build1 deb +libgdk-pixbuf-2.0-0 2.42.10+dfsg-3ubuntu3.1 deb +libgdk-pixbuf2.0-common 2.42.10+dfsg-3ubuntu3.1 deb +libgfortran5 14-20240412-0ubuntu1 deb +libgif7 5.2.2-1ubuntu1 deb +libgirepository-1.0-1 1.80.1-1 deb +libgirepository-2.0-0 2.80.0-6ubuntu3.1 deb +libgl1 1.7.0-1build1 deb +libgl1-mesa-dri 24.0.9-0ubuntu0.1 deb +libglapi-mesa 24.0.9-0ubuntu0.1 deb +libglib2.0-0t64 2.80.0-6ubuntu3.1 deb +libglib2.0-bin 2.80.0-6ubuntu3.1 deb +libglib2.0-data 2.80.0-6ubuntu3.1 deb +libglib2.0-dev 2.80.0-6ubuntu3.1 deb +libglib2.0-dev-bin 2.80.0-6ubuntu3.1 deb +libglu1-mesa 9.0.2-1.1build1 deb +libglvnd0 1.7.0-1build1 deb +libglx-mesa0 24.0.9-0ubuntu0.1 deb +libglx0 1.7.0-1build1 deb +libgme0 0.6.3-7build1 deb +libgmp10 2:6.3.0+dfsg-2ubuntu6 deb +libgnutls30t64 3.8.3-1.1ubuntu3.1 deb +libgomp1 14-20240412-0ubuntu1 deb +libgpg-error0 1.47-3build2 deb +libgraphite2-3 1.3.14-2build1 deb +libgs-common 10.02.1~dfsg1-0ubuntu7.3 deb +libgs10 10.02.1~dfsg1-0ubuntu7.3 deb +libgs10-common 10.02.1~dfsg1-0ubuntu7.3 deb +libgsm1 1.0.22-1build1 deb +libgssapi-krb5-2 1.20.1-6ubuntu2.1 deb +libgstreamer-plugins-base1.0-0 1.24.2-1ubuntu0.1 deb +libgstreamer1.0-0 1.24.2-1 deb +libharfbuzz0b 8.3.0-2build2 deb +libhash-merge-simple-perl 0.051-3 deb +libheif-plugin-aomdec 1.17.6-1ubuntu4 deb +libheif-plugin-libde265 1.17.6-1ubuntu4 deb +libheif1 1.17.6-1ubuntu4 deb +libhogweed6t64 3.9.1-2.2build1 deb +libhwy1t64 1.0.7-8.1build1 deb +libice6 2:1.0.10-1build3 deb +libicu74 74.2-1ubuntu3 deb +libid3tag0 0.15.1b-14build1 deb +libidn12 1.42-1build1 deb +libidn2-0 2.3.7-2build1 deb +libiec61883-0 1.2.0-6build1 deb +libigdgmm12 22.3.17+ds1-1 deb +libijs-0.35 0.35-15.1build1 deb +libimlib2t64 1.12.1-1.1build2 deb +libip4tc2 1.8.10-3ubuntu2 deb +libip6tc2 1.8.10-3ubuntu2 deb +libisl23 0.26-3build1 deb +libjack-jackd2-0 1.9.21~dfsg-3ubuntu3 deb +libjbig0 2.1-6.1ubuntu2 deb +libjbig2dec0 0.20-1build3 deb +libjpeg-turbo8 2.1.5-2ubuntu2 deb +libjpeg8 8c-2ubuntu11 deb +libjq1 1.7.1-3build1 deb +libjson-c5 0.17-1build1 deb +libjson-glib-1.0-0 1.8.0-2build2 deb +libjson-glib-1.0-common 1.8.0-2build2 deb +libjxl0.7 0.7.0-10.2ubuntu6 deb +libk5crypto3 1.20.1-6ubuntu2.1 deb +libkeyutils1 1.6.3-3build1 deb +libkmod2 31+20240202-2ubuntu7 deb +libkrb5-3 1.20.1-6ubuntu2.1 deb +libkrb5support0 1.20.1-6ubuntu2.1 deb +libksba8 1.6.6-1build1 deb +liblapack3 3.12.0-3build1 deb +liblcms2-2 2.14-2build1 deb +libldap-common 2.6.7+dfsg-1~exp1ubuntu8 deb +libldap2 2.6.7+dfsg-1~exp1ubuntu8 deb +liblerc4 4.0.0+ds-4ubuntu2 deb +liblilv-0-0 0.24.22-1build1 deb +liblist-moreutils-perl 0.430-2 deb +liblist-moreutils-xs-perl 0.430-3build5 deb +libllvm17t64 1:17.0.6-9ubuntu1 deb +liblocale-gettext-perl 1.07-6ubuntu5 deb +libltdl7 2.4.7-7build1 deb +liblz4-1 1.9.4-1build1 deb +liblzma5 5.6.1+really5.4.5-1 deb +libmagic-mgc 1:5.45-3build1 deb +libmagic1t64 1:5.45-3build1 deb +libmbedcrypto7t64 2.28.8-1 deb +libmd0 1.1.0-2build1 deb +libmnl0 1.0.5-2build1 deb +libmodule-implementation-perl 0.09-2 deb +libmodule-runtime-perl 0.016-2 deb +libmount-dev 2.39.3-9ubuntu6 deb +libmount1 2.39.3-9ubuntu6 deb +libmp3lame0 3.100-6build1 deb +libmpc3 1.3.1-1build1 deb +libmpfr6 4.2.1-1build1 deb +libmpg123-0t64 1.32.5-1ubuntu1 deb +libmro-compat-perl 0.15-2 deb +libmysofa1 1.3.2+dfsg-2ubuntu2 deb +libnamespace-autoclean-perl 0.29-2 deb +libnamespace-clean-perl 0.27-2 deb +libncursesw6 6.4+20240113-1ubuntu2 deb +libnetfilter-conntrack3 1.0.9-6build1 deb +libnettle8t64 3.9.1-2.2build1 deb +libnfnetlink0 1.0.2-2build1 deb +libnftnl11 1.2.6-2build1 deb +libnghttp2-14 1.59.0-1ubuntu0.1 deb +libnode109 18.19.1+dfsg-6ubuntu5 deb +libnorm1t64 1.5.9+dfsg-3.1build1 deb +libnotify-bin 0.8.3-1build2 deb +libnotify4 0.8.3-1build2 deb +libnpth0t64 1.6-3.1build1 deb +libnspr4 2:4.35-1.1build1 deb +libnss3 2:3.98-1build1 deb +libnuma1 2.0.18-1build1 deb +libobrender32v5 3.6.1-12build5 deb +libobt2v5 3.6.1-12build5 deb +libogg0 1.3.5-3build1 deb +libonig5 6.9.9-1build1 deb +libopenal-data 1:1.23.1-4build1 deb +libopenal1 1:1.23.1-4build1 deb +libopengl0 1.7.0-1build1 deb +libopenjp2-7 2.5.0-2build3 deb +libopenmpt0t64 0.7.3-1.1build3 deb +libopus0 1.4-1build1 deb +liborc-0.4-0t64 1:0.4.38-1ubuntu0.1 deb +libp11-kit0 0.25.3-4ubuntu2 deb +libpackage-stash-perl 0.40-1 deb +libpackagekit-glib2-18 1.2.8-2build3 deb +libpam-modules 1.5.3-5ubuntu5.1 deb +libpam-modules-bin 1.5.3-5ubuntu5.1 deb +libpam-runtime 1.5.3-5ubuntu5.1 deb +libpam-systemd 255.4-1ubuntu8.2 deb +libpam0g 1.5.3-5ubuntu5.1 deb +libpango-1.0-0 1.52.1+ds-1build1 deb +libpangocairo-1.0-0 1.52.1+ds-1build1 deb +libpangoft2-1.0-0 1.52.1+ds-1build1 deb +libpangoxft-1.0-0 1.52.1+ds-1build1 deb +libpaper-utils 1.1.29build1 deb +libpaper1 1.1.29build1 deb +libparams-classify-perl 0.015-2build5 deb +libparams-util-perl 1.102-2build3 deb +libparams-validationcompiler-perl 0.31-1 deb +libpci3 1:3.10.0-2build1 deb +libpciaccess0 0.17-3build1 deb +libpcre2-16-0 10.42-4ubuntu2 deb +libpcre2-32-0 10.42-4ubuntu2 deb +libpcre2-8-0 10.42-4ubuntu2 deb +libpcre2-dev 10.42-4ubuntu2 deb +libpcre2-posix3 10.42-4ubuntu2 deb +libperl5.38t64 5.38.2-3.2build2 deb +libpgm-5.3-0t64 5.3.128~dfsg-2.1build1 deb +libpipeline1 1.5.7-2 deb +libpixman-1-0 0.42.2-1build1 deb +libpkgconf3 1.8.1-2build1 deb +libplacebo338 6.338.2-2build1 deb +libpng16-16t64 1.6.43-5build1 deb +libpocketsphinx3 0.8.0+real5prealpha+1-15ubuntu5 deb +libpolkit-agent-1-0 124-2ubuntu1 deb +libpolkit-gobject-1-0 124-2ubuntu1 deb +libpoppler-cpp0t64 24.02.0-1ubuntu9.1 deb +libpoppler134 24.02.0-1ubuntu9.1 deb +libportaudio2 19.6.0-1.2build3 deb +libpostproc57 7:6.1.1-3ubuntu5 deb +libppd2 2:2.0.0-0ubuntu4 deb +libppd2-common 2:2.0.0-0ubuntu4 deb +libproc2-0 2:4.0.4-4ubuntu3 deb +libproxy1v5 0.5.4-4build1 deb +libpsl5t64 0.21.2-1.1build1 deb +libpthread-stubs0-dev 0.4-1build3 deb +libpulse0 1:16.1+dfsg1-2ubuntu10 deb +libpython3-stdlib 3.12.3-0ubuntu1 deb +libpython3.12-minimal 3.12.3-1ubuntu0.1 deb +libpython3.12-stdlib 3.12.3-1ubuntu0.1 deb +libqpdf29t64 11.9.0-1.1build1 deb +librabbitmq4 0.11.0-1build2 deb +librav1e0 0.7.1-2 deb +libraw1394-11 2.1.2-2build3 deb +libreadline8t64 8.2-4build1 deb +librist4 0.2.10+dfsg-2 deb +librole-tiny-perl 2.002004-1 deb +librsvg2-2 2.58.0+dfsg-1build1 deb +librtmp1 2.4+20151223.gitfa8646d.1-2build7 deb +librubberband2 3.3.0+dfsg-2build1 deb +libsamplerate0 0.2.2-4build1 deb +libsasl2-2 2.1.28+dfsg1-5ubuntu3 deb +libsasl2-modules 2.1.28+dfsg1-5ubuntu3 deb +libsasl2-modules-db 2.1.28+dfsg1-5ubuntu3 deb +libscalar-list-utils-perl 1:1.63-1build3 deb +libsdl2-2.0-0 2.30.0+dfsg-1build3 deb +libseccomp2 2.5.5-1ubuntu3 deb +libselinux1 3.5-2ubuntu2 deb +libselinux1-dev 3.5-2ubuntu2 deb +libsemanage-common 3.5-1build5 deb +libsemanage2 3.5-1build5 deb +libsensors-config 1:3.6.0-9build1 deb +libsensors5 1:3.6.0-9build1 deb +libsepol-dev 3.5-2build1 deb +libsepol2 3.5-2build1 deb +libserd-0-0 0.32.2-1 deb +libsharpyuv0 1.3.2-0.4build3 deb +libshine3 3.1.1-2build1 deb +libslang2 2.3.3-3build2 deb +libsm6 2:1.2.3-1build3 deb +libsmartcols1 2.39.3-9ubuntu6 deb +libsnapd-glib-2-1 1.64-0ubuntu5 deb +libsnappy1v5 1.1.10-1build1 deb +libsndfile1 1.2.2-1ubuntu5 deb +libsndio7.0 1.9.0-0.3build3 deb +libsodium23 1.0.18-1build3 deb +libsord-0-0 0.16.16-2build1 deb +libsoup-3.0-0 3.4.4-5build2 deb +libsoup-3.0-common 3.4.4-5build2 deb +libsoxr0 0.1.3-4build3 deb +libspecio-perl 0.48-1 deb +libspectre1 0.2.12-1build2 deb +libspeex1 1.2.1-2ubuntu2 deb +libspeexdsp1 1.2.1-1ubuntu3 deb +libsphinxbase3t64 0.8+5prealpha+1-17build2 deb +libsqlite3-0 3.45.1-1ubuntu2 deb +libsratom-0-0 0.6.16-1build1 deb +libsrt1.5-gnutls 1.5.3-1build2 deb +libss2 1.47.0-2.4~exp1ubuntu4 deb +libssh-4 0.10.6-2build2 deb +libssh-gcrypt-4 0.10.6-2build2 deb +libssl3t64 3.0.13-0ubuntu3.2 deb +libstartup-notification0 0.12-6build3 deb +libstdc++6 14-20240412-0ubuntu1 deb +libstemmer0d 2.2.0-4build1 deb +libsub-exporter-perl 0.990-1 deb +libsub-exporter-progressive-perl 0.001013-3 deb +libsub-identify-perl 0.14-3build3 deb +libsub-install-perl 0.929-1 deb +libsub-name-perl 0.27-1build3 deb +libsub-quote-perl 2.006008-1ubuntu1 deb +libsvtav1enc1d1 1.7.0+dfsg-2build1 deb +libswitch-perl 2.17-3 deb +libswresample4 7:6.1.1-3ubuntu5 deb +libswscale7 7:6.1.1-3ubuntu5 deb +libsystemd-shared 255.4-1ubuntu8.2 deb +libsystemd0 255.4-1ubuntu8.2 deb +libtasn1-6 4.19.0-3build1 deb +libtdb1 1.4.10-1build1 deb +libthai-data 0.1.29-2build1 deb +libthai0 0.1.29-2build1 deb +libtheora0 1.1.1+dfsg.1-16.1build3 deb +libtiff6 4.5.1+git230720-4ubuntu2.1 deb +libtinfo6 6.4+20240113-1ubuntu2 deb +libtirpc-common 1.3.4+ds-1.1build1 deb +libtirpc3t64 1.3.4+ds-1.1build1 deb +libtry-tiny-perl 0.31-2 deb +libtwolame0 0.4.0-2build3 deb +libuchardet0 0.0.8-1build1 deb +libudev1 255.4-1ubuntu8.2 deb +libudfread0 1.1.2-1build1 deb +libunibreak5 5.1-2build1 deb +libunistring5 1.1-2build1 deb +libunwind8 1.6.2-3build1 deb +libusb-1.0-0 2:1.0.27-1 deb +libutempter0 1.2.1-3build1 deb +libuuid1 2.39.3-9ubuntu6 deb +libuv1t64 1.48.0-1.1build1 deb +libva-drm2 2.20.0-2build1 deb +libva-x11-2 2.20.0-2build1 deb +libva2 2.20.0-2build1 deb +libvariable-magic-perl 0.63-1build3 deb +libvdpau1 1.5-2build1 deb +libvidstab1.1 1.1.0-2build1 deb +libvorbis0a 1.3.7-1build3 deb +libvorbisenc2 1.3.7-1build3 deb +libvorbisfile3 1.3.7-1build3 deb +libvpl2 2023.3.0-1build1 deb +libvpx9 1.14.0-1ubuntu2.1 deb +libvulkan1 1.3.275.0-1build1 deb +libwayland-client0 1.22.0-2.1build1 deb +libwayland-cursor0 1.22.0-2.1build1 deb +libwayland-egl1 1.22.0-2.1build1 deb +libwayland-server0 1.22.0-2.1build1 deb +libwebp7 1.3.2-0.4build3 deb +libwebpdemux2 1.3.2-0.4build3 deb +libwebpmux3 1.3.2-0.4build3 deb +libwebrtc-audio-processing1 0.3.1-0ubuntu6 deb +libwrap0 7.6.q-33 deb +libx11-6 2:1.8.7-1build1 deb +libx11-data 2:1.8.7-1build1 deb +libx11-dev 2:1.8.7-1build1 deb +libx11-xcb1 2:1.8.7-1build1 deb +libx264-164 2:0.164.3108+git31e19f9-1 deb +libx265-199 3.5-2build1 deb +libxau-dev 1:1.0.9-1build6 deb +libxau6 1:1.0.9-1build6 deb +libxaw7 2:1.0.14-1build2 deb +libxcb-damage0 1.15-1ubuntu2 deb +libxcb-dri2-0 1.15-1ubuntu2 deb +libxcb-dri3-0 1.15-1ubuntu2 deb +libxcb-glx0 1.15-1ubuntu2 deb +libxcb-present0 1.15-1ubuntu2 deb +libxcb-randr0 1.15-1ubuntu2 deb +libxcb-render0 1.15-1ubuntu2 deb +libxcb-shape0 1.15-1ubuntu2 deb +libxcb-shm0 1.15-1ubuntu2 deb +libxcb-sync1 1.15-1ubuntu2 deb +libxcb-util1 0.4.0-1build3 deb +libxcb-xfixes0 1.15-1ubuntu2 deb +libxcb1 1.15-1ubuntu2 deb +libxcb1-dev 1.15-1ubuntu2 deb +libxcomposite1 1:0.4.5-1build3 deb +libxcursor1 1:1.2.1-1build1 deb +libxcvt0 0.1.2-1build1 deb +libxdamage1 1:1.1.6-1build1 deb +libxdmcp-dev 1:1.1.3-0ubuntu6 deb +libxdmcp6 1:1.1.3-0ubuntu6 deb +libxext-dev 2:1.3.4-1build2 deb +libxext6 2:1.3.4-1build2 deb +libxfixes-dev 1:6.0.0-2build1 deb +libxfixes3 1:6.0.0-2build1 deb +libxfont2 1:2.0.6-1build1 deb +libxft2 2.3.6-1build1 deb +libxi-dev 2:1.8.1-1build1 deb +libxi6 2:1.8.1-1build1 deb +libxinerama1 2:1.1.4-3build1 deb +libxkbcommon0 1.6.0-1build1 deb +libxkbfile1 1:1.1.0-1build4 deb +libxml2 2.9.14+dfsg-1.3ubuntu3 deb +libxmlb2 0.3.18-1 deb +libxmu6 2:1.1.3-3build2 deb +libxmuu1 2:1.1.3-3build2 deb +libxpm4 1:3.5.17-1build2 deb +libxrandr2 2:1.5.2-2build1 deb +libxrender1 1:0.9.10-1.1build1 deb +libxshmfence1 1.3-1build5 deb +libxss1 1:1.2.3-1build3 deb +libxstring-perl 0.005-2build3 deb +libxt6t64 1:1.2.1-1.2build1 deb +libxtables12 1.8.10-3ubuntu2 deb +libxtst-dev 2:1.2.3-1.1build1 deb +libxtst6 2:1.2.3-1.1build1 deb +libxv1 2:1.0.11-1.1build1 deb +libxvidcore4 2:1.3.7-1build1 deb +libxvmc1 2:1.0.12-2build3 deb +libxxf86dga1 2:1.1.5-1build1 deb +libxxf86vm1 1:1.1.4-1build4 deb +libxxhash0 0.8.2-2build1 deb +libyaml-0-2 0.2.5-1build1 deb +libyaml-tiny-perl 1.74-1 deb +libzimg2 3.0.5+ds1-1build1 deb +libzix-0-0 0.4.2-2build1 deb +libzmq5 4.3.5-1build2 deb +libzstd1 1.5.5+dfsg2-2build1 deb +libzvbi-common 0.2.42-2 deb +libzvbi0t64 0.2.42-2 deb +linux-libc-dev 6.8.0-40.40 deb +locales 2.39-0ubuntu8.2 deb +locales-all 2.39-0ubuntu8.2 deb +login 1:4.13+dfsg1-4ubuntu3 deb +logsave 1.47.0-2.4~exp1ubuntu4 deb +lsb-release 12.0-2 deb +man-db 2.12.0-4build2 deb +manpages 6.7-2 deb +manpages-dev 6.7-2 deb +mawk 1.3.4.20240123-1build1 deb +media-typer 0.3.0 npm +media-types 10.1.0 deb +merge-descriptors 1.0.1 npm +mesa-va-drivers 24.0.9-0ubuntu0.1 deb +mesa-vulkan-drivers 24.0.9-0ubuntu0.1 deb +methods 1.1.2 npm +mime 1.6.0 npm +mime-db 1.52.0 npm +mime-types 2.1.35 npm +minimatch 3.1.2 npm +minimatch 5.1.6 npm +mount 2.39.3-9ubuntu6 deb +ms 2.0.0 npm +ms 2.1.2 npm (+3 duplicates) +ms 2.1.3 npm +nan 2.20.0 npm +ncurses-base 6.4+20240113-1ubuntu2 deb +ncurses-bin 6.4+20240113-1ubuntu2 deb +negotiator 0.6.3 npm +netbase 6.4 deb +netcat-openbsd 1.226-1ubuntu2 deb +nginx 1.24.0-2ubuntu7 deb +nginx-common 1.24.0-2ubuntu7 deb +node-acorn 8.8.1+ds+~cs25.17.7-2 deb +node-busboy 1.6.0+~cs2.6.0-2 deb +node-cjs-module-lexer 1.2.3+dfsg-1 deb +node-undici 5.26.3+dfsg1+~cs23.10.12-2 deb +node-xtend 4.0.2-3 deb +nodejs 18.19.1+dfsg-6ubuntu5 deb +oauthlib 3.2.2 python +object-assign 4.1.1 npm +object-inspect 1.13.2 npm +ocl-icd-libopencl1 2.3.2-1build1 deb +on-finished 2.4.1 npm +openbox 3.6.1-12build5 deb +openssh-client 1:9.6p1-3ubuntu13.4 deb +openssl 3.0.13-0ubuntu3.2 deb +packagekit 1.2.8-2build3 deb +packaging 24.0 python +parseurl 1.3.3 npm +passwd 1:4.13+dfsg1-4ubuntu3 deb +path-to-regexp 0.1.7 npm +pci.ids 0.0~2024.03.31-1 deb +pciutils 1:3.10.0-2build1 deb +perl 5.38.2-3.2build2 deb +perl-base 5.38.2-3.2build2 deb +perl-modules-5.38 5.38.2-3.2build2 deb +pinentry-curses 1.2.1-3ubuntu5 deb +pkgconf 1.8.1-2build1 deb +pkgconf-bin 1.8.1-2build1 deb +polkitd 124-2ubuntu1 deb +poppler-data 0.4.12-1 deb +poppler-utils 24.02.0-1ubuntu9.1 deb +printer-driver-cups-pdf 3.0.1-14build2 deb +procps 2:4.0.4-4ubuntu3 deb +proxy-addr 2.0.7 npm +publicsuffix 20231001.0357-0.1 deb +pulseaudio 1:16.1+dfsg1-2ubuntu10 deb +pulseaudio-utils 1:16.1+dfsg1-2ubuntu10 deb +pulseaudio2 0.5.5 npm +pygobject 3.48.2 python +pyjwt 2.7.0 python +pyparsing 3.1.1 python +python-apt 2.7.7+ubuntu1 python +python-apt-common 2.7.7ubuntu1 deb +python3 3.12.3-0ubuntu1 deb +python3-apt 2.7.7ubuntu1 deb +python3-blinker 1.7.0-1 deb +python3-cffi-backend 1.16.0-2build1 deb +python3-cryptography 41.0.7-4ubuntu0.1 deb +python3-dbus 1.3.2-5build3 deb +python3-distro 1.9.0-1 deb +python3-gi 3.48.2-1 deb +python3-httplib2 0.20.4-3 deb +python3-jwt 2.7.0-1 deb +python3-launchpadlib 1.11.0-6 deb +python3-lazr.restfulclient 0.14.6-1 deb +python3-lazr.uri 1.0.6-3 deb +python3-minimal 3.12.3-0ubuntu1 deb +python3-oauthlib 3.2.2-1 deb +python3-packaging 24.0-1 deb +python3-pkg-resources 68.1.2-2ubuntu1 deb +python3-pyparsing 3.1.1-1 deb +python3-six 1.16.0-4 deb +python3-software-properties 0.99.48 deb +python3-wadllib 1.3.6-5 deb +python3-xdg 0.28-2 deb +python3.12 3.12.3-1ubuntu0.1 deb +python3.12-minimal 3.12.3-1ubuntu0.1 deb +pyxdg 0.28 python +qs 6.11.0 npm +range-parser 1.2.1 npm +raw-body 2.5.2 npm +readline-common 8.2-4build1 deb +resenje.org/singleflight v0.4.1 go-module +rpcsvc-proto 1.4.2-0ubuntu7 deb +safe-buffer 5.2.1 npm +safer-buffer 2.1.2 npm +sed 4.9-2build1 deb +send 0.18.0 npm +sensible-utils 0.0.22 deb +serve-static 1.15.0 npm +session-migration 0.3.9build1 deb +set-function-length 1.2.2 npm +setprototypeof 1.2.0 npm +sgml-base 1.31 deb +shared-mime-info 2.4-4 deb +side-channel 1.0.6 npm +sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go-module +sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go-module +sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go-module +sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go-module +sigs.k8s.io/yaml v1.3.0 go-module (+3 duplicates) +six 1.16.0 python +socket.io 4.7.5 npm +socket.io-adapter 2.5.5 npm +socket.io-parser 4.2.4 npm +software-properties-common 0.99.48 deb +ssl-cert 1.1.2ubuntu1 deb +statuses 2.0.1 npm +stdlib go1.21.12 go-module +stdlib go1.21.13 go-module (+8 duplicates) +streamsearch 1.1.0 npm +sudo 1.9.15p5-3ubuntu5 deb +supports-color 7.2.0 npm +systemd 255.4-1ubuntu8.2 deb +systemd-dev 255.4-1ubuntu8.2 deb +systemd-sysv 255.4-1ubuntu8.2 deb +sysvinit-utils 3.08-6ubuntu3 deb +tags.cncf.io/container-device-interface v0.7.2 go-module (+2 duplicates) +tags.cncf.io/container-device-interface/specs-go v0.7.0 go-module (+1 duplicate) +tar 1.35+dfsg-3build1 deb +toidentifier 1.0.1 npm +type-is 1.6.18 npm +tzdata 2024a-3ubuntu1.1 deb +ubuntu-keyring 2023.11.28.1 deb +ucf 3.0043+nmu1 deb +udev 255.4-1ubuntu8.2 deb +undici 5.26.3 npm +undici-types 6.19.6 npm +unpipe 1.0.0 npm +util-linux 2.39.3-9ubuntu6 deb +utils-merge 1.0.1 npm +uuid-dev 2.39.3-9ubuntu6 deb +vary 1.1.2 npm +vulkan-tools 1.3.275.0+dfsg1-1 deb +wadllib 1.3.6 python +ws 8.17.1 npm +x11-apps 7.7+11build3 deb +x11-common 1:7.7+23ubuntu3 deb +x11-session-utils 7.7+6build2 deb +x11-utils 7.7+6build2 deb +x11-xkb-utils 7.7+8build2 deb +x11-xserver-utils 7.7+10build2 deb +x11proto-dev 2023.2-1 deb +xauth 1:1.1.2-1build1 deb +xbitmaps 1.1.1-2.2 deb +xdg 5 python +xdg-utils 1.1.3-4.1ubuntu3 deb +xfonts-base 1:1.0.5+nmu1 deb +xfonts-encodings 1:1.0.5-0ubuntu2 deb +xfonts-utils 1:7.7+6build3 deb +xkb-data 2.41-2ubuntu1.1 deb +xml-core 0.19 deb +xorg-sgml-doctools 1:1.11-1.1 deb +xserver-common 2:21.1.12-1ubuntu1 deb +xserver-xorg-core 2:21.1.12-1ubuntu1 deb +xserver-xorg-video-amdgpu 23.0.0-1build1 deb +xserver-xorg-video-ati 1:22.0.0-1build1 deb +xserver-xorg-video-intel 2:2.99.917+git20210115-1build1 deb +xserver-xorg-video-nouveau 1:1.0.17-2build1 deb +xserver-xorg-video-qxl 0.1.6-1build1 deb +xserver-xorg-video-radeon 1:22.0.0-1build1 deb +xtend 4.0.2 npm +xterm 390-1ubuntu3 deb +xtrans-dev 1.4.0-1 deb +xutils 1:7.7+23ubuntu3 deb +zlib1g 1:1.3.dfsg-3.1ubuntu2 deb +zlib1g-dev 1:1.3.dfsg-3.1ubuntu2 deb From 6d54f7d7ae0c332be0e36cf8b59ab8ea2d4fab15 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 27 Aug 2024 04:53:39 +0000 Subject: [PATCH 08/66] Bot Updating Package Versions --- package_versions.txt | 122 +++++++++++++++++++++---------------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index f565810..ebaf28a 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.4.0 npm +@types/node 22.5.0 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -30,7 +30,7 @@ ansi-styles 4. apt 2.7.14build2 deb apt-utils 2.7.14build2 deb array-flatten 1.1.1 npm -async 3.2.5 npm +async 3.2.6 npm at-spi2-common 2.52.0-1build1 deb at-spi2-core 2.52.0-1build1 deb balanced-match 1.0.2 npm @@ -45,8 +45,8 @@ blinker 1. body-parser 1.20.2 npm brace-expansion 1.1.11 npm brace-expansion 2.0.1 npm -bsdextrautils 2.39.3-9ubuntu6 deb -bsdutils 1:2.39.3-9ubuntu6 deb +bsdextrautils 2.39.3-9ubuntu6.1 deb +bsdutils 1:2.39.3-9ubuntu6.1 deb busboy 1.6.0 npm bytes 3.1.2 npm ca-certificates 20240203 deb @@ -86,16 +86,16 @@ cups-filters-core-drivers 2. cups-ipp-utils 2.4.7-1.2ubuntu7.2 deb cups-ppdc 2.4.7-1.2ubuntu7.2 deb cups-server-common 2.4.7-1.2ubuntu7.2 deb -curl 8.5.0-2ubuntu10.2 deb +curl 8.5.0-2ubuntu10.3 deb dario.cat/mergo v1.0.0 go-module (+2 duplicates) dash 0.5.12-6ubuntu5 deb -dbus 1.14.10-4ubuntu4 deb -dbus-bin 1.14.10-4ubuntu4 deb -dbus-daemon 1.14.10-4ubuntu4 deb +dbus 1.14.10-4ubuntu4.1 deb +dbus-bin 1.14.10-4ubuntu4.1 deb +dbus-daemon 1.14.10-4ubuntu4.1 deb dbus-python 1.3.2 python -dbus-session-bus-common 1.14.10-4ubuntu4 deb -dbus-system-bus-common 1.14.10-4ubuntu4 deb -dbus-x11 1.14.10-4ubuntu4 deb +dbus-session-bus-common 1.14.10-4ubuntu4.1 deb +dbus-system-bus-common 1.14.10-4ubuntu4.1 deb +dbus-x11 1.14.10-4ubuntu4.1 deb dconf-gsettings-backend 0.40.0-4build2 deb dconf-service 0.40.0-4build2 deb debconf 1.5.86ubuntu1 deb @@ -112,7 +112,7 @@ distro-info-data 0. docker-ce 5:27.1.2-1~ubuntu.24.04~noble deb docker-ce-cli 5:27.1.2-1~ubuntu.24.04~noble deb docker-compose-plugin 2.29.1-1~ubuntu.24.04~noble deb -dpkg 1.22.6ubuntu6 deb +dpkg 1.22.6ubuntu6.1 deb dunst 1.9.2-1build2 deb e2fsprogs 1.47.0-2.4~exp1ubuntu4 deb ee-first 1.1.1 npm @@ -505,7 +505,7 @@ gpgsm 2. gpgv 2.4.4-2ubuntu17 deb grep 3.11-4build1 deb groff-base 1.23.0-3build2 deb -gsettings-desktop-schemas 46.0-1ubuntu2 deb +gsettings-desktop-schemas 46.1-0ubuntu1 deb gzip 1.12-1ubuntu3 deb has-flag 4.0.0 npm has-property-descriptors 1.0.2 npm @@ -580,20 +580,20 @@ libavformat60 7: libavutil58 7:6.1.1-3ubuntu5 deb libb-hooks-endofscope-perl 0.28-1 deb libb-hooks-op-check-perl 0.22-3build1 deb -libblas3 3.12.0-3build1 deb -libblkid-dev 2.39.3-9ubuntu6 deb -libblkid1 2.39.3-9ubuntu6 deb +libblas3 3.12.0-3build1.1 deb +libblkid-dev 2.39.3-9ubuntu6.1 deb +libblkid1 2.39.3-9ubuntu6.1 deb libbluray2 1:1.3.4-1build1 deb libbpf1 1:1.3.0-2build2 deb libbrotli1 1.1.0-2build2 deb libbs2b0 3.1.0+dfsg-7build1 deb libbsd0 0.12.1-1build1 deb libbz2-1.0 1.0.8-5.1 deb -libc-bin 2.39-0ubuntu8.2 deb -libc-dev-bin 2.39-0ubuntu8.2 deb -libc-devtools 2.39-0ubuntu8.2 deb -libc6 2.39-0ubuntu8.2 deb -libc6-dev 2.39-0ubuntu8.2 deb +libc-bin 2.39-0ubuntu8.3 deb +libc-dev-bin 2.39-0ubuntu8.3 deb +libc-devtools 2.39-0ubuntu8.3 deb +libc6 2.39-0ubuntu8.3 deb +libc6-dev 2.39-0ubuntu8.3 deb libcaca0 0.99.beta20-4build2 deb libcairo-gobject2 1.18.0-3build1 deb libcairo2 1.18.0-3build1 deb @@ -620,8 +620,8 @@ libcryptsetup12 2: libcups2t64 2.4.7-1.2ubuntu7.2 deb libcupsfilters2-common 2.0.0-0ubuntu7 deb libcupsfilters2t64 2.0.0-0ubuntu7 deb -libcurl3t64-gnutls 8.5.0-2ubuntu10.2 deb -libcurl4t64 8.5.0-2ubuntu10.2 deb +libcurl3t64-gnutls 8.5.0-2ubuntu10.3 deb +libcurl4t64 8.5.0-2ubuntu10.3 deb libdata-optlist-perl 0.114-1 deb libdatetime-locale-perl 1:1.37-1 deb libdatetime-perl 2:1.65-1build2 deb @@ -629,14 +629,14 @@ libdatetime-timezone-perl 1: libdatrie1 0.2.13-3build1 deb libdav1d7 1.4.1-1build1 deb libdb5.3t64 5.3.28+dfsg2-7 deb -libdbus-1-3 1.14.10-4ubuntu4 deb -libdbus-1-dev 1.14.10-4ubuntu4 deb +libdbus-1-3 1.14.10-4ubuntu4.1 deb +libdbus-1-dev 1.14.10-4ubuntu4.1 deb libdc1394-25 2.2.6-4build1 deb libdconf1 0.40.0-4build2 deb libde265-0 1.0.15-1build3 deb libdebconfclient0 0.271ubuntu3 deb libdecor-0-0 0.2.2-1build2 deb -libdeflate0 1.19-1build1 deb +libdeflate0 1.19-1build1.1 deb libdevel-callchecker-perl 0.008-2build3 deb libdevel-stacktrace-perl 2.0500-1 deb libdevmapper1.02.1 2:1.02.185-3ubuntu3 deb @@ -660,7 +660,7 @@ libexif12 0. libexpat1 2.6.1-2build1 deb libexporter-tiny-perl 1.006002-1 deb libext2fs2t64 1.47.0-2.4~exp1ubuntu4 deb -libfdisk1 2.39.3-9ubuntu6 deb +libfdisk1 2.39.3-9ubuntu6.1 deb libffi-dev 3.4.6-1build1 deb libffi8 3.4.6-1build1 deb libfftw3-double3 3.3.10-1ubuntu3 deb @@ -700,7 +700,7 @@ libglx-mesa0 24 libglx0 1.7.0-1build1 deb libgme0 0.6.3-7build1 deb libgmp10 2:6.3.0+dfsg-2ubuntu6 deb -libgnutls30t64 3.8.3-1.1ubuntu3.1 deb +libgnutls30t64 3.8.3-1.1ubuntu3.2 deb libgomp1 14-20240412-0ubuntu1 deb libgpg-error0 1.47-3build2 deb libgraphite2-3 1.3.14-2build1 deb @@ -719,7 +719,7 @@ libheif1 1. libhogweed6t64 3.9.1-2.2build1 deb libhwy1t64 1.0.7-8.1build1 deb libice6 2:1.0.10-1build3 deb -libicu74 74.2-1ubuntu3 deb +libicu74 74.2-1ubuntu3.1 deb libid3tag0 0.15.1b-14build1 deb libidn12 1.42-1build1 deb libidn2-0 2.3.7-2build1 deb @@ -746,7 +746,7 @@ libkmod2 31 libkrb5-3 1.20.1-6ubuntu2.1 deb libkrb5support0 1.20.1-6ubuntu2.1 deb libksba8 1.6.6-1build1 deb -liblapack3 3.12.0-3build1 deb +liblapack3 3.12.0-3build1.1 deb liblcms2-2 2.14-2build1 deb libldap-common 2.6.7+dfsg-1~exp1ubuntu8 deb libldap2 2.6.7+dfsg-1~exp1ubuntu8 deb @@ -766,8 +766,8 @@ libmd0 1. libmnl0 1.0.5-2build1 deb libmodule-implementation-perl 0.09-2 deb libmodule-runtime-perl 0.016-2 deb -libmount-dev 2.39.3-9ubuntu6 deb -libmount1 2.39.3-9ubuntu6 deb +libmount-dev 2.39.3-9ubuntu6.1 deb +libmount1 2.39.3-9ubuntu6.1 deb libmp3lame0 3.100-6build1 deb libmpc3 1.3.1-1build1 deb libmpfr6 4.2.1-1build1 deb @@ -801,13 +801,13 @@ libopenjp2-7 2. libopenmpt0t64 0.7.3-1.1build3 deb libopus0 1.4-1build1 deb liborc-0.4-0t64 1:0.4.38-1ubuntu0.1 deb -libp11-kit0 0.25.3-4ubuntu2 deb +libp11-kit0 0.25.3-4ubuntu2.1 deb libpackage-stash-perl 0.40-1 deb libpackagekit-glib2-18 1.2.8-2build3 deb libpam-modules 1.5.3-5ubuntu5.1 deb libpam-modules-bin 1.5.3-5ubuntu5.1 deb libpam-runtime 1.5.3-5ubuntu5.1 deb -libpam-systemd 255.4-1ubuntu8.2 deb +libpam-systemd 255.4-1ubuntu8.4 deb libpam0g 1.5.3-5ubuntu5.1 deb libpango-1.0-0 1.52.1+ds-1build1 deb libpangocairo-1.0-0 1.52.1+ds-1build1 deb @@ -846,7 +846,7 @@ libproxy1v5 0. libpsl5t64 0.21.2-1.1build1 deb libpthread-stubs0-dev 0.4-1build3 deb libpulse0 1:16.1+dfsg1-2ubuntu10 deb -libpython3-stdlib 3.12.3-0ubuntu1 deb +libpython3-stdlib 3.12.3-0ubuntu2 deb libpython3.12-minimal 3.12.3-1ubuntu0.1 deb libpython3.12-stdlib 3.12.3-1ubuntu0.1 deb libqpdf29t64 11.9.0-1.1build1 deb @@ -879,7 +879,7 @@ libsharpyuv0 1. libshine3 3.1.1-2build1 deb libslang2 2.3.3-3build2 deb libsm6 2:1.2.3-1build3 deb -libsmartcols1 2.39.3-9ubuntu6 deb +libsmartcols1 2.39.3-9ubuntu6.1 deb libsnapd-glib-2-1 1.64-0ubuntu5 deb libsnappy1v5 1.1.10-1build1 deb libsndfile1 1.2.2-1ubuntu5 deb @@ -900,7 +900,7 @@ libsrt1.5-gnutls 1. libss2 1.47.0-2.4~exp1ubuntu4 deb libssh-4 0.10.6-2build2 deb libssh-gcrypt-4 0.10.6-2build2 deb -libssl3t64 3.0.13-0ubuntu3.2 deb +libssl3t64 3.0.13-0ubuntu3.3 deb libstartup-notification0 0.12-6build3 deb libstdc++6 14-20240412-0ubuntu1 deb libstemmer0d 2.2.0-4build1 deb @@ -914,8 +914,8 @@ libsvtav1enc1d1 1. libswitch-perl 2.17-3 deb libswresample4 7:6.1.1-3ubuntu5 deb libswscale7 7:6.1.1-3ubuntu5 deb -libsystemd-shared 255.4-1ubuntu8.2 deb -libsystemd0 255.4-1ubuntu8.2 deb +libsystemd-shared 255.4-1ubuntu8.4 deb +libsystemd0 255.4-1ubuntu8.4 deb libtasn1-6 4.19.0-3build1 deb libtdb1 1.4.10-1build1 deb libthai-data 0.1.29-2build1 deb @@ -928,14 +928,14 @@ libtirpc3t64 1. libtry-tiny-perl 0.31-2 deb libtwolame0 0.4.0-2build3 deb libuchardet0 0.0.8-1build1 deb -libudev1 255.4-1ubuntu8.2 deb +libudev1 255.4-1ubuntu8.4 deb libudfread0 1.1.2-1build1 deb libunibreak5 5.1-2build1 deb libunistring5 1.1-2build1 deb libunwind8 1.6.2-3build1 deb libusb-1.0-0 2:1.0.27-1 deb libutempter0 1.2.1-3build1 deb -libuuid1 2.39.3-9ubuntu6 deb +libuuid1 2.39.3-9ubuntu6.1 deb libuv1t64 1.48.0-1.1build1 deb libva-drm2 2.20.0-2build1 deb libva-x11-2 2.20.0-2build1 deb @@ -1026,9 +1026,9 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-40.40 deb -locales 2.39-0ubuntu8.2 deb -locales-all 2.39-0ubuntu8.2 deb +linux-libc-dev 6.8.0-41.41 deb +locales 2.39-0ubuntu8.3 deb +locales-all 2.39-0ubuntu8.3 deb login 1:4.13+dfsg1-4ubuntu3 deb logsave 1.47.0-2.4~exp1ubuntu4 deb lsb-release 12.0-2 deb @@ -1047,7 +1047,7 @@ mime-db 1. mime-types 2.1.35 npm minimatch 3.1.2 npm minimatch 5.1.6 npm -mount 2.39.3-9ubuntu6 deb +mount 2.39.3-9ubuntu6.1 deb ms 2.0.0 npm ms 2.1.2 npm (+3 duplicates) ms 2.1.3 npm @@ -1071,8 +1071,8 @@ object-inspect 1. ocl-icd-libopencl1 2.3.2-1build1 deb on-finished 2.4.1 npm openbox 3.6.1-12build5 deb -openssh-client 1:9.6p1-3ubuntu13.4 deb -openssl 3.0.13-0ubuntu3.2 deb +openssh-client 1:9.6p1-3ubuntu13.5 deb +openssl 3.0.13-0ubuntu3.3 deb packagekit 1.2.8-2build3 deb packaging 24.0 python parseurl 1.3.3 npm @@ -1099,10 +1099,10 @@ pulseaudio2 0. pygobject 3.48.2 python pyjwt 2.7.0 python pyparsing 3.1.1 python -python-apt 2.7.7+ubuntu1 python -python-apt-common 2.7.7ubuntu1 deb -python3 3.12.3-0ubuntu1 deb -python3-apt 2.7.7ubuntu1 deb +python-apt 2.7.7+ubuntu2 python +python-apt-common 2.7.7ubuntu2 deb +python3 3.12.3-0ubuntu2 deb +python3-apt 2.7.7ubuntu2 deb python3-blinker 1.7.0-1 deb python3-cffi-backend 1.16.0-2build1 deb python3-cryptography 41.0.7-4ubuntu0.1 deb @@ -1114,7 +1114,7 @@ python3-jwt 2. python3-launchpadlib 1.11.0-6 deb python3-lazr.restfulclient 0.14.6-1 deb python3-lazr.uri 1.0.6-3 deb -python3-minimal 3.12.3-0ubuntu1 deb +python3-minimal 3.12.3-0ubuntu2 deb python3-oauthlib 3.2.2-1 deb python3-packaging 24.0-1 deb python3-pkg-resources 68.1.2-2ubuntu1 deb @@ -1161,9 +1161,9 @@ stdlib go streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb supports-color 7.2.0 npm -systemd 255.4-1ubuntu8.2 deb -systemd-dev 255.4-1ubuntu8.2 deb -systemd-sysv 255.4-1ubuntu8.2 deb +systemd 255.4-1ubuntu8.4 deb +systemd-dev 255.4-1ubuntu8.4 deb +systemd-sysv 255.4-1ubuntu8.4 deb sysvinit-utils 3.08-6ubuntu3 deb tags.cncf.io/container-device-interface v0.7.2 go-module (+2 duplicates) tags.cncf.io/container-device-interface/specs-go v0.7.0 go-module (+1 duplicate) @@ -1173,13 +1173,13 @@ type-is 1. tzdata 2024a-3ubuntu1.1 deb ubuntu-keyring 2023.11.28.1 deb ucf 3.0043+nmu1 deb -udev 255.4-1ubuntu8.2 deb +udev 255.4-1ubuntu8.4 deb undici 5.26.3 npm -undici-types 6.19.6 npm +undici-types 6.19.8 npm unpipe 1.0.0 npm -util-linux 2.39.3-9ubuntu6 deb +util-linux 2.39.3-9ubuntu6.1 deb utils-merge 1.0.1 npm -uuid-dev 2.39.3-9ubuntu6 deb +uuid-dev 2.39.3-9ubuntu6.1 deb vary 1.1.2 npm vulkan-tools 1.3.275.0+dfsg1-1 deb wadllib 1.3.6 python @@ -1213,5 +1213,5 @@ xtend 4. xterm 390-1ubuntu3 deb xtrans-dev 1.4.0-1 deb xutils 1:7.7+23ubuntu3 deb -zlib1g 1:1.3.dfsg-3.1ubuntu2 deb -zlib1g-dev 1:1.3.dfsg-3.1ubuntu2 deb +zlib1g 1:1.3.dfsg-3.1ubuntu2.1 deb +zlib1g-dev 1:1.3.dfsg-3.1ubuntu2.1 deb From d3b2e97467d9d34f31162a0b6f12fdf40c1d9611 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 3 Sep 2024 04:55:10 +0000 Subject: [PATCH 09/66] Bot Updating Package Versions --- package_versions.txt | 89 ++++++++++++++++++++++---------------------- 1 file changed, 45 insertions(+), 44 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index ebaf28a..85520cc 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.5.0 npm +@types/node 22.5.1 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -34,7 +34,7 @@ async 3. at-spi2-common 2.52.0-1build1 deb at-spi2-core 2.52.0-1build1 deb balanced-match 1.0.2 npm -base-files 13ubuntu10 deb +base-files 13ubuntu10.1 deb base-passwd 3.6.3build1 deb base64id 2.0.0 npm bash 5.2.21-2ubuntu4 deb @@ -61,7 +61,9 @@ code.cloudfoundry.org/clock v1 color-convert 2.0.1 npm color-name 1.1.4 npm concat-map 0.0.1 npm -containerd.io 1.7.20-1 deb +console-setup 1.226ubuntu1 deb +console-setup-linux 1.226ubuntu1 deb +containerd.io 1.7.21-1 deb content-disposition 0.5.4 npm content-type 1.0.5 npm cookie 0.4.2 npm @@ -109,12 +111,12 @@ diffutils 1: dirmngr 2.4.4-2ubuntu17 deb distro 1.9.0 python distro-info-data 0.60ubuntu0.1 deb -docker-ce 5:27.1.2-1~ubuntu.24.04~noble deb -docker-ce-cli 5:27.1.2-1~ubuntu.24.04~noble deb -docker-compose-plugin 2.29.1-1~ubuntu.24.04~noble deb +docker-ce 5:27.2.0-1~ubuntu.24.04~noble deb +docker-ce-cli 5:27.2.0-1~ubuntu.24.04~noble deb +docker-compose-plugin 2.29.2-1~ubuntu.24.04~noble deb dpkg 1.22.6ubuntu6.1 deb dunst 1.9.2-1build2 deb -e2fsprogs 1.47.0-2.4~exp1ubuntu4 deb +e2fsprogs 1.47.0-2.4~exp1ubuntu4.1 deb ee-first 1.1.1 npm ejs 3.1.10 npm encodeurl 1.0.2 npm @@ -190,7 +192,7 @@ github.com/cilium/ebpf v0 github.com/cilium/ebpf v0.7.0 go-module github.com/cilium/ebpf v0.9.1 go-module (+3 duplicates) github.com/cloudflare/cfssl v1.6.4 go-module -github.com/compose-spec/compose-go/v2 v2.1.5 go-module +github.com/compose-spec/compose-go/v2 v2.1.6 go-module github.com/container-storage-interface/spec v1.5.0 go-module github.com/containerd/aufs v1.0.0 go-module github.com/containerd/btrfs/v2 v2.0.0 go-module @@ -199,7 +201,8 @@ github.com/containerd/cgroups/v3 v3 github.com/containerd/cgroups/v3 v3.0.3 go-module github.com/containerd/console v1.0.3 go-module (+5 duplicates) github.com/containerd/console v1.0.4 go-module (+1 duplicate) -github.com/containerd/containerd v1.7.20 go-module (+6 duplicates) +github.com/containerd/containerd v1.7.20 go-module +github.com/containerd/containerd v1.7.21 go-module (+5 duplicates) github.com/containerd/containerd/api v1.7.19 go-module (+6 duplicates) github.com/containerd/continuity v0.4.2 go-module (+4 duplicates) github.com/containerd/continuity v0.4.3 go-module (+1 duplicate) @@ -212,7 +215,6 @@ github.com/containerd/go-runc v1 github.com/containerd/imgcrypt v1.1.8 go-module github.com/containerd/log v0.1.0 go-module (+7 duplicates) github.com/containerd/nri v0.6.1 go-module -github.com/containerd/nydus-snapshotter v0.13.7 go-module github.com/containerd/platforms v0.2.1 go-module (+5 duplicates) github.com/containerd/stargz-snapshotter/estargz v0.15.1 go-module github.com/containerd/ttrpc v1.2.5 go-module (+6 duplicates) @@ -232,14 +234,14 @@ github.com/davecgh/go-spew v1 github.com/deckarep/golang-set/v2 v2.3.0 go-module github.com/dimchansky/utfbom v1.1.1 go-module github.com/distribution/reference v0.6.0 go-module (+3 duplicates) -github.com/docker/buildx v0.16.0 go-module -github.com/docker/cli v27.1.0+incompatible go-module +github.com/docker/buildx v0.16.2 go-module +github.com/docker/cli v27.1.2+incompatible go-module github.com/docker/cli-docs-tool v0.8.0 go-module -github.com/docker/cli/cmd/docker v27.1.2 go-module -github.com/docker/compose/v2 v2.29.1 go-module +github.com/docker/cli/cmd/docker v27.2.0 go-module +github.com/docker/compose/v2 v2.29.2 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) -github.com/docker/docker v27.1.0+incompatible go-module -github.com/docker/docker v27.1.2 go-module (+1 duplicate) +github.com/docker/docker v27.1.2+incompatible go-module +github.com/docker/docker v27.2.0 go-module (+1 duplicate) github.com/docker/docker-credential-helpers v0.8.2 go-module github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) @@ -268,8 +270,7 @@ github.com/go-openapi/swag v0 github.com/go-viper/mapstructure/v2 v2.0.0 go-module github.com/godbus/dbus/v5 v5.0.6 go-module github.com/godbus/dbus/v5 v5.1.0 go-module (+4 duplicates) -github.com/gofrs/flock v0.12.0 go-module -github.com/gofrs/flock v0.12.1 go-module +github.com/gofrs/flock v0.12.1 go-module (+1 duplicate) github.com/gogo/googleapis v1.4.1 go-module (+1 duplicate) github.com/gogo/protobuf v1.3.2 go-module (+6 duplicates) github.com/golang-jwt/jwt/v4 v4.5.0 go-module @@ -332,8 +333,8 @@ github.com/mitchellh/copystructure v1 github.com/mitchellh/hashstructure/v2 v2.0.2 go-module (+1 duplicate) github.com/mitchellh/mapstructure v1.5.0 go-module github.com/mitchellh/reflectwalk v1.0.2 go-module -github.com/moby/buildkit v0.15.0 go-module github.com/moby/buildkit v0.15.1 go-module +github.com/moby/buildkit v0.15.2 go-module github.com/moby/docker-image-spec v1.3.1 go-module (+1 duplicate) github.com/moby/ipvs v1.1.0 go-module github.com/moby/locker v1.0.1 go-module (+3 duplicates) @@ -348,9 +349,9 @@ github.com/moby/sys/mountinfo v0 github.com/moby/sys/sequential v0.5.0 go-module (+1 duplicate) github.com/moby/sys/signal v0.7.0 go-module (+3 duplicates) github.com/moby/sys/symlink v0.2.0 go-module (+2 duplicates) -github.com/moby/sys/user v0.1.0 go-module (+4 duplicates) -github.com/moby/sys/user v0.3.0 go-module -github.com/moby/sys/userns v0.1.0 go-module +github.com/moby/sys/user v0.1.0 go-module +github.com/moby/sys/user v0.3.0 go-module (+4 duplicates) +github.com/moby/sys/userns v0.1.0 go-module (+6 duplicates) github.com/moby/term v0.5.0 go-module (+1 duplicate) github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go-module (+1 duplicate) github.com/modern-go/reflect2 v1.0.2 go-module (+1 duplicate) @@ -476,8 +477,7 @@ golang.org/x/sync v0 golang.org/x/sync v0.7.0 go-module (+1 duplicate) golang.org/x/sys v0.18.0 go-module (+4 duplicates) golang.org/x/sys v0.19.0 go-module -golang.org/x/sys v0.21.0 go-module -golang.org/x/sys v0.22.0 go-module (+1 duplicate) +golang.org/x/sys v0.22.0 go-module (+2 duplicates) golang.org/x/term v0.18.0 go-module golang.org/x/term v0.20.0 go-module golang.org/x/text v0.14.0 go-module (+2 duplicates) @@ -539,7 +539,8 @@ k8s.io/klog/v2 v2 k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 go-module k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go-module k8s.io/utils v0.0.0-20230726121419-3b25d923346b go-module -kclient 0.4.0 npm +kbd 2.6.4-2ubuntu2 deb +kclient 0.4.1 npm keyboard-configuration 1.226ubuntu1 deb keyboxd 2.4.4-2ubuntu17 deb krb5-locales 1.20.1-6ubuntu2.1 deb @@ -588,7 +589,7 @@ libbpf1 1: libbrotli1 1.1.0-2build2 deb libbs2b0 3.1.0+dfsg-7build1 deb libbsd0 0.12.1-1build1 deb -libbz2-1.0 1.0.8-5.1 deb +libbz2-1.0 1.0.8-5.1build0.1 deb libc-bin 2.39-0ubuntu8.3 deb libc-dev-bin 2.39-0ubuntu8.3 deb libc-devtools 2.39-0ubuntu8.3 deb @@ -613,7 +614,7 @@ libclass-inspector-perl 1. libclass-method-modifiers-perl 2.15-1 deb libclass-singleton-perl 1.6-2 deb libcodec2-1.2 1.2.0-2build1 deb -libcom-err2 1.47.0-2.4~exp1ubuntu4 deb +libcom-err2 1.47.0-2.4~exp1ubuntu4.1 deb libcrypt-dev 1:4.4.36-4build1 deb libcrypt1 1:4.4.36-4build1 deb libcryptsetup12 2:2.7.0-1ubuntu4 deb @@ -659,7 +660,7 @@ libexception-class-perl 1. libexif12 0.6.24-1build2 deb libexpat1 2.6.1-2build1 deb libexporter-tiny-perl 1.006002-1 deb -libext2fs2t64 1.47.0-2.4~exp1ubuntu4 deb +libext2fs2t64 1.47.0-2.4~exp1ubuntu4.1 deb libfdisk1 2.39.3-9ubuntu6.1 deb libffi-dev 3.4.6-1build1 deb libffi8 3.4.6-1build1 deb @@ -716,7 +717,7 @@ libhash-merge-simple-perl 0. libheif-plugin-aomdec 1.17.6-1ubuntu4 deb libheif-plugin-libde265 1.17.6-1ubuntu4 deb libheif1 1.17.6-1ubuntu4 deb -libhogweed6t64 3.9.1-2.2build1 deb +libhogweed6t64 3.9.1-2.2build1.1 deb libhwy1t64 1.0.7-8.1build1 deb libice6 2:1.0.10-1build3 deb libicu74 74.2-1ubuntu3.1 deb @@ -757,8 +758,8 @@ liblist-moreutils-xs-perl 0. libllvm17t64 1:17.0.6-9ubuntu1 deb liblocale-gettext-perl 1.07-6ubuntu5 deb libltdl7 2.4.7-7build1 deb -liblz4-1 1.9.4-1build1 deb -liblzma5 5.6.1+really5.4.5-1 deb +liblz4-1 1.9.4-1build1.1 deb +liblzma5 5.6.1+really5.4.5-1build0.1 deb libmagic-mgc 1:5.45-3build1 deb libmagic1t64 1:5.45-3build1 deb libmbedcrypto7t64 2.28.8-1 deb @@ -778,7 +779,7 @@ libnamespace-autoclean-perl 0. libnamespace-clean-perl 0.27-2 deb libncursesw6 6.4+20240113-1ubuntu2 deb libnetfilter-conntrack3 1.0.9-6build1 deb -libnettle8t64 3.9.1-2.2build1 deb +libnettle8t64 3.9.1-2.2build1.1 deb libnfnetlink0 1.0.2-2build1 deb libnftnl11 1.2.6-2build1 deb libnghttp2-14 1.59.0-1ubuntu0.1 deb @@ -860,12 +861,12 @@ librsvg2-2 2. librtmp1 2.4+20151223.gitfa8646d.1-2build7 deb librubberband2 3.3.0+dfsg-2build1 deb libsamplerate0 0.2.2-4build1 deb -libsasl2-2 2.1.28+dfsg1-5ubuntu3 deb -libsasl2-modules 2.1.28+dfsg1-5ubuntu3 deb -libsasl2-modules-db 2.1.28+dfsg1-5ubuntu3 deb +libsasl2-2 2.1.28+dfsg1-5ubuntu3.1 deb +libsasl2-modules 2.1.28+dfsg1-5ubuntu3.1 deb +libsasl2-modules-db 2.1.28+dfsg1-5ubuntu3.1 deb libscalar-list-utils-perl 1:1.63-1build3 deb libsdl2-2.0-0 2.30.0+dfsg-1build3 deb -libseccomp2 2.5.5-1ubuntu3 deb +libseccomp2 2.5.5-1ubuntu3.1 deb libselinux1 3.5-2ubuntu2 deb libselinux1-dev 3.5-2ubuntu2 deb libsemanage-common 3.5-1build5 deb @@ -897,7 +898,7 @@ libsphinxbase3t64 0. libsqlite3-0 3.45.1-1ubuntu2 deb libsratom-0-0 0.6.16-1build1 deb libsrt1.5-gnutls 1.5.3-1build2 deb -libss2 1.47.0-2.4~exp1ubuntu4 deb +libss2 1.47.0-2.4~exp1ubuntu4.1 deb libssh-4 0.10.6-2build2 deb libssh-gcrypt-4 0.10.6-2build2 deb libssl3t64 3.0.13-0ubuntu3.3 deb @@ -1023,14 +1024,14 @@ libyaml-tiny-perl 1. libzimg2 3.0.5+ds1-1build1 deb libzix-0-0 0.4.2-2build1 deb libzmq5 4.3.5-1build2 deb -libzstd1 1.5.5+dfsg2-2build1 deb +libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb linux-libc-dev 6.8.0-41.41 deb locales 2.39-0ubuntu8.3 deb locales-all 2.39-0ubuntu8.3 deb login 1:4.13+dfsg1-4ubuntu3 deb -logsave 1.47.0-2.4~exp1ubuntu4 deb +logsave 1.47.0-2.4~exp1ubuntu4.1 deb lsb-release 12.0-2 deb man-db 2.12.0-4build2 deb manpages 6.7-2 deb @@ -1099,10 +1100,10 @@ pulseaudio2 0. pygobject 3.48.2 python pyjwt 2.7.0 python pyparsing 3.1.1 python -python-apt 2.7.7+ubuntu2 python -python-apt-common 2.7.7ubuntu2 deb +python-apt 2.7.7+ubuntu3 python +python-apt-common 2.7.7ubuntu3 deb python3 3.12.3-0ubuntu2 deb -python3-apt 2.7.7ubuntu2 deb +python3-apt 2.7.7ubuntu3 deb python3-blinker 1.7.0-1 deb python3-cffi-backend 1.16.0-2build1 deb python3-cryptography 41.0.7-4ubuntu0.1 deb @@ -1156,8 +1157,8 @@ socket.io-parser 4. software-properties-common 0.99.48 deb ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm -stdlib go1.21.12 go-module -stdlib go1.21.13 go-module (+8 duplicates) +stdlib go1.21.13 go-module (+3 duplicates) +stdlib go1.22.6 go-module (+5 duplicates) streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb supports-color 7.2.0 npm From 358871f6fe87ad76386917c0bb1073fad56c28ac Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 9 Sep 2024 16:48:22 +0000 Subject: [PATCH 10/66] Bot Updating Package Versions --- package_versions.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 85520cc..36c2db0 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.5.1 npm +@types/node 22.5.4 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -103,7 +103,7 @@ dconf-service 0. debconf 1.5.86ubuntu1 deb debianutils 5.17build1 deb debug 2.6.9 npm -debug 4.3.6 npm (+3 duplicates) +debug 4.3.7 npm (+3 duplicates) define-data-property 1.1.4 npm depd 2.0.0 npm destroy 1.2.0 npm @@ -617,7 +617,7 @@ libcodec2-1.2 1. libcom-err2 1.47.0-2.4~exp1ubuntu4.1 deb libcrypt-dev 1:4.4.36-4build1 deb libcrypt1 1:4.4.36-4build1 deb -libcryptsetup12 2:2.7.0-1ubuntu4 deb +libcryptsetup12 2:2.7.0-1ubuntu4.1 deb libcups2t64 2.4.7-1.2ubuntu7.2 deb libcupsfilters2-common 2.0.0-0ubuntu7 deb libcupsfilters2t64 2.0.0-0ubuntu7 deb @@ -640,7 +640,7 @@ libdecor-0-0 0. libdeflate0 1.19-1build1.1 deb libdevel-callchecker-perl 0.008-2build3 deb libdevel-stacktrace-perl 2.0500-1 deb -libdevmapper1.02.1 2:1.02.185-3ubuntu3 deb +libdevmapper1.02.1 2:1.02.185-3ubuntu3.1 deb libdrm-amdgpu1 2.4.120-2build1 deb libdrm-common 2.4.120-2build1 deb libdrm-intel1 2.4.120-2build1 deb @@ -901,7 +901,7 @@ libsrt1.5-gnutls 1. libss2 1.47.0-2.4~exp1ubuntu4.1 deb libssh-4 0.10.6-2build2 deb libssh-gcrypt-4 0.10.6-2build2 deb -libssl3t64 3.0.13-0ubuntu3.3 deb +libssl3t64 3.0.13-0ubuntu3.4 deb libstartup-notification0 0.12-6build3 deb libstdc++6 14-20240412-0ubuntu1 deb libstemmer0d 2.2.0-4build1 deb @@ -1050,8 +1050,7 @@ minimatch 3. minimatch 5.1.6 npm mount 2.39.3-9ubuntu6.1 deb ms 2.0.0 npm -ms 2.1.2 npm (+3 duplicates) -ms 2.1.3 npm +ms 2.1.3 npm (+4 duplicates) nan 2.20.0 npm ncurses-base 6.4+20240113-1ubuntu2 deb ncurses-bin 6.4+20240113-1ubuntu2 deb @@ -1073,7 +1072,7 @@ ocl-icd-libopencl1 2. on-finished 2.4.1 npm openbox 3.6.1-12build5 deb openssh-client 1:9.6p1-3ubuntu13.5 deb -openssl 3.0.13-0ubuntu3.3 deb +openssl 3.0.13-0ubuntu3.4 deb packagekit 1.2.8-2build3 deb packaging 24.0 python parseurl 1.3.3 npm From 8121adf1d6247803cda0c246cfc7beaee4a7d05b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 10 Sep 2024 04:53:21 +0000 Subject: [PATCH 11/66] Bot Updating Package Versions --- package_versions.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 36c2db0..cf27ca5 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -111,8 +111,8 @@ diffutils 1: dirmngr 2.4.4-2ubuntu17 deb distro 1.9.0 python distro-info-data 0.60ubuntu0.1 deb -docker-ce 5:27.2.0-1~ubuntu.24.04~noble deb -docker-ce-cli 5:27.2.0-1~ubuntu.24.04~noble deb +docker-ce 5:27.2.1-1~ubuntu.24.04~noble deb +docker-ce-cli 5:27.2.1-1~ubuntu.24.04~noble deb docker-compose-plugin 2.29.2-1~ubuntu.24.04~noble deb dpkg 1.22.6ubuntu6.1 deb dunst 1.9.2-1build2 deb @@ -237,11 +237,11 @@ github.com/distribution/reference v0 github.com/docker/buildx v0.16.2 go-module github.com/docker/cli v27.1.2+incompatible go-module github.com/docker/cli-docs-tool v0.8.0 go-module -github.com/docker/cli/cmd/docker v27.2.0 go-module +github.com/docker/cli/cmd/docker v27.2.1 go-module github.com/docker/compose/v2 v2.29.2 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) github.com/docker/docker v27.1.2+incompatible go-module -github.com/docker/docker v27.2.0 go-module (+1 duplicate) +github.com/docker/docker v27.2.1 go-module (+1 duplicate) github.com/docker/docker-credential-helpers v0.8.2 go-module github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) @@ -361,8 +361,8 @@ github.com/munnerz/goautoneg v0 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f go-module github.com/opencontainers/go-digest v1.0.0 go-module (+5 duplicates) github.com/opencontainers/image-spec v1.1.0 go-module (+5 duplicates) -github.com/opencontainers/runc v1.1.13 go-module github.com/opencontainers/runc v1.1.13-0-g58aa920 go-module +github.com/opencontainers/runc v1.1.14 go-module github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 go-module github.com/opencontainers/runtime-spec v1.1.0 go-module (+4 duplicates) github.com/opencontainers/runtime-spec v1.2.0 go-module @@ -922,7 +922,7 @@ libtdb1 1. libthai-data 0.1.29-2build1 deb libthai0 0.1.29-2build1 deb libtheora0 1.1.1+dfsg.1-16.1build3 deb -libtiff6 4.5.1+git230720-4ubuntu2.1 deb +libtiff6 4.5.1+git230720-4ubuntu2.2 deb libtinfo6 6.4+20240113-1ubuntu2 deb libtirpc-common 1.3.4+ds-1.1build1 deb libtirpc3t64 1.3.4+ds-1.1build1 deb @@ -1156,8 +1156,9 @@ socket.io-parser 4. software-properties-common 0.99.48 deb ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm -stdlib go1.21.13 go-module (+3 duplicates) +stdlib go1.21.13 go-module stdlib go1.22.6 go-module (+5 duplicates) +stdlib go1.22.7 go-module (+2 duplicates) streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb supports-color 7.2.0 npm From 104a9910b6837f34cc63e692de0e1d31bf894c3e Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 17 Sep 2024 04:54:05 +0000 Subject: [PATCH 12/66] Bot Updating Package Versions --- package_versions.txt | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index cf27ca5..047fbf4 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.5.4 npm +@types/node 22.5.5 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -42,7 +42,7 @@ bc 1. binary-search 1.3.6 npm bindings 1.5.0 npm blinker 1.7.0 python -body-parser 1.20.2 npm +body-parser 1.20.3 npm brace-expansion 1.1.11 npm brace-expansion 2.0.1 npm bsdextrautils 2.39.3-9ubuntu6.1 deb @@ -63,7 +63,7 @@ color-name 1. concat-map 0.0.1 npm console-setup 1.226ubuntu1 deb console-setup-linux 1.226ubuntu1 deb -containerd.io 1.7.21-1 deb +containerd.io 1.7.22-1 deb content-disposition 0.5.4 npm content-type 1.0.5 npm cookie 0.4.2 npm @@ -120,18 +120,19 @@ e2fsprogs 1. ee-first 1.1.1 npm ejs 3.1.10 npm encodeurl 1.0.2 npm +encodeurl 2.0.0 npm engine.io 6.5.5 npm engine.io-parser 5.2.3 npm es-define-property 1.0.0 npm es-errors 1.3.0 npm escape-html 1.0.3 npm etag 1.8.1 npm -express 4.19.2 npm +express 4.21.0 npm ffmpeg 7:6.1.1-3ubuntu5 deb file 1:5.45-3build1 deb file-uri-to-path 1.0.0 npm filelist 1.0.4 npm -finalhandler 1.2.0 npm +finalhandler 1.3.1 npm findutils 4.9.0-5build1 deb fontconfig 2.15.0-1.1ubuntu2 deb fontconfig-config 2.15.0-1.1ubuntu2 deb @@ -202,7 +203,8 @@ github.com/containerd/cgroups/v3 v3 github.com/containerd/console v1.0.3 go-module (+5 duplicates) github.com/containerd/console v1.0.4 go-module (+1 duplicate) github.com/containerd/containerd v1.7.20 go-module -github.com/containerd/containerd v1.7.21 go-module (+5 duplicates) +github.com/containerd/containerd v1.7.21 go-module +github.com/containerd/containerd v1.7.22 go-module (+4 duplicates) github.com/containerd/containerd/api v1.7.19 go-module (+6 duplicates) github.com/containerd/continuity v0.4.2 go-module (+4 duplicates) github.com/containerd/continuity v0.4.3 go-module (+1 duplicate) @@ -361,8 +363,8 @@ github.com/munnerz/goautoneg v0 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f go-module github.com/opencontainers/go-digest v1.0.0 go-module (+5 duplicates) github.com/opencontainers/image-spec v1.1.0 go-module (+5 duplicates) -github.com/opencontainers/runc v1.1.13-0-g58aa920 go-module github.com/opencontainers/runc v1.1.14 go-module +github.com/opencontainers/runc v1.1.14-0-g2c9f560 go-module github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 go-module github.com/opencontainers/runtime-spec v1.1.0 go-module (+4 duplicates) github.com/opencontainers/runtime-spec v1.2.0 go-module @@ -490,8 +492,7 @@ google.golang.org/genproto/googleapis/api v0 google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 go-module (+6 duplicates) google.golang.org/grpc v1.59.0 go-module (+5 duplicates) google.golang.org/grpc v1.60.1 go-module -google.golang.org/protobuf v1.27.1 go-module -google.golang.org/protobuf v1.33.0 go-module (+6 duplicates) +google.golang.org/protobuf v1.33.0 go-module (+7 duplicates) gopd 1.0.1 npm gopkg.in/cenkalti/backoff.v1 v1.1.0 go-module gopkg.in/inf.v0 v0.9.1 go-module (+2 duplicates) @@ -658,7 +659,7 @@ libepoxy0 1. libeval-closure-perl 0.14-3 deb libexception-class-perl 1.45-1 deb libexif12 0.6.24-1build2 deb -libexpat1 2.6.1-2build1 deb +libexpat1 2.6.1-2ubuntu0.1 deb libexporter-tiny-perl 1.006002-1 deb libext2fs2t64 1.47.0-2.4~exp1ubuntu4.1 deb libfdisk1 2.39.3-9ubuntu6.1 deb @@ -1027,7 +1028,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-41.41 deb +linux-libc-dev 6.8.0-45.45 deb locales 2.39-0ubuntu8.3 deb locales-all 2.39-0ubuntu8.3 deb login 1:4.13+dfsg1-4ubuntu3 deb @@ -1039,7 +1040,7 @@ manpages-dev 6. mawk 1.3.4.20240123-1build1 deb media-typer 0.3.0 npm media-types 10.1.0 deb -merge-descriptors 1.0.1 npm +merge-descriptors 1.0.3 npm mesa-va-drivers 24.0.9-0ubuntu0.1 deb mesa-vulkan-drivers 24.0.9-0ubuntu0.1 deb methods 1.1.2 npm @@ -1077,7 +1078,7 @@ packagekit 1. packaging 24.0 python parseurl 1.3.3 npm passwd 1:4.13+dfsg1-4ubuntu3 deb -path-to-regexp 0.1.7 npm +path-to-regexp 0.1.10 npm pci.ids 0.0~2024.03.31-1 deb pciutils 1:3.10.0-2build1 deb perl 5.38.2-3.2build2 deb @@ -1117,7 +1118,7 @@ python3-lazr.uri 1. python3-minimal 3.12.3-0ubuntu2 deb python3-oauthlib 3.2.2-1 deb python3-packaging 24.0-1 deb -python3-pkg-resources 68.1.2-2ubuntu1 deb +python3-pkg-resources 68.1.2-2ubuntu1.1 deb python3-pyparsing 3.1.1-1 deb python3-six 1.16.0-4 deb python3-software-properties 0.99.48 deb @@ -1126,7 +1127,7 @@ python3-xdg 0. python3.12 3.12.3-1ubuntu0.1 deb python3.12-minimal 3.12.3-1ubuntu0.1 deb pyxdg 0.28 python -qs 6.11.0 npm +qs 6.13.0 npm range-parser 1.2.1 npm raw-body 2.5.2 npm readline-common 8.2-4build1 deb @@ -1135,9 +1136,9 @@ rpcsvc-proto 1. safe-buffer 5.2.1 npm safer-buffer 2.1.2 npm sed 4.9-2build1 deb -send 0.18.0 npm +send 0.19.0 npm sensible-utils 0.0.22 deb -serve-static 1.15.0 npm +serve-static 1.16.2 npm session-migration 0.3.9build1 deb set-function-length 1.2.2 npm setprototypeof 1.2.0 npm @@ -1157,8 +1158,7 @@ software-properties-common 0. ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm stdlib go1.21.13 go-module -stdlib go1.22.6 go-module (+5 duplicates) -stdlib go1.22.7 go-module (+2 duplicates) +stdlib go1.22.7 go-module (+8 duplicates) streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb supports-color 7.2.0 npm From 4a6262ba8d20bdf4528f7a1572036e7a46118139 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 24 Sep 2024 04:54:11 +0000 Subject: [PATCH 13/66] Bot Updating Package Versions --- package_versions.txt | 127 ++++++++++++++++++++++--------------------- 1 file changed, 64 insertions(+), 63 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 047fbf4..5451980 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -88,8 +88,9 @@ cups-filters-core-drivers 2. cups-ipp-utils 2.4.7-1.2ubuntu7.2 deb cups-ppdc 2.4.7-1.2ubuntu7.2 deb cups-server-common 2.4.7-1.2ubuntu7.2 deb -curl 8.5.0-2ubuntu10.3 deb -dario.cat/mergo v1.0.0 go-module (+2 duplicates) +curl 8.5.0-2ubuntu10.4 deb +dario.cat/mergo v1.0.0 go-module (+1 duplicate) +dario.cat/mergo v1.0.1 go-module dash 0.5.12-6ubuntu5 deb dbus 1.14.10-4ubuntu4.1 deb dbus-bin 1.14.10-4ubuntu4.1 deb @@ -111,9 +112,9 @@ diffutils 1: dirmngr 2.4.4-2ubuntu17 deb distro 1.9.0 python distro-info-data 0.60ubuntu0.1 deb -docker-ce 5:27.2.1-1~ubuntu.24.04~noble deb -docker-ce-cli 5:27.2.1-1~ubuntu.24.04~noble deb -docker-compose-plugin 2.29.2-1~ubuntu.24.04~noble deb +docker-ce 5:27.3.1-1~ubuntu.24.04~noble deb +docker-ce-cli 5:27.3.1-1~ubuntu.24.04~noble deb +docker-compose-plugin 2.29.7-1~ubuntu.24.04~noble deb dpkg 1.22.6ubuntu6.1 deb dunst 1.9.2-1build2 deb e2fsprogs 1.47.0-2.4~exp1ubuntu4.1 deb @@ -121,7 +122,7 @@ ee-first 1. ejs 3.1.10 npm encodeurl 1.0.2 npm encodeurl 2.0.0 npm -engine.io 6.5.5 npm +engine.io 6.6.1 npm engine.io-parser 5.2.3 npm es-define-property 1.0.0 npm es-errors 1.3.0 npm @@ -193,7 +194,7 @@ github.com/cilium/ebpf v0 github.com/cilium/ebpf v0.7.0 go-module github.com/cilium/ebpf v0.9.1 go-module (+3 duplicates) github.com/cloudflare/cfssl v1.6.4 go-module -github.com/compose-spec/compose-go/v2 v2.1.6 go-module +github.com/compose-spec/compose-go/v2 v2.2.0 go-module github.com/container-storage-interface/spec v1.5.0 go-module github.com/containerd/aufs v1.0.0 go-module github.com/containerd/btrfs/v2 v2.0.0 go-module @@ -202,9 +203,7 @@ github.com/containerd/cgroups/v3 v3 github.com/containerd/cgroups/v3 v3.0.3 go-module github.com/containerd/console v1.0.3 go-module (+5 duplicates) github.com/containerd/console v1.0.4 go-module (+1 duplicate) -github.com/containerd/containerd v1.7.20 go-module -github.com/containerd/containerd v1.7.21 go-module -github.com/containerd/containerd v1.7.22 go-module (+4 duplicates) +github.com/containerd/containerd v1.7.22 go-module (+6 duplicates) github.com/containerd/containerd/api v1.7.19 go-module (+6 duplicates) github.com/containerd/continuity v0.4.2 go-module (+4 duplicates) github.com/containerd/continuity v0.4.3 go-module (+1 duplicate) @@ -221,7 +220,8 @@ github.com/containerd/platforms v0 github.com/containerd/stargz-snapshotter/estargz v0.15.1 go-module github.com/containerd/ttrpc v1.2.5 go-module (+6 duplicates) github.com/containerd/typeurl v1.0.2 go-module -github.com/containerd/typeurl/v2 v2.1.1 go-module (+6 duplicates) +github.com/containerd/typeurl/v2 v2.1.1 go-module (+4 duplicates) +github.com/containerd/typeurl/v2 v2.2.0 go-module (+1 duplicate) github.com/containerd/zfs v1.1.0 go-module github.com/containernetworking/cni v1.1.2 go-module (+1 duplicate) github.com/containernetworking/cni v1.2.2 go-module @@ -236,14 +236,14 @@ github.com/davecgh/go-spew v1 github.com/deckarep/golang-set/v2 v2.3.0 go-module github.com/dimchansky/utfbom v1.1.1 go-module github.com/distribution/reference v0.6.0 go-module (+3 duplicates) -github.com/docker/buildx v0.16.2 go-module -github.com/docker/cli v27.1.2+incompatible go-module +github.com/docker/buildx v0.17.1 go-module +github.com/docker/cli v27.3.0-rc.2+incompatible go-module github.com/docker/cli-docs-tool v0.8.0 go-module -github.com/docker/cli/cmd/docker v27.2.1 go-module -github.com/docker/compose/v2 v2.29.2 go-module +github.com/docker/cli/cmd/docker v27.3.1 go-module +github.com/docker/compose/v2 v2.29.7 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) -github.com/docker/docker v27.1.2+incompatible go-module -github.com/docker/docker v27.2.1 go-module (+1 duplicate) +github.com/docker/docker v27.3.0-rc.2+incompatible go-module +github.com/docker/docker v27.3.1 go-module (+1 duplicate) github.com/docker/docker-credential-helpers v0.8.2 go-module github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) @@ -261,7 +261,7 @@ github.com/felixge/httpsnoop v1 github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee go-module github.com/fluent/fluent-logger-golang v1.9.0 go-module github.com/fsnotify/fsnotify v1.6.0 go-module (+1 duplicate) -github.com/fvbommel/sortorder v1.0.2 go-module +github.com/fvbommel/sortorder v1.1.0 go-module github.com/go-jose/go-jose/v3 v3.0.3 go-module github.com/go-logr/logr v1.3.0 go-module (+1 duplicate) github.com/go-logr/logr v1.4.1 go-module (+1 duplicate) @@ -335,8 +335,7 @@ github.com/mitchellh/copystructure v1 github.com/mitchellh/hashstructure/v2 v2.0.2 go-module (+1 duplicate) github.com/mitchellh/mapstructure v1.5.0 go-module github.com/mitchellh/reflectwalk v1.0.2 go-module -github.com/moby/buildkit v0.15.1 go-module -github.com/moby/buildkit v0.15.2 go-module +github.com/moby/buildkit v0.16.0 go-module (+1 duplicate) github.com/moby/docker-image-spec v1.3.1 go-module (+1 duplicate) github.com/moby/ipvs v1.1.0 go-module github.com/moby/locker v1.0.1 go-module (+3 duplicates) @@ -344,15 +343,16 @@ github.com/moby/patternmatcher v0 github.com/moby/pubsub v1.0.0 go-module github.com/moby/spdystream v0.2.0 go-module (+1 duplicate) github.com/moby/swarmkit/v2 v2.0.0-20240611172349-ea1a7cec35cb go-module -github.com/moby/sys/mount v0.3.3 go-module +github.com/moby/sys/mount v0.3.4 go-module github.com/moby/sys/mountinfo v0.5.0 go-module github.com/moby/sys/mountinfo v0.6.2 go-module (+4 duplicates) -github.com/moby/sys/mountinfo v0.7.1 go-module (+1 duplicate) -github.com/moby/sys/sequential v0.5.0 go-module (+1 duplicate) -github.com/moby/sys/signal v0.7.0 go-module (+3 duplicates) -github.com/moby/sys/symlink v0.2.0 go-module (+2 duplicates) -github.com/moby/sys/user v0.1.0 go-module -github.com/moby/sys/user v0.3.0 go-module (+4 duplicates) +github.com/moby/sys/mountinfo v0.7.2 go-module (+1 duplicate) +github.com/moby/sys/sequential v0.6.0 go-module (+1 duplicate) +github.com/moby/sys/signal v0.7.0 go-module (+1 duplicate) +github.com/moby/sys/signal v0.7.1 go-module (+1 duplicate) +github.com/moby/sys/symlink v0.2.0 go-module +github.com/moby/sys/symlink v0.3.0 go-module (+1 duplicate) +github.com/moby/sys/user v0.3.0 go-module (+5 duplicates) github.com/moby/sys/userns v0.1.0 go-module (+6 duplicates) github.com/moby/term v0.5.0 go-module (+1 duplicate) github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go-module (+1 duplicate) @@ -445,10 +445,8 @@ go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go-module (+1 duplicate) go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 go-module (+1 duplicate) go.opentelemetry.io/otel v1.21.0 go-module (+3 duplicates) -go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.44.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go-module go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go-module @@ -465,33 +463,36 @@ go.uber.org/mock v0 go.uber.org/multierr v1.8.0 go-module go.uber.org/zap v1.21.0 go-module golang.org/x/crypto v0.21.0 go-module -golang.org/x/crypto v0.23.0 go-module (+1 duplicate) -golang.org/x/exp v0.0.0-20231006140011-7918f672742d go-module -golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 go-module +golang.org/x/crypto v0.26.0 go-module (+1 duplicate) +golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 go-module (+1 duplicate) golang.org/x/mod v0.12.0 go-module -golang.org/x/mod v0.17.0 go-module +golang.org/x/mod v0.20.0 go-module golang.org/x/net v0.23.0 go-module (+2 duplicates) golang.org/x/net v0.24.0 go-module -golang.org/x/net v0.25.0 go-module (+1 duplicate) +golang.org/x/net v0.28.0 go-module (+1 duplicate) golang.org/x/oauth2 v0.11.0 go-module -golang.org/x/oauth2 v0.21.0 go-module (+1 duplicate) +golang.org/x/oauth2 v0.22.0 go-module (+1 duplicate) golang.org/x/sync v0.5.0 go-module (+4 duplicates) -golang.org/x/sync v0.7.0 go-module (+1 duplicate) +golang.org/x/sync v0.8.0 go-module (+1 duplicate) golang.org/x/sys v0.18.0 go-module (+4 duplicates) golang.org/x/sys v0.19.0 go-module -golang.org/x/sys v0.22.0 go-module (+2 duplicates) +golang.org/x/sys v0.24.0 go-module (+1 duplicate) +golang.org/x/sys v0.25.0 go-module golang.org/x/term v0.18.0 go-module -golang.org/x/term v0.20.0 go-module +golang.org/x/term v0.23.0 go-module golang.org/x/text v0.14.0 go-module (+2 duplicates) -golang.org/x/text v0.15.0 go-module (+1 duplicate) +golang.org/x/text v0.17.0 go-module (+1 duplicate) golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 go-module -golang.org/x/time v0.3.0 go-module (+1 duplicate) -google.golang.org/api v0.149.0 go-module -google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 go-module (+6 duplicates) -google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f go-module (+2 duplicates) -google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 go-module (+6 duplicates) -google.golang.org/grpc v1.59.0 go-module (+5 duplicates) -google.golang.org/grpc v1.60.1 go-module +golang.org/x/time v0.6.0 go-module (+1 duplicate) +google.golang.org/api v0.155.0 go-module +google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 go-module (+4 duplicates) +google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 go-module (+1 duplicate) +google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f go-module +google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 go-module (+1 duplicate) +google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 go-module (+4 duplicates) +google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 go-module (+1 duplicate) +google.golang.org/grpc v1.59.0 go-module (+4 duplicates) +google.golang.org/grpc v1.62.0 go-module (+1 duplicate) google.golang.org/protobuf v1.33.0 go-module (+7 duplicates) gopd 1.0.1 npm gopkg.in/cenkalti/backoff.v1 v1.1.0 go-module @@ -551,7 +552,7 @@ lazr-uri 1. libacl1 2.3.2-1build1 deb libalgorithm-c3-perl 0.11-2 deb libaom3 3.8.2-2ubuntu0.1 deb -libapparmor1 4.0.1really4.0.0-beta3-0ubuntu0.1 deb +libapparmor1 4.0.1really4.0.1-0ubuntu0.24.04.3 deb libappstream5 1.0.2-1build6 deb libapt-pkg6.0t64 2.7.14build2 deb libargon2-1 0~20190702+dfsg-4build1 deb @@ -622,8 +623,8 @@ libcryptsetup12 2: libcups2t64 2.4.7-1.2ubuntu7.2 deb libcupsfilters2-common 2.0.0-0ubuntu7 deb libcupsfilters2t64 2.0.0-0ubuntu7 deb -libcurl3t64-gnutls 8.5.0-2ubuntu10.3 deb -libcurl4t64 8.5.0-2ubuntu10.3 deb +libcurl3t64-gnutls 8.5.0-2ubuntu10.4 deb +libcurl4t64 8.5.0-2ubuntu10.4 deb libdata-optlist-perl 0.114-1 deb libdatetime-locale-perl 1:1.37-1 deb libdatetime-perl 2:1.65-1build2 deb @@ -843,14 +844,14 @@ libportaudio2 19 libpostproc57 7:6.1.1-3ubuntu5 deb libppd2 2:2.0.0-0ubuntu4 deb libppd2-common 2:2.0.0-0ubuntu4 deb -libproc2-0 2:4.0.4-4ubuntu3 deb +libproc2-0 2:4.0.4-4ubuntu3.1 deb libproxy1v5 0.5.4-4build1 deb libpsl5t64 0.21.2-1.1build1 deb libpthread-stubs0-dev 0.4-1build3 deb libpulse0 1:16.1+dfsg1-2ubuntu10 deb libpython3-stdlib 3.12.3-0ubuntu2 deb -libpython3.12-minimal 3.12.3-1ubuntu0.1 deb -libpython3.12-stdlib 3.12.3-1ubuntu0.1 deb +libpython3.12-minimal 3.12.3-1ubuntu0.2 deb +libpython3.12-stdlib 3.12.3-1ubuntu0.2 deb libqpdf29t64 11.9.0-1.1build1 deb librabbitmq4 0.11.0-1build2 deb librav1e0 0.7.1-2 deb @@ -1058,8 +1059,8 @@ ncurses-bin 6. negotiator 0.6.3 npm netbase 6.4 deb netcat-openbsd 1.226-1ubuntu2 deb -nginx 1.24.0-2ubuntu7 deb -nginx-common 1.24.0-2ubuntu7 deb +nginx 1.24.0-2ubuntu7.1 deb +nginx-common 1.24.0-2ubuntu7.1 deb node-acorn 8.8.1+ds+~cs25.17.7-2 deb node-busboy 1.6.0+~cs2.6.0-2 deb node-cjs-module-lexer 1.2.3+dfsg-1 deb @@ -1091,7 +1092,7 @@ polkitd 12 poppler-data 0.4.12-1 deb poppler-utils 24.02.0-1ubuntu9.1 deb printer-driver-cups-pdf 3.0.1-14build2 deb -procps 2:4.0.4-4ubuntu3 deb +procps 2:4.0.4-4ubuntu3.1 deb proxy-addr 2.0.7 npm publicsuffix 20231001.0357-0.1 deb pulseaudio 1:16.1+dfsg1-2ubuntu10 deb @@ -1124,8 +1125,8 @@ python3-six 1. python3-software-properties 0.99.48 deb python3-wadllib 1.3.6-5 deb python3-xdg 0.28-2 deb -python3.12 3.12.3-1ubuntu0.1 deb -python3.12-minimal 3.12.3-1ubuntu0.1 deb +python3.12 3.12.3-1ubuntu0.2 deb +python3.12-minimal 3.12.3-1ubuntu0.2 deb pyxdg 0.28 python qs 6.13.0 npm range-parser 1.2.1 npm @@ -1151,14 +1152,13 @@ sigs.k8s.io/structured-merge-diff/v4 v4 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go-module sigs.k8s.io/yaml v1.3.0 go-module (+3 duplicates) six 1.16.0 python -socket.io 4.7.5 npm +socket.io 4.8.0 npm socket.io-adapter 2.5.5 npm socket.io-parser 4.2.4 npm software-properties-common 0.99.48 deb ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm -stdlib go1.21.13 go-module -stdlib go1.22.7 go-module (+8 duplicates) +stdlib go1.22.7 go-module (+9 duplicates) streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb supports-color 7.2.0 npm @@ -1166,7 +1166,8 @@ systemd 25 systemd-dev 255.4-1ubuntu8.4 deb systemd-sysv 255.4-1ubuntu8.4 deb sysvinit-utils 3.08-6ubuntu3 deb -tags.cncf.io/container-device-interface v0.7.2 go-module (+2 duplicates) +tags.cncf.io/container-device-interface v0.7.2 go-module (+1 duplicate) +tags.cncf.io/container-device-interface v0.8.0 go-module tags.cncf.io/container-device-interface/specs-go v0.7.0 go-module (+1 duplicate) tar 1.35+dfsg-3build1 deb toidentifier 1.0.1 npm From 3925ef12a8e258498e146b47fb470b11dfb81ec3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 1 Oct 2024 04:51:46 +0000 Subject: [PATCH 14/66] Bot Updating Templated Files --- Jenkinsfile | 60 +++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 49 insertions(+), 11 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4f50a54..5b0cf61 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -81,7 +81,7 @@ pipeline { env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/commit/' + env.GIT_COMMIT env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DOCKERHUB_IMAGE + '/tags/' env.PULL_REQUEST = env.CHANGE_ID - env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE .editorconfig ./.github/CONTRIBUTING.md ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE/config.yml ./.github/ISSUE_TEMPLATE/issue.bug.yml ./.github/ISSUE_TEMPLATE/issue.feature.yml ./.github/PULL_REQUEST_TEMPLATE.md ./.github/workflows/external_trigger_scheduler.yml ./.github/workflows/greetings.yml ./.github/workflows/package_trigger_scheduler.yml ./.github/workflows/call_issue_pr_tracker.yml ./.github/workflows/call_issues_cron.yml ./.github/workflows/permissions.yml ./.github/workflows/external_trigger.yml ./.github/workflows/package_trigger.yml' + env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE .editorconfig ./.github/CONTRIBUTING.md ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE/config.yml ./.github/ISSUE_TEMPLATE/issue.bug.yml ./.github/ISSUE_TEMPLATE/issue.feature.yml ./.github/PULL_REQUEST_TEMPLATE.md ./.github/workflows/external_trigger_scheduler.yml ./.github/workflows/greetings.yml ./.github/workflows/package_trigger_scheduler.yml ./.github/workflows/call_issue_pr_tracker.yml ./.github/workflows/call_issues_cron.yml ./.github/workflows/permissions.yml ./.github/workflows/external_trigger.yml' } sh '''#! /bin/bash echo "The default github branch detected as ${GH_DEFAULT_BRANCH}" ''' @@ -311,7 +311,7 @@ pipeline { echo "Jenkinsfile is up to date." fi echo "Starting Stage 2 - Delete old templates" - OLD_TEMPLATES=".github/ISSUE_TEMPLATE.md .github/ISSUE_TEMPLATE/issue.bug.md .github/ISSUE_TEMPLATE/issue.feature.md .github/workflows/call_invalid_helper.yml .github/workflows/stale.yml" + OLD_TEMPLATES=".github/ISSUE_TEMPLATE.md .github/ISSUE_TEMPLATE/issue.bug.md .github/ISSUE_TEMPLATE/issue.feature.md .github/workflows/call_invalid_helper.yml .github/workflows/stale.yml .github/workflows/package_trigger.yml" for i in ${OLD_TEMPLATES}; do if [[ -f "${i}" ]]; then TEMPLATES_TO_DELETE="${i} ${TEMPLATES_TO_DELETE}" @@ -719,6 +719,14 @@ pipeline { } sh '''#! /bin/bash set -e + if grep -q 'docker-baseimage' <<< "${LS_REPO}"; then + echo "Detected baseimage, setting LSIO_FIRST_PARTY=true" + if [ -n "${CI_DOCKERENV}" ]; then + CI_DOCKERENV="LSIO_FIRST_PARTY=true|${CI_DOCKERENV}" + else + CI_DOCKERENV="LSIO_FIRST_PARTY=true" + fi + fi docker pull ghcr.io/linuxserver/ci:latest if [ "${MULTIARCH}" == "true" ]; then docker pull ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} --platform=arm64 @@ -731,6 +739,7 @@ pipeline { -e DOCKER_LOGS_TIMEOUT=\"${CI_DELAY}\" \ -e TAGS=\"${CI_TAGS}\" \ -e META_TAG=\"${META_TAG}\" \ + -e RELEASE_TAG=\"latest\" \ -e PORT=\"${CI_PORT}\" \ -e SSL=\"${CI_SSL}\" \ -e BASE=\"${DIST_IMAGE}\" \ @@ -740,6 +749,7 @@ pipeline { -e WEB_SCREENSHOT=\"${CI_WEB}\" \ -e WEB_AUTH=\"${CI_AUTH}\" \ -e WEB_PATH=\"${CI_WEBPATH}\" \ + -e NODE_NAME=\"${NODE_NAME}\" \ -t ghcr.io/linuxserver/ci:latest \ python3 test_build.py''' } @@ -1007,17 +1017,45 @@ EOF git config --global --unset commit.gpgsign ''' script{ + env.JOB_DATE = sh( + script: '''date '+%Y-%m-%dT%H:%M:%S%:z' ''', + returnStdout: true).trim() if (env.EXIT_STATUS == "ABORTED"){ sh 'echo "build aborted"' - } - else if (currentBuild.currentResult == "SUCCESS"){ - sh ''' curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jenkins-avatar.png","embeds": [{"color": 1681177,\ - "description": "**Build:** '${BUILD_NUMBER}'\\n**CI Results:** '${CI_URL}'\\n**ShellCheck Results:** '${SHELLCHECK_URL}'\\n**Status:** Success\\n**Job:** '${RUN_DISPLAY_URL}'\\n**Change:** '${CODE_URL}'\\n**External Release:**: '${RELEASE_LINK}'\\n**DockerHub:** '${DOCKERHUB_LINK}'\\n"}],\ - "username": "Jenkins"}' ${BUILDS_DISCORD} ''' - } - else { - sh ''' curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jenkins-avatar.png","embeds": [{"color": 16711680,\ - "description": "**Build:** '${BUILD_NUMBER}'\\n**CI Results:** '${CI_URL}'\\n**ShellCheck Results:** '${SHELLCHECK_URL}'\\n**Status:** failure\\n**Job:** '${RUN_DISPLAY_URL}'\\n**Change:** '${CODE_URL}'\\n**External Release:**: '${RELEASE_LINK}'\\n**DockerHub:** '${DOCKERHUB_LINK}'\\n"}],\ + }else{ + if (currentBuild.currentResult == "SUCCESS"){ + if (env.GITHUBIMAGE =~ /lspipepr/){ + env.JOB_WEBHOOK_STATUS='Success' + env.JOB_WEBHOOK_COLOUR=3957028 + env.JOB_WEBHOOK_FOOTER='PR Build' + }else if (env.GITHUBIMAGE =~ /lsiodev/){ + env.JOB_WEBHOOK_STATUS='Success' + env.JOB_WEBHOOK_COLOUR=3957028 + env.JOB_WEBHOOK_FOOTER='Dev Build' + }else{ + env.JOB_WEBHOOK_STATUS='Success' + env.JOB_WEBHOOK_COLOUR=1681177 + env.JOB_WEBHOOK_FOOTER='Live Build' + } + }else{ + if (env.GITHUBIMAGE =~ /lspipepr/){ + env.JOB_WEBHOOK_STATUS='Failure' + env.JOB_WEBHOOK_COLOUR=12669523 + env.JOB_WEBHOOK_FOOTER='PR Build' + }else if (env.GITHUBIMAGE =~ /lsiodev/){ + env.JOB_WEBHOOK_STATUS='Failure' + env.JOB_WEBHOOK_COLOUR=12669523 + env.JOB_WEBHOOK_FOOTER='Dev Build' + }else{ + env.JOB_WEBHOOK_STATUS='Failure' + env.JOB_WEBHOOK_COLOUR=16711680 + env.JOB_WEBHOOK_FOOTER='Live Build' + } + } + sh ''' curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jenkins-avatar.png","embeds": [{"'color'": '${JOB_WEBHOOK_COLOUR}',\ + "footer": {"text" : "'"${JOB_WEBHOOK_FOOTER}"'"},\ + "timestamp": "'${JOB_DATE}'",\ + "description": "**Build:** '${BUILD_NUMBER}'\\n**CI Results:** '${CI_URL}'\\n**ShellCheck Results:** '${SHELLCHECK_URL}'\\n**Status:** '${JOB_WEBHOOK_STATUS}'\\n**Job:** '${RUN_DISPLAY_URL}'\\n**Change:** '${CODE_URL}'\\n**External Release:**: '${RELEASE_LINK}'\\n**DockerHub:** '${DOCKERHUB_LINK}'\\n"}],\ "username": "Jenkins"}' ${BUILDS_DISCORD} ''' } } From 21f6f815b530fe2f20181282843b20ad1fcd9cad Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 1 Oct 2024 04:53:08 +0000 Subject: [PATCH 15/66] Bot Updating Templated Files --- .github/workflows/package_trigger.yml | 42 --------------------------- 1 file changed, 42 deletions(-) delete mode 100644 .github/workflows/package_trigger.yml diff --git a/.github/workflows/package_trigger.yml b/.github/workflows/package_trigger.yml deleted file mode 100644 index 6162e8a..0000000 --- a/.github/workflows/package_trigger.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: Package Trigger Main - -on: - workflow_dispatch: - -jobs: - package-trigger-main: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4.1.1 - - - name: Package Trigger - if: github.ref == 'refs/heads/main' - run: | - printf "# Package trigger for docker-audacity\n\n" >> $GITHUB_STEP_SUMMARY - if [ -n "${{ secrets.PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN }}" ]; then - echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY - echo "> Github secret \`PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN\` is set; skipping trigger." >> $GITHUB_STEP_SUMMARY - exit 0 - fi - if [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/lastBuild/api/json | jq -r '.building') == "true" ]; then - echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY - echo "> There already seems to be an active build on Jenkins; skipping package trigger" >> $GITHUB_STEP_SUMMARY - exit 0 - fi - echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY - echo "> Package trigger running off of main branch. To disable, set a Github secret named \`PAUSE_PACKAGE_TRIGGER_AUDACITY_MAIN\`" >> $GITHUB_STEP_SUMMARY - response=$(curl -iX POST \ - https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/buildWithParameters?PACKAGE_CHECK=true \ - --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|") - echo "Jenkins [job queue url](${response%$'\r'})" >> $GITHUB_STEP_SUMMARY - echo "Sleeping 10 seconds until job starts" >> $GITHUB_STEP_SUMMARY - sleep 10 - buildurl=$(curl -s "${response%$'\r'}api/json" | jq -r '.executable.url') - buildurl="${buildurl%$'\r'}" - echo "Jenkins job [build url](${buildurl})" >> $GITHUB_STEP_SUMMARY - echo "Attempting to change the Jenkins job description" >> $GITHUB_STEP_SUMMARY - curl -iX POST \ - "${buildurl}submitDescription" \ - --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} \ - --data-urlencode "description=GHA package trigger https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \ - --data-urlencode "Submit=Submit" From 88495d45b8951707f7fc282229e130cd003fcb84 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 1 Oct 2024 04:54:40 +0000 Subject: [PATCH 16/66] Bot Updating Templated Files --- .github/workflows/external_trigger.yml | 64 +++++++++++------- .../workflows/package_trigger_scheduler.yml | 66 ++++++++++++++----- README.md | 3 +- 3 files changed, 90 insertions(+), 43 deletions(-) diff --git a/.github/workflows/external_trigger.yml b/.github/workflows/external_trigger.yml index aeac907..4138778 100644 --- a/.github/workflows/external_trigger.yml +++ b/.github/workflows/external_trigger.yml @@ -11,15 +11,17 @@ jobs: - name: External Trigger if: github.ref == 'refs/heads/main' + env: + SKIP_EXTERNAL_TRIGGER: ${{ vars.SKIP_EXTERNAL_TRIGGER }} run: | printf "# External trigger for docker-audacity\n\n" >> $GITHUB_STEP_SUMMARY - if [ -n "${{ secrets.PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN }}" ]; then + if grep -q "^audacity_main" <<< "${SKIP_EXTERNAL_TRIGGER}"; then echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY - echo "> Github secret \`PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN\` is set; skipping trigger." >> $GITHUB_STEP_SUMMARY + echo "> Github organizational variable \`SKIP_EXTERNAL_TRIGGER\` contains \`audacity_main\`; skipping trigger." >> $GITHUB_STEP_SUMMARY exit 0 fi echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY - echo "> External trigger running off of main branch. To disable this trigger, set a Github secret named \`PAUSE_EXTERNAL_TRIGGER_AUDACITY_MAIN\`" >> $GITHUB_STEP_SUMMARY + echo "> External trigger running off of main branch. To disable this trigger, add \`audacity_main\` into the Github organizational variable \`SKIP_EXTERNAL_TRIGGER\`." >> $GITHUB_STEP_SUMMARY printf "\n## Retrieving external version\n\n" >> $GITHUB_STEP_SUMMARY EXT_RELEASE=$(curl -u ${{ secrets.CR_USER }}:${{ secrets.CR_PAT }} -sX GET https://api.github.com/repos/audacity/audacity/releases/latest | jq -r '.tag_name' | sed 's|^Audacity-||') echo "Type is \`custom_version_command\`" >> $GITHUB_STEP_SUMMARY @@ -73,26 +75,38 @@ jobs: echo "New version \`${EXT_RELEASE}\` found; but there already seems to be an active build on Jenkins; exiting" >> $GITHUB_STEP_SUMMARY exit 0 else - printf "\n## Trigger new build\n\n" >> $GITHUB_STEP_SUMMARY - echo "New version \`${EXT_RELEASE}\` found; old version was \`${IMAGE_VERSION}\`. Triggering new build" >> $GITHUB_STEP_SUMMARY - response=$(curl -iX POST \ - https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/buildWithParameters?PACKAGE_CHECK=false \ - --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|") - echo "Jenkins [job queue url](${response%$'\r'})" >> $GITHUB_STEP_SUMMARY - echo "Sleeping 10 seconds until job starts" >> $GITHUB_STEP_SUMMARY - sleep 10 - buildurl=$(curl -s "${response%$'\r'}api/json" | jq -r '.executable.url') - buildurl="${buildurl%$'\r'}" - echo "Jenkins job [build url](${buildurl})" >> $GITHUB_STEP_SUMMARY - echo "Attempting to change the Jenkins job description" >> $GITHUB_STEP_SUMMARY - curl -iX POST \ - "${buildurl}submitDescription" \ - --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} \ - --data-urlencode "description=GHA external trigger https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \ - --data-urlencode "Submit=Submit" - echo "**** Notifying Discord ****" - TRIGGER_REASON="A version change was detected for audacity tag latest. Old version:${IMAGE_VERSION} New version:${EXT_RELEASE}" - curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 9802903, - "description": "**Build Triggered** \n**Reason:** '"${TRIGGER_REASON}"' \n**Build URL:** '"${buildurl}display/redirect"' \n"}], - "username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }} + if [[ "${artifacts_found}" == "false" ]]; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> New version detected, but not all artifacts are published yet; skipping trigger" >> $GITHUB_STEP_SUMMARY + FAILURE_REASON="New version ${EXT_RELEASE} for audacity tag latest is detected, however not all artifacts are uploaded to upstream release yet. Will try again later." + curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 9802903, + "description": "**Trigger Failed** \n**Reason:** '"${FAILURE_REASON}"' \n"}], + "username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }} + else + printf "\n## Trigger new build\n\n" >> $GITHUB_STEP_SUMMARY + echo "New version \`${EXT_RELEASE}\` found; old version was \`${IMAGE_VERSION}\`. Triggering new build" >> $GITHUB_STEP_SUMMARY + if "${artifacts_found}" == "true" ]]; then + echo "All artifacts seem to be uploaded." >> $GITHUB_STEP_SUMMARY + fi + response=$(curl -iX POST \ + https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/buildWithParameters?PACKAGE_CHECK=false \ + --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|") + echo "Jenkins [job queue url](${response%$'\r'})" >> $GITHUB_STEP_SUMMARY + echo "Sleeping 10 seconds until job starts" >> $GITHUB_STEP_SUMMARY + sleep 10 + buildurl=$(curl -s "${response%$'\r'}api/json" | jq -r '.executable.url') + buildurl="${buildurl%$'\r'}" + echo "Jenkins job [build url](${buildurl})" >> $GITHUB_STEP_SUMMARY + echo "Attempting to change the Jenkins job description" >> $GITHUB_STEP_SUMMARY + curl -iX POST \ + "${buildurl}submitDescription" \ + --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} \ + --data-urlencode "description=GHA external trigger https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \ + --data-urlencode "Submit=Submit" + echo "**** Notifying Discord ****" + TRIGGER_REASON="A version change was detected for audacity tag latest. Old version:${IMAGE_VERSION} New version:${EXT_RELEASE}" + curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 9802903, + "description": "**Build Triggered** \n**Reason:** '"${TRIGGER_REASON}"' \n**Build URL:** '"${buildurl}display/redirect"' \n"}], + "username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }} + fi fi diff --git a/.github/workflows/package_trigger_scheduler.yml b/.github/workflows/package_trigger_scheduler.yml index de076f0..9ff17b0 100644 --- a/.github/workflows/package_trigger_scheduler.yml +++ b/.github/workflows/package_trigger_scheduler.yml @@ -14,6 +14,8 @@ jobs: fetch-depth: '0' - name: Package Trigger Scheduler + env: + SKIP_PACKAGE_TRIGGER: ${{ vars.SKIP_PACKAGE_TRIGGER }} run: | printf "# Package trigger scheduler for docker-audacity\n\n" >> $GITHUB_STEP_SUMMARY printf "Found the branches:\n\n%s\n" "$(git for-each-ref --format='- %(refname:lstrip=3)' refs/remotes)" >> $GITHUB_STEP_SUMMARY @@ -24,27 +26,57 @@ jobs: continue fi printf "\n## Evaluating \`%s\`\n\n" ${br} >> $GITHUB_STEP_SUMMARY - ls_branch=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/jenkins-vars.yml | yq -r '.ls_branch') - if [ "${br}" == "${ls_branch}" ]; then + JENKINS_VARS=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/jenkins-vars.yml) + if [[ "${br}" == $(yq -r '.ls_branch' <<< "${JENKINS_VARS}") ]]; then echo "Branch appears to be live; checking workflow." >> $GITHUB_STEP_SUMMARY - if curl -sfX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/.github/workflows/package_trigger.yml > /dev/null 2>&1; then - echo "Triggering package trigger workflow for branch ${br}" >> $GITHUB_STEP_SUMMARY - triggered_branches="${triggered_branches}${br} " - curl -iX POST \ - -H "Authorization: token ${{ secrets.CR_PAT }}" \ - -H "Accept: application/vnd.github.v3+json" \ - -d "{\"ref\":\"refs/heads/${br}\"}" \ - https://api.github.com/repos/linuxserver/docker-audacity/actions/workflows/package_trigger.yml/dispatches - sleep 30 + if [[ $(yq -r '.skip_package_check' <<< "${JENKINS_VARS}") == "true" ]]; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Skipping branch ${br} due to \`skip_package_check\` being set in \`jenkins-vars.yml\`." >> $GITHUB_STEP_SUMMARY + skipped_branches="${skipped_branches}${br} " + elif grep -q "^audacity_${br}" <<< "${SKIP_PACKAGE_TRIGGER}"; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Github organizational variable \`SKIP_PACKAGE_TRIGGER\` contains \`audacity_${br}\`; skipping trigger." >> $GITHUB_STEP_SUMMARY + skipped_branches="${skipped_branches}${br} " + elif [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/${br}/lastBuild/api/json | jq -r '.building') == "true" ]; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> There already seems to be an active build on Jenkins; skipping package trigger for ${br}" >> $GITHUB_STEP_SUMMARY + skipped_branches="${skipped_branches}${br} " else - echo "Skipping branch ${br} due to no package trigger workflow present." >> $GITHUB_STEP_SUMMARY + echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY + echo "> Triggering package trigger for branch ${br}" >> $GITHUB_STEP_SUMMARY + printf "> To disable, add \`audacity_%s\` into the Github organizational variable \`SKIP_PACKAGE_TRIGGER\`.\n\n" "${br}" >> $GITHUB_STEP_SUMMARY + triggered_branches="${triggered_branches}${br} " + response=$(curl -iX POST \ + https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/${br}/buildWithParameters?PACKAGE_CHECK=true \ + --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|") + echo "Jenkins [job queue url](${response%$'\r'})" >> $GITHUB_STEP_SUMMARY + echo "Sleeping 10 seconds until job starts" >> $GITHUB_STEP_SUMMARY + sleep 10 + buildurl=$(curl -s "${response%$'\r'}api/json" | jq -r '.executable.url') + buildurl="${buildurl%$'\r'}" + echo "Jenkins job [build url](${buildurl})" >> $GITHUB_STEP_SUMMARY + echo "Attempting to change the Jenkins job description" >> $GITHUB_STEP_SUMMARY + curl -iX POST \ + "${buildurl}submitDescription" \ + --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} \ + --data-urlencode "description=GHA package trigger https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \ + --data-urlencode "Submit=Submit" + sleep 20 fi else echo "Skipping branch ${br} due to being detected as dev branch." >> $GITHUB_STEP_SUMMARY fi done - echo "**** Package check build(s) triggered for branch(es): ${triggered_branches} ****" - echo "**** Notifying Discord ****" - curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 9802903, - "description": "**Package Check Build(s) Triggered for audacity** \n**Branch(es):** '"${triggered_branches}"' \n**Build URL:** '"https://ci.linuxserver.io/blue/organizations/jenkins/Docker-Pipeline-Builders%2Fdocker-audacity/activity/"' \n"}], - "username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }} + if [[ -n "${triggered_branches}" ]] || [[ -n "${skipped_branches}" ]]; then + if [[ -n "${triggered_branches}" ]]; then + NOTIFY_BRANCHES="**Triggered:** ${triggered_branches} \n" + fi + if [[ -n "${skipped_branches}" ]]; then + NOTIFY_BRANCHES="${NOTIFY_BRANCHES}**Skipped:** ${skipped_branches} \n" + fi + echo "**** Package check build(s) triggered for branch(es): ${triggered_branches} ****" + echo "**** Notifying Discord ****" + curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 9802903, + "description": "**Package Check Build(s) Triggered for audacity** \n'"${NOTIFY_BRANCHES}"'**Build URL:** '"https://ci.linuxserver.io/blue/organizations/jenkins/Docker-Pipeline-Builders%2Fdocker-audacity/activity/"' \n"}], + "username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }} + fi diff --git a/README.md b/README.md index d018444..cbae306 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,8 @@ Below are the instructions for updating containers: ### Image Update Notifications - Diun (Docker Image Update Notifier) -**tip**: We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported. +>[!TIP] +>We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported. ## Building locally From 8aa61d4f819fcff6bd53cf99c9fa6a5ed8f1b246 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 1 Oct 2024 04:58:52 +0000 Subject: [PATCH 17/66] Bot Updating Package Versions --- package_versions.txt | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 5451980..6a9ea6b 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.5.5 npm +@types/node 22.7.4 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -78,16 +78,16 @@ cpp-x86-64-linux-gnu 4: cron 3.0pl1-184ubuntu2 deb cron-daemon-common 3.0pl1-184ubuntu2 deb cryptography 41.0.7 python (+1 duplicate) -cups 2.4.7-1.2ubuntu7.2 deb -cups-client 2.4.7-1.2ubuntu7.2 deb -cups-common 2.4.7-1.2ubuntu7.2 deb -cups-core-drivers 2.4.7-1.2ubuntu7.2 deb -cups-daemon 2.4.7-1.2ubuntu7.2 deb +cups 2.4.7-1.2ubuntu7.3 deb +cups-client 2.4.7-1.2ubuntu7.3 deb +cups-common 2.4.7-1.2ubuntu7.3 deb +cups-core-drivers 2.4.7-1.2ubuntu7.3 deb +cups-daemon 2.4.7-1.2ubuntu7.3 deb cups-filters 2.0.0-0ubuntu4 deb cups-filters-core-drivers 2.0.0-0ubuntu4 deb -cups-ipp-utils 2.4.7-1.2ubuntu7.2 deb -cups-ppdc 2.4.7-1.2ubuntu7.2 deb -cups-server-common 2.4.7-1.2ubuntu7.2 deb +cups-ipp-utils 2.4.7-1.2ubuntu7.3 deb +cups-ppdc 2.4.7-1.2ubuntu7.3 deb +cups-server-common 2.4.7-1.2ubuntu7.3 deb curl 8.5.0-2ubuntu10.4 deb dario.cat/mergo v1.0.0 go-module (+1 duplicate) dario.cat/mergo v1.0.1 go-module @@ -526,6 +526,7 @@ iproute2 6. iptables 1.8.10-3ubuntu2 deb iso-codes 4.16.0-1 deb jake 10.9.2 npm +jq 1.7.1 binary jq 1.7.1-3build1 deb k8s.io/api v0.26.2 go-module k8s.io/api v0.29.2 go-module @@ -620,9 +621,9 @@ libcom-err2 1. libcrypt-dev 1:4.4.36-4build1 deb libcrypt1 1:4.4.36-4build1 deb libcryptsetup12 2:2.7.0-1ubuntu4.1 deb -libcups2t64 2.4.7-1.2ubuntu7.2 deb -libcupsfilters2-common 2.0.0-0ubuntu7 deb -libcupsfilters2t64 2.0.0-0ubuntu7 deb +libcups2t64 2.4.7-1.2ubuntu7.3 deb +libcupsfilters2-common 2.0.0-0ubuntu7.1 deb +libcupsfilters2t64 2.0.0-0ubuntu7.1 deb libcurl3t64-gnutls 8.5.0-2ubuntu10.4 deb libcurl4t64 8.5.0-2ubuntu10.4 deb libdata-optlist-perl 0.114-1 deb @@ -800,7 +801,7 @@ libonig5 6. libopenal-data 1:1.23.1-4build1 deb libopenal1 1:1.23.1-4build1 deb libopengl0 1.7.0-1build1 deb -libopenjp2-7 2.5.0-2build3 deb +libopenjp2-7 2.5.0-2ubuntu0.1 deb libopenmpt0t64 0.7.3-1.1build3 deb libopus0 1.4-1build1 deb liborc-0.4-0t64 1:0.4.38-1ubuntu0.1 deb @@ -842,8 +843,8 @@ libpoppler-cpp0t64 24 libpoppler134 24.02.0-1ubuntu9.1 deb libportaudio2 19.6.0-1.2build3 deb libpostproc57 7:6.1.1-3ubuntu5 deb -libppd2 2:2.0.0-0ubuntu4 deb -libppd2-common 2:2.0.0-0ubuntu4 deb +libppd2 2:2.0.0-0ubuntu4.1 deb +libppd2-common 2:2.0.0-0ubuntu4.1 deb libproc2-0 2:4.0.4-4ubuntu3.1 deb libproxy1v5 0.5.4-4build1 deb libpsl5t64 0.21.2-1.1build1 deb From 965da4a91d621feddd566a77191361a342fef772 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 8 Oct 2024 04:54:34 +0000 Subject: [PATCH 18/66] Bot Updating Package Versions --- package_versions.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package_versions.txt b/package_versions.txt index 6a9ea6b..46fb958 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -3,6 +3,7 @@ NAME VE @fastify/busboy 2.0.0 npm @kasmtech/novnc 1.3.0 npm @socket.io/component-emitter 3.1.2 npm +@socket.io/component-emitter UNKNOWN npm (+1 duplicate) @types/busboy 1.5.0 npm @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @@ -124,6 +125,7 @@ encodeurl 1. encodeurl 2.0.0 npm engine.io 6.6.1 npm engine.io-parser 5.2.3 npm +engine.io-parser UNKNOWN npm (+1 duplicate) es-define-property 1.0.0 npm es-errors 1.3.0 npm escape-html 1.0.3 npm From de1673de1fb443697a309498b6489456e7558a0b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 15 Oct 2024 04:54:24 +0000 Subject: [PATCH 19/66] Bot Updating Package Versions --- package_versions.txt | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 46fb958..ddd7485 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -8,7 +8,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.7.4 npm +@types/node 22.7.5 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -67,8 +67,8 @@ console-setup-linux 1. containerd.io 1.7.22-1 deb content-disposition 0.5.4 npm content-type 1.0.5 npm -cookie 0.4.2 npm -cookie 0.6.0 npm +cookie 0.7.1 npm +cookie 0.7.2 npm cookie-signature 1.0.6 npm coreutils 9.4-3ubuntu6 deb cors 2.8.5 npm @@ -123,14 +123,14 @@ ee-first 1. ejs 3.1.10 npm encodeurl 1.0.2 npm encodeurl 2.0.0 npm -engine.io 6.6.1 npm +engine.io 6.6.2 npm engine.io-parser 5.2.3 npm engine.io-parser UNKNOWN npm (+1 duplicate) es-define-property 1.0.0 npm es-errors 1.3.0 npm escape-html 1.0.3 npm etag 1.8.1 npm -express 4.21.0 npm +express 4.21.1 npm ffmpeg 7:6.1.1-3ubuntu5 deb file 1:5.45-3build1 deb file-uri-to-path 1.0.0 npm @@ -656,7 +656,7 @@ libduktape207 2. libdw1t64 0.190-1.1build4 deb libdynaloader-functions-perl 0.003-3 deb libedit2 3.1-20230828-1build1 deb -libegl-mesa0 24.0.9-0ubuntu0.1 deb +libegl-mesa0 24.0.9-0ubuntu0.2 deb libegl1 1.7.0-1build1 deb libelf1t64 0.190-1.1build4 deb libepoxy0 1.5.10-1build1 deb @@ -680,7 +680,7 @@ libfontenc1 1: libfreetype6 2.13.2+dfsg-1build3 deb libfribidi0 1.0.13-3build1 deb libfuse3-3 3.14.0-5build1 deb -libgbm1 24.0.9-0ubuntu0.1 deb +libgbm1 24.0.9-0ubuntu0.2 deb libgcc-s1 14-20240412-0ubuntu1 deb libgcrypt20 1.10.3-2build1 deb libgd3 2.3.3-9ubuntu5 deb @@ -693,8 +693,8 @@ libgif7 5. libgirepository-1.0-1 1.80.1-1 deb libgirepository-2.0-0 2.80.0-6ubuntu3.1 deb libgl1 1.7.0-1build1 deb -libgl1-mesa-dri 24.0.9-0ubuntu0.1 deb -libglapi-mesa 24.0.9-0ubuntu0.1 deb +libgl1-mesa-dri 24.0.9-0ubuntu0.2 deb +libglapi-mesa 24.0.9-0ubuntu0.2 deb libglib2.0-0t64 2.80.0-6ubuntu3.1 deb libglib2.0-bin 2.80.0-6ubuntu3.1 deb libglib2.0-data 2.80.0-6ubuntu3.1 deb @@ -702,7 +702,7 @@ libglib2.0-dev 2. libglib2.0-dev-bin 2.80.0-6ubuntu3.1 deb libglu1-mesa 9.0.2-1.1build1 deb libglvnd0 1.7.0-1build1 deb -libglx-mesa0 24.0.9-0ubuntu0.1 deb +libglx-mesa0 24.0.9-0ubuntu0.2 deb libglx0 1.7.0-1build1 deb libgme0 0.6.3-7build1 deb libgmp10 2:6.3.0+dfsg-2ubuntu6 deb @@ -847,7 +847,7 @@ libportaudio2 19 libpostproc57 7:6.1.1-3ubuntu5 deb libppd2 2:2.0.0-0ubuntu4.1 deb libppd2-common 2:2.0.0-0ubuntu4.1 deb -libproc2-0 2:4.0.4-4ubuntu3.1 deb +libproc2-0 2:4.0.4-4ubuntu3.2 deb libproxy1v5 0.5.4-4build1 deb libpsl5t64 0.21.2-1.1build1 deb libpthread-stubs0-dev 0.4-1build3 deb @@ -1045,8 +1045,8 @@ mawk 1. media-typer 0.3.0 npm media-types 10.1.0 deb merge-descriptors 1.0.3 npm -mesa-va-drivers 24.0.9-0ubuntu0.1 deb -mesa-vulkan-drivers 24.0.9-0ubuntu0.1 deb +mesa-va-drivers 24.0.9-0ubuntu0.2 deb +mesa-vulkan-drivers 24.0.9-0ubuntu0.2 deb methods 1.1.2 npm mime 1.6.0 npm mime-db 1.52.0 npm @@ -1056,7 +1056,7 @@ minimatch 5. mount 2.39.3-9ubuntu6.1 deb ms 2.0.0 npm ms 2.1.3 npm (+4 duplicates) -nan 2.20.0 npm +nan 2.22.0 npm ncurses-base 6.4+20240113-1ubuntu2 deb ncurses-bin 6.4+20240113-1ubuntu2 deb negotiator 0.6.3 npm @@ -1095,7 +1095,7 @@ polkitd 12 poppler-data 0.4.12-1 deb poppler-utils 24.02.0-1ubuntu9.1 deb printer-driver-cups-pdf 3.0.1-14build2 deb -procps 2:4.0.4-4ubuntu3.1 deb +procps 2:4.0.4-4ubuntu3.2 deb proxy-addr 2.0.7 npm publicsuffix 20231001.0357-0.1 deb pulseaudio 1:16.1+dfsg1-2ubuntu10 deb From 4f21a0ff3e8961b0d8333b4ddb7313d6666a5fc2 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 22 Oct 2024 04:55:26 +0000 Subject: [PATCH 20/66] Bot Updating Package Versions --- package_versions.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index ddd7485..d73c41f 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -8,7 +8,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.7.5 npm +@types/node 22.7.7 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -149,7 +149,7 @@ function-bind 1. fuse-overlayfs 1.13-1 deb fuse3 3.14.0-5build1 deb gcc-13-base 13.2.0-23ubuntu4 deb -gcc-14-base 14-20240412-0ubuntu1 deb +gcc-14-base 14.2.0-4ubuntu2~24.04 deb get-intrinsic 1.2.4 npm ghostscript 10.02.1~dfsg1-0ubuntu7.3 deb gir1.2-atk-1.0 2.52.0-1build1 deb @@ -681,14 +681,14 @@ libfreetype6 2. libfribidi0 1.0.13-3build1 deb libfuse3-3 3.14.0-5build1 deb libgbm1 24.0.9-0ubuntu0.2 deb -libgcc-s1 14-20240412-0ubuntu1 deb +libgcc-s1 14.2.0-4ubuntu2~24.04 deb libgcrypt20 1.10.3-2build1 deb libgd3 2.3.3-9ubuntu5 deb libgdbm-compat4t64 1.23-5.1build1 deb libgdbm6t64 1.23-5.1build1 deb libgdk-pixbuf-2.0-0 2.42.10+dfsg-3ubuntu3.1 deb libgdk-pixbuf2.0-common 2.42.10+dfsg-3ubuntu3.1 deb -libgfortran5 14-20240412-0ubuntu1 deb +libgfortran5 14.2.0-4ubuntu2~24.04 deb libgif7 5.2.2-1ubuntu1 deb libgirepository-1.0-1 1.80.1-1 deb libgirepository-2.0-0 2.80.0-6ubuntu3.1 deb @@ -707,7 +707,7 @@ libglx0 1. libgme0 0.6.3-7build1 deb libgmp10 2:6.3.0+dfsg-2ubuntu6 deb libgnutls30t64 3.8.3-1.1ubuntu3.2 deb -libgomp1 14-20240412-0ubuntu1 deb +libgomp1 14.2.0-4ubuntu2~24.04 deb libgpg-error0 1.47-3build2 deb libgraphite2-3 1.3.14-2build1 deb libgs-common 10.02.1~dfsg1-0ubuntu7.3 deb @@ -908,7 +908,7 @@ libssh-4 0. libssh-gcrypt-4 0.10.6-2build2 deb libssl3t64 3.0.13-0ubuntu3.4 deb libstartup-notification0 0.12-6build3 deb -libstdc++6 14-20240412-0ubuntu1 deb +libstdc++6 14.2.0-4ubuntu2~24.04 deb libstemmer0d 2.2.0-4build1 deb libsub-exporter-perl 0.990-1 deb libsub-exporter-progressive-perl 0.001013-3 deb @@ -1032,7 +1032,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-45.45 deb +linux-libc-dev 6.8.0-47.47 deb locales 2.39-0ubuntu8.3 deb locales-all 2.39-0ubuntu8.3 deb login 1:4.13+dfsg1-4ubuntu3 deb From 0f8045fb8e4ef728176278b37245427288bd9452 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 29 Oct 2024 04:54:33 +0000 Subject: [PATCH 21/66] Bot Updating Package Versions --- package_versions.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index d73c41f..5ab0e61 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -8,7 +8,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.7.7 npm +@types/node 22.8.1 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -112,7 +112,7 @@ destroy 1. diffutils 1:3.10-1build1 deb dirmngr 2.4.4-2ubuntu17 deb distro 1.9.0 python -distro-info-data 0.60ubuntu0.1 deb +distro-info-data 0.60ubuntu0.2 deb docker-ce 5:27.3.1-1~ubuntu.24.04~noble deb docker-ce-cli 5:27.3.1-1~ubuntu.24.04~noble deb docker-compose-plugin 2.29.7-1~ubuntu.24.04~noble deb @@ -719,9 +719,9 @@ libgstreamer-plugins-base1.0-0 1. libgstreamer1.0-0 1.24.2-1 deb libharfbuzz0b 8.3.0-2build2 deb libhash-merge-simple-perl 0.051-3 deb -libheif-plugin-aomdec 1.17.6-1ubuntu4 deb -libheif-plugin-libde265 1.17.6-1ubuntu4 deb -libheif1 1.17.6-1ubuntu4 deb +libheif-plugin-aomdec 1.17.6-1ubuntu4.1 deb +libheif-plugin-libde265 1.17.6-1ubuntu4.1 deb +libheif1 1.17.6-1ubuntu4.1 deb libhogweed6t64 3.9.1-2.2build1.1 deb libhwy1t64 1.0.7-8.1build1 deb libice6 2:1.0.10-1build3 deb @@ -1035,7 +1035,7 @@ libzvbi0t64 0. linux-libc-dev 6.8.0-47.47 deb locales 2.39-0ubuntu8.3 deb locales-all 2.39-0ubuntu8.3 deb -login 1:4.13+dfsg1-4ubuntu3 deb +login 1:4.13+dfsg1-4ubuntu3.2 deb logsave 1.47.0-2.4~exp1ubuntu4.1 deb lsb-release 12.0-2 deb man-db 2.12.0-4build2 deb @@ -1081,7 +1081,7 @@ openssl 3. packagekit 1.2.8-2build3 deb packaging 24.0 python parseurl 1.3.3 npm -passwd 1:4.13+dfsg1-4ubuntu3 deb +passwd 1:4.13+dfsg1-4ubuntu3.2 deb path-to-regexp 0.1.10 npm pci.ids 0.0~2024.03.31-1 deb pciutils 1:3.10.0-2build1 deb @@ -1155,7 +1155,7 @@ sigs.k8s.io/structured-merge-diff/v4 v4 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go-module sigs.k8s.io/yaml v1.3.0 go-module (+3 duplicates) six 1.16.0 python -socket.io 4.8.0 npm +socket.io 4.8.1 npm socket.io-adapter 2.5.5 npm socket.io-parser 4.2.4 npm software-properties-common 0.99.48 deb From 3722bce10391e88536596942a89dbccd45726451 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Thu, 31 Oct 2024 13:01:32 +0100 Subject: [PATCH 22/66] Fix artifact name --- Dockerfile | 2 +- README.md | 1 + readme-vars.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1860ce..d754159 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN \ cd /tmp && \ curl -o \ /tmp/audacity.app -L \ - "https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64.AppImage" && \ + "https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64-22.04.AppImage" && \ chmod +x /tmp/audacity.app && \ ./audacity.app --appimage-extract && \ mv squashfs-root /opt/audacity && \ diff --git a/README.md b/README.md index cbae306..044e1bf 100644 --- a/README.md +++ b/README.md @@ -325,6 +325,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **31.10.24:** - Fix artifact name. * **19.08.24:** - Rebase to noble. * **10.02.24:** - Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage. * **05.05.23:** - Start Audacity in full screen. diff --git a/readme-vars.yml b/readme-vars.yml index 8ecc48e..fb168c1 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -83,6 +83,7 @@ app_setup_block: | # changelog changelogs: + - { date: "31.10.24:", desc: "Fix artifact name." } - { date: "19.08.24:", desc: "Rebase to noble." } - { date: "10.02.24:", desc: "Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage." } - { date: "05.05.23:", desc: "Start Audacity in full screen." } From b1ce4341faaff7de84a18bb47224f0bc1b49cdc2 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 31 Oct 2024 12:19:17 +0000 Subject: [PATCH 23/66] Bot Updating Package Versions --- package_versions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_versions.txt b/package_versions.txt index 5ab0e61..aea1ff6 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -1032,7 +1032,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-47.47 deb +linux-libc-dev 6.8.0-48.48 deb locales 2.39-0ubuntu8.3 deb locales-all 2.39-0ubuntu8.3 deb login 1:4.13+dfsg1-4ubuntu3.2 deb From 93e0cff4d0821ab8e911917c439ffdcd787d915e Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 5 Nov 2024 04:53:26 +0000 Subject: [PATCH 24/66] Bot Updating Package Versions --- package_versions.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index aea1ff6..1b31358 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -8,7 +8,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.8.1 npm +@types/node 22.8.6 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -1206,8 +1206,8 @@ xfonts-utils 1: xkb-data 2.41-2ubuntu1.1 deb xml-core 0.19 deb xorg-sgml-doctools 1:1.11-1.1 deb -xserver-common 2:21.1.12-1ubuntu1 deb -xserver-xorg-core 2:21.1.12-1ubuntu1 deb +xserver-common 2:21.1.12-1ubuntu1.1 deb +xserver-xorg-core 2:21.1.12-1ubuntu1.1 deb xserver-xorg-video-amdgpu 23.0.0-1build1 deb xserver-xorg-video-ati 1:22.0.0-1build1 deb xserver-xorg-video-intel 2:2.99.917+git20210115-1build1 deb From f6a3a8167a8fccf2f9aea98de60e63ed9bc5e7a9 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sat, 9 Nov 2024 15:21:39 -0500 Subject: [PATCH 25/66] use kasm blurb for readme --- README.md | 100 +++++++++++++++++++++++++++++++++++++++++++----- readme-vars.yml | 54 ++++---------------------- 2 files changed, 98 insertions(+), 56 deletions(-) diff --git a/README.md b/README.md index 044e1bf..33d8682 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,15 @@ The application can be accessed at: * http://yourhost:3000/ * https://yourhost:3001/ +**Modern GUI desktop apps have issues with the latest Docker and syscall compatibility, you can use Docker with the `--security-opt seccomp=unconfined` setting to allow these syscalls on hosts with older Kernels or libseccomp** + +### Security + +>[!WARNING] +>Do not put this on the Internet if you do not know what you are doing. + +By default this container has no authentication and the optional environment variables `CUSTOM_USER` and `PASSWORD` to enable basic http auth via the embedded NGINX server should only be used to locally secure the container from unwanted access on a local network. If exposing this to the Internet we recommend putting it behind a reverse proxy, such as [SWAG](https://github.com/linuxserver/docker-swag), and ensuring a secure authentication solution is in place. From the web interface a terminal can be launched and it is configured for passwordless sudo, so anyone with access to it can install and run whatever they want along with probing your local network. + ### Options in all KasmVNC based GUI containers This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxserver/docker-baseimage-kasmvnc) which means there are additional environment variables and run configurations to enable or disable specific functionality. @@ -81,8 +90,9 @@ This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxse | FM_HOME | This is the home directory (landing) for the file manager, default "/config". | | START_DOCKER | If set to false a container with privilege will not automatically start the DinD Docker setup. | | DRINODE | If mounting in /dev/dri for [DRI3 GPU Acceleration](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) allows you to specify the device to use IE `/dev/dri/renderD128` | +| DISABLE_IPV6 | If set to true or any value this will disable IPv6 | | LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` | -| NO_DECOR | If set the application will run without window borders for use as a PWA. | +| NO_DECOR | If set the application will run without window borders in openbox for use as a PWA. | | NO_FULL | Do not autmatically fullscreen applications when using openbox. | #### Optional run configurations @@ -91,26 +101,98 @@ This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxse | :----: | --- | | `--privileged` | Will start a Docker in Docker (DinD) setup inside the container to use docker in an isolated environment. For increased performance mount the Docker directory inside the container to the host IE `-v /home/user/docker-data:/var/lib/docker`. | | `-v /var/run/docker.sock:/var/run/docker.sock` | Mount in the host level Docker socket to either interact with it via CLI or use Docker enabled applications. | -| `--device /dev/dri:/dev/dri` | Mount a GPU into the container, this can be used in conjunction with the `DRINODE` environment variable to leverage a host video card for GPU accelerated appplications. Only **Open Source** drivers are supported IE (Intel,AMDGPU,Radeon,ATI,Nouveau) | +| `--device /dev/dri:/dev/dri` | Mount a GPU into the container, this can be used in conjunction with the `DRINODE` environment variable to leverage a host video card for GPU accelerated applications. Only **Open Source** drivers are supported IE (Intel,AMDGPU,Radeon,ATI,Nouveau) | ### Language Support - Internationalization -The environment variable `LC_ALL` can be used to start this image in a different language than English simply pass for example to launch the Desktop session in French `LC_ALL=fr_FR.UTF-8`. Some languages like Chinese, Japanese, or Korean will be missing fonts needed to render properly known as cjk fonts, but others may exist and not be installed. We only ensure fonts for Latin characters are present. Fonts can be installed with a mod on startup. +The environment variable `LC_ALL` can be used to start this container in a different language than English simply pass for example to launch the Desktop session in French `LC_ALL=fr_FR.UTF-8`. Some languages like Chinese, Japanese, or Korean will be missing fonts needed to render properly known as cjk fonts, but others may exist and not be installed inside the container depending on what underlying distribution you are running. We only ensure fonts for Latin characters are present. Fonts can be installed with a mod on startup. -To install cjk fonts on startup as an example pass the environment variables: +To install cjk fonts on startup as an example pass the environment variables (Alpine base): ``` --e DOCKER_MODS=linuxserver/mods:universal-package-install --e INSTALL_PACKAGES=fonts-noto-cjk --e LC_ALL=zh_CN.UTF-8 +-e DOCKER_MODS=linuxserver/mods:universal-package-install +-e INSTALL_PACKAGES=fonts-noto-cjk-e LC_ALL=zh_CN.UTF-8 ``` The web interface has the option for "IME Input Mode" in Settings which will allow non english characters to be used from a non en_US keyboard on the client. Once enabled it will perform the same as a local Linux installation set to your locale. +### DRI3 GPU Acceleration + +For accelerated apps or games, render devices can be mounted into the container and leveraged by applications using: + +`--device /dev/dri:/dev/dri` + +This feature only supports **Open Source** GPU drivers: + +| Driver | Description | +| :----: | --- | +| Intel | i965 and i915 drivers for Intel iGPU chipsets | +| AMD | AMDGPU, Radeon, and ATI drivers for AMD dedicated or APU chipsets | +| NVIDIA | nouveau2 drivers only, closed source NVIDIA drivers lack DRI3 support | + +The `DRINODE` environment variable can be used to point to a specific GPU. +Up to date information can be found [here](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) + +### Nvidia GPU Support + +**Nvidia support is not compatible with Alpine based images as Alpine lacks Nvidia drivers** + +Nvidia support is available by leveraging Zink for OpenGL support. This can be enabled with the following run flags: + +| Variable | Description | +| :----: | --- | +| --gpus all | This can be filtered down but for most setups this will pass the one Nvidia GPU on the system | +| --runtime nvidia | Specify the Nvidia runtime which mounts drivers and tools in from the host | + +The compose syntax is slightly different for this as you will need to set nvidia as the default runtime: + +``` +sudo nvidia-ctk runtime configure --runtime=docker --set-as-default +sudo service docker restart +``` + +And to assign the GPU in compose: + +``` +services: + audacity: + image: lscr.io/linuxserver/audacity:latest + deploy: + resources: + reservations: + devices: + - driver: nvidia + count: 1 + capabilities: [compute,video,graphics,utility] +``` + +### Application management + +#### PRoot Apps + +If you run system native installations of software IE `sudo apt-get install filezilla` and then upgrade or destroy/re-create the container that software will be removed and the container will be at a clean state. For some users that will be acceptable and they can update their system packages as well using system native commands like `apt-get upgrade`. If you want Docker to handle upgrading the container and retain your applications and settings we have created [proot-apps](https://github.com/linuxserver/proot-apps) which allow portable applications to be installed to persistent storage in the user's `$HOME` directory and they will work in a confined Docker environment out of the box. These applications and their settings will persist upgrades of the base container and can be mounted into different flavors of KasmVNC based containers on the fly. This can be achieved from the command line with: + +``` +proot-apps install filezilla +``` + +PRoot Apps is included in all KasmVNC based containers, a list of linuxserver.io supported applications is located [HERE](https://github.com/linuxserver/proot-apps?tab=readme-ov-file#supported-apps). + +#### Native Apps + +It is possible to install extra packages during container start using [universal-package-install](https://github.com/linuxserver/docker-mods/tree/universal-package-install). It might increase starting time significantly. PRoot is preferred. + +```yaml + environment: + - DOCKER_MODS=linuxserver/mods:universal-package-install + - INSTALL_PACKAGES=libfuse2|git|gdb +``` + ### Lossless mode This container is capable of delivering a true lossless image at a high framerate to your web browser by changing the Stream Quality preset to "Lossless", more information [here](https://www.kasmweb.com/docs/latest/how_to/lossless.html#technical-background). In order to use this mode from a non localhost endpoint the HTTPS port on 3001 needs to be used. If using a reverse proxy to port 3000 specific headers will need to be set as outlined [here](https://github.com/linuxserver/docker-baseimage-kasmvnc#lossless). + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -315,10 +397,10 @@ docker build \ -t lscr.io/linuxserver/audacity:latest . ``` -The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static` +The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static` ```bash -docker run --rm --privileged multiarch/qemu-user-static:register --reset +docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset ``` Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`. diff --git a/readme-vars.yml b/readme-vars.yml index fb168c1..2626c44 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -26,6 +26,13 @@ param_ports: - { external_port: "3000", internal_port: "3000", port_desc: "Audacity desktop gui." } - { external_port: "3001", internal_port: "3001", port_desc: "Audacity desktop gui HTTPS." } +# Kasm blurb settings +kasm_blurb: true +show_nvidia: true +external_http_port: "3000" +external_https_port: "3001" +noto_fonts: "fonts-noto-cjk" + # application setup block app_setup_block_enabled: true app_setup_block: | @@ -34,53 +41,6 @@ app_setup_block: | * http://yourhost:3000/ * https://yourhost:3001/ - ### Options in all KasmVNC based GUI containers - - This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxserver/docker-baseimage-kasmvnc) which means there are additional environment variables and run configurations to enable or disable specific functionality. - - #### Optional environment variables - - | Variable | Description | - | :----: | --- | - | CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default 3000. | - | CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default 3001. | - | CUSTOM_USER | HTTP Basic auth username, abc is default. | - | PASSWORD | HTTP Basic auth password, abc is default. If unset there will be no auth | - | SUBFOLDER | Subfolder for the application if running a subfolder reverse proxy, need both slashes IE `/subfolder/` | - | TITLE | The page title displayed on the web browser, default "KasmVNC Client". | - | FM_HOME | This is the home directory (landing) for the file manager, default "/config". | - | START_DOCKER | If set to false a container with privilege will not automatically start the DinD Docker setup. | - | DRINODE | If mounting in /dev/dri for [DRI3 GPU Acceleration](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) allows you to specify the device to use IE `/dev/dri/renderD128` | - | LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` | - | NO_DECOR | If set the application will run without window borders for use as a PWA. | - | NO_FULL | Do not autmatically fullscreen applications when using openbox. | - - #### Optional run configurations - - | Variable | Description | - | :----: | --- | - | `--privileged` | Will start a Docker in Docker (DinD) setup inside the container to use docker in an isolated environment. For increased performance mount the Docker directory inside the container to the host IE `-v /home/user/docker-data:/var/lib/docker`. | - | `-v /var/run/docker.sock:/var/run/docker.sock` | Mount in the host level Docker socket to either interact with it via CLI or use Docker enabled applications. | - | `--device /dev/dri:/dev/dri` | Mount a GPU into the container, this can be used in conjunction with the `DRINODE` environment variable to leverage a host video card for GPU accelerated appplications. Only **Open Source** drivers are supported IE (Intel,AMDGPU,Radeon,ATI,Nouveau) | - - ### Language Support - Internationalization - - The environment variable `LC_ALL` can be used to start this image in a different language than English simply pass for example to launch the Desktop session in French `LC_ALL=fr_FR.UTF-8`. Some languages like Chinese, Japanese, or Korean will be missing fonts needed to render properly known as cjk fonts, but others may exist and not be installed. We only ensure fonts for Latin characters are present. Fonts can be installed with a mod on startup. - - To install cjk fonts on startup as an example pass the environment variables: - - ``` - -e DOCKER_MODS=linuxserver/mods:universal-package-install - -e INSTALL_PACKAGES=fonts-noto-cjk - -e LC_ALL=zh_CN.UTF-8 - ``` - - The web interface has the option for "IME Input Mode" in Settings which will allow non english characters to be used from a non en_US keyboard on the client. Once enabled it will perform the same as a local Linux installation set to your locale. - - ### Lossless mode - - This container is capable of delivering a true lossless image at a high framerate to your web browser by changing the Stream Quality preset to "Lossless", more information [here](https://www.kasmweb.com/docs/latest/how_to/lossless.html#technical-background). In order to use this mode from a non localhost endpoint the HTTPS port on 3001 needs to be used. If using a reverse proxy to port 3000 specific headers will need to be set as outlined [here](https://github.com/linuxserver/docker-baseimage-kasmvnc#lossless). - # changelog changelogs: - { date: "31.10.24:", desc: "Fix artifact name." } From c534e42b1714058c2fa7e0a2048012805b606844 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 9 Nov 2024 20:25:19 +0000 Subject: [PATCH 26/66] Bot Updating Templated Files --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5b0cf61..52313ea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -884,7 +884,7 @@ pipeline { echo '{"tag_name":"'${META_TAG}'",\ "target_commitish": "main",\ "name": "'${META_TAG}'",\ - "body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start + "body": "**CI Report:**\\n\\n'${CI_URL:-N/A}'\\n\\n**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start printf '","draft": false,"prerelease": false}' >> releasebody.json paste -d'\\0' start releasebody.json > releasebody.json.done curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done''' From 2d6293426d93ae0780483343a67b048900b8ac40 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 9 Nov 2024 20:27:35 +0000 Subject: [PATCH 27/66] Bot Updating Templated Files --- .github/CONTRIBUTING.md | 4 ++-- .github/workflows/package_trigger_scheduler.yml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index fd4f11d..7f87225 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -105,10 +105,10 @@ docker build \ -t linuxserver/audacity:latest . ``` -The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static` +The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static` ```bash -docker run --rm --privileged multiarch/qemu-user-static:register --reset +docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset ``` Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`. diff --git a/.github/workflows/package_trigger_scheduler.yml b/.github/workflows/package_trigger_scheduler.yml index 9ff17b0..7e09d03 100644 --- a/.github/workflows/package_trigger_scheduler.yml +++ b/.github/workflows/package_trigger_scheduler.yml @@ -70,13 +70,14 @@ jobs: if [[ -n "${triggered_branches}" ]] || [[ -n "${skipped_branches}" ]]; then if [[ -n "${triggered_branches}" ]]; then NOTIFY_BRANCHES="**Triggered:** ${triggered_branches} \n" + NOTIFY_BUILD_URL="**Build URL:** https://ci.linuxserver.io/blue/organizations/jenkins/Docker-Pipeline-Builders%2Fdocker-audacity/activity/ \n" + echo "**** Package check build(s) triggered for branch(es): ${triggered_branches} ****" fi if [[ -n "${skipped_branches}" ]]; then NOTIFY_BRANCHES="${NOTIFY_BRANCHES}**Skipped:** ${skipped_branches} \n" fi - echo "**** Package check build(s) triggered for branch(es): ${triggered_branches} ****" echo "**** Notifying Discord ****" curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 9802903, - "description": "**Package Check Build(s) Triggered for audacity** \n'"${NOTIFY_BRANCHES}"'**Build URL:** '"https://ci.linuxserver.io/blue/organizations/jenkins/Docker-Pipeline-Builders%2Fdocker-audacity/activity/"' \n"}], + "description": "**Package Check Build(s) for audacity** \n'"${NOTIFY_BRANCHES}"''"${NOTIFY_BUILD_URL}"'"}], "username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }} fi From 5414585f0e4ee54a8a2b9b3ae8ce7a5c57c931e0 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 9 Nov 2024 20:32:05 +0000 Subject: [PATCH 28/66] Bot Updating Package Versions --- package_versions.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 1b31358..1647414 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -8,7 +8,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.8.6 npm +@types/node 22.9.0 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -777,7 +777,7 @@ libmount1 2. libmp3lame0 3.100-6build1 deb libmpc3 1.3.1-1build1 deb libmpfr6 4.2.1-1build1 deb -libmpg123-0t64 1.32.5-1ubuntu1 deb +libmpg123-0t64 1.32.5-1ubuntu1.1 deb libmro-compat-perl 0.15-2 deb libmysofa1 1.3.2+dfsg-2ubuntu2 deb libnamespace-autoclean-perl 0.29-2 deb @@ -803,7 +803,7 @@ libonig5 6. libopenal-data 1:1.23.1-4build1 deb libopenal1 1:1.23.1-4build1 deb libopengl0 1.7.0-1build1 deb -libopenjp2-7 2.5.0-2ubuntu0.1 deb +libopenjp2-7 2.5.0-2ubuntu0.2 deb libopenmpt0t64 0.7.3-1.1build3 deb libopus0 1.4-1build1 deb liborc-0.4-0t64 1:0.4.38-1ubuntu0.1 deb @@ -1072,7 +1072,7 @@ node-xtend 4. nodejs 18.19.1+dfsg-6ubuntu5 deb oauthlib 3.2.2 python object-assign 4.1.1 npm -object-inspect 1.13.2 npm +object-inspect 1.13.3 npm ocl-icd-libopencl1 2.3.2-1build1 deb on-finished 2.4.1 npm openbox 3.6.1-12build5 deb From 96161f5414350f58436519e64c84bace4d798d3e Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 12 Nov 2024 04:50:57 +0000 Subject: [PATCH 29/66] Bot Updating Templated Files --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 33d8682..2c984eb 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,8 @@ To install cjk fonts on startup as an example pass the environment variables (Al ``` -e DOCKER_MODS=linuxserver/mods:universal-package-install --e INSTALL_PACKAGES=fonts-noto-cjk-e LC_ALL=zh_CN.UTF-8 +-e INSTALL_PACKAGES=fonts-noto-cjk +-e LC_ALL=zh_CN.UTF-8 ``` The web interface has the option for "IME Input Mode" in Settings which will allow non english characters to be used from a non en_US keyboard on the client. Once enabled it will perform the same as a local Linux installation set to your locale. @@ -188,10 +189,6 @@ It is possible to install extra packages during container start using [universal - INSTALL_PACKAGES=libfuse2|git|gdb ``` -### Lossless mode - -This container is capable of delivering a true lossless image at a high framerate to your web browser by changing the Stream Quality preset to "Lossless", more information [here](https://www.kasmweb.com/docs/latest/how_to/lossless.html#technical-background). In order to use this mode from a non localhost endpoint the HTTPS port on 3001 needs to be used. If using a reverse proxy to port 3000 specific headers will need to be set as outlined [here](https://github.com/linuxserver/docker-baseimage-kasmvnc#lossless). - ## Usage From bb8ef321edf772f8b23ee2d197b032581a4660ba Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 19 Nov 2024 04:55:00 +0000 Subject: [PATCH 30/66] Bot Updating Package Versions --- package_versions.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 1647414..7c876d0 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -157,8 +157,8 @@ gir1.2-atspi-2.0 2. gir1.2-freedesktop 1.80.1-1 deb gir1.2-freedesktop-dev 1.80.1-1 deb gir1.2-girepository-2.0 1.80.1-1 deb -gir1.2-glib-2.0 2.80.0-6ubuntu3.1 deb -gir1.2-glib-2.0-dev 2.80.0-6ubuntu3.1 deb +gir1.2-glib-2.0 2.80.0-6ubuntu3.2 deb +gir1.2-glib-2.0-dev 2.80.0-6ubuntu3.2 deb gir1.2-packagekitglib-1.0 1.2.8-2build3 deb github.com/AlecAivazis/survey/v2 v2.3.7 go-module github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 go-module @@ -691,15 +691,15 @@ libgdk-pixbuf2.0-common 2. libgfortran5 14.2.0-4ubuntu2~24.04 deb libgif7 5.2.2-1ubuntu1 deb libgirepository-1.0-1 1.80.1-1 deb -libgirepository-2.0-0 2.80.0-6ubuntu3.1 deb +libgirepository-2.0-0 2.80.0-6ubuntu3.2 deb libgl1 1.7.0-1build1 deb libgl1-mesa-dri 24.0.9-0ubuntu0.2 deb libglapi-mesa 24.0.9-0ubuntu0.2 deb -libglib2.0-0t64 2.80.0-6ubuntu3.1 deb -libglib2.0-bin 2.80.0-6ubuntu3.1 deb -libglib2.0-data 2.80.0-6ubuntu3.1 deb -libglib2.0-dev 2.80.0-6ubuntu3.1 deb -libglib2.0-dev-bin 2.80.0-6ubuntu3.1 deb +libglib2.0-0t64 2.80.0-6ubuntu3.2 deb +libglib2.0-bin 2.80.0-6ubuntu3.2 deb +libglib2.0-data 2.80.0-6ubuntu3.2 deb +libglib2.0-dev 2.80.0-6ubuntu3.2 deb +libglib2.0-dev-bin 2.80.0-6ubuntu3.2 deb libglu1-mesa 9.0.2-1.1build1 deb libglvnd0 1.7.0-1build1 deb libglx-mesa0 24.0.9-0ubuntu0.2 deb @@ -1032,7 +1032,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-48.48 deb +linux-libc-dev 6.8.0-49.49 deb locales 2.39-0ubuntu8.3 deb locales-all 2.39-0ubuntu8.3 deb login 1:4.13+dfsg1-4ubuntu3.2 deb From 69cd75c30080896b3d73bfccb355ed948701d1e9 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 26 Nov 2024 04:54:45 +0000 Subject: [PATCH 31/66] Bot Updating Package Versions --- package_versions.txt | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 7c876d0..fd850b6 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -8,7 +8,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.9.0 npm +@types/node 22.9.1 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -64,7 +64,7 @@ color-name 1. concat-map 0.0.1 npm console-setup 1.226ubuntu1 deb console-setup-linux 1.226ubuntu1 deb -containerd.io 1.7.22-1 deb +containerd.io 1.7.23-1 deb content-disposition 0.5.4 npm content-type 1.0.5 npm cookie 0.7.1 npm @@ -89,7 +89,7 @@ cups-filters-core-drivers 2. cups-ipp-utils 2.4.7-1.2ubuntu7.3 deb cups-ppdc 2.4.7-1.2ubuntu7.3 deb cups-server-common 2.4.7-1.2ubuntu7.3 deb -curl 8.5.0-2ubuntu10.4 deb +curl 8.5.0-2ubuntu10.5 deb dario.cat/mergo v1.0.0 go-module (+1 duplicate) dario.cat/mergo v1.0.1 go-module dash 0.5.12-6ubuntu5 deb @@ -151,7 +151,7 @@ fuse3 3. gcc-13-base 13.2.0-23ubuntu4 deb gcc-14-base 14.2.0-4ubuntu2~24.04 deb get-intrinsic 1.2.4 npm -ghostscript 10.02.1~dfsg1-0ubuntu7.3 deb +ghostscript 10.02.1~dfsg1-0ubuntu7.4 deb gir1.2-atk-1.0 2.52.0-1build1 deb gir1.2-atspi-2.0 2.52.0-1build1 deb gir1.2-freedesktop 1.80.1-1 deb @@ -205,11 +205,13 @@ github.com/containerd/cgroups/v3 v3 github.com/containerd/cgroups/v3 v3.0.3 go-module github.com/containerd/console v1.0.3 go-module (+5 duplicates) github.com/containerd/console v1.0.4 go-module (+1 duplicate) -github.com/containerd/containerd v1.7.22 go-module (+6 duplicates) +github.com/containerd/containerd v1.7.22 go-module (+1 duplicate) +github.com/containerd/containerd v1.7.23 go-module (+4 duplicates) github.com/containerd/containerd/api v1.7.19 go-module (+6 duplicates) github.com/containerd/continuity v0.4.2 go-module (+4 duplicates) github.com/containerd/continuity v0.4.3 go-module (+1 duplicate) -github.com/containerd/errdefs v0.1.0 go-module (+6 duplicates) +github.com/containerd/errdefs v0.1.0 go-module (+1 duplicate) +github.com/containerd/errdefs v0.3.0 go-module (+4 duplicates) github.com/containerd/fifo v1.1.0 go-module (+5 duplicates) github.com/containerd/go-cni v1.1.10 go-module github.com/containerd/go-cni v1.1.9 go-module (+1 duplicate) @@ -626,8 +628,8 @@ libcryptsetup12 2: libcups2t64 2.4.7-1.2ubuntu7.3 deb libcupsfilters2-common 2.0.0-0ubuntu7.1 deb libcupsfilters2t64 2.0.0-0ubuntu7.1 deb -libcurl3t64-gnutls 8.5.0-2ubuntu10.4 deb -libcurl4t64 8.5.0-2ubuntu10.4 deb +libcurl3t64-gnutls 8.5.0-2ubuntu10.5 deb +libcurl4t64 8.5.0-2ubuntu10.5 deb libdata-optlist-perl 0.114-1 deb libdatetime-locale-perl 1:1.37-1 deb libdatetime-perl 2:1.65-1build2 deb @@ -710,9 +712,9 @@ libgnutls30t64 3. libgomp1 14.2.0-4ubuntu2~24.04 deb libgpg-error0 1.47-3build2 deb libgraphite2-3 1.3.14-2build1 deb -libgs-common 10.02.1~dfsg1-0ubuntu7.3 deb -libgs10 10.02.1~dfsg1-0ubuntu7.3 deb -libgs10-common 10.02.1~dfsg1-0ubuntu7.3 deb +libgs-common 10.02.1~dfsg1-0ubuntu7.4 deb +libgs10 10.02.1~dfsg1-0ubuntu7.4 deb +libgs10-common 10.02.1~dfsg1-0ubuntu7.4 deb libgsm1 1.0.22-1build1 deb libgssapi-krb5-2 1.20.1-6ubuntu2.1 deb libgstreamer-plugins-base1.0-0 1.24.2-1ubuntu0.1 deb @@ -853,8 +855,8 @@ libpsl5t64 0. libpthread-stubs0-dev 0.4-1build3 deb libpulse0 1:16.1+dfsg1-2ubuntu10 deb libpython3-stdlib 3.12.3-0ubuntu2 deb -libpython3.12-minimal 3.12.3-1ubuntu0.2 deb -libpython3.12-stdlib 3.12.3-1ubuntu0.2 deb +libpython3.12-minimal 3.12.3-1ubuntu0.3 deb +libpython3.12-stdlib 3.12.3-1ubuntu0.3 deb libqpdf29t64 11.9.0-1.1build1 deb librabbitmq4 0.11.0-1build2 deb librav1e0 0.7.1-2 deb @@ -1125,11 +1127,11 @@ python3-packaging 24 python3-pkg-resources 68.1.2-2ubuntu1.1 deb python3-pyparsing 3.1.1-1 deb python3-six 1.16.0-4 deb -python3-software-properties 0.99.48 deb +python3-software-properties 0.99.49.1 deb python3-wadllib 1.3.6-5 deb python3-xdg 0.28-2 deb -python3.12 3.12.3-1ubuntu0.2 deb -python3.12-minimal 3.12.3-1ubuntu0.2 deb +python3.12 3.12.3-1ubuntu0.3 deb +python3.12-minimal 3.12.3-1ubuntu0.3 deb pyxdg 0.28 python qs 6.13.0 npm range-parser 1.2.1 npm @@ -1158,10 +1160,11 @@ six 1. socket.io 4.8.1 npm socket.io-adapter 2.5.5 npm socket.io-parser 4.2.4 npm -software-properties-common 0.99.48 deb +software-properties-common 0.99.49.1 deb ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm -stdlib go1.22.7 go-module (+9 duplicates) +stdlib go1.22.7 go-module (+3 duplicates) +stdlib go1.22.9 go-module (+5 duplicates) streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb supports-color 7.2.0 npm From 96c79e1da4d22a0b82974d8758ce81745e1ce28d Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 3 Dec 2024 04:53:17 +0000 Subject: [PATCH 32/66] Bot Updating Templated Files --- Jenkinsfile | 268 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 176 insertions(+), 92 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 52313ea..8a8a6ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { } // Input to determine if this is a package check parameters { - string(defaultValue: 'false', description: 'package check run', name: 'PACKAGE_CHECK') + string(defaultValue: 'false', description: 'package check run', name: 'PACKAGE_CHECK') } // Configuration for the variables used for this specific repo environment { @@ -191,6 +191,7 @@ pipeline { env.VERSION_TAG = env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER env.META_TAG = env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER env.EXT_RELEASE_TAG = 'version-' + env.EXT_RELEASE_CLEAN + env.BUILDCACHE = 'docker.io/lsiodev/buildcache,registry.gitlab.com/linuxserver.io/docker-jenkins-builder/lsiodev-buildcache,ghcr.io/linuxserver/lsiodev-buildcache,quay.io/linuxserver.io/lsiodev-buildcache' } } } @@ -215,6 +216,7 @@ pipeline { env.META_TAG = env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA env.EXT_RELEASE_TAG = 'version-' + env.EXT_RELEASE_CLEAN env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DEV_DOCKERHUB_IMAGE + '/tags/' + env.BUILDCACHE = 'docker.io/lsiodev/buildcache,registry.gitlab.com/linuxserver.io/docker-jenkins-builder/lsiodev-buildcache,ghcr.io/linuxserver/lsiodev-buildcache,quay.io/linuxserver.io/lsiodev-buildcache' } } } @@ -239,6 +241,7 @@ pipeline { env.EXT_RELEASE_TAG = 'version-' + env.EXT_RELEASE_CLEAN env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/pull/' + env.PULL_REQUEST env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.PR_DOCKERHUB_IMAGE + '/tags/' + env.BUILDCACHE = 'docker.io/lsiodev/buildcache,registry.gitlab.com/linuxserver.io/docker-jenkins-builder/lsiodev-buildcache,ghcr.io/linuxserver/lsiodev-buildcache,quay.io/linuxserver.io/lsiodev-buildcache' } } } @@ -335,6 +338,35 @@ pipeline { else echo "No templates to delete" fi + echo "Starting Stage 2.5 - Update init diagram" + if ! grep -q 'init_diagram:' readme-vars.yml; then + echo "Adding the key 'init_diagram' to readme-vars.yml" + sed -i '\\|^#.*changelog.*$|d' readme-vars.yml + sed -i 's|^changelogs:|# init diagram\\ninit_diagram:\\n\\n# changelog\\nchangelogs:|' readme-vars.yml + fi + mkdir -p ${TEMPDIR}/d2 + docker run --rm -v ${TEMPDIR}/d2:/output -e PUID=$(id -u) -e PGID=$(id -g) -e RAW="true" ghcr.io/linuxserver/d2-builder:latest ${CONTAINER_NAME}:latest + ls -al ${TEMPDIR}/d2 + yq -ei ".init_diagram |= load_str(\\"${TEMPDIR}/d2/${CONTAINER_NAME}-latest.d2\\")" readme-vars.yml + if [[ $(md5sum readme-vars.yml | cut -c1-8) != $(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/readme-vars.yml | cut -c1-8) ]]; then + echo "'init_diagram' has been updated. Updating repo and exiting build, new one will trigger based on commit." + mkdir -p ${TEMPDIR}/repo + git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/repo/${LS_REPO} + cd ${TEMPDIR}/repo/${LS_REPO} + git checkout -f main + cp ${WORKSPACE}/readme-vars.yml ${TEMPDIR}/repo/${LS_REPO}/readme-vars.yml + git add readme-vars.yml + git commit -m 'Bot Updating Templated Files' + git pull https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git main + git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git main + echo "true" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER} + echo "Updating templates and exiting build, new one will trigger based on commit" + rm -Rf ${TEMPDIR} + exit 0 + else + echo "false" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER} + echo "Init diagram is unchanged" + fi echo "Starting Stage 3 - Update templates" CURRENTHASH=$(grep -hs ^ ${TEMPLATED_FILES} | md5sum | cut -c1-8) cd ${TEMPDIR}/docker-${CONTAINER_NAME} @@ -543,8 +575,40 @@ pipeline { --label \"org.opencontainers.image.title=Audacity\" \ --label \"org.opencontainers.image.description=[Audacity](https://www.audacityteam.org/) is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source.\" \ --no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \ - --provenance=false --sbom=false \ + --provenance=false --sbom=false --builder=container --load \ --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." + sh '''#! /bin/bash + set -e + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + docker tag ${IMAGE}:${META_TAG} ${i}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} + done + ''' + withCredentials([ + [ + $class: 'UsernamePasswordMultiBinding', + credentialsId: 'Quay.io-Robot', + usernameVariable: 'QUAYUSER', + passwordVariable: 'QUAYPASS' + ] + ]) { + retry_backoff(5,5) { + sh '''#! /bin/bash + set -e + echo $DOCKERHUB_TOKEN | docker login -u linuxserverci --password-stdin + echo $GITHUB_TOKEN | docker login ghcr.io -u LinuxServer-CI --password-stdin + echo $GITLAB_TOKEN | docker login registry.gitlab.com -u LinuxServer.io --password-stdin + echo $QUAYPASS | docker login quay.io -u $QUAYUSER --password-stdin + if [[ "${PACKAGE_CHECK}" != "true" ]]; then + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + docker push ${i}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} & + done + wait + fi + ''' + } + } } } // Build MultiArch Docker containers for push to LS Repo @@ -575,8 +639,40 @@ pipeline { --label \"org.opencontainers.image.title=Audacity\" \ --label \"org.opencontainers.image.description=[Audacity](https://www.audacityteam.org/) is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source.\" \ --no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \ - --provenance=false --sbom=false \ + --provenance=false --sbom=false --builder=container --load \ --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." + sh '''#! /bin/bash + set -e + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + docker tag ${IMAGE}:amd64-${META_TAG} ${i}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} + done + ''' + withCredentials([ + [ + $class: 'UsernamePasswordMultiBinding', + credentialsId: 'Quay.io-Robot', + usernameVariable: 'QUAYUSER', + passwordVariable: 'QUAYPASS' + ] + ]) { + retry_backoff(5,5) { + sh '''#! /bin/bash + set -e + echo $DOCKERHUB_TOKEN | docker login -u linuxserverci --password-stdin + echo $GITHUB_TOKEN | docker login ghcr.io -u LinuxServer-CI --password-stdin + echo $GITLAB_TOKEN | docker login registry.gitlab.com -u LinuxServer.io --password-stdin + echo $QUAYPASS | docker login quay.io -u $QUAYUSER --password-stdin + if [[ "${PACKAGE_CHECK}" != "true" ]]; then + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + docker push ${i}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} & + done + wait + fi + ''' + } + } } } stage('Build ARM64') { @@ -585,10 +681,6 @@ pipeline { } steps { echo "Running on node: ${NODE_NAME}" - echo 'Logging into Github' - sh '''#! /bin/bash - echo $GITHUB_TOKEN | docker login ghcr.io -u LinuxServer-CI --password-stdin - ''' sh "sed -r -i 's|(^FROM .*)|\\1\\n\\nENV LSIO_FIRST_PARTY=true|g' Dockerfile.aarch64" sh "docker buildx build \ --label \"org.opencontainers.image.created=${GITHUB_DATE}\" \ @@ -604,18 +696,47 @@ pipeline { --label \"org.opencontainers.image.title=Audacity\" \ --label \"org.opencontainers.image.description=[Audacity](https://www.audacityteam.org/) is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source.\" \ --no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \ - --provenance=false --sbom=false \ + --provenance=false --sbom=false --builder=container --load \ --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." - sh "docker tag ${IMAGE}:arm64v8-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}" - retry_backoff(5,5) { - sh "docker push ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}" + sh '''#! /bin/bash + set -e + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + docker tag ${IMAGE}:arm64v8-${META_TAG} ${i}:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} + done + ''' + withCredentials([ + [ + $class: 'UsernamePasswordMultiBinding', + credentialsId: 'Quay.io-Robot', + usernameVariable: 'QUAYUSER', + passwordVariable: 'QUAYPASS' + ] + ]) { + retry_backoff(5,5) { + sh '''#! /bin/bash + set -e + echo $DOCKERHUB_TOKEN | docker login -u linuxserverci --password-stdin + echo $GITHUB_TOKEN | docker login ghcr.io -u LinuxServer-CI --password-stdin + echo $GITLAB_TOKEN | docker login registry.gitlab.com -u LinuxServer.io --password-stdin + echo $QUAYPASS | docker login quay.io -u $QUAYUSER --password-stdin + if [[ "${PACKAGE_CHECK}" != "true" ]]; then + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + docker push ${i}:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} & + done + wait + fi + ''' + } } sh '''#! /bin/bash containers=$(docker ps -aq) if [[ -n "${containers}" ]]; then docker stop ${containers} fi - docker system prune -af --volumes || : ''' + docker system prune -af --volumes || : + ''' } } } @@ -765,37 +886,23 @@ pipeline { environment name: 'EXIT_STATUS', value: '' } steps { - withCredentials([ - [ - $class: 'UsernamePasswordMultiBinding', - credentialsId: 'Quay.io-Robot', - usernameVariable: 'QUAYUSER', - passwordVariable: 'QUAYPASS' - ] - ]) { - retry_backoff(5,5) { - sh '''#! /bin/bash - set -e - echo $DOCKERHUB_TOKEN | docker login -u linuxserverci --password-stdin - echo $GITHUB_TOKEN | docker login ghcr.io -u LinuxServer-CI --password-stdin - echo $GITLAB_TOKEN | docker login registry.gitlab.com -u LinuxServer.io --password-stdin - echo $QUAYPASS | docker login quay.io -u $QUAYUSER --password-stdin - for PUSHIMAGE in "${GITHUBIMAGE}" "${GITLABIMAGE}" "${QUAYIMAGE}" "${IMAGE}"; do - docker tag ${IMAGE}:${META_TAG} ${PUSHIMAGE}:${META_TAG} - docker tag ${PUSHIMAGE}:${META_TAG} ${PUSHIMAGE}:latest - docker tag ${PUSHIMAGE}:${META_TAG} ${PUSHIMAGE}:${EXT_RELEASE_TAG} - if [ -n "${SEMVER}" ]; then - docker tag ${PUSHIMAGE}:${META_TAG} ${PUSHIMAGE}:${SEMVER} - fi - docker push ${PUSHIMAGE}:latest - docker push ${PUSHIMAGE}:${META_TAG} - docker push ${PUSHIMAGE}:${EXT_RELEASE_TAG} - if [ -n "${SEMVER}" ]; then - docker push ${PUSHIMAGE}:${SEMVER} - fi + retry_backoff(5,5) { + sh '''#! /bin/bash + set -e + for PUSHIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do + [[ ${PUSHIMAGE%%/*} =~ \\. ]] && PUSHIMAGEPLUS="${PUSHIMAGE}" || PUSHIMAGEPLUS="docker.io/${PUSHIMAGE}" + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + if [[ "${PUSHIMAGEPLUS}" == "$(cut -d "/" -f1 <<< ${i})"* ]]; then + CACHEIMAGE=${i} + fi done - ''' - } + docker buildx imagetools create --prefer-index=false -t ${PUSHIMAGE}:${META_TAG} -t ${PUSHIMAGE}:latest -t ${PUSHIMAGE}:${EXT_RELEASE_TAG} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} + if [ -n "${SEMVER}" ]; then + docker buildx imagetools create --prefer-index=false -t ${PUSHIMAGE}:${SEMVER} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} + fi + done + ''' } } } @@ -806,57 +913,34 @@ pipeline { environment name: 'EXIT_STATUS', value: '' } steps { - withCredentials([ - [ - $class: 'UsernamePasswordMultiBinding', - credentialsId: 'Quay.io-Robot', - usernameVariable: 'QUAYUSER', - passwordVariable: 'QUAYPASS' - ] - ]) { - retry_backoff(5,5) { - sh '''#! /bin/bash - set -e - echo $DOCKERHUB_TOKEN | docker login -u linuxserverci --password-stdin - echo $GITHUB_TOKEN | docker login ghcr.io -u LinuxServer-CI --password-stdin - echo $GITLAB_TOKEN | docker login registry.gitlab.com -u LinuxServer.io --password-stdin - echo $QUAYPASS | docker login quay.io -u $QUAYUSER --password-stdin - if [ "${CI}" == "false" ]; then - docker pull ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} --platform=arm64 - docker tag ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} ${IMAGE}:arm64v8-${META_TAG} + retry_backoff(5,5) { + sh '''#! /bin/bash + set -e + for MANIFESTIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do + [[ ${MANIFESTIMAGE%%/*} =~ \\. ]] && MANIFESTIMAGEPLUS="${MANIFESTIMAGE}" || MANIFESTIMAGEPLUS="docker.io/${MANIFESTIMAGE}" + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + if [[ "${MANIFESTIMAGEPLUS}" == "$(cut -d "/" -f1 <<< ${i})"* ]]; then + CACHEIMAGE=${i} + fi + done + docker buildx imagetools create --prefer-index=false -t ${MANIFESTIMAGE}:amd64-${META_TAG} -t ${MANIFESTIMAGE}:amd64-latest -t ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} + docker buildx imagetools create --prefer-index=false -t ${MANIFESTIMAGE}:arm64v8-${META_TAG} -t ${MANIFESTIMAGE}:arm64v8-latest -t ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG} ${CACHEIMAGE}:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} + if [ -n "${SEMVER}" ]; then + docker buildx imagetools create --prefer-index=false -t ${MANIFESTIMAGE}:amd64-${SEMVER} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} + docker buildx imagetools create --prefer-index=false -t ${MANIFESTIMAGE}:arm64v8-${SEMVER} ${CACHEIMAGE}:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} fi - for MANIFESTIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do - docker tag ${IMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:amd64-${META_TAG} - docker tag ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:amd64-latest - docker tag ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG} - docker tag ${IMAGE}:arm64v8-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${META_TAG} - docker tag ${MANIFESTIMAGE}:arm64v8-${META_TAG} ${MANIFESTIMAGE}:arm64v8-latest - docker tag ${MANIFESTIMAGE}:arm64v8-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG} - if [ -n "${SEMVER}" ]; then - docker tag ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:amd64-${SEMVER} - docker tag ${MANIFESTIMAGE}:arm64v8-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${SEMVER} - fi - docker push ${MANIFESTIMAGE}:amd64-${META_TAG} - docker push ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG} - docker push ${MANIFESTIMAGE}:amd64-latest - docker push ${MANIFESTIMAGE}:arm64v8-${META_TAG} - docker push ${MANIFESTIMAGE}:arm64v8-latest - docker push ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG} - if [ -n "${SEMVER}" ]; then - docker push ${MANIFESTIMAGE}:amd64-${SEMVER} - docker push ${MANIFESTIMAGE}:arm64v8-${SEMVER} - fi - done - for MANIFESTIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do - docker buildx imagetools create -t ${MANIFESTIMAGE}:latest ${MANIFESTIMAGE}:amd64-latest ${MANIFESTIMAGE}:arm64v8-latest - docker buildx imagetools create -t ${MANIFESTIMAGE}:${META_TAG} ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${META_TAG} - docker buildx imagetools create -t ${MANIFESTIMAGE}:${EXT_RELEASE_TAG} ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG} ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG} - if [ -n "${SEMVER}" ]; then - docker buildx imagetools create -t ${MANIFESTIMAGE}:${SEMVER} ${MANIFESTIMAGE}:amd64-${SEMVER} ${MANIFESTIMAGE}:arm64v8-${SEMVER} - fi - done - ''' - } + done + for MANIFESTIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do + docker buildx imagetools create -t ${MANIFESTIMAGE}:latest ${MANIFESTIMAGE}:amd64-latest ${MANIFESTIMAGE}:arm64v8-latest + docker buildx imagetools create -t ${MANIFESTIMAGE}:${META_TAG} ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${META_TAG} + + docker buildx imagetools create -t ${MANIFESTIMAGE}:${EXT_RELEASE_TAG} ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG} ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG} + if [ -n "${SEMVER}" ]; then + docker buildx imagetools create -t ${MANIFESTIMAGE}:${SEMVER} ${MANIFESTIMAGE}:amd64-${SEMVER} ${MANIFESTIMAGE}:arm64v8-${SEMVER} + fi + done + ''' } } } From d85270c6ce500dd3f7f8da8b6da1018892a00292 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 3 Dec 2024 04:54:35 +0000 Subject: [PATCH 33/66] Bot Updating Templated Files --- readme-vars.yml | 92 +++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 74 insertions(+), 18 deletions(-) diff --git a/readme-vars.yml b/readme-vars.yml index 2626c44..824efc7 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -7,32 +7,27 @@ project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/ma project_blurb: "[Audacity]({{ project_url }}) is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source." project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" project_blurb_optional_extras_enabled: false - # supported architectures available_architectures: - - { arch: "{{ arch_x86_64 }}", tag: "latest"} - + - {arch: "{{ arch_x86_64 }}", tag: "latest"} # development version development_versions: false - # container parameters common_param_env_vars_enabled: true param_container_name: "{{ project_name }}" param_usage_include_vols: true param_volumes: - - { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Users home directory in the container, stores program settings and images" } + - {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Users home directory in the container, stores program settings and images"} param_usage_include_ports: true param_ports: - - { external_port: "3000", internal_port: "3000", port_desc: "Audacity desktop gui." } - - { external_port: "3001", internal_port: "3001", port_desc: "Audacity desktop gui HTTPS." } - + - {external_port: "3000", internal_port: "3000", port_desc: "Audacity desktop gui."} + - {external_port: "3001", internal_port: "3001", port_desc: "Audacity desktop gui HTTPS."} # Kasm blurb settings kasm_blurb: true show_nvidia: true external_http_port: "3000" external_https_port: "3001" noto_fonts: "fonts-noto-cjk" - # application setup block app_setup_block_enabled: true app_setup_block: | @@ -40,14 +35,75 @@ app_setup_block: | * http://yourhost:3000/ * https://yourhost:3001/ - +# init diagram +init_diagram: | + "audacity:latest": { + docker-mods + base { + fix-attr +\nlegacy cont-init + } + docker-mods -> base + legacy-services + custom services + init-services -> legacy-services + init-services -> custom services + custom services -> legacy-services + legacy-services -> ci-service-check + init-migrations -> init-adduser + init-kasmvnc-end -> init-config + init-os-end -> init-config + init-config -> init-config-end + init-os-end -> init-crontab-config + init-mods-end -> init-custom-files + base -> init-envfile + init-os-end -> init-kasmvnc + init-nginx -> init-kasmvnc-config + init-video -> init-kasmvnc-end + base -> init-migrations + base -> init-mods + init-config-end -> init-mods + init-mods -> init-mods-end + init-mods-package-install -> init-mods-end + init-mods -> init-mods-package-install + init-kasmvnc -> init-nginx + base -> init-os-end + init-adduser -> init-os-end + init-envfile -> init-os-end + init-migrations -> init-os-end + init-custom-files -> init-services + init-mods-end -> init-services + init-kasmvnc-config -> init-video + init-services -> svc-cron + svc-cron -> legacy-services + init-services -> svc-de + svc-nginx -> svc-de + svc-de -> legacy-services + init-services -> svc-docker + svc-de -> svc-docker + svc-docker -> legacy-services + init-services -> svc-kasmvnc + svc-pulseaudio -> svc-kasmvnc + svc-kasmvnc -> legacy-services + init-services -> svc-kclient + svc-kasmvnc -> svc-kclient + svc-kclient -> legacy-services + init-services -> svc-nginx + svc-kclient -> svc-nginx + svc-nginx -> legacy-services + init-services -> svc-pulseaudio + svc-pulseaudio -> legacy-services + } + Base Images: { + "baseimage-kasmvnc:ubuntunoble" <- "baseimage-ubuntu:noble" + } + "audacity:latest" <- Base Images # changelog changelogs: - - { date: "31.10.24:", desc: "Fix artifact name." } - - { date: "19.08.24:", desc: "Rebase to noble." } - - { date: "10.02.24:", desc: "Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage." } - - { date: "05.05.23:", desc: "Start Audacity in full screen." } - - { date: "18.03.23:", desc: "Rebase to KasmVNC base image." } - - { date: "13.12.22:", desc: "Rebase to Jammy." } - - { date: "14.09.21:", desc: "Use the official appimage, switch to single arch (x86_64). Armhf and aarch64 users can remain on version 3.0.2 but there won't be further updates." } - - { date: "07.04.21:", desc: "Initial release." } + - {date: "31.10.24:", desc: "Fix artifact name."} + - {date: "19.08.24:", desc: "Rebase to noble."} + - {date: "10.02.24:", desc: "Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage."} + - {date: "05.05.23:", desc: "Start Audacity in full screen."} + - {date: "18.03.23:", desc: "Rebase to KasmVNC base image."} + - {date: "13.12.22:", desc: "Rebase to Jammy."} + - {date: "14.09.21:", desc: "Use the official appimage, switch to single arch (x86_64). Armhf and aarch64 users can remain on version 3.0.2 but there won't be further updates."} + - {date: "07.04.21:", desc: "Initial release."} From 71de96139d2e4c5a59fc72a3af379dcf4bcc57bf Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 3 Dec 2024 04:56:11 +0000 Subject: [PATCH 34/66] Bot Updating Templated Files --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c984eb..84e9f29 100644 --- a/README.md +++ b/README.md @@ -189,11 +189,13 @@ It is possible to install extra packages during container start using [universal - INSTALL_PACKAGES=libfuse2|git|gdb ``` - ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. +>[!NOTE] +>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided. + ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose)) ```yaml @@ -235,8 +237,8 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `-p 3000` | Audacity desktop gui. | -| `-p 3001` | Audacity desktop gui HTTPS. | +| `-p 3000:3000` | Audacity desktop gui. | +| `-p 3001:3001` | Audacity desktop gui HTTPS. | | `-e PUID=1000` | for UserID - see below for explanation | | `-e PGID=1000` | for GroupID - see below for explanation | | `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | From 2fa0735921580a2441957be06bfb052488f28c6b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 10 Dec 2024 04:53:05 +0000 Subject: [PATCH 35/66] Bot Updating Templated Files --- readme-vars.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/readme-vars.yml b/readme-vars.yml index 824efc7..0db849e 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -53,25 +53,21 @@ init_diagram: | init-kasmvnc-end -> init-config init-os-end -> init-config init-config -> init-config-end - init-os-end -> init-crontab-config + init-crontab-config -> init-config-end + init-config -> init-crontab-config init-mods-end -> init-custom-files base -> init-envfile init-os-end -> init-kasmvnc init-nginx -> init-kasmvnc-config init-video -> init-kasmvnc-end base -> init-migrations - base -> init-mods init-config-end -> init-mods - init-mods -> init-mods-end init-mods-package-install -> init-mods-end init-mods -> init-mods-package-install init-kasmvnc -> init-nginx - base -> init-os-end init-adduser -> init-os-end init-envfile -> init-os-end - init-migrations -> init-os-end init-custom-files -> init-services - init-mods-end -> init-services init-kasmvnc-config -> init-video init-services -> svc-cron svc-cron -> legacy-services From e8b895a5b57e6a5265b26fa9c5a8cc38d071fb15 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 10 Dec 2024 04:54:48 +0000 Subject: [PATCH 36/66] Bot Updating Templated Files --- .github/workflows/external_trigger.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/external_trigger.yml b/.github/workflows/external_trigger.yml index 4138778..5dbcc61 100644 --- a/.github/workflows/external_trigger.yml +++ b/.github/workflows/external_trigger.yml @@ -43,11 +43,12 @@ jobs: token=$(curl -sX GET \ "https://ghcr.io/token?scope=repository%3Alinuxserver%2Faudacity%3Apull" \ | jq -r '.token') - digest=$(curl -s \ - --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \ - --header "Authorization: Bearer ${token}" \ - "https://ghcr.io/v2/${image}/manifests/${tag}" \ - | jq -r '.config.digest') + digest=$(curl -s \ + --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \ + --header "Accept: application/vnd.oci.image.manifest.v1+json" \ + --header "Authorization: Bearer ${token}" \ + "https://ghcr.io/v2/${image}/manifests/${tag}" \ + | jq -r '.config.digest') image_info=$(curl -sL \ --header "Authorization: Bearer ${token}" \ "https://ghcr.io/v2/${image}/blobs/${digest}") From e4477467a2e3cc6bcbe639f29413492864d4a2be Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 12 Dec 2024 08:59:34 +0000 Subject: [PATCH 37/66] Bot Updating Package Versions --- package_versions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_versions.txt b/package_versions.txt index fd850b6..577a5bc 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -1034,7 +1034,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-49.49 deb +linux-libc-dev 6.8.0-50.51 deb locales 2.39-0ubuntu8.3 deb locales-all 2.39-0ubuntu8.3 deb login 1:4.13+dfsg1-4ubuntu3.2 deb From 438beda60a16e47846e0cc35b7500529c006c44c Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 17 Dec 2024 04:52:41 +0000 Subject: [PATCH 38/66] Bot Updating Templated Files --- Jenkinsfile | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8a8a6ac..00708ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -575,7 +575,7 @@ pipeline { --label \"org.opencontainers.image.title=Audacity\" \ --label \"org.opencontainers.image.description=[Audacity](https://www.audacityteam.org/) is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source.\" \ --no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \ - --provenance=false --sbom=false --builder=container --load \ + --provenance=true --sbom=true --builder=container --load \ --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." sh '''#! /bin/bash set -e @@ -604,7 +604,9 @@ pipeline { for i in "${CACHE[@]}"; do docker push ${i}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} & done - wait + for p in $(jobs -p); do + wait "$p" || { echo "job $p failed" >&2; exit 1; } + done fi ''' } @@ -639,7 +641,7 @@ pipeline { --label \"org.opencontainers.image.title=Audacity\" \ --label \"org.opencontainers.image.description=[Audacity](https://www.audacityteam.org/) is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source.\" \ --no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \ - --provenance=false --sbom=false --builder=container --load \ + --provenance=true --sbom=true --builder=container --load \ --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." sh '''#! /bin/bash set -e @@ -668,7 +670,9 @@ pipeline { for i in "${CACHE[@]}"; do docker push ${i}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} & done - wait + for p in $(jobs -p); do + wait "$p" || { echo "job $p failed" >&2; exit 1; } + done fi ''' } @@ -696,7 +700,7 @@ pipeline { --label \"org.opencontainers.image.title=Audacity\" \ --label \"org.opencontainers.image.description=[Audacity](https://www.audacityteam.org/) is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source.\" \ --no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \ - --provenance=false --sbom=false --builder=container --load \ + --provenance=true --sbom=true --builder=container --load \ --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." sh '''#! /bin/bash set -e @@ -725,7 +729,9 @@ pipeline { for i in "${CACHE[@]}"; do docker push ${i}:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} & done - wait + for p in $(jobs -p); do + wait "$p" || { echo "job $p failed" >&2; exit 1; } + done fi ''' } From 91b15678f9d696ebade6e0979dbc6915eb832ede Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 17 Dec 2024 04:54:42 +0000 Subject: [PATCH 39/66] Bot Updating Templated Files --- .github/workflows/external_trigger.yml | 33 ++++++++++++++++--- .../workflows/package_trigger_scheduler.yml | 27 ++++++++++++--- README.md | 4 +-- 3 files changed, 52 insertions(+), 12 deletions(-) diff --git a/.github/workflows/external_trigger.yml b/.github/workflows/external_trigger.yml index 5dbcc61..840c17c 100644 --- a/.github/workflows/external_trigger.yml +++ b/.github/workflows/external_trigger.yml @@ -43,12 +43,35 @@ jobs: token=$(curl -sX GET \ "https://ghcr.io/token?scope=repository%3Alinuxserver%2Faudacity%3Apull" \ | jq -r '.token') - digest=$(curl -s \ + multidigest=$(curl -s \ --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \ - --header "Accept: application/vnd.oci.image.manifest.v1+json" \ + --header "Accept: application/vnd.oci.image.index.v1+json" \ --header "Authorization: Bearer ${token}" \ - "https://ghcr.io/v2/${image}/manifests/${tag}" \ - | jq -r '.config.digest') + "https://ghcr.io/v2/${image}/manifests/${tag}") + if jq -e '.layers // empty' <<< "${multidigest}" >/dev/null 2>&1; then + # If there's a layer element it's a single-arch manifest so just get that digest + digest=$(jq -r '.config.digest' <<< "${multidigest}") + else + # Otherwise it's multi-arch or has manifest annotations + if jq -e '.manifests[]?.annotations // empty' <<< "${multidigest}" >/dev/null 2>&1; then + # Check for manifest annotations and delete if found + multidigest=$(jq 'del(.manifests[] | select(.annotations))' <<< "${multidigest}") + fi + if [[ $(jq '.manifests | length' <<< "${multidigest}") -gt 1 ]]; then + # If there's still more than one digest, it's multi-arch + multidigest=$(jq -r ".manifests[] | select(.platform.architecture == \"amd64\").digest?" <<< "${multidigest}") + else + # Otherwise it's single arch + multidigest=$(jq -r ".manifests[].digest?" <<< "${multidigest}") + fi + if digest=$(curl -s \ + --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \ + --header "Accept: application/vnd.oci.image.manifest.v1+json" \ + --header "Authorization: Bearer ${token}" \ + "https://ghcr.io/v2/${image}/manifests/${multidigest}"); then + digest=$(jq -r '.config.digest' <<< "${digest}"); + fi + fi image_info=$(curl -sL \ --header "Authorization: Bearer ${token}" \ "https://ghcr.io/v2/${image}/blobs/${digest}") @@ -86,7 +109,7 @@ jobs: else printf "\n## Trigger new build\n\n" >> $GITHUB_STEP_SUMMARY echo "New version \`${EXT_RELEASE}\` found; old version was \`${IMAGE_VERSION}\`. Triggering new build" >> $GITHUB_STEP_SUMMARY - if "${artifacts_found}" == "true" ]]; then + if [[ "${artifacts_found}" == "true" ]]; then echo "All artifacts seem to be uploaded." >> $GITHUB_STEP_SUMMARY fi response=$(curl -iX POST \ diff --git a/.github/workflows/package_trigger_scheduler.yml b/.github/workflows/package_trigger_scheduler.yml index 7e09d03..071b97b 100644 --- a/.github/workflows/package_trigger_scheduler.yml +++ b/.github/workflows/package_trigger_scheduler.yml @@ -27,9 +27,18 @@ jobs: fi printf "\n## Evaluating \`%s\`\n\n" ${br} >> $GITHUB_STEP_SUMMARY JENKINS_VARS=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/jenkins-vars.yml) - if [[ "${br}" == $(yq -r '.ls_branch' <<< "${JENKINS_VARS}") ]]; then + if ! curl -sfX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/Jenkinsfile >/dev/null 2>&1; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> No Jenkinsfile found. Branch is either deprecated or is an early dev branch." >> $GITHUB_STEP_SUMMARY + skipped_branches="${skipped_branches}${br} " + elif [[ "${br}" == $(yq -r '.ls_branch' <<< "${JENKINS_VARS}") ]]; then echo "Branch appears to be live; checking workflow." >> $GITHUB_STEP_SUMMARY - if [[ $(yq -r '.skip_package_check' <<< "${JENKINS_VARS}") == "true" ]]; then + README_VARS=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-audacity/${br}/readme-vars.yml) + if [[ $(yq -r '.project_deprecation_status' <<< "${README_VARS}") == "true" ]]; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Branch appears to be deprecated; skipping trigger." >> $GITHUB_STEP_SUMMARY + skipped_branches="${skipped_branches}${br} " + elif [[ $(yq -r '.skip_package_check' <<< "${JENKINS_VARS}") == "true" ]]; then echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY echo "> Skipping branch ${br} due to \`skip_package_check\` being set in \`jenkins-vars.yml\`." >> $GITHUB_STEP_SUMMARY skipped_branches="${skipped_branches}${br} " @@ -37,7 +46,7 @@ jobs: echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY echo "> Github organizational variable \`SKIP_PACKAGE_TRIGGER\` contains \`audacity_${br}\`; skipping trigger." >> $GITHUB_STEP_SUMMARY skipped_branches="${skipped_branches}${br} " - elif [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/${br}/lastBuild/api/json | jq -r '.building') == "true" ]; then + elif [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/${br}/lastBuild/api/json | jq -r '.building' 2>/dev/null) == "true" ]; then echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY echo "> There already seems to be an active build on Jenkins; skipping package trigger for ${br}" >> $GITHUB_STEP_SUMMARY skipped_branches="${skipped_branches}${br} " @@ -49,6 +58,11 @@ jobs: response=$(curl -iX POST \ https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/${br}/buildWithParameters?PACKAGE_CHECK=true \ --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|") + if [[ -z "${response}" ]]; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Jenkins build could not be triggered. Skipping branch." + continue + fi echo "Jenkins [job queue url](${response%$'\r'})" >> $GITHUB_STEP_SUMMARY echo "Sleeping 10 seconds until job starts" >> $GITHUB_STEP_SUMMARY sleep 10 @@ -56,11 +70,14 @@ jobs: buildurl="${buildurl%$'\r'}" echo "Jenkins job [build url](${buildurl})" >> $GITHUB_STEP_SUMMARY echo "Attempting to change the Jenkins job description" >> $GITHUB_STEP_SUMMARY - curl -iX POST \ + if ! curl -ifX POST \ "${buildurl}submitDescription" \ --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} \ --data-urlencode "description=GHA package trigger https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \ - --data-urlencode "Submit=Submit" + --data-urlencode "Submit=Submit"; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Unable to change the Jenkins job description." + fi sleep 20 fi else diff --git a/README.md b/README.md index 84e9f29..6c44377 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ To install cjk fonts on startup as an example pass the environment variables (Al The web interface has the option for "IME Input Mode" in Settings which will allow non english characters to be used from a non en_US keyboard on the client. Once enabled it will perform the same as a local Linux installation set to your locale. -### DRI3 GPU Acceleration +### DRI3 GPU Acceleration (KasmVNC interface) For accelerated apps or games, render devices can be mounted into the container and leveraged by applications using: @@ -134,7 +134,7 @@ This feature only supports **Open Source** GPU drivers: The `DRINODE` environment variable can be used to point to a specific GPU. Up to date information can be found [here](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) -### Nvidia GPU Support +### Nvidia GPU Support (KasmVNC interface) **Nvidia support is not compatible with Alpine based images as Alpine lacks Nvidia drivers** From 3aa0da4bf58b45ef3a5c27329c62761b42b51e81 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 17 Dec 2024 05:00:21 +0000 Subject: [PATCH 40/66] Bot Updating Package Versions --- package_versions.txt | 243 +++++++++++++++++++++++-------------------- 1 file changed, 128 insertions(+), 115 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 577a5bc..ac9facc 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -8,7 +8,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.9.1 npm +@types/node 22.10.2 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -51,7 +51,9 @@ bsdutils 1: busboy 1.6.0 npm bytes 3.1.2 npm ca-certificates 20240203 deb -call-bind 1.0.7 npm +call-bind 1.0.8 npm +call-bind-apply-helpers 1.0.1 npm +call-bound 1.0.2 npm catatonit 0.1.7-1 deb chalk 4.1.2 npm cjs-module-lexer 1.2.3 npm @@ -64,7 +66,7 @@ color-name 1. concat-map 0.0.1 npm console-setup 1.226ubuntu1 deb console-setup-linux 1.226ubuntu1 deb -containerd.io 1.7.23-1 deb +containerd.io 1.7.24-1 deb content-disposition 0.5.4 npm content-type 1.0.5 npm cookie 0.7.1 npm @@ -73,8 +75,8 @@ cookie-signature 1. coreutils 9.4-3ubuntu6 deb cors 2.8.5 npm cpp 4:13.2.0-7ubuntu1 deb -cpp-13 13.2.0-23ubuntu4 deb -cpp-13-x86-64-linux-gnu 13.2.0-23ubuntu4 deb +cpp-13 13.3.0-6ubuntu2~24.04 deb +cpp-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04 deb cpp-x86-64-linux-gnu 4:13.2.0-7ubuntu1 deb cron 3.0pl1-184ubuntu2 deb cron-daemon-common 3.0pl1-184ubuntu2 deb @@ -113,10 +115,11 @@ diffutils 1: dirmngr 2.4.4-2ubuntu17 deb distro 1.9.0 python distro-info-data 0.60ubuntu0.2 deb -docker-ce 5:27.3.1-1~ubuntu.24.04~noble deb -docker-ce-cli 5:27.3.1-1~ubuntu.24.04~noble deb -docker-compose-plugin 2.29.7-1~ubuntu.24.04~noble deb +docker-ce 5:27.4.0-1~ubuntu.24.04~noble deb +docker-ce-cli 5:27.4.0-1~ubuntu.24.04~noble deb +docker-compose-plugin 2.31.0-1~ubuntu.24.04~noble deb dpkg 1.22.6ubuntu6.1 deb +dunder-proto 1.0.0 npm dunst 1.9.2-1build2 deb e2fsprogs 1.47.0-2.4~exp1ubuntu4.1 deb ee-first 1.1.1 npm @@ -126,11 +129,12 @@ encodeurl 2. engine.io 6.6.2 npm engine.io-parser 5.2.3 npm engine.io-parser UNKNOWN npm (+1 duplicate) -es-define-property 1.0.0 npm +es-define-property 1.0.1 npm es-errors 1.3.0 npm +es-object-atoms 1.0.0 npm escape-html 1.0.3 npm etag 1.8.1 npm -express 4.21.1 npm +express 4.21.2 npm ffmpeg 7:6.1.1-3ubuntu5 deb file 1:5.45-3build1 deb file-uri-to-path 1.0.0 npm @@ -148,9 +152,9 @@ fresh 0. function-bind 1.1.2 npm fuse-overlayfs 1.13-1 deb fuse3 3.14.0-5build1 deb -gcc-13-base 13.2.0-23ubuntu4 deb +gcc-13-base 13.3.0-6ubuntu2~24.04 deb gcc-14-base 14.2.0-4ubuntu2~24.04 deb -get-intrinsic 1.2.4 npm +get-intrinsic 1.2.6 npm ghostscript 10.02.1~dfsg1-0ubuntu7.4 deb gir1.2-atk-1.0 2.52.0-1build1 deb gir1.2-atspi-2.0 2.52.0-1build1 deb @@ -159,7 +163,7 @@ gir1.2-freedesktop-dev 1. gir1.2-girepository-2.0 1.80.1-1 deb gir1.2-glib-2.0 2.80.0-6ubuntu3.2 deb gir1.2-glib-2.0-dev 2.80.0-6ubuntu3.2 deb -gir1.2-packagekitglib-1.0 1.2.8-2build3 deb +gir1.2-packagekitglib-1.0 1.2.8-2ubuntu1 deb github.com/AlecAivazis/survey/v2 v2.3.7 go-module github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 go-module github.com/Masterminds/semver/v3 v3.2.1 go-module @@ -190,28 +194,28 @@ github.com/bits-and-blooms/bitset v1 github.com/blang/semver/v4 v4.0.0 go-module github.com/buger/goterm v1.0.4 go-module github.com/cenkalti/backoff/v4 v4.2.1 go-module (+2 duplicates) -github.com/cespare/xxhash/v2 v2.2.0 go-module (+2 duplicates) -github.com/checkpoint-restore/go-criu/v5 v5.3.0 go-module +github.com/cespare/xxhash/v2 v2.2.0 go-module +github.com/cespare/xxhash/v2 v2.3.0 go-module (+1 duplicate) +github.com/checkpoint-restore/go-criu/v6 v6.3.0 go-module github.com/cilium/ebpf v0.12.3 go-module -github.com/cilium/ebpf v0.7.0 go-module +github.com/cilium/ebpf v0.16.0 go-module github.com/cilium/ebpf v0.9.1 go-module (+3 duplicates) github.com/cloudflare/cfssl v1.6.4 go-module -github.com/compose-spec/compose-go/v2 v2.2.0 go-module +github.com/compose-spec/compose-go/v2 v2.4.5 go-module github.com/container-storage-interface/spec v1.5.0 go-module github.com/containerd/aufs v1.0.0 go-module github.com/containerd/btrfs/v2 v2.0.0 go-module github.com/containerd/cgroups v1.1.0 go-module (+1 duplicate) github.com/containerd/cgroups/v3 v3.0.2 go-module (+3 duplicates) github.com/containerd/cgroups/v3 v3.0.3 go-module -github.com/containerd/console v1.0.3 go-module (+5 duplicates) -github.com/containerd/console v1.0.4 go-module (+1 duplicate) -github.com/containerd/containerd v1.7.22 go-module (+1 duplicate) -github.com/containerd/containerd v1.7.23 go-module (+4 duplicates) +github.com/containerd/console v1.0.3 go-module (+4 duplicates) +github.com/containerd/console v1.0.4 go-module (+2 duplicates) +github.com/containerd/containerd v1.7.24 go-module (+6 duplicates) github.com/containerd/containerd/api v1.7.19 go-module (+6 duplicates) github.com/containerd/continuity v0.4.2 go-module (+4 duplicates) -github.com/containerd/continuity v0.4.3 go-module (+1 duplicate) -github.com/containerd/errdefs v0.1.0 go-module (+1 duplicate) -github.com/containerd/errdefs v0.3.0 go-module (+4 duplicates) +github.com/containerd/continuity v0.4.4 go-module +github.com/containerd/continuity v0.4.5 go-module +github.com/containerd/errdefs v0.3.0 go-module (+6 duplicates) github.com/containerd/fifo v1.1.0 go-module (+5 duplicates) github.com/containerd/go-cni v1.1.10 go-module github.com/containerd/go-cni v1.1.9 go-module (+1 duplicate) @@ -225,36 +229,35 @@ github.com/containerd/stargz-snapshotter/estargz v0 github.com/containerd/ttrpc v1.2.5 go-module (+6 duplicates) github.com/containerd/typeurl v1.0.2 go-module github.com/containerd/typeurl/v2 v2.1.1 go-module (+4 duplicates) -github.com/containerd/typeurl/v2 v2.2.0 go-module (+1 duplicate) +github.com/containerd/typeurl/v2 v2.2.0 go-module +github.com/containerd/typeurl/v2 v2.2.3 go-module github.com/containerd/zfs v1.1.0 go-module github.com/containernetworking/cni v1.1.2 go-module (+1 duplicate) github.com/containernetworking/cni v1.2.2 go-module github.com/containernetworking/plugins v1.2.0 go-module github.com/containernetworking/plugins v1.4.0 go-module github.com/containers/ocicrypt v1.1.10 go-module -github.com/coreos/go-systemd/v22 v22.3.2 go-module -github.com/coreos/go-systemd/v22 v22.5.0 go-module (+4 duplicates) -github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d go-module -github.com/cyphar/filepath-securejoin v0.2.4 go-module (+1 duplicate) +github.com/coreos/go-systemd/v22 v22.5.0 go-module (+5 duplicates) +github.com/cyphar/filepath-securejoin v0.2.4 go-module +github.com/cyphar/filepath-securejoin v0.3.4 go-module github.com/davecgh/go-spew v1.1.1 go-module (+2 duplicates) github.com/deckarep/golang-set/v2 v2.3.0 go-module github.com/dimchansky/utfbom v1.1.1 go-module github.com/distribution/reference v0.6.0 go-module (+3 duplicates) -github.com/docker/buildx v0.17.1 go-module -github.com/docker/cli v27.3.0-rc.2+incompatible go-module +github.com/docker/buildx v0.18.0 go-module +github.com/docker/cli v27.4.0-rc.2+incompatible go-module github.com/docker/cli-docs-tool v0.8.0 go-module -github.com/docker/cli/cmd/docker v27.3.1 go-module -github.com/docker/compose/v2 v2.29.7 go-module +github.com/docker/cli/cmd/docker v27.4.0 go-module +github.com/docker/compose/v2 v2.31.0 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) -github.com/docker/docker v27.3.0-rc.2+incompatible go-module -github.com/docker/docker v27.3.1 go-module (+1 duplicate) +github.com/docker/docker v27.4.0 go-module (+1 duplicate) +github.com/docker/docker v27.4.0-rc.2+incompatible go-module github.com/docker/docker-credential-helpers v0.8.2 go-module github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go-module (+4 duplicates) github.com/docker/go-metrics v0.0.1 go-module (+2 duplicates) -github.com/docker/go-units v0.4.0 go-module -github.com/docker/go-units v0.5.0 go-module (+5 duplicates) +github.com/docker/go-units v0.5.0 go-module (+6 duplicates) github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 go-module github.com/dustin/go-humanize v1.0.0 go-module github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 go-module @@ -274,12 +277,10 @@ github.com/go-openapi/jsonpointer v0 github.com/go-openapi/jsonreference v0.20.2 go-module github.com/go-openapi/swag v0.22.3 go-module github.com/go-viper/mapstructure/v2 v2.0.0 go-module -github.com/godbus/dbus/v5 v5.0.6 go-module -github.com/godbus/dbus/v5 v5.1.0 go-module (+4 duplicates) +github.com/godbus/dbus/v5 v5.1.0 go-module (+5 duplicates) github.com/gofrs/flock v0.12.1 go-module (+1 duplicate) -github.com/gogo/googleapis v1.4.1 go-module (+1 duplicate) github.com/gogo/protobuf v1.3.2 go-module (+6 duplicates) -github.com/golang-jwt/jwt/v4 v4.5.0 go-module +github.com/golang-jwt/jwt/v5 v5.2.1 go-module github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 go-module github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go-module github.com/golang/protobuf v1.5.4 go-module (+6 duplicates) @@ -322,7 +323,7 @@ github.com/josharian/intern v1 github.com/json-iterator/go v1.1.12 go-module (+1 duplicate) github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go-module github.com/klauspost/compress v1.16.7 go-module (+3 duplicates) -github.com/klauspost/compress v1.17.9 go-module (+1 duplicate) +github.com/klauspost/compress v1.17.11 go-module (+1 duplicate) github.com/klauspost/cpuid/v2 v2.0.4 go-module (+1 duplicate) github.com/mailru/easyjson v0.7.7 go-module github.com/mattn/go-colorable v0.1.13 go-module @@ -339,25 +340,27 @@ github.com/mitchellh/copystructure v1 github.com/mitchellh/hashstructure/v2 v2.0.2 go-module (+1 duplicate) github.com/mitchellh/mapstructure v1.5.0 go-module github.com/mitchellh/reflectwalk v1.0.2 go-module -github.com/moby/buildkit v0.16.0 go-module (+1 duplicate) +github.com/moby/buildkit v0.17.2 go-module +github.com/moby/buildkit v0.17.3 go-module github.com/moby/docker-image-spec v1.3.1 go-module (+1 duplicate) github.com/moby/ipvs v1.1.0 go-module github.com/moby/locker v1.0.1 go-module (+3 duplicates) github.com/moby/patternmatcher v0.6.0 go-module (+1 duplicate) github.com/moby/pubsub v1.0.0 go-module github.com/moby/spdystream v0.2.0 go-module (+1 duplicate) -github.com/moby/swarmkit/v2 v2.0.0-20240611172349-ea1a7cec35cb go-module +github.com/moby/swarmkit/v2 v2.0.0-20241017191044-e8ecf83ee08e go-module +github.com/moby/sys/capability v0.4.0 go-module github.com/moby/sys/mount v0.3.4 go-module -github.com/moby/sys/mountinfo v0.5.0 go-module github.com/moby/sys/mountinfo v0.6.2 go-module (+4 duplicates) +github.com/moby/sys/mountinfo v0.7.1 go-module github.com/moby/sys/mountinfo v0.7.2 go-module (+1 duplicate) github.com/moby/sys/sequential v0.6.0 go-module (+1 duplicate) github.com/moby/sys/signal v0.7.0 go-module (+1 duplicate) github.com/moby/sys/signal v0.7.1 go-module (+1 duplicate) -github.com/moby/sys/symlink v0.2.0 go-module -github.com/moby/sys/symlink v0.3.0 go-module (+1 duplicate) -github.com/moby/sys/user v0.3.0 go-module (+5 duplicates) -github.com/moby/sys/userns v0.1.0 go-module (+6 duplicates) +github.com/moby/sys/symlink v0.2.0 go-module (+1 duplicate) +github.com/moby/sys/symlink v0.3.0 go-module +github.com/moby/sys/user v0.3.0 go-module (+6 duplicates) +github.com/moby/sys/userns v0.1.0 go-module (+7 duplicates) github.com/moby/term v0.5.0 go-module (+1 duplicate) github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go-module (+1 duplicate) github.com/modern-go/reflect2 v1.0.2 go-module (+1 duplicate) @@ -368,17 +371,16 @@ github.com/mxk/go-flowrate v0 github.com/opencontainers/go-digest v1.0.0 go-module (+5 duplicates) github.com/opencontainers/image-spec v1.1.0 go-module (+5 duplicates) github.com/opencontainers/runc v1.1.14 go-module -github.com/opencontainers/runc v1.1.14-0-g2c9f560 go-module -github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 go-module +github.com/opencontainers/runc v1.2.2-0-g7cb3632 go-module github.com/opencontainers/runtime-spec v1.1.0 go-module (+4 duplicates) -github.com/opencontainers/runtime-spec v1.2.0 go-module +github.com/opencontainers/runtime-spec v1.2.0 go-module (+1 duplicate) github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 go-module (+1 duplicate) -github.com/opencontainers/selinux v1.10.0 go-module -github.com/opencontainers/selinux v1.11.0 go-module (+2 duplicates) +github.com/opencontainers/selinux v1.11.0 go-module (+3 duplicates) github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170 go-module github.com/pelletier/go-toml v1.9.5 go-module (+3 duplicates) github.com/philhofer/fwd v1.1.2 go-module github.com/pkg/errors v0.9.1 go-module (+6 duplicates) +github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 go-module (+1 duplicate) github.com/pmezard/go-difflib v1.0.0 go-module (+1 duplicate) github.com/prometheus/client_golang v1.14.0 go-module github.com/prometheus/client_golang v1.17.0 go-module (+1 duplicate) @@ -391,34 +393,33 @@ github.com/prometheus/procfs v0 github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc go-module github.com/rivo/uniseg v0.2.0 go-module github.com/rootless-containers/rootlesskit/v2 v2.0.2 go-module -github.com/russross/blackfriday/v2 v2.0.1 go-module github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 go-module -github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 go-module +github.com/seccomp/libseccomp-golang v0.10.0 go-module github.com/secure-systems-lab/go-securesystemslib v0.4.0 go-module (+1 duplicate) github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b go-module github.com/shibumi/go-pathspec v1.3.0 go-module (+1 duplicate) -github.com/shurcooL/sanitized_anchor_name v1.0.0 go-module -github.com/sirupsen/logrus v1.8.1 go-module -github.com/sirupsen/logrus v1.9.3 go-module (+7 duplicates) +github.com/sirupsen/logrus v1.9.3 go-module (+8 duplicates) github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 go-module github.com/spdx/tools-golang v0.5.3 go-module github.com/spf13/cobra v1.8.1 go-module (+1 duplicate) github.com/spf13/pflag v1.0.5 go-module (+2 duplicates) github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 go-module -github.com/stretchr/testify v1.9.0 go-module (+1 duplicate) +github.com/stretchr/testify v1.10.0 go-module +github.com/stretchr/testify v1.9.0 go-module github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 go-module (+2 duplicates) github.com/tchap/go-patricia/v2 v2.3.1 go-module github.com/theupdateframework/notary v0.7.0 go-module github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go-module github.com/tinylib/msgp v1.1.8 go-module -github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c go-module (+1 duplicate) -github.com/tonistiigi/go-actions-cache v0.0.0-20240327122527-58651d5e11d6 go-module +github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 go-module (+1 duplicate) +github.com/tonistiigi/fsutil v0.0.0-20241028165955-397af5306b5c go-module (+1 duplicate) +github.com/tonistiigi/go-actions-cache v0.0.0-20241108014124-394979b8119e go-module github.com/tonistiigi/go-archvariant v1.0.0 go-module github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 go-module (+1 duplicate) github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go-module (+1 duplicate) github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab go-module -github.com/urfave/cli v1.22.1 go-module github.com/urfave/cli v1.22.12 go-module (+1 duplicate) +github.com/urfave/cli v1.22.14 go-module github.com/vbatts/tar-split v0.11.5 go-module github.com/vishvananda/netlink v1.1.0 go-module github.com/vishvananda/netlink v1.2.1-beta.2 go-module (+1 duplicate) @@ -437,7 +438,8 @@ glib-networking-services 2. gnupg 2.4.4-2ubuntu17 deb gnupg-l10n 2.4.4-2ubuntu17 deb gnupg-utils 2.4.4-2ubuntu17 deb -go.etcd.io/bbolt v1.3.10 go-module (+1 duplicate) +go.etcd.io/bbolt v1.3.10 go-module +go.etcd.io/bbolt v1.3.11 go-module go.etcd.io/etcd/client/pkg/v3 v3.5.6 go-module go.etcd.io/etcd/pkg/v3 v3.5.6 go-module go.etcd.io/etcd/raft/v3 v3.5.6 go-module @@ -463,42 +465,49 @@ go.opentelemetry.io/otel/sdk/metric v1 go.opentelemetry.io/otel/trace v1.21.0 go-module (+3 duplicates) go.opentelemetry.io/proto/otlp v1.0.0 go-module (+2 duplicates) go.uber.org/atomic v1.9.0 go-module -go.uber.org/mock v0.4.0 go-module +go.uber.org/mock v0.5.0 go-module go.uber.org/multierr v1.8.0 go-module go.uber.org/zap v1.21.0 go-module golang.org/x/crypto v0.21.0 go-module -golang.org/x/crypto v0.26.0 go-module (+1 duplicate) -golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 go-module (+1 duplicate) +golang.org/x/crypto v0.27.0 go-module (+1 duplicate) +golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 go-module +golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go-module (+1 duplicate) golang.org/x/mod v0.12.0 go-module -golang.org/x/mod v0.20.0 go-module +golang.org/x/mod v0.21.0 go-module golang.org/x/net v0.23.0 go-module (+2 duplicates) golang.org/x/net v0.24.0 go-module -golang.org/x/net v0.28.0 go-module (+1 duplicate) +golang.org/x/net v0.29.0 go-module (+1 duplicate) golang.org/x/oauth2 v0.11.0 go-module -golang.org/x/oauth2 v0.22.0 go-module (+1 duplicate) +golang.org/x/oauth2 v0.22.0 go-module +golang.org/x/oauth2 v0.23.0 go-module golang.org/x/sync v0.5.0 go-module (+4 duplicates) -golang.org/x/sync v0.8.0 go-module (+1 duplicate) +golang.org/x/sync v0.8.0 go-module +golang.org/x/sync v0.9.0 go-module golang.org/x/sys v0.18.0 go-module (+4 duplicates) -golang.org/x/sys v0.19.0 go-module -golang.org/x/sys v0.24.0 go-module (+1 duplicate) -golang.org/x/sys v0.25.0 go-module +golang.org/x/sys v0.22.0 go-module +golang.org/x/sys v0.26.0 go-module (+1 duplicate) +golang.org/x/sys v0.27.0 go-module golang.org/x/term v0.18.0 go-module -golang.org/x/term v0.23.0 go-module +golang.org/x/term v0.24.0 go-module golang.org/x/text v0.14.0 go-module (+2 duplicates) -golang.org/x/text v0.17.0 go-module (+1 duplicate) +golang.org/x/text v0.18.0 go-module (+1 duplicate) golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 go-module golang.org/x/time v0.6.0 go-module (+1 duplicate) google.golang.org/api v0.155.0 go-module google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 go-module (+4 duplicates) google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 go-module (+1 duplicate) google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f go-module -google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 go-module (+1 duplicate) +google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 go-module +google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 go-module google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 go-module (+4 duplicates) -google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 go-module (+1 duplicate) +google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 go-module +google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 go-module google.golang.org/grpc v1.59.0 go-module (+4 duplicates) -google.golang.org/grpc v1.62.0 go-module (+1 duplicate) -google.golang.org/protobuf v1.33.0 go-module (+7 duplicates) -gopd 1.0.1 npm +google.golang.org/grpc v1.66.3 go-module +google.golang.org/grpc v1.68.0 go-module +google.golang.org/protobuf v1.33.0 go-module (+5 duplicates) +google.golang.org/protobuf v1.35.1 go-module (+1 duplicate) +gopd 1.2.0 npm gopkg.in/cenkalti/backoff.v1 v1.1.0 go-module gopkg.in/inf.v0 v0.9.1 go-module (+2 duplicates) gopkg.in/yaml.v2 v2.4.0 go-module (+3 duplicates) @@ -515,8 +524,7 @@ gsettings-desktop-schemas 46 gzip 1.12-1ubuntu3 deb has-flag 4.0.0 npm has-property-descriptors 1.0.2 npm -has-proto 1.0.3 npm -has-symbols 1.0.3 npm +has-symbols 1.1.0 npm hasown 2.0.2 npm hostname 3.23+nmu2ubuntu2 deb http-errors 2.0.0 npm @@ -550,11 +558,11 @@ kbd 2. kclient 0.4.1 npm keyboard-configuration 1.226ubuntu1 deb keyboxd 2.4.4-2ubuntu17 deb -krb5-locales 1.20.1-6ubuntu2.1 deb +krb5-locales 1.20.1-6ubuntu2.2 deb launchpadlib 1.11.0 python lazr-restfulclient 0.14.6 python lazr-uri 1.0.6 python -libacl1 2.3.2-1build1 deb +libacl1 2.3.2-1build1.1 deb libalgorithm-c3-perl 0.11-2 deb libaom3 3.8.2-2ubuntu0.1 deb libapparmor1 4.0.1really4.0.1-0ubuntu0.24.04.3 deb @@ -575,8 +583,8 @@ libatk1.0-doc 2. libatspi2.0-0t64 2.52.0-1build1 deb libatspi2.0-dev 2.52.0-1build1 deb libattr1 1:2.5.2-1build1 deb -libaudit-common 1:3.1.2-2.1build1 deb -libaudit1 1:3.1.2-2.1build1 deb +libaudit-common 1:3.1.2-2.1build1.1 deb +libaudit1 1:3.1.2-2.1build1.1 deb libavahi-client3 0.8-13ubuntu6 deb libavahi-common-data 0.8-13ubuntu6 deb libavahi-common3 0.8-13ubuntu6 deb @@ -658,14 +666,14 @@ libduktape207 2. libdw1t64 0.190-1.1build4 deb libdynaloader-functions-perl 0.003-3 deb libedit2 3.1-20230828-1build1 deb -libegl-mesa0 24.0.9-0ubuntu0.2 deb +libegl-mesa0 24.0.9-0ubuntu0.3 deb libegl1 1.7.0-1build1 deb libelf1t64 0.190-1.1build4 deb libepoxy0 1.5.10-1build1 deb libeval-closure-perl 0.14-3 deb libexception-class-perl 1.45-1 deb libexif12 0.6.24-1build2 deb -libexpat1 2.6.1-2ubuntu0.1 deb +libexpat1 2.6.1-2ubuntu0.2 deb libexporter-tiny-perl 1.006002-1 deb libext2fs2t64 1.47.0-2.4~exp1ubuntu4.1 deb libfdisk1 2.39.3-9ubuntu6.1 deb @@ -682,7 +690,7 @@ libfontenc1 1: libfreetype6 2.13.2+dfsg-1build3 deb libfribidi0 1.0.13-3build1 deb libfuse3-3 3.14.0-5build1 deb -libgbm1 24.0.9-0ubuntu0.2 deb +libgbm1 24.0.9-0ubuntu0.3 deb libgcc-s1 14.2.0-4ubuntu2~24.04 deb libgcrypt20 1.10.3-2build1 deb libgd3 2.3.3-9ubuntu5 deb @@ -695,8 +703,8 @@ libgif7 5. libgirepository-1.0-1 1.80.1-1 deb libgirepository-2.0-0 2.80.0-6ubuntu3.2 deb libgl1 1.7.0-1build1 deb -libgl1-mesa-dri 24.0.9-0ubuntu0.2 deb -libglapi-mesa 24.0.9-0ubuntu0.2 deb +libgl1-mesa-dri 24.0.9-0ubuntu0.3 deb +libglapi-mesa 24.0.9-0ubuntu0.3 deb libglib2.0-0t64 2.80.0-6ubuntu3.2 deb libglib2.0-bin 2.80.0-6ubuntu3.2 deb libglib2.0-data 2.80.0-6ubuntu3.2 deb @@ -704,7 +712,7 @@ libglib2.0-dev 2. libglib2.0-dev-bin 2.80.0-6ubuntu3.2 deb libglu1-mesa 9.0.2-1.1build1 deb libglvnd0 1.7.0-1build1 deb -libglx-mesa0 24.0.9-0ubuntu0.2 deb +libglx-mesa0 24.0.9-0ubuntu0.3 deb libglx0 1.7.0-1build1 deb libgme0 0.6.3-7build1 deb libgmp10 2:6.3.0+dfsg-2ubuntu6 deb @@ -716,7 +724,7 @@ libgs-common 10 libgs10 10.02.1~dfsg1-0ubuntu7.4 deb libgs10-common 10.02.1~dfsg1-0ubuntu7.4 deb libgsm1 1.0.22-1build1 deb -libgssapi-krb5-2 1.20.1-6ubuntu2.1 deb +libgssapi-krb5-2 1.20.1-6ubuntu2.2 deb libgstreamer-plugins-base1.0-0 1.24.2-1ubuntu0.1 deb libgstreamer1.0-0 1.24.2-1 deb libharfbuzz0b 8.3.0-2build2 deb @@ -748,16 +756,16 @@ libjson-c5 0. libjson-glib-1.0-0 1.8.0-2build2 deb libjson-glib-1.0-common 1.8.0-2build2 deb libjxl0.7 0.7.0-10.2ubuntu6 deb -libk5crypto3 1.20.1-6ubuntu2.1 deb +libk5crypto3 1.20.1-6ubuntu2.2 deb libkeyutils1 1.6.3-3build1 deb libkmod2 31+20240202-2ubuntu7 deb -libkrb5-3 1.20.1-6ubuntu2.1 deb -libkrb5support0 1.20.1-6ubuntu2.1 deb +libkrb5-3 1.20.1-6ubuntu2.2 deb +libkrb5support0 1.20.1-6ubuntu2.2 deb libksba8 1.6.6-1build1 deb liblapack3 3.12.0-3build1.1 deb liblcms2-2 2.14-2build1 deb -libldap-common 2.6.7+dfsg-1~exp1ubuntu8 deb -libldap2 2.6.7+dfsg-1~exp1ubuntu8 deb +libldap-common 2.6.7+dfsg-1~exp1ubuntu8.1 deb +libldap2 2.6.7+dfsg-1~exp1ubuntu8.1 deb liblerc4 4.0.0+ds-4ubuntu2 deb liblilv-0-0 0.24.22-1build1 deb liblist-moreutils-perl 0.430-2 deb @@ -811,7 +819,7 @@ libopus0 1. liborc-0.4-0t64 1:0.4.38-1ubuntu0.1 deb libp11-kit0 0.25.3-4ubuntu2.1 deb libpackage-stash-perl 0.40-1 deb -libpackagekit-glib2-18 1.2.8-2build3 deb +libpackagekit-glib2-18 1.2.8-2ubuntu1 deb libpam-modules 1.5.3-5ubuntu5.1 deb libpam-modules-bin 1.5.3-5ubuntu5.1 deb libpam-runtime 1.5.3-5ubuntu5.1 deb @@ -894,12 +902,12 @@ libsndfile1 1. libsndio7.0 1.9.0-0.3build3 deb libsodium23 1.0.18-1build3 deb libsord-0-0 0.16.16-2build1 deb -libsoup-3.0-0 3.4.4-5build2 deb -libsoup-3.0-common 3.4.4-5build2 deb +libsoup-3.0-0 3.4.4-5ubuntu0.1 deb +libsoup-3.0-common 3.4.4-5ubuntu0.1 deb libsoxr0 0.1.3-4build3 deb libspecio-perl 0.48-1 deb libspectre1 0.2.12-1build2 deb -libspeex1 1.2.1-2ubuntu2 deb +libspeex1 1.2.1-2ubuntu2.24.04.1 deb libspeexdsp1 1.2.1-1ubuntu3 deb libsphinxbase3t64 0.8+5prealpha+1-17build2 deb libsqlite3-0 3.45.1-1ubuntu2 deb @@ -1034,7 +1042,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-50.51 deb +linux-libc-dev 6.8.0-51.52 deb locales 2.39-0ubuntu8.3 deb locales-all 2.39-0ubuntu8.3 deb login 1:4.13+dfsg1-4ubuntu3.2 deb @@ -1043,12 +1051,13 @@ lsb-release 12 man-db 2.12.0-4build2 deb manpages 6.7-2 deb manpages-dev 6.7-2 deb +math-intrinsics 1.0.0 npm mawk 1.3.4.20240123-1build1 deb media-typer 0.3.0 npm media-types 10.1.0 deb merge-descriptors 1.0.3 npm -mesa-va-drivers 24.0.9-0ubuntu0.2 deb -mesa-vulkan-drivers 24.0.9-0ubuntu0.2 deb +mesa-va-drivers 24.0.9-0ubuntu0.3 deb +mesa-vulkan-drivers 24.0.9-0ubuntu0.3 deb methods 1.1.2 npm mime 1.6.0 npm mime-db 1.52.0 npm @@ -1080,11 +1089,11 @@ on-finished 2. openbox 3.6.1-12build5 deb openssh-client 1:9.6p1-3ubuntu13.5 deb openssl 3.0.13-0ubuntu3.4 deb -packagekit 1.2.8-2build3 deb +packagekit 1.2.8-2ubuntu1 deb packaging 24.0 python parseurl 1.3.3 npm passwd 1:4.13+dfsg1-4ubuntu3.2 deb -path-to-regexp 0.1.10 npm +path-to-regexp 0.1.12 npm pci.ids 0.0~2024.03.31-1 deb pciutils 1:3.10.0-2build1 deb perl 5.38.2-3.2build2 deb @@ -1137,7 +1146,7 @@ qs 6. range-parser 1.2.1 npm raw-body 2.5.2 npm readline-common 8.2-4build1 deb -resenje.org/singleflight v0.4.1 go-module +resenje.org/singleflight v0.4.3 go-module rpcsvc-proto 1.4.2-0ubuntu7 deb safe-buffer 5.2.1 npm safer-buffer 2.1.2 npm @@ -1150,7 +1159,10 @@ set-function-length 1. setprototypeof 1.2.0 npm sgml-base 1.31 deb shared-mime-info 2.4-4 deb -side-channel 1.0.6 npm +side-channel 1.1.0 npm +side-channel-list 1.0.0 npm +side-channel-map 1.0.1 npm +side-channel-weakmap 1.0.2 npm sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go-module sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go-module sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go-module @@ -1163,7 +1175,7 @@ socket.io-parser 4. software-properties-common 0.99.49.1 deb ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm -stdlib go1.22.7 go-module (+3 duplicates) +stdlib go1.22.10 go-module (+3 duplicates) stdlib go1.22.9 go-module (+5 duplicates) streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb @@ -1172,9 +1184,10 @@ systemd 25 systemd-dev 255.4-1ubuntu8.4 deb systemd-sysv 255.4-1ubuntu8.4 deb sysvinit-utils 3.08-6ubuntu3 deb -tags.cncf.io/container-device-interface v0.7.2 go-module (+1 duplicate) -tags.cncf.io/container-device-interface v0.8.0 go-module -tags.cncf.io/container-device-interface/specs-go v0.7.0 go-module (+1 duplicate) +tags.cncf.io/container-device-interface v0.7.2 go-module +tags.cncf.io/container-device-interface v0.8.0 go-module (+1 duplicate) +tags.cncf.io/container-device-interface/specs-go v0.7.0 go-module +tags.cncf.io/container-device-interface/specs-go v0.8.0 go-module tar 1.35+dfsg-3build1 deb toidentifier 1.0.1 npm type-is 1.6.18 npm @@ -1183,7 +1196,7 @@ ubuntu-keyring 20 ucf 3.0043+nmu1 deb udev 255.4-1ubuntu8.4 deb undici 5.26.3 npm -undici-types 6.19.8 npm +undici-types 6.20.0 npm unpipe 1.0.0 npm util-linux 2.39.3-9ubuntu6.1 deb utils-merge 1.0.1 npm From d3d62eff7da85bd596042fa51e1256aff2e5da31 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 24 Dec 2024 04:58:35 +0000 Subject: [PATCH 41/66] Bot Updating Package Versions --- package_versions.txt | 133 ++++++++++++++++++++++++------------------- 1 file changed, 75 insertions(+), 58 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index ac9facc..3595411 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -51,9 +51,8 @@ bsdutils 1: busboy 1.6.0 npm bytes 3.1.2 npm ca-certificates 20240203 deb -call-bind 1.0.8 npm call-bind-apply-helpers 1.0.1 npm -call-bound 1.0.2 npm +call-bound 1.0.3 npm catatonit 0.1.7-1 deb chalk 4.1.2 npm cjs-module-lexer 1.2.3 npm @@ -91,7 +90,7 @@ cups-filters-core-drivers 2. cups-ipp-utils 2.4.7-1.2ubuntu7.3 deb cups-ppdc 2.4.7-1.2ubuntu7.3 deb cups-server-common 2.4.7-1.2ubuntu7.3 deb -curl 8.5.0-2ubuntu10.5 deb +curl 8.5.0-2ubuntu10.6 deb dario.cat/mergo v1.0.0 go-module (+1 duplicate) dario.cat/mergo v1.0.1 go-module dash 0.5.12-6ubuntu5 deb @@ -108,18 +107,17 @@ debconf 1. debianutils 5.17build1 deb debug 2.6.9 npm debug 4.3.7 npm (+3 duplicates) -define-data-property 1.1.4 npm depd 2.0.0 npm destroy 1.2.0 npm diffutils 1:3.10-1build1 deb dirmngr 2.4.4-2ubuntu17 deb distro 1.9.0 python distro-info-data 0.60ubuntu0.2 deb -docker-ce 5:27.4.0-1~ubuntu.24.04~noble deb -docker-ce-cli 5:27.4.0-1~ubuntu.24.04~noble deb -docker-compose-plugin 2.31.0-1~ubuntu.24.04~noble deb +docker-ce 5:27.4.1-1~ubuntu.24.04~noble deb +docker-ce-cli 5:27.4.1-1~ubuntu.24.04~noble deb +docker-compose-plugin 2.32.1-1~ubuntu.24.04~noble deb dpkg 1.22.6ubuntu6.1 deb -dunder-proto 1.0.0 npm +dunder-proto 1.0.1 npm dunst 1.9.2-1build2 deb e2fsprogs 1.47.0-2.4~exp1ubuntu4.1 deb ee-first 1.1.1 npm @@ -163,7 +161,7 @@ gir1.2-freedesktop-dev 1. gir1.2-girepository-2.0 1.80.1-1 deb gir1.2-glib-2.0 2.80.0-6ubuntu3.2 deb gir1.2-glib-2.0-dev 2.80.0-6ubuntu3.2 deb -gir1.2-packagekitglib-1.0 1.2.8-2ubuntu1 deb +gir1.2-packagekitglib-1.0 1.2.8-2ubuntu1.1 deb github.com/AlecAivazis/survey/v2 v2.3.7 go-module github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 go-module github.com/Masterminds/semver/v3 v3.2.1 go-module @@ -193,7 +191,8 @@ github.com/beorn7/perks v1 github.com/bits-and-blooms/bitset v1.13.0 go-module github.com/blang/semver/v4 v4.0.0 go-module github.com/buger/goterm v1.0.4 go-module -github.com/cenkalti/backoff/v4 v4.2.1 go-module (+2 duplicates) +github.com/cenkalti/backoff/v4 v4.2.1 go-module (+1 duplicate) +github.com/cenkalti/backoff/v4 v4.3.0 go-module github.com/cespare/xxhash/v2 v2.2.0 go-module github.com/cespare/xxhash/v2 v2.3.0 go-module (+1 duplicate) github.com/checkpoint-restore/go-criu/v6 v6.3.0 go-module @@ -201,7 +200,7 @@ github.com/cilium/ebpf v0 github.com/cilium/ebpf v0.16.0 go-module github.com/cilium/ebpf v0.9.1 go-module (+3 duplicates) github.com/cloudflare/cfssl v1.6.4 go-module -github.com/compose-spec/compose-go/v2 v2.4.5 go-module +github.com/compose-spec/compose-go/v2 v2.4.6 go-module github.com/container-storage-interface/spec v1.5.0 go-module github.com/containerd/aufs v1.0.0 go-module github.com/containerd/btrfs/v2 v2.0.0 go-module @@ -213,8 +212,7 @@ github.com/containerd/console v1 github.com/containerd/containerd v1.7.24 go-module (+6 duplicates) github.com/containerd/containerd/api v1.7.19 go-module (+6 duplicates) github.com/containerd/continuity v0.4.2 go-module (+4 duplicates) -github.com/containerd/continuity v0.4.4 go-module -github.com/containerd/continuity v0.4.5 go-module +github.com/containerd/continuity v0.4.5 go-module (+1 duplicate) github.com/containerd/errdefs v0.3.0 go-module (+6 duplicates) github.com/containerd/fifo v1.1.0 go-module (+5 duplicates) github.com/containerd/go-cni v1.1.10 go-module @@ -229,8 +227,7 @@ github.com/containerd/stargz-snapshotter/estargz v0 github.com/containerd/ttrpc v1.2.5 go-module (+6 duplicates) github.com/containerd/typeurl v1.0.2 go-module github.com/containerd/typeurl/v2 v2.1.1 go-module (+4 duplicates) -github.com/containerd/typeurl/v2 v2.2.0 go-module -github.com/containerd/typeurl/v2 v2.2.3 go-module +github.com/containerd/typeurl/v2 v2.2.3 go-module (+1 duplicate) github.com/containerd/zfs v1.1.0 go-module github.com/containernetworking/cni v1.1.2 go-module (+1 duplicate) github.com/containernetworking/cni v1.2.2 go-module @@ -244,14 +241,14 @@ github.com/davecgh/go-spew v1 github.com/deckarep/golang-set/v2 v2.3.0 go-module github.com/dimchansky/utfbom v1.1.1 go-module github.com/distribution/reference v0.6.0 go-module (+3 duplicates) -github.com/docker/buildx v0.18.0 go-module -github.com/docker/cli v27.4.0-rc.2+incompatible go-module +github.com/docker/buildx v0.19.2 go-module +github.com/docker/cli v27.4.0+incompatible go-module github.com/docker/cli-docs-tool v0.8.0 go-module -github.com/docker/cli/cmd/docker v27.4.0 go-module -github.com/docker/compose/v2 v2.31.0 go-module +github.com/docker/cli/cmd/docker v27.4.1 go-module +github.com/docker/compose/v2 v2.32.1 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) -github.com/docker/docker v27.4.0 go-module (+1 duplicate) -github.com/docker/docker v27.4.0-rc.2+incompatible go-module +github.com/docker/docker v27.4.0+incompatible go-module +github.com/docker/docker v27.4.1 go-module (+1 duplicate) github.com/docker/docker-credential-helpers v0.8.2 go-module github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) @@ -271,7 +268,8 @@ github.com/fsnotify/fsnotify v1 github.com/fvbommel/sortorder v1.1.0 go-module github.com/go-jose/go-jose/v3 v3.0.3 go-module github.com/go-logr/logr v1.3.0 go-module (+1 duplicate) -github.com/go-logr/logr v1.4.1 go-module (+1 duplicate) +github.com/go-logr/logr v1.4.1 go-module +github.com/go-logr/logr v1.4.2 go-module github.com/go-logr/stdr v1.2.2 go-module (+3 duplicates) github.com/go-openapi/jsonpointer v0.19.6 go-module github.com/go-openapi/jsonreference v0.20.2 go-module @@ -299,7 +297,8 @@ github.com/gorilla/mux v1 github.com/gorilla/websocket v1.5.0 go-module github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go-module github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 go-module (+1 duplicate) -github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go-module (+2 duplicates) +github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go-module (+1 duplicate) +github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 go-module github.com/hashicorp/errwrap v1.1.0 go-module (+6 duplicates) github.com/hashicorp/go-cleanhttp v0.5.2 go-module github.com/hashicorp/go-immutable-radix v1.3.1 go-module @@ -330,7 +329,7 @@ github.com/mattn/go-colorable v0 github.com/mattn/go-isatty v0.0.17 go-module github.com/mattn/go-runewidth v0.0.15 go-module github.com/mattn/go-shellwords v1.0.12 go-module -github.com/matttproud/golang_protobuf_extensions v1.0.4 go-module (+2 duplicates) +github.com/matttproud/golang_protobuf_extensions v1.0.4 go-module (+1 duplicate) github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go-module github.com/miekg/dns v1.1.57 go-module github.com/miekg/pkcs11 v1.1.1 go-module @@ -340,8 +339,8 @@ github.com/mitchellh/copystructure v1 github.com/mitchellh/hashstructure/v2 v2.0.2 go-module (+1 duplicate) github.com/mitchellh/mapstructure v1.5.0 go-module github.com/mitchellh/reflectwalk v1.0.2 go-module -github.com/moby/buildkit v0.17.2 go-module github.com/moby/buildkit v0.17.3 go-module +github.com/moby/buildkit v0.18.1 go-module github.com/moby/docker-image-spec v1.3.1 go-module (+1 duplicate) github.com/moby/ipvs v1.1.0 go-module github.com/moby/locker v1.0.1 go-module (+3 duplicates) @@ -383,11 +382,14 @@ github.com/pkg/errors v0 github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 go-module (+1 duplicate) github.com/pmezard/go-difflib v1.0.0 go-module (+1 duplicate) github.com/prometheus/client_golang v1.14.0 go-module -github.com/prometheus/client_golang v1.17.0 go-module (+1 duplicate) +github.com/prometheus/client_golang v1.17.0 go-module +github.com/prometheus/client_golang v1.20.2 go-module github.com/prometheus/client_model v0.3.0 go-module -github.com/prometheus/client_model v0.5.0 go-module (+1 duplicate) +github.com/prometheus/client_model v0.5.0 go-module +github.com/prometheus/client_model v0.6.1 go-module github.com/prometheus/common v0.37.0 go-module -github.com/prometheus/common v0.44.0 go-module (+1 duplicate) +github.com/prometheus/common v0.44.0 go-module +github.com/prometheus/common v0.55.0 go-module github.com/prometheus/procfs v0.15.1 go-module (+1 duplicate) github.com/prometheus/procfs v0.8.0 go-module github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc go-module @@ -412,7 +414,8 @@ github.com/theupdateframework/notary v0 github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go-module github.com/tinylib/msgp v1.1.8 go-module github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 go-module (+1 duplicate) -github.com/tonistiigi/fsutil v0.0.0-20241028165955-397af5306b5c go-module (+1 duplicate) +github.com/tonistiigi/fsutil v0.0.0-20241028165955-397af5306b5c go-module +github.com/tonistiigi/fsutil v0.0.0-20241121093142-31cf1f437184 go-module github.com/tonistiigi/go-actions-cache v0.0.0-20241108014124-394979b8119e go-module github.com/tonistiigi/go-archvariant v1.0.0 go-module github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 go-module (+1 duplicate) @@ -446,30 +449,45 @@ go.etcd.io/etcd/raft/v3 v3 go.etcd.io/etcd/server/v3 v3.5.6 go-module go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 go-module go.opencensus.io v0.24.0 go-module -go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 go-module (+2 duplicates) -go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 go-module (+1 duplicate) +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 go-module (+1 duplicate) +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 go-module +go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 go-module +go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.53.0 go-module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go-module (+1 duplicate) -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 go-module (+1 duplicate) -go.opentelemetry.io/otel v1.21.0 go-module (+3 duplicates) -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.44.0 go-module (+1 duplicate) +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 go-module +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 go-module +go.opentelemetry.io/otel v1.21.0 go-module (+2 duplicates) +go.opentelemetry.io/otel v1.28.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.44.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.28.0 go-module go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 go-module go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 go-module go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/metric v1.21.0 go-module (+3 duplicates) -go.opentelemetry.io/otel/sdk v1.21.0 go-module (+2 duplicates) -go.opentelemetry.io/otel/sdk/metric v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/trace v1.21.0 go-module (+3 duplicates) -go.opentelemetry.io/proto/otlp v1.0.0 go-module (+2 duplicates) +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 go-module +go.opentelemetry.io/otel/metric v1.21.0 go-module (+2 duplicates) +go.opentelemetry.io/otel/metric v1.28.0 go-module +go.opentelemetry.io/otel/sdk v1.21.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/sdk v1.28.0 go-module +go.opentelemetry.io/otel/sdk/metric v1.21.0 go-module +go.opentelemetry.io/otel/sdk/metric v1.28.0 go-module +go.opentelemetry.io/otel/trace v1.21.0 go-module (+2 duplicates) +go.opentelemetry.io/otel/trace v1.28.0 go-module +go.opentelemetry.io/proto/otlp v1.0.0 go-module (+1 duplicate) +go.opentelemetry.io/proto/otlp v1.3.1 go-module go.uber.org/atomic v1.9.0 go-module go.uber.org/mock v0.5.0 go-module go.uber.org/multierr v1.8.0 go-module go.uber.org/zap v1.21.0 go-module golang.org/x/crypto v0.21.0 go-module -golang.org/x/crypto v0.27.0 go-module (+1 duplicate) +golang.org/x/crypto v0.27.0 go-module +golang.org/x/crypto v0.31.0 go-module golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 go-module golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go-module (+1 duplicate) golang.org/x/mod v0.12.0 go-module @@ -480,17 +498,18 @@ golang.org/x/net v0 golang.org/x/oauth2 v0.11.0 go-module golang.org/x/oauth2 v0.22.0 go-module golang.org/x/oauth2 v0.23.0 go-module +golang.org/x/sync v0.10.0 go-module golang.org/x/sync v0.5.0 go-module (+4 duplicates) golang.org/x/sync v0.8.0 go-module -golang.org/x/sync v0.9.0 go-module golang.org/x/sys v0.18.0 go-module (+4 duplicates) golang.org/x/sys v0.22.0 go-module golang.org/x/sys v0.26.0 go-module (+1 duplicate) -golang.org/x/sys v0.27.0 go-module +golang.org/x/sys v0.28.0 go-module golang.org/x/term v0.18.0 go-module -golang.org/x/term v0.24.0 go-module +golang.org/x/term v0.27.0 go-module golang.org/x/text v0.14.0 go-module (+2 duplicates) -golang.org/x/text v0.18.0 go-module (+1 duplicate) +golang.org/x/text v0.18.0 go-module +golang.org/x/text v0.21.0 go-module golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 go-module golang.org/x/time v0.6.0 go-module (+1 duplicate) google.golang.org/api v0.155.0 go-module @@ -504,7 +523,7 @@ google.golang.org/genproto/googleapis/rpc v0 google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 go-module google.golang.org/grpc v1.59.0 go-module (+4 duplicates) google.golang.org/grpc v1.66.3 go-module -google.golang.org/grpc v1.68.0 go-module +google.golang.org/grpc v1.68.1 go-module google.golang.org/protobuf v1.33.0 go-module (+5 duplicates) google.golang.org/protobuf v1.35.1 go-module (+1 duplicate) gopd 1.2.0 npm @@ -523,7 +542,6 @@ groff-base 1. gsettings-desktop-schemas 46.1-0ubuntu1 deb gzip 1.12-1ubuntu3 deb has-flag 4.0.0 npm -has-property-descriptors 1.0.2 npm has-symbols 1.1.0 npm hasown 2.0.2 npm hostname 3.23+nmu2ubuntu2 deb @@ -636,8 +654,8 @@ libcryptsetup12 2: libcups2t64 2.4.7-1.2ubuntu7.3 deb libcupsfilters2-common 2.0.0-0ubuntu7.1 deb libcupsfilters2t64 2.0.0-0ubuntu7.1 deb -libcurl3t64-gnutls 8.5.0-2ubuntu10.5 deb -libcurl4t64 8.5.0-2ubuntu10.5 deb +libcurl3t64-gnutls 8.5.0-2ubuntu10.6 deb +libcurl4t64 8.5.0-2ubuntu10.6 deb libdata-optlist-perl 0.114-1 deb libdatetime-locale-perl 1:1.37-1 deb libdatetime-perl 2:1.65-1build2 deb @@ -725,8 +743,8 @@ libgs10 10 libgs10-common 10.02.1~dfsg1-0ubuntu7.4 deb libgsm1 1.0.22-1build1 deb libgssapi-krb5-2 1.20.1-6ubuntu2.2 deb -libgstreamer-plugins-base1.0-0 1.24.2-1ubuntu0.1 deb -libgstreamer1.0-0 1.24.2-1 deb +libgstreamer-plugins-base1.0-0 1.24.2-1ubuntu0.2 deb +libgstreamer1.0-0 1.24.2-1ubuntu0.1 deb libharfbuzz0b 8.3.0-2build2 deb libhash-merge-simple-perl 0.051-3 deb libheif-plugin-aomdec 1.17.6-1ubuntu4.1 deb @@ -819,7 +837,7 @@ libopus0 1. liborc-0.4-0t64 1:0.4.38-1ubuntu0.1 deb libp11-kit0 0.25.3-4ubuntu2.1 deb libpackage-stash-perl 0.40-1 deb -libpackagekit-glib2-18 1.2.8-2ubuntu1 deb +libpackagekit-glib2-18 1.2.8-2ubuntu1.1 deb libpam-modules 1.5.3-5ubuntu5.1 deb libpam-modules-bin 1.5.3-5ubuntu5.1 deb libpam-runtime 1.5.3-5ubuntu5.1 deb @@ -1051,7 +1069,7 @@ lsb-release 12 man-db 2.12.0-4build2 deb manpages 6.7-2 deb manpages-dev 6.7-2 deb -math-intrinsics 1.0.0 npm +math-intrinsics 1.1.0 npm mawk 1.3.4.20240123-1build1 deb media-typer 0.3.0 npm media-types 10.1.0 deb @@ -1089,7 +1107,7 @@ on-finished 2. openbox 3.6.1-12build5 deb openssh-client 1:9.6p1-3ubuntu13.5 deb openssl 3.0.13-0ubuntu3.4 deb -packagekit 1.2.8-2ubuntu1 deb +packagekit 1.2.8-2ubuntu1.1 deb packaging 24.0 python parseurl 1.3.3 npm passwd 1:4.13+dfsg1-4ubuntu3.2 deb @@ -1155,7 +1173,6 @@ send 0. sensible-utils 0.0.22 deb serve-static 1.16.2 npm session-migration 0.3.9build1 deb -set-function-length 1.2.2 npm setprototypeof 1.2.0 npm sgml-base 1.31 deb shared-mime-info 2.4-4 deb From 6bc4f07cef9faaff114c4f73e4e17301f8eac178 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 7 Jan 2025 04:53:56 +0000 Subject: [PATCH 42/66] Bot Updating Package Versions --- package_versions.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 3595411..078f05d 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -8,7 +8,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.10.2 npm +@types/node 22.10.5 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -152,7 +152,8 @@ fuse-overlayfs 1. fuse3 3.14.0-5build1 deb gcc-13-base 13.3.0-6ubuntu2~24.04 deb gcc-14-base 14.2.0-4ubuntu2~24.04 deb -get-intrinsic 1.2.6 npm +get-intrinsic 1.2.7 npm +get-proto 1.0.1 npm ghostscript 10.02.1~dfsg1-0ubuntu7.4 deb gir1.2-atk-1.0 2.52.0-1build1 deb gir1.2-atspi-2.0 2.52.0-1build1 deb From 796c2e44f090a2723ba8c4af45456078c9810dfa Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 14 Jan 2025 04:55:39 +0000 Subject: [PATCH 43/66] Bot Updating Package Versions --- package_versions.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 078f05d..ba8ca12 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -880,7 +880,7 @@ libproc2-0 2: libproxy1v5 0.5.4-4build1 deb libpsl5t64 0.21.2-1.1build1 deb libpthread-stubs0-dev 0.4-1build3 deb -libpulse0 1:16.1+dfsg1-2ubuntu10 deb +libpulse0 1:16.1+dfsg1-2ubuntu10.1 deb libpython3-stdlib 3.12.3-0ubuntu2 deb libpython3.12-minimal 3.12.3-1ubuntu0.3 deb libpython3.12-stdlib 3.12.3-1ubuntu0.3 deb @@ -1128,8 +1128,8 @@ printer-driver-cups-pdf 3. procps 2:4.0.4-4ubuntu3.2 deb proxy-addr 2.0.7 npm publicsuffix 20231001.0357-0.1 deb -pulseaudio 1:16.1+dfsg1-2ubuntu10 deb -pulseaudio-utils 1:16.1+dfsg1-2ubuntu10 deb +pulseaudio 1:16.1+dfsg1-2ubuntu10.1 deb +pulseaudio-utils 1:16.1+dfsg1-2ubuntu10.1 deb pulseaudio2 0.5.5 npm pygobject 3.48.2 python pyjwt 2.7.0 python From 037c25346313e00fa74d16cecf2479c0f230d7dc Mon Sep 17 00:00:00 2001 From: quietsy Date: Mon, 20 Jan 2025 17:20:45 +0200 Subject: [PATCH 44/66] Add categories to readme-vars.yml --- readme-vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readme-vars.yml b/readme-vars.yml index 0db849e..6609722 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -6,6 +6,7 @@ project_url: "https://www.audacityteam.org/" project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/audacity-logo.png" project_blurb: "[Audacity]({{ project_url }}) is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source." project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" +project_categories: "Audio Processing" project_blurb_optional_extras_enabled: false # supported architectures available_architectures: From 2f0607e22a2878104c04c2d410b1688f845ffecc Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 21 Jan 2025 02:53:11 +0000 Subject: [PATCH 45/66] Bot Updating Package Versions --- package_versions.txt | 165 ++++++++++++++++++++----------------------- 1 file changed, 77 insertions(+), 88 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index ba8ca12..88b37b3 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -8,7 +8,7 @@ NAME VE @types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.10.5 npm +@types/node 22.10.7 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -65,7 +65,7 @@ color-name 1. concat-map 0.0.1 npm console-setup 1.226ubuntu1 deb console-setup-linux 1.226ubuntu1 deb -containerd.io 1.7.24-1 deb +containerd.io 1.7.25-1 deb content-disposition 0.5.4 npm content-type 1.0.5 npm cookie 0.7.1 npm @@ -113,9 +113,9 @@ diffutils 1: dirmngr 2.4.4-2ubuntu17 deb distro 1.9.0 python distro-info-data 0.60ubuntu0.2 deb -docker-ce 5:27.4.1-1~ubuntu.24.04~noble deb -docker-ce-cli 5:27.4.1-1~ubuntu.24.04~noble deb -docker-compose-plugin 2.32.1-1~ubuntu.24.04~noble deb +docker-ce 5:27.5.0-1~ubuntu.24.04~noble deb +docker-ce-cli 5:27.5.0-1~ubuntu.24.04~noble deb +docker-compose-plugin 2.32.4-1~ubuntu.24.04~noble deb dpkg 1.22.6ubuntu6.1 deb dunder-proto 1.0.1 npm dunst 1.9.2-1build2 deb @@ -129,7 +129,7 @@ engine.io-parser 5. engine.io-parser UNKNOWN npm (+1 duplicate) es-define-property 1.0.1 npm es-errors 1.3.0 npm -es-object-atoms 1.0.0 npm +es-object-atoms 1.1.1 npm escape-html 1.0.3 npm etag 1.8.1 npm express 4.21.2 npm @@ -166,7 +166,8 @@ gir1.2-packagekitglib-1.0 1. github.com/AlecAivazis/survey/v2 v2.3.7 go-module github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 go-module github.com/Masterminds/semver/v3 v3.2.1 go-module -github.com/Microsoft/hcsshim v0.11.7 go-module (+2 duplicates) +github.com/Microsoft/hcsshim v0.11.7 go-module (+1 duplicate) +github.com/Microsoft/hcsshim v0.12.8 go-module github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 go-module github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go-module github.com/agext/levenshtein v1.2.3 go-module @@ -192,8 +193,8 @@ github.com/beorn7/perks v1 github.com/bits-and-blooms/bitset v1.13.0 go-module github.com/blang/semver/v4 v4.0.0 go-module github.com/buger/goterm v1.0.4 go-module -github.com/cenkalti/backoff/v4 v4.2.1 go-module (+1 duplicate) -github.com/cenkalti/backoff/v4 v4.3.0 go-module +github.com/cenkalti/backoff/v4 v4.2.1 go-module +github.com/cenkalti/backoff/v4 v4.3.0 go-module (+1 duplicate) github.com/cespare/xxhash/v2 v2.2.0 go-module github.com/cespare/xxhash/v2 v2.3.0 go-module (+1 duplicate) github.com/checkpoint-restore/go-criu/v6 v6.3.0 go-module @@ -201,7 +202,7 @@ github.com/cilium/ebpf v0 github.com/cilium/ebpf v0.16.0 go-module github.com/cilium/ebpf v0.9.1 go-module (+3 duplicates) github.com/cloudflare/cfssl v1.6.4 go-module -github.com/compose-spec/compose-go/v2 v2.4.6 go-module +github.com/compose-spec/compose-go/v2 v2.4.7 go-module github.com/container-storage-interface/spec v1.5.0 go-module github.com/containerd/aufs v1.0.0 go-module github.com/containerd/btrfs/v2 v2.0.0 go-module @@ -210,9 +211,11 @@ github.com/containerd/cgroups/v3 v3 github.com/containerd/cgroups/v3 v3.0.3 go-module github.com/containerd/console v1.0.3 go-module (+4 duplicates) github.com/containerd/console v1.0.4 go-module (+2 duplicates) -github.com/containerd/containerd v1.7.24 go-module (+6 duplicates) -github.com/containerd/containerd/api v1.7.19 go-module (+6 duplicates) -github.com/containerd/continuity v0.4.2 go-module (+4 duplicates) +github.com/containerd/containerd v1.7.24 go-module (+1 duplicate) +github.com/containerd/containerd v1.7.25 go-module (+4 duplicates) +github.com/containerd/containerd/api v1.7.19 go-module (+1 duplicate) +github.com/containerd/containerd/api v1.8.0 go-module (+4 duplicates) +github.com/containerd/continuity v0.4.4 go-module (+4 duplicates) github.com/containerd/continuity v0.4.5 go-module (+1 duplicate) github.com/containerd/errdefs v0.3.0 go-module (+6 duplicates) github.com/containerd/fifo v1.1.0 go-module (+5 duplicates) @@ -237,7 +240,7 @@ github.com/containernetworking/plugins v1 github.com/containers/ocicrypt v1.1.10 go-module github.com/coreos/go-systemd/v22 v22.5.0 go-module (+5 duplicates) github.com/cyphar/filepath-securejoin v0.2.4 go-module -github.com/cyphar/filepath-securejoin v0.3.4 go-module +github.com/cyphar/filepath-securejoin v0.3.5 go-module github.com/davecgh/go-spew v1.1.1 go-module (+2 duplicates) github.com/deckarep/golang-set/v2 v2.3.0 go-module github.com/dimchansky/utfbom v1.1.1 go-module @@ -245,11 +248,11 @@ github.com/distribution/reference v0 github.com/docker/buildx v0.19.2 go-module github.com/docker/cli v27.4.0+incompatible go-module github.com/docker/cli-docs-tool v0.8.0 go-module -github.com/docker/cli/cmd/docker v27.4.1 go-module -github.com/docker/compose/v2 v2.32.1 go-module +github.com/docker/cli/cmd/docker v27.5.0 go-module +github.com/docker/compose/v2 v2.32.4 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) github.com/docker/docker v27.4.0+incompatible go-module -github.com/docker/docker v27.4.1 go-module (+1 duplicate) +github.com/docker/docker v27.5.0 go-module (+1 duplicate) github.com/docker/docker-credential-helpers v0.8.2 go-module github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) @@ -269,8 +272,7 @@ github.com/fsnotify/fsnotify v1 github.com/fvbommel/sortorder v1.1.0 go-module github.com/go-jose/go-jose/v3 v3.0.3 go-module github.com/go-logr/logr v1.3.0 go-module (+1 duplicate) -github.com/go-logr/logr v1.4.1 go-module -github.com/go-logr/logr v1.4.2 go-module +github.com/go-logr/logr v1.4.2 go-module (+1 duplicate) github.com/go-logr/stdr v1.2.2 go-module (+3 duplicates) github.com/go-openapi/jsonpointer v0.19.6 go-module github.com/go-openapi/jsonreference v0.20.2 go-module @@ -298,8 +300,8 @@ github.com/gorilla/mux v1 github.com/gorilla/websocket v1.5.0 go-module github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go-module github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 go-module (+1 duplicate) -github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go-module (+1 duplicate) -github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 go-module +github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go-module +github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 go-module (+1 duplicate) github.com/hashicorp/errwrap v1.1.0 go-module (+6 duplicates) github.com/hashicorp/go-cleanhttp v0.5.2 go-module github.com/hashicorp/go-immutable-radix v1.3.1 go-module @@ -330,7 +332,7 @@ github.com/mattn/go-colorable v0 github.com/mattn/go-isatty v0.0.17 go-module github.com/mattn/go-runewidth v0.0.15 go-module github.com/mattn/go-shellwords v1.0.12 go-module -github.com/matttproud/golang_protobuf_extensions v1.0.4 go-module (+1 duplicate) +github.com/matttproud/golang_protobuf_extensions v1.0.4 go-module github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go-module github.com/miekg/dns v1.1.57 go-module github.com/miekg/pkcs11 v1.1.1 go-module @@ -340,8 +342,8 @@ github.com/mitchellh/copystructure v1 github.com/mitchellh/hashstructure/v2 v2.0.2 go-module (+1 duplicate) github.com/mitchellh/mapstructure v1.5.0 go-module github.com/mitchellh/reflectwalk v1.0.2 go-module -github.com/moby/buildkit v0.17.3 go-module github.com/moby/buildkit v0.18.1 go-module +github.com/moby/buildkit v0.18.2 go-module github.com/moby/docker-image-spec v1.3.1 go-module (+1 duplicate) github.com/moby/ipvs v1.1.0 go-module github.com/moby/locker v1.0.1 go-module (+3 duplicates) @@ -354,6 +356,7 @@ github.com/moby/sys/mount v0 github.com/moby/sys/mountinfo v0.6.2 go-module (+4 duplicates) github.com/moby/sys/mountinfo v0.7.1 go-module github.com/moby/sys/mountinfo v0.7.2 go-module (+1 duplicate) +github.com/moby/sys/reexec v0.1.0 go-module github.com/moby/sys/sequential v0.6.0 go-module (+1 duplicate) github.com/moby/sys/signal v0.7.0 go-module (+1 duplicate) github.com/moby/sys/signal v0.7.1 go-module (+1 duplicate) @@ -366,12 +369,12 @@ github.com/modern-go/concurrent v0 github.com/modern-go/reflect2 v1.0.2 go-module (+1 duplicate) github.com/morikuni/aec v1.0.0 go-module (+1 duplicate) github.com/mrunalp/fileutils v0.5.1 go-module -github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go-module +github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go-module (+1 duplicate) github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f go-module -github.com/opencontainers/go-digest v1.0.0 go-module (+5 duplicates) -github.com/opencontainers/image-spec v1.1.0 go-module (+5 duplicates) +github.com/opencontainers/go-digest v1.0.0 go-module (+6 duplicates) +github.com/opencontainers/image-spec v1.1.0 go-module (+6 duplicates) github.com/opencontainers/runc v1.1.14 go-module -github.com/opencontainers/runc v1.2.2-0-g7cb3632 go-module +github.com/opencontainers/runc v1.2.4-0-g6c52b3f go-module github.com/opencontainers/runtime-spec v1.1.0 go-module (+4 duplicates) github.com/opencontainers/runtime-spec v1.2.0 go-module (+1 duplicate) github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 go-module (+1 duplicate) @@ -383,14 +386,12 @@ github.com/pkg/errors v0 github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 go-module (+1 duplicate) github.com/pmezard/go-difflib v1.0.0 go-module (+1 duplicate) github.com/prometheus/client_golang v1.14.0 go-module -github.com/prometheus/client_golang v1.17.0 go-module github.com/prometheus/client_golang v1.20.2 go-module +github.com/prometheus/client_golang v1.20.5 go-module github.com/prometheus/client_model v0.3.0 go-module -github.com/prometheus/client_model v0.5.0 go-module -github.com/prometheus/client_model v0.6.1 go-module +github.com/prometheus/client_model v0.6.1 go-module (+1 duplicate) github.com/prometheus/common v0.37.0 go-module -github.com/prometheus/common v0.44.0 go-module -github.com/prometheus/common v0.55.0 go-module +github.com/prometheus/common v0.55.0 go-module (+1 duplicate) github.com/prometheus/procfs v0.15.1 go-module (+1 duplicate) github.com/prometheus/procfs v0.8.0 go-module github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc go-module @@ -415,8 +416,7 @@ github.com/theupdateframework/notary v0 github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go-module github.com/tinylib/msgp v1.1.8 go-module github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 go-module (+1 duplicate) -github.com/tonistiigi/fsutil v0.0.0-20241028165955-397af5306b5c go-module -github.com/tonistiigi/fsutil v0.0.0-20241121093142-31cf1f437184 go-module +github.com/tonistiigi/fsutil v0.0.0-20241121093142-31cf1f437184 go-module (+1 duplicate) github.com/tonistiigi/go-actions-cache v0.0.0-20241108014124-394979b8119e go-module github.com/tonistiigi/go-archvariant v1.0.0 go-module github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 go-module (+1 duplicate) @@ -426,7 +426,8 @@ github.com/urfave/cli v1 github.com/urfave/cli v1.22.14 go-module github.com/vbatts/tar-split v0.11.5 go-module github.com/vishvananda/netlink v1.1.0 go-module -github.com/vishvananda/netlink v1.2.1-beta.2 go-module (+1 duplicate) +github.com/vishvananda/netlink v1.2.1-beta.2 go-module +github.com/vishvananda/netlink v1.3.1-0.20240922070040-084abd93d350 go-module github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df go-module github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f go-module github.com/vishvananda/netns v0.0.4 go-module @@ -450,87 +451,75 @@ go.etcd.io/etcd/raft/v3 v3 go.etcd.io/etcd/server/v3 v3.5.6 go-module go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 go-module go.opencensus.io v0.24.0 go-module -go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 go-module (+1 duplicate) -go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 go-module -go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 go-module -go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.53.0 go-module +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 go-module +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 go-module (+1 duplicate) +go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.53.0 go-module (+1 duplicate) go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go-module (+1 duplicate) -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 go-module -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 go-module -go.opentelemetry.io/otel v1.21.0 go-module (+2 duplicates) -go.opentelemetry.io/otel v1.28.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.44.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.28.0 go-module +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 go-module (+1 duplicate) +go.opentelemetry.io/otel v1.21.0 go-module (+1 duplicate) +go.opentelemetry.io/otel v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.28.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 go-module +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 go-module -go.opentelemetry.io/otel/metric v1.21.0 go-module (+2 duplicates) -go.opentelemetry.io/otel/metric v1.28.0 go-module -go.opentelemetry.io/otel/sdk v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/sdk v1.28.0 go-module -go.opentelemetry.io/otel/sdk/metric v1.21.0 go-module -go.opentelemetry.io/otel/sdk/metric v1.28.0 go-module -go.opentelemetry.io/otel/trace v1.21.0 go-module (+2 duplicates) -go.opentelemetry.io/otel/trace v1.28.0 go-module -go.opentelemetry.io/proto/otlp v1.0.0 go-module (+1 duplicate) -go.opentelemetry.io/proto/otlp v1.3.1 go-module +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/metric v1.21.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/metric v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/sdk v1.21.0 go-module +go.opentelemetry.io/otel/sdk v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/sdk/metric v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/trace v1.21.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/trace v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/proto/otlp v1.0.0 go-module +go.opentelemetry.io/proto/otlp v1.3.1 go-module (+1 duplicate) go.uber.org/atomic v1.9.0 go-module go.uber.org/mock v0.5.0 go-module go.uber.org/multierr v1.8.0 go-module go.uber.org/zap v1.21.0 go-module -golang.org/x/crypto v0.21.0 go-module golang.org/x/crypto v0.27.0 go-module -golang.org/x/crypto v0.31.0 go-module +golang.org/x/crypto v0.31.0 go-module (+1 duplicate) golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 go-module golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go-module (+1 duplicate) -golang.org/x/mod v0.12.0 go-module +golang.org/x/mod v0.17.0 go-module golang.org/x/mod v0.21.0 go-module -golang.org/x/net v0.23.0 go-module (+2 duplicates) golang.org/x/net v0.24.0 go-module -golang.org/x/net v0.29.0 go-module (+1 duplicate) +golang.org/x/net v0.25.0 go-module (+2 duplicates) +golang.org/x/net v0.29.0 go-module +golang.org/x/net v0.33.0 go-module golang.org/x/oauth2 v0.11.0 go-module golang.org/x/oauth2 v0.22.0 go-module golang.org/x/oauth2 v0.23.0 go-module -golang.org/x/sync v0.10.0 go-module -golang.org/x/sync v0.5.0 go-module (+4 duplicates) +golang.org/x/sync v0.10.0 go-module (+5 duplicates) golang.org/x/sync v0.8.0 go-module -golang.org/x/sys v0.18.0 go-module (+4 duplicates) -golang.org/x/sys v0.22.0 go-module golang.org/x/sys v0.26.0 go-module (+1 duplicate) -golang.org/x/sys v0.28.0 go-module -golang.org/x/term v0.18.0 go-module -golang.org/x/term v0.27.0 go-module -golang.org/x/text v0.14.0 go-module (+2 duplicates) +golang.org/x/sys v0.28.0 go-module (+6 duplicates) +golang.org/x/term v0.27.0 go-module (+1 duplicate) golang.org/x/text v0.18.0 go-module -golang.org/x/text v0.21.0 go-module +golang.org/x/text v0.21.0 go-module (+3 duplicates) golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 go-module golang.org/x/time v0.6.0 go-module (+1 duplicate) google.golang.org/api v0.155.0 go-module google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 go-module (+4 duplicates) google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 go-module (+1 duplicate) google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f go-module -google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 go-module +google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 go-module google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 go-module -google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 go-module (+4 duplicates) -google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 go-module +google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda go-module (+4 duplicates) +google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 go-module google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 go-module google.golang.org/grpc v1.59.0 go-module (+4 duplicates) google.golang.org/grpc v1.66.3 go-module google.golang.org/grpc v1.68.1 go-module -google.golang.org/protobuf v1.33.0 go-module (+5 duplicates) +google.golang.org/protobuf v1.33.0 go-module google.golang.org/protobuf v1.35.1 go-module (+1 duplicate) +google.golang.org/protobuf v1.35.2 go-module (+4 duplicates) gopd 1.2.0 npm gopkg.in/cenkalti/backoff.v1 v1.1.0 go-module gopkg.in/inf.v0 v0.9.1 go-module (+2 duplicates) -gopkg.in/yaml.v2 v2.4.0 go-module (+3 duplicates) +gopkg.in/yaml.v2 v2.4.0 go-module (+2 duplicates) gopkg.in/yaml.v3 v3.0.1 go-module (+2 duplicates) gpg 2.4.4-2ubuntu17 deb gpg-agent 2.4.4-2ubuntu17 deb @@ -870,8 +859,8 @@ libpng16-16t64 1. libpocketsphinx3 0.8.0+real5prealpha+1-15ubuntu5 deb libpolkit-agent-1-0 124-2ubuntu1 deb libpolkit-gobject-1-0 124-2ubuntu1 deb -libpoppler-cpp0t64 24.02.0-1ubuntu9.1 deb -libpoppler134 24.02.0-1ubuntu9.1 deb +libpoppler-cpp0t64 24.02.0-1ubuntu9.2 deb +libpoppler134 24.02.0-1ubuntu9.2 deb libportaudio2 19.6.0-1.2build3 deb libpostproc57 7:6.1.1-3ubuntu5 deb libppd2 2:2.0.0-0ubuntu4.1 deb @@ -1123,7 +1112,7 @@ pkgconf 1. pkgconf-bin 1.8.1-2build1 deb polkitd 124-2ubuntu1 deb poppler-data 0.4.12-1 deb -poppler-utils 24.02.0-1ubuntu9.1 deb +poppler-utils 24.02.0-1ubuntu9.2 deb printer-driver-cups-pdf 3.0.1-14build2 deb procps 2:4.0.4-4ubuntu3.2 deb proxy-addr 2.0.7 npm @@ -1185,7 +1174,8 @@ sigs.k8s.io/json v0 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go-module sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go-module sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go-module -sigs.k8s.io/yaml v1.3.0 go-module (+3 duplicates) +sigs.k8s.io/yaml v1.3.0 go-module (+2 duplicates) +sigs.k8s.io/yaml v1.4.0 go-module six 1.16.0 python socket.io 4.8.1 npm socket.io-adapter 2.5.5 npm @@ -1193,8 +1183,7 @@ socket.io-parser 4. software-properties-common 0.99.49.1 deb ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm -stdlib go1.22.10 go-module (+3 duplicates) -stdlib go1.22.9 go-module (+5 duplicates) +stdlib go1.22.10 go-module (+9 duplicates) streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb supports-color 7.2.0 npm From 658fdcab13e7cc9ae18d7c725e31ef33278c9af0 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 28 Jan 2025 04:55:20 +0000 Subject: [PATCH 46/66] Bot Updating Package Versions --- package_versions.txt | 64 ++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 88b37b3..d6a1286 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -5,10 +5,9 @@ NAME VE @socket.io/component-emitter 3.1.2 npm @socket.io/component-emitter UNKNOWN npm (+1 duplicate) @types/busboy 1.5.0 npm -@types/cookie 0.4.1 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.10.7 npm +@types/node 22.10.10 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -46,8 +45,8 @@ blinker 1. body-parser 1.20.3 npm brace-expansion 1.1.11 npm brace-expansion 2.0.1 npm -bsdextrautils 2.39.3-9ubuntu6.1 deb -bsdutils 1:2.39.3-9ubuntu6.1 deb +bsdextrautils 2.39.3-9ubuntu6.2 deb +bsdutils 1:2.39.3-9ubuntu6.2 deb busboy 1.6.0 npm bytes 3.1.2 npm ca-certificates 20240203 deb @@ -69,7 +68,7 @@ containerd.io 1. content-disposition 0.5.4 npm content-type 1.0.5 npm cookie 0.7.1 npm -cookie 0.7.2 npm +cookie 1.0.2 npm cookie-signature 1.0.6 npm coreutils 9.4-3ubuntu6 deb cors 2.8.5 npm @@ -113,8 +112,8 @@ diffutils 1: dirmngr 2.4.4-2ubuntu17 deb distro 1.9.0 python distro-info-data 0.60ubuntu0.2 deb -docker-ce 5:27.5.0-1~ubuntu.24.04~noble deb -docker-ce-cli 5:27.5.0-1~ubuntu.24.04~noble deb +docker-ce 5:27.5.1-1~ubuntu.24.04~noble deb +docker-ce-cli 5:27.5.1-1~ubuntu.24.04~noble deb docker-compose-plugin 2.32.4-1~ubuntu.24.04~noble deb dpkg 1.22.6ubuntu6.1 deb dunder-proto 1.0.1 npm @@ -124,7 +123,7 @@ ee-first 1. ejs 3.1.10 npm encodeurl 1.0.2 npm encodeurl 2.0.0 npm -engine.io 6.6.2 npm +engine.io 6.6.3 npm engine.io-parser 5.2.3 npm engine.io-parser UNKNOWN npm (+1 duplicate) es-define-property 1.0.1 npm @@ -248,11 +247,11 @@ github.com/distribution/reference v0 github.com/docker/buildx v0.19.2 go-module github.com/docker/cli v27.4.0+incompatible go-module github.com/docker/cli-docs-tool v0.8.0 go-module -github.com/docker/cli/cmd/docker v27.5.0 go-module +github.com/docker/cli/cmd/docker v27.5.1 go-module github.com/docker/compose/v2 v2.32.4 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) github.com/docker/docker v27.4.0+incompatible go-module -github.com/docker/docker v27.5.0 go-module (+1 duplicate) +github.com/docker/docker v27.5.1 go-module (+1 duplicate) github.com/docker/docker-credential-helpers v0.8.2 go-module github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) @@ -605,8 +604,8 @@ libavutil58 7: libb-hooks-endofscope-perl 0.28-1 deb libb-hooks-op-check-perl 0.22-3build1 deb libblas3 3.12.0-3build1.1 deb -libblkid-dev 2.39.3-9ubuntu6.1 deb -libblkid1 2.39.3-9ubuntu6.1 deb +libblkid-dev 2.39.3-9ubuntu6.2 deb +libblkid1 2.39.3-9ubuntu6.2 deb libbluray2 1:1.3.4-1build1 deb libbpf1 1:1.3.0-2build2 deb libbrotli1 1.1.0-2build2 deb @@ -684,7 +683,7 @@ libexif12 0. libexpat1 2.6.1-2ubuntu0.2 deb libexporter-tiny-perl 1.006002-1 deb libext2fs2t64 1.47.0-2.4~exp1ubuntu4.1 deb -libfdisk1 2.39.3-9ubuntu6.1 deb +libfdisk1 2.39.3-9ubuntu6.2 deb libffi-dev 3.4.6-1build1 deb libffi8 3.4.6-1build1 deb libfftw3-double3 3.3.10-1ubuntu3 deb @@ -790,8 +789,8 @@ libmd0 1. libmnl0 1.0.5-2build1 deb libmodule-implementation-perl 0.09-2 deb libmodule-runtime-perl 0.016-2 deb -libmount-dev 2.39.3-9ubuntu6.1 deb -libmount1 2.39.3-9ubuntu6.1 deb +libmount-dev 2.39.3-9ubuntu6.2 deb +libmount1 2.39.3-9ubuntu6.2 deb libmp3lame0 3.100-6build1 deb libmpc3 1.3.1-1build1 deb libmpfr6 4.2.1-1build1 deb @@ -821,7 +820,7 @@ libonig5 6. libopenal-data 1:1.23.1-4build1 deb libopenal1 1:1.23.1-4build1 deb libopengl0 1.7.0-1build1 deb -libopenjp2-7 2.5.0-2ubuntu0.2 deb +libopenjp2-7 2.5.0-2ubuntu0.3 deb libopenmpt0t64 0.7.3-1.1build3 deb libopus0 1.4-1build1 deb liborc-0.4-0t64 1:0.4.38-1ubuntu0.1 deb @@ -857,8 +856,8 @@ libpkgconf3 1. libplacebo338 6.338.2-2build1 deb libpng16-16t64 1.6.43-5build1 deb libpocketsphinx3 0.8.0+real5prealpha+1-15ubuntu5 deb -libpolkit-agent-1-0 124-2ubuntu1 deb -libpolkit-gobject-1-0 124-2ubuntu1 deb +libpolkit-agent-1-0 124-2ubuntu1.24.04.2 deb +libpolkit-gobject-1-0 124-2ubuntu1.24.04.2 deb libpoppler-cpp0t64 24.02.0-1ubuntu9.2 deb libpoppler134 24.02.0-1ubuntu9.2 deb libportaudio2 19.6.0-1.2build3 deb @@ -871,8 +870,8 @@ libpsl5t64 0. libpthread-stubs0-dev 0.4-1build3 deb libpulse0 1:16.1+dfsg1-2ubuntu10.1 deb libpython3-stdlib 3.12.3-0ubuntu2 deb -libpython3.12-minimal 3.12.3-1ubuntu0.3 deb -libpython3.12-stdlib 3.12.3-1ubuntu0.3 deb +libpython3.12-minimal 3.12.3-1ubuntu0.4 deb +libpython3.12-stdlib 3.12.3-1ubuntu0.4 deb libqpdf29t64 11.9.0-1.1build1 deb librabbitmq4 0.11.0-1build2 deb librav1e0 0.7.1-2 deb @@ -890,8 +889,8 @@ libsasl2-modules-db 2. libscalar-list-utils-perl 1:1.63-1build3 deb libsdl2-2.0-0 2.30.0+dfsg-1build3 deb libseccomp2 2.5.5-1ubuntu3.1 deb -libselinux1 3.5-2ubuntu2 deb -libselinux1-dev 3.5-2ubuntu2 deb +libselinux1 3.5-2ubuntu2.1 deb +libselinux1-dev 3.5-2ubuntu2.1 deb libsemanage-common 3.5-1build5 deb libsemanage2 3.5-1build5 deb libsensors-config 1:3.6.0-9build1 deb @@ -903,7 +902,7 @@ libsharpyuv0 1. libshine3 3.1.1-2build1 deb libslang2 2.3.3-3build2 deb libsm6 2:1.2.3-1build3 deb -libsmartcols1 2.39.3-9ubuntu6.1 deb +libsmartcols1 2.39.3-9ubuntu6.2 deb libsnapd-glib-2-1 1.64-0ubuntu5 deb libsnappy1v5 1.1.10-1build1 deb libsndfile1 1.2.2-1ubuntu5 deb @@ -959,7 +958,7 @@ libunistring5 1. libunwind8 1.6.2-3build1 deb libusb-1.0-0 2:1.0.27-1 deb libutempter0 1.2.1-3build1 deb -libuuid1 2.39.3-9ubuntu6.1 deb +libuuid1 2.39.3-9ubuntu6.2 deb libuv1t64 1.48.0-1.1build1 deb libva-drm2 2.20.0-2build1 deb libva-x11-2 2.20.0-2build1 deb @@ -1050,7 +1049,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-51.52 deb +linux-libc-dev 6.8.0-52.53 deb locales 2.39-0ubuntu8.3 deb locales-all 2.39-0ubuntu8.3 deb login 1:4.13+dfsg1-4ubuntu3.2 deb @@ -1072,7 +1071,7 @@ mime-db 1. mime-types 2.1.35 npm minimatch 3.1.2 npm minimatch 5.1.6 npm -mount 2.39.3-9ubuntu6.1 deb +mount 2.39.3-9ubuntu6.2 deb ms 2.0.0 npm ms 2.1.3 npm (+4 duplicates) nan 2.22.0 npm @@ -1110,7 +1109,7 @@ perl-modules-5.38 5. pinentry-curses 1.2.1-3ubuntu5 deb pkgconf 1.8.1-2build1 deb pkgconf-bin 1.8.1-2build1 deb -polkitd 124-2ubuntu1 deb +polkitd 124-2ubuntu1.24.04.2 deb poppler-data 0.4.12-1 deb poppler-utils 24.02.0-1ubuntu9.2 deb printer-driver-cups-pdf 3.0.1-14build2 deb @@ -1147,8 +1146,8 @@ python3-six 1. python3-software-properties 0.99.49.1 deb python3-wadllib 1.3.6-5 deb python3-xdg 0.28-2 deb -python3.12 3.12.3-1ubuntu0.3 deb -python3.12-minimal 3.12.3-1ubuntu0.3 deb +python3.12 3.12.3-1ubuntu0.4 deb +python3.12-minimal 3.12.3-1ubuntu0.4 deb pyxdg 0.28 python qs 6.13.0 npm range-parser 1.2.1 npm @@ -1183,7 +1182,8 @@ socket.io-parser 4. software-properties-common 0.99.49.1 deb ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm -stdlib go1.22.10 go-module (+9 duplicates) +stdlib go1.22.10 go-module (+6 duplicates) +stdlib go1.22.11 go-module (+2 duplicates) streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb supports-color 7.2.0 npm @@ -1205,9 +1205,9 @@ udev 25 undici 5.26.3 npm undici-types 6.20.0 npm unpipe 1.0.0 npm -util-linux 2.39.3-9ubuntu6.1 deb +util-linux 2.39.3-9ubuntu6.2 deb utils-merge 1.0.1 npm -uuid-dev 2.39.3-9ubuntu6.1 deb +uuid-dev 2.39.3-9ubuntu6.2 deb vary 1.1.2 npm vulkan-tools 1.3.275.0+dfsg1-1 deb wadllib 1.3.6 python From de531eeffe9dedf0453102929b51ce594c794ac1 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 4 Feb 2025 04:51:31 +0000 Subject: [PATCH 47/66] Bot Updating Templated Files --- Jenkinsfile | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 00708ce..8727c76 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,11 +56,21 @@ pipeline { steps{ echo "Running on node: ${NODE_NAME}" sh '''#! /bin/bash - containers=$(docker ps -aq) + echo "Pruning builder" + docker builder prune -f --builder container || : + containers=$(docker ps -q) if [[ -n "${containers}" ]]; then - docker stop ${containers} + BUILDX_CONTAINER_ID=$(docker ps -qf 'name=buildx_buildkit') + for container in ${containers}; do + if [[ "${container}" == "${BUILDX_CONTAINER_ID}" ]]; then + echo "skipping buildx container in docker stop" + else + echo "Stopping container ${container}" + docker stop ${container} + fi + done fi - docker system prune -af --volumes || : ''' + docker system prune -f --volumes || : ''' script{ env.EXIT_STATUS = '' env.LS_RELEASE = sh( @@ -1152,12 +1162,21 @@ EOF } cleanup { sh '''#! /bin/bash - echo "Performing docker system prune!!" - containers=$(docker ps -aq) + echo "Pruning builder!!" + docker builder prune -f --builder container || : + containers=$(docker ps -q) if [[ -n "${containers}" ]]; then - docker stop ${containers} + BUILDX_CONTAINER_ID=$(docker ps -qf 'name=buildx_buildkit') + for container in ${containers}; do + if [[ "${container}" == "${BUILDX_CONTAINER_ID}" ]]; then + echo "skipping buildx container in docker stop" + else + echo "Stopping container ${container}" + docker stop ${container} + fi + done fi - docker system prune -af --volumes || : + docker system prune -f --volumes || : ''' cleanWs() } From 97c345b2e200ae29531661296b62c70374eac079 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 4 Feb 2025 04:52:40 +0000 Subject: [PATCH 48/66] Bot Updating Templated Files --- .github/CONTRIBUTING.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/workflows/external_trigger.yml | 10 +++++++++- README.md | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7f87225..dab7f9e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,7 +6,7 @@ * Read, and fill the Pull Request template * If this is a fix for a typo (in code, documentation, or the README) please file an issue and let us sort it out. We do not need a PR * If the PR is addressing an existing issue include, closes #\, in the body of the PR commit message -* If you want to discuss changes, you can also bring it up in [#dev-talk](https://discordapp.com/channels/354974912613449730/757585807061155840) in our [Discord server](https://discord.gg/YWrKVTn) +* If you want to discuss changes, you can also bring it up in [#dev-talk](https://discordapp.com/channels/354974912613449730/757585807061155840) in our [Discord server](https://linuxserver.io/discord) ## Common files diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 452b3b9..face150 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Discord chat support - url: https://discord.gg/YWrKVTn + url: https://linuxserver.io/discord about: Realtime support / chat with the community and the team. - name: Discourse discussion forum diff --git a/.github/workflows/external_trigger.yml b/.github/workflows/external_trigger.yml index 840c17c..e884304 100644 --- a/.github/workflows/external_trigger.yml +++ b/.github/workflows/external_trigger.yml @@ -15,7 +15,10 @@ jobs: SKIP_EXTERNAL_TRIGGER: ${{ vars.SKIP_EXTERNAL_TRIGGER }} run: | printf "# External trigger for docker-audacity\n\n" >> $GITHUB_STEP_SUMMARY - if grep -q "^audacity_main" <<< "${SKIP_EXTERNAL_TRIGGER}"; then + if grep -q "^audacity_main_" <<< "${SKIP_EXTERNAL_TRIGGER}"; then + echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY + echo "> Github organizational variable \`SKIP_EXTERNAL_TRIGGER\` contains \`audacity_main_\`; will skip trigger if version matches." >> $GITHUB_STEP_SUMMARY + elif grep -q "^audacity_main" <<< "${SKIP_EXTERNAL_TRIGGER}"; then echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY echo "> Github organizational variable \`SKIP_EXTERNAL_TRIGGER\` contains \`audacity_main\`; skipping trigger." >> $GITHUB_STEP_SUMMARY exit 0 @@ -25,6 +28,11 @@ jobs: printf "\n## Retrieving external version\n\n" >> $GITHUB_STEP_SUMMARY EXT_RELEASE=$(curl -u ${{ secrets.CR_USER }}:${{ secrets.CR_PAT }} -sX GET https://api.github.com/repos/audacity/audacity/releases/latest | jq -r '.tag_name' | sed 's|^Audacity-||') echo "Type is \`custom_version_command\`" >> $GITHUB_STEP_SUMMARY + if grep -q "^audacity_main_${EXT_RELEASE}" <<< "${SKIP_EXTERNAL_TRIGGER}"; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Github organizational variable \`SKIP_EXTERNAL_TRIGGER\` matches current external release; skipping trigger." >> $GITHUB_STEP_SUMMARY + exit 0 + fi if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY echo "> Can't retrieve external version, exiting" >> $GITHUB_STEP_SUMMARY diff --git a/README.md b/README.md index 6c44377..3d36255 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)](https://linuxserver.io) [![Blog](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=Blog)](https://blog.linuxserver.io "all the things you can do with our containers including How-To guides, opinions and much more!") -[![Discord](https://img.shields.io/discord/354974912613449730.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=Discord&logo=discord)](https://discord.gg/YWrKVTn "realtime support / chat with the community and the team.") +[![Discord](https://img.shields.io/discord/354974912613449730.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=Discord&logo=discord)](https://linuxserver.io/discord "realtime support / chat with the community and the team.") [![Discourse](https://img.shields.io/discourse/https/discourse.linuxserver.io/topics.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=discourse)](https://discourse.linuxserver.io "post on our community forum.") [![Fleet](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=Fleet)](https://fleet.linuxserver.io "an online web interface which displays all of our maintained images.") [![GitHub](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitHub&logo=github)](https://github.com/linuxserver "view the source for all of our repositories.") @@ -20,7 +20,7 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another container r Find us at: * [Blog](https://blog.linuxserver.io) - all the things you can do with our containers including How-To guides, opinions and much more! -* [Discord](https://discord.gg/YWrKVTn) - realtime support / chat with the community and the team. +* [Discord](https://linuxserver.io/discord) - realtime support / chat with the community and the team. * [Discourse](https://discourse.linuxserver.io) - post on our community forum. * [Fleet](https://fleet.linuxserver.io) - an online web interface which displays all of our maintained images. * [GitHub](https://github.com/linuxserver) - view the source for all of our repositories. From 95b1a0f73f1378cd54808814cc315837dbf8de5b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 4 Feb 2025 05:01:16 +0000 Subject: [PATCH 49/66] Bot Updating Package Versions --- package_versions.txt | 106 ++++++++++++++++++++++--------------------- 1 file changed, 54 insertions(+), 52 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index d6a1286..8796159 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/busboy 1.5.0 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.10.10 npm +@types/node 22.13.0 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -68,7 +68,7 @@ containerd.io 1. content-disposition 0.5.4 npm content-type 1.0.5 npm cookie 0.7.1 npm -cookie 1.0.2 npm +cookie 0.7.2 npm cookie-signature 1.0.6 npm coreutils 9.4-3ubuntu6 deb cors 2.8.5 npm @@ -123,7 +123,7 @@ ee-first 1. ejs 3.1.10 npm encodeurl 1.0.2 npm encodeurl 2.0.0 npm -engine.io 6.6.3 npm +engine.io 6.6.4 npm engine.io-parser 5.2.3 npm engine.io-parser UNKNOWN npm (+1 duplicate) es-define-property 1.0.1 npm @@ -589,7 +589,7 @@ libatk1.0-dev 2. libatk1.0-doc 2.52.0-1build1 deb libatspi2.0-0t64 2.52.0-1build1 deb libatspi2.0-dev 2.52.0-1build1 deb -libattr1 1:2.5.2-1build1 deb +libattr1 1:2.5.2-1build1.1 deb libaudit-common 1:3.1.2-2.1build1.1 deb libaudit1 1:3.1.2-2.1build1.1 deb libavahi-client3 0.8-13ubuntu6 deb @@ -610,7 +610,7 @@ libbluray2 1: libbpf1 1:1.3.0-2build2 deb libbrotli1 1.1.0-2build2 deb libbs2b0 3.1.0+dfsg-7build1 deb -libbsd0 0.12.1-1build1 deb +libbsd0 0.12.1-1build1.1 deb libbz2-1.0 1.0.8-5.1build0.1 deb libc-bin 2.39-0ubuntu8.3 deb libc-dev-bin 2.39-0ubuntu8.3 deb @@ -621,8 +621,8 @@ libcaca0 0. libcairo-gobject2 1.18.0-3build1 deb libcairo2 1.18.0-3build1 deb libcap-ng0 0.8.4-2build2 deb -libcap2 1:2.66-5ubuntu2 deb -libcap2-bin 1:2.66-5ubuntu2 deb +libcap2 1:2.66-5ubuntu2.1 deb +libcap2-bin 1:2.66-5ubuntu2.1 deb libcares2 1.27.0-1.0ubuntu1 deb libcbor0.10 0.10.2-1.2ubuntu2 deb libcdio-cdda2t64 10.2+2.0.1-1.1build2 deb @@ -663,19 +663,19 @@ libdeflate0 1. libdevel-callchecker-perl 0.008-2build3 deb libdevel-stacktrace-perl 2.0500-1 deb libdevmapper1.02.1 2:1.02.185-3ubuntu3.1 deb -libdrm-amdgpu1 2.4.120-2build1 deb -libdrm-common 2.4.120-2build1 deb -libdrm-intel1 2.4.120-2build1 deb -libdrm-nouveau2 2.4.120-2build1 deb -libdrm-radeon1 2.4.120-2build1 deb -libdrm2 2.4.120-2build1 deb +libdrm-amdgpu1 2.4.122-1~ubuntu0.24.04.1 deb +libdrm-common 2.4.122-1~ubuntu0.24.04.1 deb +libdrm-intel1 2.4.122-1~ubuntu0.24.04.1 deb +libdrm-nouveau2 2.4.122-1~ubuntu0.24.04.1 deb +libdrm-radeon1 2.4.122-1~ubuntu0.24.04.1 deb +libdrm2 2.4.122-1~ubuntu0.24.04.1 deb libduktape207 2.7.0+tests-0ubuntu3 deb -libdw1t64 0.190-1.1build4 deb +libdw1t64 0.190-1.1build4.1 deb libdynaloader-functions-perl 0.003-3 deb libedit2 3.1-20230828-1build1 deb -libegl-mesa0 24.0.9-0ubuntu0.3 deb +libegl-mesa0 24.2.8-1ubuntu1~24.04.1 deb libegl1 1.7.0-1build1 deb -libelf1t64 0.190-1.1build4 deb +libelf1t64 0.190-1.1build4.1 deb libepoxy0 1.5.10-1build1 deb libeval-closure-perl 0.14-3 deb libexception-class-perl 1.45-1 deb @@ -697,7 +697,7 @@ libfontenc1 1: libfreetype6 2.13.2+dfsg-1build3 deb libfribidi0 1.0.13-3build1 deb libfuse3-3 3.14.0-5build1 deb -libgbm1 24.0.9-0ubuntu0.3 deb +libgbm1 24.2.8-1ubuntu1~24.04.1 deb libgcc-s1 14.2.0-4ubuntu2~24.04 deb libgcrypt20 1.10.3-2build1 deb libgd3 2.3.3-9ubuntu5 deb @@ -710,8 +710,8 @@ libgif7 5. libgirepository-1.0-1 1.80.1-1 deb libgirepository-2.0-0 2.80.0-6ubuntu3.2 deb libgl1 1.7.0-1build1 deb -libgl1-mesa-dri 24.0.9-0ubuntu0.3 deb -libglapi-mesa 24.0.9-0ubuntu0.3 deb +libgl1-mesa-dri 24.2.8-1ubuntu1~24.04.1 deb +libglapi-mesa 24.2.8-1ubuntu1~24.04.1 deb libglib2.0-0t64 2.80.0-6ubuntu3.2 deb libglib2.0-bin 2.80.0-6ubuntu3.2 deb libglib2.0-data 2.80.0-6ubuntu3.2 deb @@ -719,13 +719,13 @@ libglib2.0-dev 2. libglib2.0-dev-bin 2.80.0-6ubuntu3.2 deb libglu1-mesa 9.0.2-1.1build1 deb libglvnd0 1.7.0-1build1 deb -libglx-mesa0 24.0.9-0ubuntu0.3 deb +libglx-mesa0 24.2.8-1ubuntu1~24.04.1 deb libglx0 1.7.0-1build1 deb libgme0 0.6.3-7build1 deb -libgmp10 2:6.3.0+dfsg-2ubuntu6 deb +libgmp10 2:6.3.0+dfsg-2ubuntu6.1 deb libgnutls30t64 3.8.3-1.1ubuntu3.2 deb libgomp1 14.2.0-4ubuntu2~24.04 deb -libgpg-error0 1.47-3build2 deb +libgpg-error0 1.47-3build2.1 deb libgraphite2-3 1.3.14-2build1 deb libgs-common 10.02.1~dfsg1-0ubuntu7.4 deb libgs10 10.02.1~dfsg1-0ubuntu7.4 deb @@ -745,14 +745,14 @@ libice6 2: libicu74 74.2-1ubuntu3.1 deb libid3tag0 0.15.1b-14build1 deb libidn12 1.42-1build1 deb -libidn2-0 2.3.7-2build1 deb +libidn2-0 2.3.7-2build1.1 deb libiec61883-0 1.2.0-6build1 deb libigdgmm12 22.3.17+ds1-1 deb libijs-0.35 0.35-15.1build1 deb libimlib2t64 1.12.1-1.1build2 deb libip4tc2 1.8.10-3ubuntu2 deb libip6tc2 1.8.10-3ubuntu2 deb -libisl23 0.26-3build1 deb +libisl23 0.26-3build1.1 deb libjack-jackd2-0 1.9.21~dfsg-3ubuntu3 deb libjbig0 2.1-6.1ubuntu2 deb libjbig2dec0 0.20-1build3 deb @@ -765,7 +765,7 @@ libjson-glib-1.0-common 1. libjxl0.7 0.7.0-10.2ubuntu6 deb libk5crypto3 1.20.1-6ubuntu2.2 deb libkeyutils1 1.6.3-3build1 deb -libkmod2 31+20240202-2ubuntu7 deb +libkmod2 31+20240202-2ubuntu7.1 deb libkrb5-3 1.20.1-6ubuntu2.2 deb libkrb5support0 1.20.1-6ubuntu2.2 deb libksba8 1.6.6-1build1 deb @@ -777,7 +777,7 @@ liblerc4 4. liblilv-0-0 0.24.22-1build1 deb liblist-moreutils-perl 0.430-2 deb liblist-moreutils-xs-perl 0.430-3build5 deb -libllvm17t64 1:17.0.6-9ubuntu1 deb +libllvm19 1:19.1.1-1ubuntu1~24.04.2 deb liblocale-gettext-perl 1.07-6ubuntu5 deb libltdl7 2.4.7-7build1 deb liblz4-1 1.9.4-1build1.1 deb @@ -785,15 +785,15 @@ liblzma5 5. libmagic-mgc 1:5.45-3build1 deb libmagic1t64 1:5.45-3build1 deb libmbedcrypto7t64 2.28.8-1 deb -libmd0 1.1.0-2build1 deb +libmd0 1.1.0-2build1.1 deb libmnl0 1.0.5-2build1 deb libmodule-implementation-perl 0.09-2 deb libmodule-runtime-perl 0.016-2 deb libmount-dev 2.39.3-9ubuntu6.2 deb libmount1 2.39.3-9ubuntu6.2 deb libmp3lame0 3.100-6build1 deb -libmpc3 1.3.1-1build1 deb -libmpfr6 4.2.1-1build1 deb +libmpc3 1.3.1-1build1.1 deb +libmpfr6 4.2.1-1build1.1 deb libmpg123-0t64 1.32.5-1ubuntu1.1 deb libmro-compat-perl 0.15-2 deb libmysofa1 1.3.2+dfsg-2ubuntu2 deb @@ -804,7 +804,7 @@ libnetfilter-conntrack3 1. libnettle8t64 3.9.1-2.2build1.1 deb libnfnetlink0 1.0.2-2build1 deb libnftnl11 1.2.6-2build1 deb -libnghttp2-14 1.59.0-1ubuntu0.1 deb +libnghttp2-14 1.59.0-1ubuntu0.2 deb libnode109 18.19.1+dfsg-6ubuntu5 deb libnorm1t64 1.5.9+dfsg-3.1build1 deb libnotify-bin 0.8.3-1build2 deb @@ -830,7 +830,7 @@ libpackagekit-glib2-18 1. libpam-modules 1.5.3-5ubuntu5.1 deb libpam-modules-bin 1.5.3-5ubuntu5.1 deb libpam-runtime 1.5.3-5ubuntu5.1 deb -libpam-systemd 255.4-1ubuntu8.4 deb +libpam-systemd 255.4-1ubuntu8.5 deb libpam0g 1.5.3-5ubuntu5.1 deb libpango-1.0-0 1.52.1+ds-1build1 deb libpangocairo-1.0-0 1.52.1+ds-1build1 deb @@ -843,12 +843,12 @@ libparams-util-perl 1. libparams-validationcompiler-perl 0.31-1 deb libpci3 1:3.10.0-2build1 deb libpciaccess0 0.17-3build1 deb -libpcre2-16-0 10.42-4ubuntu2 deb -libpcre2-32-0 10.42-4ubuntu2 deb -libpcre2-8-0 10.42-4ubuntu2 deb -libpcre2-dev 10.42-4ubuntu2 deb -libpcre2-posix3 10.42-4ubuntu2 deb -libperl5.38t64 5.38.2-3.2build2 deb +libpcre2-16-0 10.42-4ubuntu2.1 deb +libpcre2-32-0 10.42-4ubuntu2.1 deb +libpcre2-8-0 10.42-4ubuntu2.1 deb +libpcre2-dev 10.42-4ubuntu2.1 deb +libpcre2-posix3 10.42-4ubuntu2.1 deb +libperl5.38t64 5.38.2-3.2build2.1 deb libpgm-5.3-0t64 5.3.128~dfsg-2.1build1 deb libpipeline1 1.5.7-2 deb libpixman-1-0 0.42.2-1build1 deb @@ -917,7 +917,7 @@ libspectre1 0. libspeex1 1.2.1-2ubuntu2.24.04.1 deb libspeexdsp1 1.2.1-1ubuntu3 deb libsphinxbase3t64 0.8+5prealpha+1-17build2 deb -libsqlite3-0 3.45.1-1ubuntu2 deb +libsqlite3-0 3.45.1-1ubuntu2.1 deb libsratom-0-0 0.6.16-1build1 deb libsrt1.5-gnutls 1.5.3-1build2 deb libss2 1.47.0-2.4~exp1ubuntu4.1 deb @@ -937,8 +937,8 @@ libsvtav1enc1d1 1. libswitch-perl 2.17-3 deb libswresample4 7:6.1.1-3ubuntu5 deb libswscale7 7:6.1.1-3ubuntu5 deb -libsystemd-shared 255.4-1ubuntu8.4 deb -libsystemd0 255.4-1ubuntu8.4 deb +libsystemd-shared 255.4-1ubuntu8.5 deb +libsystemd0 255.4-1ubuntu8.5 deb libtasn1-6 4.19.0-3build1 deb libtdb1 1.4.10-1build1 deb libthai-data 0.1.29-2build1 deb @@ -951,10 +951,10 @@ libtirpc3t64 1. libtry-tiny-perl 0.31-2 deb libtwolame0 0.4.0-2build3 deb libuchardet0 0.0.8-1build1 deb -libudev1 255.4-1ubuntu8.4 deb +libudev1 255.4-1ubuntu8.5 deb libudfread0 1.1.2-1build1 deb libunibreak5 5.1-2build1 deb -libunistring5 1.1-2build1 deb +libunistring5 1.1-2build1.1 deb libunwind8 1.6.2-3build1 deb libusb-1.0-0 2:1.0.27-1 deb libutempter0 1.2.1-3build1 deb @@ -1021,7 +1021,7 @@ libxi6 2: libxinerama1 2:1.1.4-3build1 deb libxkbcommon0 1.6.0-1build1 deb libxkbfile1 1:1.1.0-1build4 deb -libxml2 2.9.14+dfsg-1.3ubuntu3 deb +libxml2 2.9.14+dfsg-1.3ubuntu3.1 deb libxmlb2 0.3.18-1 deb libxmu6 2:1.1.3-3build2 deb libxmuu1 2:1.1.3-3build2 deb @@ -1063,8 +1063,9 @@ mawk 1. media-typer 0.3.0 npm media-types 10.1.0 deb merge-descriptors 1.0.3 npm -mesa-va-drivers 24.0.9-0ubuntu0.3 deb -mesa-vulkan-drivers 24.0.9-0ubuntu0.3 deb +mesa-libgallium 24.2.8-1ubuntu1~24.04.1 deb +mesa-va-drivers 24.2.8-1ubuntu1~24.04.1 deb +mesa-vulkan-drivers 24.2.8-1ubuntu1~24.04.1 deb methods 1.1.2 npm mime 1.6.0 npm mime-db 1.52.0 npm @@ -1103,9 +1104,9 @@ passwd 1: path-to-regexp 0.1.12 npm pci.ids 0.0~2024.03.31-1 deb pciutils 1:3.10.0-2build1 deb -perl 5.38.2-3.2build2 deb -perl-base 5.38.2-3.2build2 deb -perl-modules-5.38 5.38.2-3.2build2 deb +perl 5.38.2-3.2build2.1 deb +perl-base 5.38.2-3.2build2.1 deb +perl-modules-5.38 5.38.2-3.2build2.1 deb pinentry-curses 1.2.1-3ubuntu5 deb pkgconf 1.8.1-2build1 deb pkgconf-bin 1.8.1-2build1 deb @@ -1187,9 +1188,9 @@ stdlib go streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb supports-color 7.2.0 npm -systemd 255.4-1ubuntu8.4 deb -systemd-dev 255.4-1ubuntu8.4 deb -systemd-sysv 255.4-1ubuntu8.4 deb +systemd 255.4-1ubuntu8.5 deb +systemd-dev 255.4-1ubuntu8.5 deb +systemd-sysv 255.4-1ubuntu8.5 deb sysvinit-utils 3.08-6ubuntu3 deb tags.cncf.io/container-device-interface v0.7.2 go-module tags.cncf.io/container-device-interface v0.8.0 go-module (+1 duplicate) @@ -1201,9 +1202,10 @@ type-is 1. tzdata 2024a-3ubuntu1.1 deb ubuntu-keyring 2023.11.28.1 deb ucf 3.0043+nmu1 deb -udev 255.4-1ubuntu8.4 deb +udev 255.4-1ubuntu8.5 deb undici 5.26.3 npm undici-types 6.20.0 npm +unminimize 0.2.1 deb unpipe 1.0.0 npm util-linux 2.39.3-9ubuntu6.2 deb utils-merge 1.0.1 npm From 19b6fb9987386290dfd3e817f956a713ab0bafe7 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 11 Feb 2025 04:51:21 +0000 Subject: [PATCH 50/66] Bot Updating Templated Files --- Jenkinsfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8727c76..0d600f8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,7 +70,9 @@ pipeline { fi done fi - docker system prune -f --volumes || : ''' + docker system prune -f --volumes || : + docker image prune -af || : + ''' script{ env.EXIT_STATUS = '' env.LS_RELEASE = sh( @@ -751,7 +753,8 @@ pipeline { if [[ -n "${containers}" ]]; then docker stop ${containers} fi - docker system prune -af --volumes || : + docker system prune -f --volumes || : + docker image prune -af || : ''' } } @@ -1177,6 +1180,7 @@ EOF done fi docker system prune -f --volumes || : + docker image prune -af || : ''' cleanWs() } From 94a11db1e1582db37d45053bf8ed5aee94b109c8 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 11 Feb 2025 04:56:07 +0000 Subject: [PATCH 51/66] Bot Updating Package Versions --- package_versions.txt | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 8796159..107ebfb 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/busboy 1.5.0 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.13.0 npm +@types/node 22.13.1 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -612,11 +612,11 @@ libbrotli1 1. libbs2b0 3.1.0+dfsg-7build1 deb libbsd0 0.12.1-1build1.1 deb libbz2-1.0 1.0.8-5.1build0.1 deb -libc-bin 2.39-0ubuntu8.3 deb -libc-dev-bin 2.39-0ubuntu8.3 deb -libc-devtools 2.39-0ubuntu8.3 deb -libc6 2.39-0ubuntu8.3 deb -libc6-dev 2.39-0ubuntu8.3 deb +libc-bin 2.39-0ubuntu8.4 deb +libc-dev-bin 2.39-0ubuntu8.4 deb +libc-devtools 2.39-0ubuntu8.4 deb +libc6 2.39-0ubuntu8.4 deb +libc6-dev 2.39-0ubuntu8.4 deb libcaca0 0.99.beta20-4build2 deb libcairo-gobject2 1.18.0-3build1 deb libcairo2 1.18.0-3build1 deb @@ -955,7 +955,7 @@ libudev1 25 libudfread0 1.1.2-1build1 deb libunibreak5 5.1-2build1 deb libunistring5 1.1-2build1.1 deb -libunwind8 1.6.2-3build1 deb +libunwind8 1.6.2-3build1.1 deb libusb-1.0-0 2:1.0.27-1 deb libutempter0 1.2.1-3build1 deb libuuid1 2.39.3-9ubuntu6.2 deb @@ -1049,9 +1049,9 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-52.53 deb -locales 2.39-0ubuntu8.3 deb -locales-all 2.39-0ubuntu8.3 deb +linux-libc-dev 6.8.0-53.55 deb +locales 2.39-0ubuntu8.4 deb +locales-all 2.39-0ubuntu8.4 deb login 1:4.13+dfsg1-4ubuntu3.2 deb logsave 1.47.0-2.4~exp1ubuntu4.1 deb lsb-release 12.0-2 deb @@ -1091,7 +1091,7 @@ node-xtend 4. nodejs 18.19.1+dfsg-6ubuntu5 deb oauthlib 3.2.2 python object-assign 4.1.1 npm -object-inspect 1.13.3 npm +object-inspect 1.13.4 npm ocl-icd-libopencl1 2.3.2-1build1 deb on-finished 2.4.1 npm openbox 3.6.1-12build5 deb @@ -1123,10 +1123,10 @@ pulseaudio2 0. pygobject 3.48.2 python pyjwt 2.7.0 python pyparsing 3.1.1 python -python-apt 2.7.7+ubuntu3 python -python-apt-common 2.7.7ubuntu3 deb +python-apt 2.7.7+ubuntu4 python +python-apt-common 2.7.7ubuntu4 deb python3 3.12.3-0ubuntu2 deb -python3-apt 2.7.7ubuntu3 deb +python3-apt 2.7.7ubuntu4 deb python3-blinker 1.7.0-1 deb python3-cffi-backend 1.16.0-2build1 deb python3-cryptography 41.0.7-4ubuntu0.1 deb @@ -1199,7 +1199,7 @@ tags.cncf.io/container-device-interface/specs-go v0 tar 1.35+dfsg-3build1 deb toidentifier 1.0.1 npm type-is 1.6.18 npm -tzdata 2024a-3ubuntu1.1 deb +tzdata 2024b-0ubuntu0.24.04 deb ubuntu-keyring 2023.11.28.1 deb ucf 3.0043+nmu1 deb udev 255.4-1ubuntu8.5 deb From 4e6c461f00618d8dc7302a2595a03473485ecf74 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 18 Feb 2025 04:58:24 +0000 Subject: [PATCH 52/66] Bot Updating Package Versions --- package_versions.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 107ebfb..47d5d6d 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/busboy 1.5.0 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.13.1 npm +@types/node 22.13.4 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -34,7 +34,7 @@ async 3. at-spi2-common 2.52.0-1build1 deb at-spi2-core 2.52.0-1build1 deb balanced-match 1.0.2 npm -base-files 13ubuntu10.1 deb +base-files 13ubuntu10.2 deb base-passwd 3.6.3build1 deb base64id 2.0.0 npm bash 5.2.21-2ubuntu4 deb @@ -50,7 +50,7 @@ bsdutils 1: busboy 1.6.0 npm bytes 3.1.2 npm ca-certificates 20240203 deb -call-bind-apply-helpers 1.0.1 npm +call-bind-apply-helpers 1.0.2 npm call-bound 1.0.3 npm catatonit 0.1.7-1 deb chalk 4.1.2 npm @@ -565,7 +565,7 @@ kbd 2. kclient 0.4.1 npm keyboard-configuration 1.226ubuntu1 deb keyboxd 2.4.4-2ubuntu17 deb -krb5-locales 1.20.1-6ubuntu2.2 deb +krb5-locales 1.20.1-6ubuntu2.3 deb launchpadlib 1.11.0 python lazr-restfulclient 0.14.6 python lazr-uri 1.0.6 python @@ -731,7 +731,7 @@ libgs-common 10 libgs10 10.02.1~dfsg1-0ubuntu7.4 deb libgs10-common 10.02.1~dfsg1-0ubuntu7.4 deb libgsm1 1.0.22-1build1 deb -libgssapi-krb5-2 1.20.1-6ubuntu2.2 deb +libgssapi-krb5-2 1.20.1-6ubuntu2.3 deb libgstreamer-plugins-base1.0-0 1.24.2-1ubuntu0.2 deb libgstreamer1.0-0 1.24.2-1ubuntu0.1 deb libharfbuzz0b 8.3.0-2build2 deb @@ -763,11 +763,11 @@ libjson-c5 0. libjson-glib-1.0-0 1.8.0-2build2 deb libjson-glib-1.0-common 1.8.0-2build2 deb libjxl0.7 0.7.0-10.2ubuntu6 deb -libk5crypto3 1.20.1-6ubuntu2.2 deb +libk5crypto3 1.20.1-6ubuntu2.3 deb libkeyutils1 1.6.3-3build1 deb libkmod2 31+20240202-2ubuntu7.1 deb -libkrb5-3 1.20.1-6ubuntu2.2 deb -libkrb5support0 1.20.1-6ubuntu2.2 deb +libkrb5-3 1.20.1-6ubuntu2.3 deb +libkrb5support0 1.20.1-6ubuntu2.3 deb libksba8 1.6.6-1build1 deb liblapack3 3.12.0-3build1.1 deb liblcms2-2 2.14-2build1 deb @@ -1199,7 +1199,7 @@ tags.cncf.io/container-device-interface/specs-go v0 tar 1.35+dfsg-3build1 deb toidentifier 1.0.1 npm type-is 1.6.18 npm -tzdata 2024b-0ubuntu0.24.04 deb +tzdata 2024b-0ubuntu0.24.04.1 deb ubuntu-keyring 2023.11.28.1 deb ucf 3.0043+nmu1 deb udev 255.4-1ubuntu8.5 deb From db5ac3c5a523b1499f033ce206015835748c90fa Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 25 Feb 2025 05:00:42 +0000 Subject: [PATCH 53/66] Bot Updating Package Versions --- package_versions.txt | 286 ++++++++++++++++++++++--------------------- 1 file changed, 148 insertions(+), 138 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 47d5d6d..bc4779a 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/busboy 1.5.0 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.13.4 npm +@types/node 22.13.5 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -55,7 +55,7 @@ call-bound 1. catatonit 0.1.7-1 deb chalk 4.1.2 npm cjs-module-lexer 1.2.3 npm -cloud.google.com/go/compute/metadata v0.3.0 go-module +cloud.google.com/go/compute/metadata v0.5.2 go-module cloud.google.com/go/logging v1.9.0 go-module cloud.google.com/go/longrunning v0.5.4 go-module code.cloudfoundry.org/clock v1.1.0 go-module @@ -90,8 +90,8 @@ cups-ipp-utils 2. cups-ppdc 2.4.7-1.2ubuntu7.3 deb cups-server-common 2.4.7-1.2ubuntu7.3 deb curl 8.5.0-2ubuntu10.6 deb -dario.cat/mergo v1.0.0 go-module (+1 duplicate) -dario.cat/mergo v1.0.1 go-module +dario.cat/mergo v1.0.0 go-module +dario.cat/mergo v1.0.1 go-module (+1 duplicate) dash 0.5.12-6ubuntu5 deb dbus 1.14.10-4ubuntu4.1 deb dbus-bin 1.14.10-4ubuntu4.1 deb @@ -112,9 +112,9 @@ diffutils 1: dirmngr 2.4.4-2ubuntu17 deb distro 1.9.0 python distro-info-data 0.60ubuntu0.2 deb -docker-ce 5:27.5.1-1~ubuntu.24.04~noble deb -docker-ce-cli 5:27.5.1-1~ubuntu.24.04~noble deb -docker-compose-plugin 2.32.4-1~ubuntu.24.04~noble deb +docker-ce 5:28.0.0-1~ubuntu.24.04~noble deb +docker-ce-cli 5:28.0.0-1~ubuntu.24.04~noble deb +docker-compose-plugin 2.33.0-1~ubuntu.24.04~noble deb dpkg 1.22.6ubuntu6.1 deb dunder-proto 1.0.1 npm dunst 1.9.2-1build2 deb @@ -163,31 +163,35 @@ gir1.2-glib-2.0 2. gir1.2-glib-2.0-dev 2.80.0-6ubuntu3.2 deb gir1.2-packagekitglib-1.0 1.2.8-2ubuntu1.1 deb github.com/AlecAivazis/survey/v2 v2.3.7 go-module +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go-module +github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go-module +github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0 go-module github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 go-module github.com/Masterminds/semver/v3 v3.2.1 go-module github.com/Microsoft/hcsshim v0.11.7 go-module (+1 duplicate) -github.com/Microsoft/hcsshim v0.12.8 go-module +github.com/Microsoft/hcsshim v0.12.9 go-module github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 go-module github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go-module github.com/agext/levenshtein v1.2.3 go-module github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 go-module +github.com/apparentlymart/go-textseg/v15 v15.0.0 go-module github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 go-module github.com/armon/go-metrics v0.4.1 go-module -github.com/aws/aws-sdk-go-v2 v1.24.1 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.4 go-module -github.com/aws/aws-sdk-go-v2/config v1.26.6 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/credentials v1.16.16 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2 v1.30.3 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3 go-module +github.com/aws/aws-sdk-go-v2/config v1.27.27 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/credentials v1.17.27 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 go-module (+1 duplicate) github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.32.0 go-module -github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 go-module (+1 duplicate) -github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 go-module (+1 duplicate) -github.com/aws/smithy-go v1.19.0 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 go-module (+1 duplicate) +github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 go-module (+1 duplicate) +github.com/aws/smithy-go v1.20.3 go-module (+1 duplicate) github.com/beorn7/perks v1.0.1 go-module (+2 duplicates) github.com/bits-and-blooms/bitset v1.13.0 go-module github.com/blang/semver/v4 v4.0.0 go-module @@ -197,61 +201,64 @@ github.com/cenkalti/backoff/v4 v4 github.com/cespare/xxhash/v2 v2.2.0 go-module github.com/cespare/xxhash/v2 v2.3.0 go-module (+1 duplicate) github.com/checkpoint-restore/go-criu/v6 v6.3.0 go-module -github.com/cilium/ebpf v0.12.3 go-module -github.com/cilium/ebpf v0.16.0 go-module +github.com/cilium/ebpf v0.16.0 go-module (+1 duplicate) github.com/cilium/ebpf v0.9.1 go-module (+3 duplicates) github.com/cloudflare/cfssl v1.6.4 go-module -github.com/compose-spec/compose-go/v2 v2.4.7 go-module +github.com/compose-spec/compose-go/v2 v2.4.8 go-module github.com/container-storage-interface/spec v1.5.0 go-module github.com/containerd/aufs v1.0.0 go-module github.com/containerd/btrfs/v2 v2.0.0 go-module github.com/containerd/cgroups v1.1.0 go-module (+1 duplicate) github.com/containerd/cgroups/v3 v3.0.2 go-module (+3 duplicates) -github.com/containerd/cgroups/v3 v3.0.3 go-module +github.com/containerd/cgroups/v3 v3.0.5 go-module github.com/containerd/console v1.0.3 go-module (+4 duplicates) github.com/containerd/console v1.0.4 go-module (+2 duplicates) -github.com/containerd/containerd v1.7.24 go-module (+1 duplicate) github.com/containerd/containerd v1.7.25 go-module (+4 duplicates) -github.com/containerd/containerd/api v1.7.19 go-module (+1 duplicate) -github.com/containerd/containerd/api v1.8.0 go-module (+4 duplicates) +github.com/containerd/containerd/api v1.8.0 go-module (+6 duplicates) +github.com/containerd/containerd/v2 v2.0.2 go-module (+1 duplicate) github.com/containerd/continuity v0.4.4 go-module (+4 duplicates) github.com/containerd/continuity v0.4.5 go-module (+1 duplicate) -github.com/containerd/errdefs v0.3.0 go-module (+6 duplicates) +github.com/containerd/errdefs v0.3.0 go-module (+4 duplicates) +github.com/containerd/errdefs v1.0.0 go-module (+1 duplicate) +github.com/containerd/errdefs/pkg v0.3.0 go-module (+1 duplicate) github.com/containerd/fifo v1.1.0 go-module (+5 duplicates) -github.com/containerd/go-cni v1.1.10 go-module +github.com/containerd/go-cni v1.1.12 go-module github.com/containerd/go-cni v1.1.9 go-module (+1 duplicate) github.com/containerd/go-runc v1.0.0 go-module (+4 duplicates) github.com/containerd/go-runc v1.1.0 go-module github.com/containerd/imgcrypt v1.1.8 go-module github.com/containerd/log v0.1.0 go-module (+7 duplicates) github.com/containerd/nri v0.6.1 go-module -github.com/containerd/platforms v0.2.1 go-module (+5 duplicates) -github.com/containerd/stargz-snapshotter/estargz v0.15.1 go-module -github.com/containerd/ttrpc v1.2.5 go-module (+6 duplicates) +github.com/containerd/platforms v0.2.1 go-module (+3 duplicates) +github.com/containerd/platforms v1.0.0-rc.1 go-module (+1 duplicate) +github.com/containerd/plugin v1.0.0 go-module +github.com/containerd/stargz-snapshotter/estargz v0.16.3 go-module +github.com/containerd/ttrpc v1.2.5 go-module (+4 duplicates) +github.com/containerd/ttrpc v1.2.7 go-module (+1 duplicate) github.com/containerd/typeurl v1.0.2 go-module github.com/containerd/typeurl/v2 v2.1.1 go-module (+4 duplicates) github.com/containerd/typeurl/v2 v2.2.3 go-module (+1 duplicate) github.com/containerd/zfs v1.1.0 go-module github.com/containernetworking/cni v1.1.2 go-module (+1 duplicate) -github.com/containernetworking/cni v1.2.2 go-module +github.com/containernetworking/cni v1.2.3 go-module github.com/containernetworking/plugins v1.2.0 go-module -github.com/containernetworking/plugins v1.4.0 go-module +github.com/containernetworking/plugins v1.5.1 go-module github.com/containers/ocicrypt v1.1.10 go-module github.com/coreos/go-systemd/v22 v22.5.0 go-module (+5 duplicates) -github.com/cyphar/filepath-securejoin v0.2.4 go-module -github.com/cyphar/filepath-securejoin v0.3.5 go-module -github.com/davecgh/go-spew v1.1.1 go-module (+2 duplicates) +github.com/cyphar/filepath-securejoin v0.3.5 go-module (+1 duplicate) +github.com/davecgh/go-spew v1.1.1 go-module (+1 duplicate) +github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go-module github.com/deckarep/golang-set/v2 v2.3.0 go-module github.com/dimchansky/utfbom v1.1.1 go-module github.com/distribution/reference v0.6.0 go-module (+3 duplicates) -github.com/docker/buildx v0.19.2 go-module -github.com/docker/cli v27.4.0+incompatible go-module -github.com/docker/cli-docs-tool v0.8.0 go-module -github.com/docker/cli/cmd/docker v27.5.1 go-module -github.com/docker/compose/v2 v2.32.4 go-module +github.com/docker/buildx v0.20.1 go-module +github.com/docker/cli v27.5.1+incompatible go-module +github.com/docker/cli-docs-tool v0.9.0 go-module +github.com/docker/cli/cmd/docker v28.0.0 go-module +github.com/docker/compose/v2 v2.33.0 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) -github.com/docker/docker v27.4.0+incompatible go-module -github.com/docker/docker v27.5.1 go-module (+1 duplicate) +github.com/docker/docker v27.5.1+incompatible go-module +github.com/docker/docker v28.0.0 go-module (+1 duplicate) github.com/docker/docker-credential-helpers v0.8.2 go-module github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) @@ -267,15 +274,17 @@ github.com/felixge/httpsnoop v1 github.com/felixge/httpsnoop v1.0.4 go-module (+1 duplicate) github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee go-module github.com/fluent/fluent-logger-golang v1.9.0 go-module -github.com/fsnotify/fsnotify v1.6.0 go-module (+1 duplicate) +github.com/fsnotify/fsnotify v1.6.0 go-module +github.com/fsnotify/fsnotify v1.7.0 go-module github.com/fvbommel/sortorder v1.1.0 go-module +github.com/fxamacker/cbor/v2 v2.7.0 go-module github.com/go-jose/go-jose/v3 v3.0.3 go-module github.com/go-logr/logr v1.3.0 go-module (+1 duplicate) github.com/go-logr/logr v1.4.2 go-module (+1 duplicate) github.com/go-logr/stdr v1.2.2 go-module (+3 duplicates) github.com/go-openapi/jsonpointer v0.19.6 go-module github.com/go-openapi/jsonreference v0.20.2 go-module -github.com/go-openapi/swag v0.22.3 go-module +github.com/go-openapi/swag v0.22.4 go-module github.com/go-viper/mapstructure/v2 v2.0.0 go-module github.com/godbus/dbus/v5 v5.1.0 go-module (+5 duplicates) github.com/gofrs/flock v0.12.1 go-module (+1 duplicate) @@ -300,7 +309,7 @@ github.com/gorilla/websocket v1 github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go-module github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 go-module (+1 duplicate) github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go-module -github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 go-module (+1 duplicate) +github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 go-module (+1 duplicate) github.com/hashicorp/errwrap v1.1.0 go-module (+6 duplicates) github.com/hashicorp/go-cleanhttp v0.5.2 go-module github.com/hashicorp/go-immutable-radix v1.3.1 go-module @@ -319,7 +328,7 @@ github.com/in-toto/in-toto-golang v0 github.com/intel/goresctrl v0.3.0 go-module (+1 duplicate) github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2 go-module (+1 duplicate) github.com/jmoiron/sqlx v1.3.3 go-module -github.com/jonboulle/clockwork v0.4.0 go-module +github.com/jonboulle/clockwork v0.5.0 go-module github.com/josharian/intern v1.0.0 go-module github.com/json-iterator/go v1.1.12 go-module (+1 duplicate) github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go-module @@ -333,7 +342,7 @@ github.com/mattn/go-runewidth v0 github.com/mattn/go-shellwords v1.0.12 go-module github.com/matttproud/golang_protobuf_extensions v1.0.4 go-module github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go-module -github.com/miekg/dns v1.1.57 go-module +github.com/miekg/dns v1.1.61 go-module github.com/miekg/pkcs11 v1.1.1 go-module github.com/minio/sha256-simd v1.0.0 go-module (+1 duplicate) github.com/mistifyio/go-zfs/v3 v3.0.1 go-module (+1 duplicate) @@ -341,15 +350,16 @@ github.com/mitchellh/copystructure v1 github.com/mitchellh/hashstructure/v2 v2.0.2 go-module (+1 duplicate) github.com/mitchellh/mapstructure v1.5.0 go-module github.com/mitchellh/reflectwalk v1.0.2 go-module -github.com/moby/buildkit v0.18.1 go-module -github.com/moby/buildkit v0.18.2 go-module +github.com/moby/buildkit v0.19.0 go-module +github.com/moby/buildkit v0.20.0 go-module github.com/moby/docker-image-spec v1.3.1 go-module (+1 duplicate) github.com/moby/ipvs v1.1.0 go-module github.com/moby/locker v1.0.1 go-module (+3 duplicates) github.com/moby/patternmatcher v0.6.0 go-module (+1 duplicate) github.com/moby/pubsub v1.0.0 go-module -github.com/moby/spdystream v0.2.0 go-module (+1 duplicate) -github.com/moby/swarmkit/v2 v2.0.0-20241017191044-e8ecf83ee08e go-module +github.com/moby/spdystream v0.2.0 go-module +github.com/moby/spdystream v0.4.0 go-module +github.com/moby/swarmkit/v2 v2.0.0-20250103191802-8c1959736554 go-module github.com/moby/sys/capability v0.4.0 go-module github.com/moby/sys/mount v0.3.4 go-module github.com/moby/sys/mountinfo v0.6.2 go-module (+4 duplicates) @@ -359,11 +369,11 @@ github.com/moby/sys/reexec v0 github.com/moby/sys/sequential v0.6.0 go-module (+1 duplicate) github.com/moby/sys/signal v0.7.0 go-module (+1 duplicate) github.com/moby/sys/signal v0.7.1 go-module (+1 duplicate) -github.com/moby/sys/symlink v0.2.0 go-module (+1 duplicate) -github.com/moby/sys/symlink v0.3.0 go-module +github.com/moby/sys/symlink v0.2.0 go-module +github.com/moby/sys/symlink v0.3.0 go-module (+1 duplicate) github.com/moby/sys/user v0.3.0 go-module (+6 duplicates) github.com/moby/sys/userns v0.1.0 go-module (+7 duplicates) -github.com/moby/term v0.5.0 go-module (+1 duplicate) +github.com/moby/term v0.5.2 go-module (+1 duplicate) github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go-module (+1 duplicate) github.com/modern-go/reflect2 v1.0.2 go-module (+1 duplicate) github.com/morikuni/aec v1.0.0 go-module (+1 duplicate) @@ -372,21 +382,23 @@ github.com/munnerz/goautoneg v0 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f go-module github.com/opencontainers/go-digest v1.0.0 go-module (+6 duplicates) github.com/opencontainers/image-spec v1.1.0 go-module (+6 duplicates) -github.com/opencontainers/runc v1.1.14 go-module +github.com/opencontainers/runc v1.2.3 go-module github.com/opencontainers/runc v1.2.4-0-g6c52b3f go-module github.com/opencontainers/runtime-spec v1.1.0 go-module (+4 duplicates) github.com/opencontainers/runtime-spec v1.2.0 go-module (+1 duplicate) github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 go-module (+1 duplicate) -github.com/opencontainers/selinux v1.11.0 go-module (+3 duplicates) -github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170 go-module +github.com/opencontainers/selinux v1.11.0 go-module (+2 duplicates) +github.com/opencontainers/selinux v1.11.1 go-module +github.com/package-url/packageurl-go v0.1.1 go-module github.com/pelletier/go-toml v1.9.5 go-module (+3 duplicates) +github.com/pelletier/go-toml/v2 v2.2.3 go-module github.com/philhofer/fwd v1.1.2 go-module github.com/pkg/errors v0.9.1 go-module (+6 duplicates) github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 go-module (+1 duplicate) -github.com/pmezard/go-difflib v1.0.0 go-module (+1 duplicate) +github.com/pmezard/go-difflib v1.0.0 go-module +github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go-module github.com/prometheus/client_golang v1.14.0 go-module -github.com/prometheus/client_golang v1.20.2 go-module -github.com/prometheus/client_golang v1.20.5 go-module +github.com/prometheus/client_golang v1.20.5 go-module (+1 duplicate) github.com/prometheus/client_model v0.3.0 go-module github.com/prometheus/client_model v0.6.1 go-module (+1 duplicate) github.com/prometheus/common v0.37.0 go-module @@ -395,7 +407,7 @@ github.com/prometheus/procfs v0 github.com/prometheus/procfs v0.8.0 go-module github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc go-module github.com/rivo/uniseg v0.2.0 go-module -github.com/rootless-containers/rootlesskit/v2 v2.0.2 go-module +github.com/rootless-containers/rootlesskit/v2 v2.3.2 go-module github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 go-module github.com/seccomp/libseccomp-golang v0.10.0 go-module github.com/secure-systems-lab/go-securesystemslib v0.4.0 go-module (+1 duplicate) @@ -405,35 +417,37 @@ github.com/sirupsen/logrus v1 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 go-module github.com/spdx/tools-golang v0.5.3 go-module github.com/spf13/cobra v1.8.1 go-module (+1 duplicate) -github.com/spf13/pflag v1.0.5 go-module (+2 duplicates) +github.com/spf13/pflag v1.0.5 go-module +github.com/spf13/pflag v1.0.6 go-module (+1 duplicate) github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 go-module -github.com/stretchr/testify v1.10.0 go-module -github.com/stretchr/testify v1.9.0 go-module +github.com/stretchr/testify v1.10.0 go-module (+1 duplicate) github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 go-module (+2 duplicates) github.com/tchap/go-patricia/v2 v2.3.1 go-module github.com/theupdateframework/notary v0.7.0 go-module github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go-module github.com/tinylib/msgp v1.1.8 go-module github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 go-module (+1 duplicate) -github.com/tonistiigi/fsutil v0.0.0-20241121093142-31cf1f437184 go-module (+1 duplicate) -github.com/tonistiigi/go-actions-cache v0.0.0-20241108014124-394979b8119e go-module +github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a go-module (+1 duplicate) +github.com/tonistiigi/go-actions-cache v0.0.0-20250219102945-1a5174abd055 go-module github.com/tonistiigi/go-archvariant v1.0.0 go-module github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 go-module (+1 duplicate) github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go-module (+1 duplicate) github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab go-module github.com/urfave/cli v1.22.12 go-module (+1 duplicate) github.com/urfave/cli v1.22.14 go-module -github.com/vbatts/tar-split v0.11.5 go-module +github.com/vbatts/tar-split v0.11.6 go-module github.com/vishvananda/netlink v1.1.0 go-module github.com/vishvananda/netlink v1.2.1-beta.2 go-module -github.com/vishvananda/netlink v1.3.1-0.20240922070040-084abd93d350 go-module +github.com/vishvananda/netlink v1.3.1-0.20250209162617-655392bc778a go-module github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df go-module github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f go-module -github.com/vishvananda/netns v0.0.4 go-module +github.com/vishvananda/netns v0.0.5 go-module github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go-module +github.com/x448/float16 v0.8.4 go-module github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go-module github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go-module github.com/xeipuuv/gojsonschema v1.2.0 go-module +github.com/zclconf/go-cty v1.16.0 go-module github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go-module github.com/zmap/zlint/v3 v3.1.0 go-module glib-networking 2.80.0-1build1 deb @@ -444,77 +458,73 @@ gnupg-l10n 2. gnupg-utils 2.4.4-2ubuntu17 deb go.etcd.io/bbolt v1.3.10 go-module go.etcd.io/bbolt v1.3.11 go-module -go.etcd.io/etcd/client/pkg/v3 v3.5.6 go-module -go.etcd.io/etcd/pkg/v3 v3.5.6 go-module -go.etcd.io/etcd/raft/v3 v3.5.6 go-module -go.etcd.io/etcd/server/v3 v3.5.6 go-module +go.etcd.io/etcd/client/pkg/v3 v3.5.16 go-module +go.etcd.io/etcd/pkg/v3 v3.5.16 go-module +go.etcd.io/etcd/raft/v3 v3.5.16 go-module +go.etcd.io/etcd/server/v3 v3.5.16 go-module go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 go-module go.opencensus.io v0.24.0 go-module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 go-module -go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 go-module (+1 duplicate) -go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.53.0 go-module (+1 duplicate) +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 go-module (+1 duplicate) +go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0 go-module (+1 duplicate) go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go-module (+1 duplicate) -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 go-module (+1 duplicate) +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 go-module (+1 duplicate) go.opentelemetry.io/otel v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel v1.28.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/otel v1.31.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go-module -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 go-module (+1 duplicate) go.opentelemetry.io/otel/metric v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/metric v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/metric v1.31.0 go-module (+1 duplicate) go.opentelemetry.io/otel/sdk v1.21.0 go-module -go.opentelemetry.io/otel/sdk v1.28.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/sdk/metric v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/sdk v1.31.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/sdk/metric v1.31.0 go-module (+1 duplicate) go.opentelemetry.io/otel/trace v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/trace v1.28.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/trace v1.31.0 go-module (+1 duplicate) go.opentelemetry.io/proto/otlp v1.0.0 go-module go.opentelemetry.io/proto/otlp v1.3.1 go-module (+1 duplicate) go.uber.org/atomic v1.9.0 go-module go.uber.org/mock v0.5.0 go-module go.uber.org/multierr v1.8.0 go-module go.uber.org/zap v1.21.0 go-module -golang.org/x/crypto v0.27.0 go-module -golang.org/x/crypto v0.31.0 go-module (+1 duplicate) +golang.org/x/crypto v0.31.0 go-module (+2 duplicates) golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 go-module -golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go-module (+1 duplicate) +golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go-module +golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f go-module golang.org/x/mod v0.17.0 go-module -golang.org/x/mod v0.21.0 go-module +golang.org/x/mod v0.22.0 go-module golang.org/x/net v0.24.0 go-module golang.org/x/net v0.25.0 go-module (+2 duplicates) -golang.org/x/net v0.29.0 go-module -golang.org/x/net v0.33.0 go-module +golang.org/x/net v0.33.0 go-module (+2 duplicates) golang.org/x/oauth2 v0.11.0 go-module -golang.org/x/oauth2 v0.22.0 go-module -golang.org/x/oauth2 v0.23.0 go-module +golang.org/x/oauth2 v0.23.0 go-module (+1 duplicate) golang.org/x/sync v0.10.0 go-module (+5 duplicates) -golang.org/x/sync v0.8.0 go-module -golang.org/x/sys v0.26.0 go-module (+1 duplicate) -golang.org/x/sys v0.28.0 go-module (+6 duplicates) +golang.org/x/sync v0.11.0 go-module +golang.org/x/sys v0.28.0 go-module (+5 duplicates) +golang.org/x/sys v0.29.0 go-module (+1 duplicate) +golang.org/x/sys v0.30.0 go-module golang.org/x/term v0.27.0 go-module (+1 duplicate) -golang.org/x/text v0.18.0 go-module -golang.org/x/text v0.21.0 go-module (+3 duplicates) +golang.org/x/text v0.21.0 go-module (+4 duplicates) golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 go-module golang.org/x/time v0.6.0 go-module (+1 duplicate) google.golang.org/api v0.155.0 go-module google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 go-module (+4 duplicates) -google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 go-module (+1 duplicate) +google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 go-module google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f go-module -google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 go-module -google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 go-module +google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 go-module +google.golang.org/genproto/googleapis/api v0.0.0-20241021214115-324edc3d5d38 go-module google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda go-module (+4 duplicates) -google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 go-module -google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 go-module +google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 go-module (+1 duplicate) google.golang.org/grpc v1.59.0 go-module (+4 duplicates) -google.golang.org/grpc v1.66.3 go-module google.golang.org/grpc v1.68.1 go-module +google.golang.org/grpc v1.69.4 go-module google.golang.org/protobuf v1.33.0 go-module -google.golang.org/protobuf v1.35.1 go-module (+1 duplicate) -google.golang.org/protobuf v1.35.2 go-module (+4 duplicates) +google.golang.org/protobuf v1.35.2 go-module (+6 duplicates) gopd 1.2.0 npm gopkg.in/cenkalti/backoff.v1 v1.1.0 go-module gopkg.in/inf.v0 v0.9.1 go-module (+2 duplicates) @@ -548,24 +558,24 @@ jake 10 jq 1.7.1 binary jq 1.7.1-3build1 deb k8s.io/api v0.26.2 go-module -k8s.io/api v0.29.2 go-module +k8s.io/api v0.31.2 go-module k8s.io/apimachinery v0.26.2 go-module (+1 duplicate) -k8s.io/apimachinery v0.29.2 go-module +k8s.io/apimachinery v0.31.2 go-module k8s.io/apiserver v0.26.2 go-module k8s.io/client-go v0.26.2 go-module -k8s.io/client-go v0.29.2 go-module +k8s.io/client-go v0.31.2 go-module k8s.io/component-base v0.26.2 go-module k8s.io/cri-api v0.27.1 go-module -k8s.io/klog/v2 v2.110.1 go-module -k8s.io/klog/v2 v2.90.1 go-module (+1 duplicate) -k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 go-module +k8s.io/klog/v2 v2.130.1 go-module (+1 duplicate) +k8s.io/klog/v2 v2.90.1 go-module +k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 go-module k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go-module -k8s.io/utils v0.0.0-20230726121419-3b25d923346b go-module +k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 go-module kbd 2.6.4-2ubuntu2 deb kclient 0.4.1 npm keyboard-configuration 1.226ubuntu1 deb keyboxd 2.4.4-2ubuntu17 deb -krb5-locales 1.20.1-6ubuntu2.3 deb +krb5-locales 1.20.1-6ubuntu2.4 deb launchpadlib 1.11.0 python lazr-restfulclient 0.14.6 python lazr-uri 1.0.6 python @@ -723,7 +733,7 @@ libglx-mesa0 24 libglx0 1.7.0-1build1 deb libgme0 0.6.3-7build1 deb libgmp10 2:6.3.0+dfsg-2ubuntu6.1 deb -libgnutls30t64 3.8.3-1.1ubuntu3.2 deb +libgnutls30t64 3.8.3-1.1ubuntu3.3 deb libgomp1 14.2.0-4ubuntu2~24.04 deb libgpg-error0 1.47-3build2.1 deb libgraphite2-3 1.3.14-2build1 deb @@ -731,7 +741,7 @@ libgs-common 10 libgs10 10.02.1~dfsg1-0ubuntu7.4 deb libgs10-common 10.02.1~dfsg1-0ubuntu7.4 deb libgsm1 1.0.22-1build1 deb -libgssapi-krb5-2 1.20.1-6ubuntu2.3 deb +libgssapi-krb5-2 1.20.1-6ubuntu2.4 deb libgstreamer-plugins-base1.0-0 1.24.2-1ubuntu0.2 deb libgstreamer1.0-0 1.24.2-1ubuntu0.1 deb libharfbuzz0b 8.3.0-2build2 deb @@ -763,11 +773,11 @@ libjson-c5 0. libjson-glib-1.0-0 1.8.0-2build2 deb libjson-glib-1.0-common 1.8.0-2build2 deb libjxl0.7 0.7.0-10.2ubuntu6 deb -libk5crypto3 1.20.1-6ubuntu2.3 deb +libk5crypto3 1.20.1-6ubuntu2.4 deb libkeyutils1 1.6.3-3build1 deb libkmod2 31+20240202-2ubuntu7.1 deb -libkrb5-3 1.20.1-6ubuntu2.3 deb -libkrb5support0 1.20.1-6ubuntu2.3 deb +libkrb5-3 1.20.1-6ubuntu2.4 deb +libkrb5support0 1.20.1-6ubuntu2.4 deb libksba8 1.6.6-1build1 deb liblapack3 3.12.0-3build1.1 deb liblcms2-2 2.14-2build1 deb @@ -870,8 +880,8 @@ libpsl5t64 0. libpthread-stubs0-dev 0.4-1build3 deb libpulse0 1:16.1+dfsg1-2ubuntu10.1 deb libpython3-stdlib 3.12.3-0ubuntu2 deb -libpython3.12-minimal 3.12.3-1ubuntu0.4 deb -libpython3.12-stdlib 3.12.3-1ubuntu0.4 deb +libpython3.12-minimal 3.12.3-1ubuntu0.5 deb +libpython3.12-stdlib 3.12.3-1ubuntu0.5 deb libqpdf29t64 11.9.0-1.1build1 deb librabbitmq4 0.11.0-1build2 deb librav1e0 0.7.1-2 deb @@ -923,7 +933,7 @@ libsrt1.5-gnutls 1. libss2 1.47.0-2.4~exp1ubuntu4.1 deb libssh-4 0.10.6-2build2 deb libssh-gcrypt-4 0.10.6-2build2 deb -libssl3t64 3.0.13-0ubuntu3.4 deb +libssl3t64 3.0.13-0ubuntu3.5 deb libstartup-notification0 0.12-6build3 deb libstdc++6 14.2.0-4ubuntu2~24.04 deb libstemmer0d 2.2.0-4build1 deb @@ -939,7 +949,7 @@ libswresample4 7: libswscale7 7:6.1.1-3ubuntu5 deb libsystemd-shared 255.4-1ubuntu8.5 deb libsystemd0 255.4-1ubuntu8.5 deb -libtasn1-6 4.19.0-3build1 deb +libtasn1-6 4.19.0-3ubuntu0.24.04.1 deb libtdb1 1.4.10-1build1 deb libthai-data 0.1.29-2build1 deb libthai0 0.1.29-2build1 deb @@ -1049,7 +1059,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-53.55 deb +linux-libc-dev 6.8.0-54.56 deb locales 2.39-0ubuntu8.4 deb locales-all 2.39-0ubuntu8.4 deb login 1:4.13+dfsg1-4ubuntu3.2 deb @@ -1075,7 +1085,7 @@ minimatch 5. mount 2.39.3-9ubuntu6.2 deb ms 2.0.0 npm ms 2.1.3 npm (+4 duplicates) -nan 2.22.0 npm +nan 2.22.1 npm ncurses-base 6.4+20240113-1ubuntu2 deb ncurses-bin 6.4+20240113-1ubuntu2 deb negotiator 0.6.3 npm @@ -1095,8 +1105,8 @@ object-inspect 1. ocl-icd-libopencl1 2.3.2-1build1 deb on-finished 2.4.1 npm openbox 3.6.1-12build5 deb -openssh-client 1:9.6p1-3ubuntu13.5 deb -openssl 3.0.13-0ubuntu3.4 deb +openssh-client 1:9.6p1-3ubuntu13.8 deb +openssl 3.0.13-0ubuntu3.5 deb packagekit 1.2.8-2ubuntu1.1 deb packaging 24.0 python parseurl 1.3.3 npm @@ -1147,8 +1157,8 @@ python3-six 1. python3-software-properties 0.99.49.1 deb python3-wadllib 1.3.6-5 deb python3-xdg 0.28-2 deb -python3.12 3.12.3-1ubuntu0.4 deb -python3.12-minimal 3.12.3-1ubuntu0.4 deb +python3.12 3.12.3-1ubuntu0.5 deb +python3.12-minimal 3.12.3-1ubuntu0.5 deb pyxdg 0.28 python qs 6.13.0 npm range-parser 1.2.1 npm @@ -1174,8 +1184,8 @@ sigs.k8s.io/json v0 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go-module sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go-module sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go-module -sigs.k8s.io/yaml v1.3.0 go-module (+2 duplicates) -sigs.k8s.io/yaml v1.4.0 go-module +sigs.k8s.io/yaml v1.3.0 go-module (+1 duplicate) +sigs.k8s.io/yaml v1.4.0 go-module (+1 duplicate) six 1.16.0 python socket.io 4.8.1 npm socket.io-adapter 2.5.5 npm @@ -1183,8 +1193,8 @@ socket.io-parser 4. software-properties-common 0.99.49.1 deb ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm -stdlib go1.22.10 go-module (+6 duplicates) -stdlib go1.22.11 go-module (+2 duplicates) +stdlib go1.22.10 go-module (+5 duplicates) +stdlib go1.23.6 go-module (+3 duplicates) streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb supports-color 7.2.0 npm From f091385c360a0346f3cbe1cc63ce7ae76ef9b71d Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 4 Mar 2025 04:58:28 +0000 Subject: [PATCH 54/66] Bot Updating Package Versions --- package_versions.txt | 89 ++++++++++++++++++++++++-------------------- 1 file changed, 48 insertions(+), 41 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index bc4779a..d059f69 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/busboy 1.5.0 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.13.5 npm +@types/node 22.13.8 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -112,9 +112,9 @@ diffutils 1: dirmngr 2.4.4-2ubuntu17 deb distro 1.9.0 python distro-info-data 0.60ubuntu0.2 deb -docker-ce 5:28.0.0-1~ubuntu.24.04~noble deb -docker-ce-cli 5:28.0.0-1~ubuntu.24.04~noble deb -docker-compose-plugin 2.33.0-1~ubuntu.24.04~noble deb +docker-ce 5:28.0.1-1~ubuntu.24.04~noble deb +docker-ce-cli 5:28.0.1-1~ubuntu.24.04~noble deb +docker-compose-plugin 2.33.1-1~ubuntu.24.04~noble deb dpkg 1.22.6ubuntu6.1 deb dunder-proto 1.0.1 npm dunst 1.9.2-1build2 deb @@ -140,7 +140,7 @@ finalhandler 1. findutils 4.9.0-5build1 deb fontconfig 2.15.0-1.1ubuntu2 deb fontconfig-config 2.15.0-1.1ubuntu2 deb -fonts-noto-color-emoji 2.042-1 deb +fonts-noto-color-emoji 2.047-0ubuntu0.24.04.1 deb fonts-noto-core 20201225-2 deb fonts-noto-mono 20201225-2 deb fonts-urw-base35 20200910-8 deb @@ -151,7 +151,7 @@ fuse-overlayfs 1. fuse3 3.14.0-5build1 deb gcc-13-base 13.3.0-6ubuntu2~24.04 deb gcc-14-base 14.2.0-4ubuntu2~24.04 deb -get-intrinsic 1.2.7 npm +get-intrinsic 1.3.0 npm get-proto 1.0.1 npm ghostscript 10.02.1~dfsg1-0ubuntu7.4 deb gir1.2-atk-1.0 2.52.0-1build1 deb @@ -161,7 +161,7 @@ gir1.2-freedesktop-dev 1. gir1.2-girepository-2.0 1.80.1-1 deb gir1.2-glib-2.0 2.80.0-6ubuntu3.2 deb gir1.2-glib-2.0-dev 2.80.0-6ubuntu3.2 deb -gir1.2-packagekitglib-1.0 1.2.8-2ubuntu1.1 deb +gir1.2-packagekitglib-1.0 1.2.8-2ubuntu1.2 deb github.com/AlecAivazis/survey/v2 v2.3.7 go-module github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go-module github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go-module @@ -251,14 +251,14 @@ github.com/davecgh/go-spew v1 github.com/deckarep/golang-set/v2 v2.3.0 go-module github.com/dimchansky/utfbom v1.1.1 go-module github.com/distribution/reference v0.6.0 go-module (+3 duplicates) -github.com/docker/buildx v0.20.1 go-module -github.com/docker/cli v27.5.1+incompatible go-module +github.com/docker/buildx v0.21.1 go-module +github.com/docker/cli v28.0.0+incompatible go-module github.com/docker/cli-docs-tool v0.9.0 go-module -github.com/docker/cli/cmd/docker v28.0.0 go-module -github.com/docker/compose/v2 v2.33.0 go-module +github.com/docker/cli/cmd/docker v28.0.1 go-module +github.com/docker/compose/v2 v2.33.1 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) -github.com/docker/docker v27.5.1+incompatible go-module -github.com/docker/docker v28.0.0 go-module (+1 duplicate) +github.com/docker/docker v28.0.0+incompatible go-module +github.com/docker/docker v28.0.1 go-module (+1 duplicate) github.com/docker/docker-credential-helpers v0.8.2 go-module github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) @@ -350,8 +350,7 @@ github.com/mitchellh/copystructure v1 github.com/mitchellh/hashstructure/v2 v2.0.2 go-module (+1 duplicate) github.com/mitchellh/mapstructure v1.5.0 go-module github.com/mitchellh/reflectwalk v1.0.2 go-module -github.com/moby/buildkit v0.19.0 go-module -github.com/moby/buildkit v0.20.0 go-module +github.com/moby/buildkit v0.20.0 go-module (+1 duplicate) github.com/moby/docker-image-spec v1.3.1 go-module (+1 duplicate) github.com/moby/ipvs v1.1.0 go-module github.com/moby/locker v1.0.1 go-module (+3 duplicates) @@ -416,7 +415,8 @@ github.com/shibumi/go-pathspec v1 github.com/sirupsen/logrus v1.9.3 go-module (+8 duplicates) github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 go-module github.com/spdx/tools-golang v0.5.3 go-module -github.com/spf13/cobra v1.8.1 go-module (+1 duplicate) +github.com/spf13/cobra v1.8.1 go-module +github.com/spf13/cobra v1.9.1 go-module github.com/spf13/pflag v1.0.5 go-module github.com/spf13/pflag v1.0.6 go-module (+1 duplicate) github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 go-module @@ -470,7 +470,8 @@ go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go-module (+1 duplicate) go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 go-module (+1 duplicate) go.opentelemetry.io/otel v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel v1.31.0 go-module (+1 duplicate) +go.opentelemetry.io/otel v1.31.0 go-module +go.opentelemetry.io/otel v1.32.0 go-module go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go-module @@ -480,12 +481,16 @@ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go-module go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 go-module (+1 duplicate) go.opentelemetry.io/otel/metric v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/metric v1.31.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/metric v1.31.0 go-module +go.opentelemetry.io/otel/metric v1.32.0 go-module go.opentelemetry.io/otel/sdk v1.21.0 go-module -go.opentelemetry.io/otel/sdk v1.31.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/sdk/metric v1.31.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/sdk v1.31.0 go-module +go.opentelemetry.io/otel/sdk v1.32.0 go-module +go.opentelemetry.io/otel/sdk/metric v1.31.0 go-module +go.opentelemetry.io/otel/sdk/metric v1.32.0 go-module go.opentelemetry.io/otel/trace v1.21.0 go-module (+1 duplicate) -go.opentelemetry.io/otel/trace v1.31.0 go-module (+1 duplicate) +go.opentelemetry.io/otel/trace v1.31.0 go-module +go.opentelemetry.io/otel/trace v1.32.0 go-module go.opentelemetry.io/proto/otlp v1.0.0 go-module go.opentelemetry.io/proto/otlp v1.3.1 go-module (+1 duplicate) go.uber.org/atomic v1.9.0 go-module @@ -494,15 +499,15 @@ go.uber.org/multierr v1 go.uber.org/zap v1.21.0 go-module golang.org/x/crypto v0.31.0 go-module (+2 duplicates) golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 go-module -golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go-module -golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f go-module +golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f go-module (+1 duplicate) golang.org/x/mod v0.17.0 go-module golang.org/x/mod v0.22.0 go-module golang.org/x/net v0.24.0 go-module golang.org/x/net v0.25.0 go-module (+2 duplicates) golang.org/x/net v0.33.0 go-module (+2 duplicates) golang.org/x/oauth2 v0.11.0 go-module -golang.org/x/oauth2 v0.23.0 go-module (+1 duplicate) +golang.org/x/oauth2 v0.23.0 go-module +golang.org/x/oauth2 v0.24.0 go-module golang.org/x/sync v0.10.0 go-module (+5 duplicates) golang.org/x/sync v0.11.0 go-module golang.org/x/sys v0.28.0 go-module (+5 duplicates) @@ -516,13 +521,14 @@ google.golang.org/api v0 google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 go-module (+4 duplicates) google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 go-module google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f go-module -google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 go-module google.golang.org/genproto/googleapis/api v0.0.0-20241021214115-324edc3d5d38 go-module +google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a go-module google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda go-module (+4 duplicates) -google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 go-module (+1 duplicate) +google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 go-module +google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a go-module google.golang.org/grpc v1.59.0 go-module (+4 duplicates) -google.golang.org/grpc v1.68.1 go-module google.golang.org/grpc v1.69.4 go-module +google.golang.org/grpc v1.70.0 go-module google.golang.org/protobuf v1.33.0 go-module google.golang.org/protobuf v1.35.2 go-module (+6 duplicates) gopd 1.2.0 npm @@ -631,8 +637,8 @@ libcaca0 0. libcairo-gobject2 1.18.0-3build1 deb libcairo2 1.18.0-3build1 deb libcap-ng0 0.8.4-2build2 deb -libcap2 1:2.66-5ubuntu2.1 deb -libcap2-bin 1:2.66-5ubuntu2.1 deb +libcap2 1:2.66-5ubuntu2.2 deb +libcap2-bin 1:2.66-5ubuntu2.2 deb libcares2 1.27.0-1.0ubuntu1 deb libcbor0.10 0.10.2-1.2ubuntu2 deb libcdio-cdda2t64 10.2+2.0.1-1.1build2 deb @@ -649,7 +655,7 @@ libcodec2-1.2 1. libcom-err2 1.47.0-2.4~exp1ubuntu4.1 deb libcrypt-dev 1:4.4.36-4build1 deb libcrypt1 1:4.4.36-4build1 deb -libcryptsetup12 2:2.7.0-1ubuntu4.1 deb +libcryptsetup12 2:2.7.0-1ubuntu4.2 deb libcups2t64 2.4.7-1.2ubuntu7.3 deb libcupsfilters2-common 2.0.0-0ubuntu7.1 deb libcupsfilters2t64 2.0.0-0ubuntu7.1 deb @@ -672,7 +678,7 @@ libdecor-0-0 0. libdeflate0 1.19-1build1.1 deb libdevel-callchecker-perl 0.008-2build3 deb libdevel-stacktrace-perl 2.0500-1 deb -libdevmapper1.02.1 2:1.02.185-3ubuntu3.1 deb +libdevmapper1.02.1 2:1.02.185-3ubuntu3.2 deb libdrm-amdgpu1 2.4.122-1~ubuntu0.24.04.1 deb libdrm-common 2.4.122-1~ubuntu0.24.04.1 deb libdrm-intel1 2.4.122-1~ubuntu0.24.04.1 deb @@ -781,8 +787,8 @@ libkrb5support0 1. libksba8 1.6.6-1build1 deb liblapack3 3.12.0-3build1.1 deb liblcms2-2 2.14-2build1 deb -libldap-common 2.6.7+dfsg-1~exp1ubuntu8.1 deb -libldap2 2.6.7+dfsg-1~exp1ubuntu8.1 deb +libldap-common 2.6.7+dfsg-1~exp1ubuntu8.2 deb +libldap2 2.6.7+dfsg-1~exp1ubuntu8.2 deb liblerc4 4.0.0+ds-4ubuntu2 deb liblilv-0-0 0.24.22-1build1 deb liblist-moreutils-perl 0.430-2 deb @@ -836,7 +842,7 @@ libopus0 1. liborc-0.4-0t64 1:0.4.38-1ubuntu0.1 deb libp11-kit0 0.25.3-4ubuntu2.1 deb libpackage-stash-perl 0.40-1 deb -libpackagekit-glib2-18 1.2.8-2ubuntu1.1 deb +libpackagekit-glib2-18 1.2.8-2ubuntu1.2 deb libpam-modules 1.5.3-5ubuntu5.1 deb libpam-modules-bin 1.5.3-5ubuntu5.1 deb libpam-runtime 1.5.3-5ubuntu5.1 deb @@ -915,7 +921,7 @@ libsm6 2: libsmartcols1 2.39.3-9ubuntu6.2 deb libsnapd-glib-2-1 1.64-0ubuntu5 deb libsnappy1v5 1.1.10-1build1 deb -libsndfile1 1.2.2-1ubuntu5 deb +libsndfile1 1.2.2-1ubuntu5.24.04.1 deb libsndio7.0 1.9.0-0.3build3 deb libsodium23 1.0.18-1build3 deb libsord-0-0 0.16.16-2build1 deb @@ -1031,7 +1037,7 @@ libxi6 2: libxinerama1 2:1.1.4-3build1 deb libxkbcommon0 1.6.0-1build1 deb libxkbfile1 1:1.1.0-1build4 deb -libxml2 2.9.14+dfsg-1.3ubuntu3.1 deb +libxml2 2.9.14+dfsg-1.3ubuntu3.2 deb libxmlb2 0.3.18-1 deb libxmu6 2:1.1.3-3build2 deb libxmuu1 2:1.1.3-3build2 deb @@ -1085,7 +1091,7 @@ minimatch 5. mount 2.39.3-9ubuntu6.2 deb ms 2.0.0 npm ms 2.1.3 npm (+4 duplicates) -nan 2.22.1 npm +nan 2.22.2 npm ncurses-base 6.4+20240113-1ubuntu2 deb ncurses-bin 6.4+20240113-1ubuntu2 deb negotiator 0.6.3 npm @@ -1107,7 +1113,7 @@ on-finished 2. openbox 3.6.1-12build5 deb openssh-client 1:9.6p1-3ubuntu13.8 deb openssl 3.0.13-0ubuntu3.5 deb -packagekit 1.2.8-2ubuntu1.1 deb +packagekit 1.2.8-2ubuntu1.2 deb packaging 24.0 python parseurl 1.3.3 npm passwd 1:4.13+dfsg1-4ubuntu3.2 deb @@ -1203,7 +1209,8 @@ systemd-dev 25 systemd-sysv 255.4-1ubuntu8.5 deb sysvinit-utils 3.08-6ubuntu3 deb tags.cncf.io/container-device-interface v0.7.2 go-module -tags.cncf.io/container-device-interface v0.8.0 go-module (+1 duplicate) +tags.cncf.io/container-device-interface v0.8.0 go-module +tags.cncf.io/container-device-interface v0.8.1 go-module tags.cncf.io/container-device-interface/specs-go v0.7.0 go-module tags.cncf.io/container-device-interface/specs-go v0.8.0 go-module tar 1.35+dfsg-3build1 deb @@ -1241,8 +1248,8 @@ xfonts-utils 1: xkb-data 2.41-2ubuntu1.1 deb xml-core 0.19 deb xorg-sgml-doctools 1:1.11-1.1 deb -xserver-common 2:21.1.12-1ubuntu1.1 deb -xserver-xorg-core 2:21.1.12-1ubuntu1.1 deb +xserver-common 2:21.1.12-1ubuntu1.2 deb +xserver-xorg-core 2:21.1.12-1ubuntu1.2 deb xserver-xorg-video-amdgpu 23.0.0-1build1 deb xserver-xorg-video-ati 1:22.0.0-1build1 deb xserver-xorg-video-intel 2:2.99.917+git20210115-1build1 deb From f3b8dba07edb56d7ec6da7d88d1a7cefb6262593 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 10 Mar 2025 15:51:07 +0000 Subject: [PATCH 55/66] Bot Updating Package Versions --- package_versions.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index d059f69..7bb2320 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/busboy 1.5.0 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.13.8 npm +@types/node 22.13.10 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -51,7 +51,7 @@ busboy 1. bytes 3.1.2 npm ca-certificates 20240203 deb call-bind-apply-helpers 1.0.2 npm -call-bound 1.0.3 npm +call-bound 1.0.4 npm catatonit 0.1.7-1 deb chalk 4.1.2 npm cjs-module-lexer 1.2.3 npm @@ -581,7 +581,7 @@ kbd 2. kclient 0.4.1 npm keyboard-configuration 1.226ubuntu1 deb keyboxd 2.4.4-2ubuntu17 deb -krb5-locales 1.20.1-6ubuntu2.4 deb +krb5-locales 1.20.1-6ubuntu2.5 deb launchpadlib 1.11.0 python lazr-restfulclient 0.14.6 python lazr-uri 1.0.6 python @@ -747,7 +747,7 @@ libgs-common 10 libgs10 10.02.1~dfsg1-0ubuntu7.4 deb libgs10-common 10.02.1~dfsg1-0ubuntu7.4 deb libgsm1 1.0.22-1build1 deb -libgssapi-krb5-2 1.20.1-6ubuntu2.4 deb +libgssapi-krb5-2 1.20.1-6ubuntu2.5 deb libgstreamer-plugins-base1.0-0 1.24.2-1ubuntu0.2 deb libgstreamer1.0-0 1.24.2-1ubuntu0.1 deb libharfbuzz0b 8.3.0-2build2 deb @@ -779,11 +779,11 @@ libjson-c5 0. libjson-glib-1.0-0 1.8.0-2build2 deb libjson-glib-1.0-common 1.8.0-2build2 deb libjxl0.7 0.7.0-10.2ubuntu6 deb -libk5crypto3 1.20.1-6ubuntu2.4 deb +libk5crypto3 1.20.1-6ubuntu2.5 deb libkeyutils1 1.6.3-3build1 deb libkmod2 31+20240202-2ubuntu7.1 deb -libkrb5-3 1.20.1-6ubuntu2.4 deb -libkrb5support0 1.20.1-6ubuntu2.4 deb +libkrb5-3 1.20.1-6ubuntu2.5 deb +libkrb5support0 1.20.1-6ubuntu2.5 deb libksba8 1.6.6-1build1 deb liblapack3 3.12.0-3build1.1 deb liblcms2-2 2.14-2build1 deb @@ -1065,7 +1065,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-54.56 deb +linux-libc-dev 6.8.0-55.57 deb locales 2.39-0ubuntu8.4 deb locales-all 2.39-0ubuntu8.4 deb login 1:4.13+dfsg1-4ubuntu3.2 deb From 4c47e9d5147e1a8058caa00e2635c087f2bd5509 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 25 Mar 2025 04:56:10 +0000 Subject: [PATCH 56/66] Bot Updating Package Versions --- package_versions.txt | 116 ++++++++++++++++++++++++------------------- 1 file changed, 66 insertions(+), 50 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 7bb2320..b0a871d 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/busboy 1.5.0 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.13.10 npm +@types/node 22.13.11 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -112,9 +112,9 @@ diffutils 1: dirmngr 2.4.4-2ubuntu17 deb distro 1.9.0 python distro-info-data 0.60ubuntu0.2 deb -docker-ce 5:28.0.1-1~ubuntu.24.04~noble deb -docker-ce-cli 5:28.0.1-1~ubuntu.24.04~noble deb -docker-compose-plugin 2.33.1-1~ubuntu.24.04~noble deb +docker-ce 5:28.0.2-1~ubuntu.24.04~noble deb +docker-ce-cli 5:28.0.2-1~ubuntu.24.04~noble deb +docker-compose-plugin 2.34.0-1~ubuntu.24.04~noble deb dpkg 1.22.6ubuntu6.1 deb dunder-proto 1.0.1 npm dunst 1.9.2-1build2 deb @@ -166,6 +166,7 @@ github.com/AlecAivazis/survey/v2 v2 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go-module github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go-module github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0 go-module +github.com/DefangLabs/secret-detector v0.0.0-20250108223530-c2b44d4c1f8f go-module github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 go-module github.com/Masterminds/semver/v3 v3.2.1 go-module github.com/Microsoft/hcsshim v0.11.7 go-module (+1 duplicate) @@ -204,7 +205,7 @@ github.com/checkpoint-restore/go-criu/v6 v6 github.com/cilium/ebpf v0.16.0 go-module (+1 duplicate) github.com/cilium/ebpf v0.9.1 go-module (+3 duplicates) github.com/cloudflare/cfssl v1.6.4 go-module -github.com/compose-spec/compose-go/v2 v2.4.8 go-module +github.com/compose-spec/compose-go/v2 v2.4.9 go-module github.com/container-storage-interface/spec v1.5.0 go-module github.com/containerd/aufs v1.0.0 go-module github.com/containerd/btrfs/v2 v2.0.0 go-module @@ -215,7 +216,8 @@ github.com/containerd/console v1 github.com/containerd/console v1.0.4 go-module (+2 duplicates) github.com/containerd/containerd v1.7.25 go-module (+4 duplicates) github.com/containerd/containerd/api v1.8.0 go-module (+6 duplicates) -github.com/containerd/containerd/v2 v2.0.2 go-module (+1 duplicate) +github.com/containerd/containerd/v2 v2.0.3 go-module +github.com/containerd/containerd/v2 v2.0.4 go-module github.com/containerd/continuity v0.4.4 go-module (+4 duplicates) github.com/containerd/continuity v0.4.5 go-module (+1 duplicate) github.com/containerd/errdefs v0.3.0 go-module (+4 duplicates) @@ -242,23 +244,24 @@ github.com/containerd/zfs v1 github.com/containernetworking/cni v1.1.2 go-module (+1 duplicate) github.com/containernetworking/cni v1.2.3 go-module github.com/containernetworking/plugins v1.2.0 go-module -github.com/containernetworking/plugins v1.5.1 go-module +github.com/containernetworking/plugins v1.6.2 go-module github.com/containers/ocicrypt v1.1.10 go-module github.com/coreos/go-systemd/v22 v22.5.0 go-module (+5 duplicates) -github.com/cyphar/filepath-securejoin v0.3.5 go-module (+1 duplicate) +github.com/cyphar/filepath-securejoin v0.3.5 go-module +github.com/cyphar/filepath-securejoin v0.4.1 go-module github.com/davecgh/go-spew v1.1.1 go-module (+1 duplicate) github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go-module github.com/deckarep/golang-set/v2 v2.3.0 go-module github.com/dimchansky/utfbom v1.1.1 go-module github.com/distribution/reference v0.6.0 go-module (+3 duplicates) -github.com/docker/buildx v0.21.1 go-module -github.com/docker/cli v28.0.0+incompatible go-module +github.com/docker/buildx v0.21.2 go-module +github.com/docker/cli v28.0.1+incompatible go-module github.com/docker/cli-docs-tool v0.9.0 go-module -github.com/docker/cli/cmd/docker v28.0.1 go-module -github.com/docker/compose/v2 v2.33.1 go-module +github.com/docker/cli/cmd/docker v28.0.2 go-module +github.com/docker/compose/v2 v2.34.0 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) -github.com/docker/docker v28.0.0+incompatible go-module -github.com/docker/docker v28.0.1 go-module (+1 duplicate) +github.com/docker/docker v28.0.1+incompatible go-module +github.com/docker/docker v28.0.2 go-module (+1 duplicate) github.com/docker/docker-credential-helpers v0.8.2 go-module github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) @@ -289,6 +292,7 @@ github.com/go-viper/mapstructure/v2 v2 github.com/godbus/dbus/v5 v5.1.0 go-module (+5 duplicates) github.com/gofrs/flock v0.12.1 go-module (+1 duplicate) github.com/gogo/protobuf v1.3.2 go-module (+6 duplicates) +github.com/golang-jwt/jwt v3.2.2+incompatible go-module github.com/golang-jwt/jwt/v5 v5.2.1 go-module github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 go-module github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go-module @@ -296,7 +300,8 @@ github.com/golang/protobuf v1 github.com/google/btree v1.1.2 go-module github.com/google/certificate-transparency-go v1.1.4 go-module github.com/google/gnostic-models v0.6.8 go-module -github.com/google/go-cmp v0.6.0 go-module (+6 duplicates) +github.com/google/go-cmp v0.6.0 go-module (+5 duplicates) +github.com/google/go-cmp v0.7.0 go-module github.com/google/gofuzz v1.2.0 go-module (+1 duplicate) github.com/google/s2a-go v0.1.7 go-module github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go-module (+1 duplicate) @@ -325,6 +330,7 @@ github.com/hashicorp/memberlist v0 github.com/hashicorp/serf v0.8.5 go-module github.com/imdario/mergo v0.3.16 go-module github.com/in-toto/in-toto-golang v0.5.0 go-module (+1 duplicate) +github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf go-module github.com/intel/goresctrl v0.3.0 go-module (+1 duplicate) github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2 go-module (+1 duplicate) github.com/jmoiron/sqlx v1.3.3 go-module @@ -337,7 +343,7 @@ github.com/klauspost/compress v1 github.com/klauspost/cpuid/v2 v2.0.4 go-module (+1 duplicate) github.com/mailru/easyjson v0.7.7 go-module github.com/mattn/go-colorable v0.1.13 go-module -github.com/mattn/go-isatty v0.0.17 go-module +github.com/mattn/go-isatty v0.0.20 go-module github.com/mattn/go-runewidth v0.0.15 go-module github.com/mattn/go-shellwords v1.0.12 go-module github.com/matttproud/golang_protobuf_extensions v1.0.4 go-module @@ -350,7 +356,7 @@ github.com/mitchellh/copystructure v1 github.com/mitchellh/hashstructure/v2 v2.0.2 go-module (+1 duplicate) github.com/mitchellh/mapstructure v1.5.0 go-module github.com/mitchellh/reflectwalk v1.0.2 go-module -github.com/moby/buildkit v0.20.0 go-module (+1 duplicate) +github.com/moby/buildkit v0.20.1 go-module (+1 duplicate) github.com/moby/docker-image-spec v1.3.1 go-module (+1 duplicate) github.com/moby/ipvs v1.1.0 go-module github.com/moby/locker v1.0.1 go-module (+3 duplicates) @@ -380,9 +386,10 @@ github.com/mrunalp/fileutils v0 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go-module (+1 duplicate) github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f go-module github.com/opencontainers/go-digest v1.0.0 go-module (+6 duplicates) -github.com/opencontainers/image-spec v1.1.0 go-module (+6 duplicates) -github.com/opencontainers/runc v1.2.3 go-module +github.com/opencontainers/image-spec v1.1.0 go-module (+5 duplicates) +github.com/opencontainers/image-spec v1.1.1 go-module github.com/opencontainers/runc v1.2.4-0-g6c52b3f go-module +github.com/opencontainers/runc v1.2.5 go-module github.com/opencontainers/runtime-spec v1.1.0 go-module (+4 duplicates) github.com/opencontainers/runtime-spec v1.2.0 go-module (+1 duplicate) github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 go-module (+1 duplicate) @@ -406,7 +413,7 @@ github.com/prometheus/procfs v0 github.com/prometheus/procfs v0.8.0 go-module github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc go-module github.com/rivo/uniseg v0.2.0 go-module -github.com/rootless-containers/rootlesskit/v2 v2.3.2 go-module +github.com/rootless-containers/rootlesskit/v2 v2.3.4 go-module github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 go-module github.com/seccomp/libseccomp-golang v0.10.0 go-module github.com/secure-systems-lab/go-securesystemslib v0.4.0 go-module (+1 duplicate) @@ -428,7 +435,7 @@ github.com/tilt-dev/fsnotify v1 github.com/tinylib/msgp v1.1.8 go-module github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 go-module (+1 duplicate) github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a go-module (+1 duplicate) -github.com/tonistiigi/go-actions-cache v0.0.0-20250219102945-1a5174abd055 go-module +github.com/tonistiigi/go-actions-cache v0.0.0-20250228231703-3e9a6642607f go-module github.com/tonistiigi/go-archvariant v1.0.0 go-module github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 go-module (+1 duplicate) github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go-module (+1 duplicate) @@ -447,6 +454,7 @@ github.com/x448/float16 v0 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go-module github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go-module github.com/xeipuuv/gojsonschema v1.2.0 go-module +github.com/xhit/go-str2duration/v2 v2.1.0 go-module github.com/zclconf/go-cty v1.16.0 go-module github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go-module github.com/zmap/zlint/v3 v3.1.0 go-module @@ -464,6 +472,7 @@ go.etcd.io/etcd/raft/v3 v3 go.etcd.io/etcd/server/v3 v3.5.16 go-module go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 go-module go.opencensus.io v0.24.0 go-module +go.opentelemetry.io/auto/sdk v1.1.0 go-module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 go-module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 go-module (+1 duplicate) go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0 go-module (+1 duplicate) @@ -471,7 +480,7 @@ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 go-module (+1 duplicate) go.opentelemetry.io/otel v1.21.0 go-module (+1 duplicate) go.opentelemetry.io/otel v1.31.0 go-module -go.opentelemetry.io/otel v1.32.0 go-module +go.opentelemetry.io/otel v1.34.0 go-module go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0 go-module (+1 duplicate) go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go-module @@ -482,39 +491,44 @@ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 go-module (+1 duplicate) go.opentelemetry.io/otel/metric v1.21.0 go-module (+1 duplicate) go.opentelemetry.io/otel/metric v1.31.0 go-module -go.opentelemetry.io/otel/metric v1.32.0 go-module +go.opentelemetry.io/otel/metric v1.34.0 go-module go.opentelemetry.io/otel/sdk v1.21.0 go-module go.opentelemetry.io/otel/sdk v1.31.0 go-module -go.opentelemetry.io/otel/sdk v1.32.0 go-module +go.opentelemetry.io/otel/sdk v1.34.0 go-module go.opentelemetry.io/otel/sdk/metric v1.31.0 go-module -go.opentelemetry.io/otel/sdk/metric v1.32.0 go-module +go.opentelemetry.io/otel/sdk/metric v1.34.0 go-module go.opentelemetry.io/otel/trace v1.21.0 go-module (+1 duplicate) go.opentelemetry.io/otel/trace v1.31.0 go-module -go.opentelemetry.io/otel/trace v1.32.0 go-module +go.opentelemetry.io/otel/trace v1.34.0 go-module go.opentelemetry.io/proto/otlp v1.0.0 go-module go.opentelemetry.io/proto/otlp v1.3.1 go-module (+1 duplicate) go.uber.org/atomic v1.9.0 go-module go.uber.org/mock v0.5.0 go-module go.uber.org/multierr v1.8.0 go-module go.uber.org/zap v1.21.0 go-module -golang.org/x/crypto v0.31.0 go-module (+2 duplicates) +golang.org/x/crypto v0.31.0 go-module +golang.org/x/crypto v0.32.0 go-module +golang.org/x/crypto v0.35.0 go-module golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 go-module golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f go-module (+1 duplicate) golang.org/x/mod v0.17.0 go-module golang.org/x/mod v0.22.0 go-module golang.org/x/net v0.24.0 go-module golang.org/x/net v0.25.0 go-module (+2 duplicates) -golang.org/x/net v0.33.0 go-module (+2 duplicates) +golang.org/x/net v0.34.0 go-module +golang.org/x/net v0.36.0 go-module (+1 duplicate) golang.org/x/oauth2 v0.11.0 go-module -golang.org/x/oauth2 v0.23.0 go-module -golang.org/x/oauth2 v0.24.0 go-module -golang.org/x/sync v0.10.0 go-module (+5 duplicates) +golang.org/x/oauth2 v0.25.0 go-module +golang.org/x/oauth2 v0.27.0 go-module +golang.org/x/sync v0.10.0 go-module (+4 duplicates) golang.org/x/sync v0.11.0 go-module +golang.org/x/sync v0.12.0 go-module golang.org/x/sys v0.28.0 go-module (+5 duplicates) -golang.org/x/sys v0.29.0 go-module (+1 duplicate) -golang.org/x/sys v0.30.0 go-module -golang.org/x/term v0.27.0 go-module (+1 duplicate) -golang.org/x/text v0.21.0 go-module (+4 duplicates) +golang.org/x/sys v0.31.0 go-module (+2 duplicates) +golang.org/x/term v0.27.0 go-module +golang.org/x/term v0.28.0 go-module +golang.org/x/text v0.21.0 go-module (+3 duplicates) +golang.org/x/text v0.22.0 go-module golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 go-module golang.org/x/time v0.6.0 go-module (+1 duplicate) google.golang.org/api v0.155.0 go-module @@ -522,18 +536,20 @@ google.golang.org/genproto v0 google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 go-module google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f go-module google.golang.org/genproto/googleapis/api v0.0.0-20241021214115-324edc3d5d38 go-module -google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a go-module +google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 go-module google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda go-module (+4 duplicates) google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 go-module -google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a go-module +google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f go-module google.golang.org/grpc v1.59.0 go-module (+4 duplicates) google.golang.org/grpc v1.69.4 go-module -google.golang.org/grpc v1.70.0 go-module +google.golang.org/grpc v1.71.0 go-module google.golang.org/protobuf v1.33.0 go-module -google.golang.org/protobuf v1.35.2 go-module (+6 duplicates) +google.golang.org/protobuf v1.35.2 go-module (+5 duplicates) +google.golang.org/protobuf v1.36.4 go-module gopd 1.2.0 npm gopkg.in/cenkalti/backoff.v1 v1.1.0 go-module gopkg.in/inf.v0 v0.9.1 go-module (+2 duplicates) +gopkg.in/ini.v1 v1.66.2 go-module gopkg.in/yaml.v2 v2.4.0 go-module (+2 duplicates) gopkg.in/yaml.v3 v3.0.1 go-module (+2 duplicates) gpg 2.4.4-2ubuntu17 deb @@ -846,7 +862,7 @@ libpackagekit-glib2-18 1. libpam-modules 1.5.3-5ubuntu5.1 deb libpam-modules-bin 1.5.3-5ubuntu5.1 deb libpam-runtime 1.5.3-5ubuntu5.1 deb -libpam-systemd 255.4-1ubuntu8.5 deb +libpam-systemd 255.4-1ubuntu8.6 deb libpam0g 1.5.3-5ubuntu5.1 deb libpango-1.0-0 1.52.1+ds-1build1 deb libpangocairo-1.0-0 1.52.1+ds-1build1 deb @@ -953,8 +969,8 @@ libsvtav1enc1d1 1. libswitch-perl 2.17-3 deb libswresample4 7:6.1.1-3ubuntu5 deb libswscale7 7:6.1.1-3ubuntu5 deb -libsystemd-shared 255.4-1ubuntu8.5 deb -libsystemd0 255.4-1ubuntu8.5 deb +libsystemd-shared 255.4-1ubuntu8.6 deb +libsystemd0 255.4-1ubuntu8.6 deb libtasn1-6 4.19.0-3ubuntu0.24.04.1 deb libtdb1 1.4.10-1build1 deb libthai-data 0.1.29-2build1 deb @@ -967,7 +983,7 @@ libtirpc3t64 1. libtry-tiny-perl 0.31-2 deb libtwolame0 0.4.0-2build3 deb libuchardet0 0.0.8-1build1 deb -libudev1 255.4-1ubuntu8.5 deb +libudev1 255.4-1ubuntu8.6 deb libudfread0 1.1.2-1build1 deb libunibreak5 5.1-2build1 deb libunistring5 1.1-2build1.1 deb @@ -1065,7 +1081,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-55.57 deb +linux-libc-dev 6.8.0-56.58 deb locales 2.39-0ubuntu8.4 deb locales-all 2.39-0ubuntu8.4 deb login 1:4.13+dfsg1-4ubuntu3.2 deb @@ -1200,17 +1216,17 @@ software-properties-common 0. ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm stdlib go1.22.10 go-module (+5 duplicates) -stdlib go1.23.6 go-module (+3 duplicates) +stdlib go1.23.7 go-module (+3 duplicates) streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb supports-color 7.2.0 npm -systemd 255.4-1ubuntu8.5 deb -systemd-dev 255.4-1ubuntu8.5 deb -systemd-sysv 255.4-1ubuntu8.5 deb +systemd 255.4-1ubuntu8.6 deb +systemd-dev 255.4-1ubuntu8.6 deb +systemd-sysv 255.4-1ubuntu8.6 deb sysvinit-utils 3.08-6ubuntu3 deb tags.cncf.io/container-device-interface v0.7.2 go-module -tags.cncf.io/container-device-interface v0.8.0 go-module tags.cncf.io/container-device-interface v0.8.1 go-module +tags.cncf.io/container-device-interface v1.0.0 go-module tags.cncf.io/container-device-interface/specs-go v0.7.0 go-module tags.cncf.io/container-device-interface/specs-go v0.8.0 go-module tar 1.35+dfsg-3build1 deb @@ -1219,7 +1235,7 @@ type-is 1. tzdata 2024b-0ubuntu0.24.04.1 deb ubuntu-keyring 2023.11.28.1 deb ucf 3.0043+nmu1 deb -udev 255.4-1ubuntu8.5 deb +udev 255.4-1ubuntu8.6 deb undici 5.26.3 npm undici-types 6.20.0 npm unminimize 0.2.1 deb From 577c7a78fb97e520cec19dcbc0526cf34b1f8a5c Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 1 Apr 2025 04:59:19 +0000 Subject: [PATCH 57/66] Bot Updating Package Versions --- package_versions.txt | 62 +++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index b0a871d..4a7afee 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/busboy 1.5.0 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.13.11 npm +@types/node 22.13.14 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -64,7 +64,7 @@ color-name 1. concat-map 0.0.1 npm console-setup 1.226ubuntu1 deb console-setup-linux 1.226ubuntu1 deb -containerd.io 1.7.25-1 deb +containerd.io 1.7.26-1 deb content-disposition 0.5.4 npm content-type 1.0.5 npm cookie 0.7.1 npm @@ -112,8 +112,8 @@ diffutils 1: dirmngr 2.4.4-2ubuntu17 deb distro 1.9.0 python distro-info-data 0.60ubuntu0.2 deb -docker-ce 5:28.0.2-1~ubuntu.24.04~noble deb -docker-ce-cli 5:28.0.2-1~ubuntu.24.04~noble deb +docker-ce 5:28.0.4-1~ubuntu.24.04~noble deb +docker-ce-cli 5:28.0.4-1~ubuntu.24.04~noble deb docker-compose-plugin 2.34.0-1~ubuntu.24.04~noble deb dpkg 1.22.6ubuntu6.1 deb dunder-proto 1.0.1 npm @@ -153,7 +153,7 @@ gcc-13-base 13 gcc-14-base 14.2.0-4ubuntu2~24.04 deb get-intrinsic 1.3.0 npm get-proto 1.0.1 npm -ghostscript 10.02.1~dfsg1-0ubuntu7.4 deb +ghostscript 10.02.1~dfsg1-0ubuntu7.5 deb gir1.2-atk-1.0 2.52.0-1build1 deb gir1.2-atspi-2.0 2.52.0-1build1 deb gir1.2-freedesktop 1.80.1-1 deb @@ -202,7 +202,8 @@ github.com/cenkalti/backoff/v4 v4 github.com/cespare/xxhash/v2 v2.2.0 go-module github.com/cespare/xxhash/v2 v2.3.0 go-module (+1 duplicate) github.com/checkpoint-restore/go-criu/v6 v6.3.0 go-module -github.com/cilium/ebpf v0.16.0 go-module (+1 duplicate) +github.com/cilium/ebpf v0.16.0 go-module +github.com/cilium/ebpf v0.17.3 go-module github.com/cilium/ebpf v0.9.1 go-module (+3 duplicates) github.com/cloudflare/cfssl v1.6.4 go-module github.com/compose-spec/compose-go/v2 v2.4.9 go-module @@ -214,7 +215,7 @@ github.com/containerd/cgroups/v3 v3 github.com/containerd/cgroups/v3 v3.0.5 go-module github.com/containerd/console v1.0.3 go-module (+4 duplicates) github.com/containerd/console v1.0.4 go-module (+2 duplicates) -github.com/containerd/containerd v1.7.25 go-module (+4 duplicates) +github.com/containerd/containerd v1.7.26 go-module (+4 duplicates) github.com/containerd/containerd/api v1.8.0 go-module (+6 duplicates) github.com/containerd/containerd/v2 v2.0.3 go-module github.com/containerd/containerd/v2 v2.0.4 go-module @@ -230,13 +231,12 @@ github.com/containerd/go-runc v1 github.com/containerd/go-runc v1.1.0 go-module github.com/containerd/imgcrypt v1.1.8 go-module github.com/containerd/log v0.1.0 go-module (+7 duplicates) -github.com/containerd/nri v0.6.1 go-module +github.com/containerd/nri v0.8.0 go-module github.com/containerd/platforms v0.2.1 go-module (+3 duplicates) github.com/containerd/platforms v1.0.0-rc.1 go-module (+1 duplicate) github.com/containerd/plugin v1.0.0 go-module github.com/containerd/stargz-snapshotter/estargz v0.16.3 go-module -github.com/containerd/ttrpc v1.2.5 go-module (+4 duplicates) -github.com/containerd/ttrpc v1.2.7 go-module (+1 duplicate) +github.com/containerd/ttrpc v1.2.7 go-module (+6 duplicates) github.com/containerd/typeurl v1.0.2 go-module github.com/containerd/typeurl/v2 v2.1.1 go-module (+4 duplicates) github.com/containerd/typeurl/v2 v2.2.3 go-module (+1 duplicate) @@ -247,8 +247,7 @@ github.com/containernetworking/plugins v1 github.com/containernetworking/plugins v1.6.2 go-module github.com/containers/ocicrypt v1.1.10 go-module github.com/coreos/go-systemd/v22 v22.5.0 go-module (+5 duplicates) -github.com/cyphar/filepath-securejoin v0.3.5 go-module -github.com/cyphar/filepath-securejoin v0.4.1 go-module +github.com/cyphar/filepath-securejoin v0.4.1 go-module (+1 duplicate) github.com/davecgh/go-spew v1.1.1 go-module (+1 duplicate) github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go-module github.com/deckarep/golang-set/v2 v2.3.0 go-module @@ -257,11 +256,11 @@ github.com/distribution/reference v0 github.com/docker/buildx v0.21.2 go-module github.com/docker/cli v28.0.1+incompatible go-module github.com/docker/cli-docs-tool v0.9.0 go-module -github.com/docker/cli/cmd/docker v28.0.2 go-module +github.com/docker/cli/cmd/docker v28.0.4 go-module github.com/docker/compose/v2 v2.34.0 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) github.com/docker/docker v28.0.1+incompatible go-module -github.com/docker/docker v28.0.2 go-module (+1 duplicate) +github.com/docker/docker v28.0.4 go-module (+1 duplicate) github.com/docker/docker-credential-helpers v0.8.2 go-module github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) @@ -282,8 +281,7 @@ github.com/fsnotify/fsnotify v1 github.com/fvbommel/sortorder v1.1.0 go-module github.com/fxamacker/cbor/v2 v2.7.0 go-module github.com/go-jose/go-jose/v3 v3.0.3 go-module -github.com/go-logr/logr v1.3.0 go-module (+1 duplicate) -github.com/go-logr/logr v1.4.2 go-module (+1 duplicate) +github.com/go-logr/logr v1.4.2 go-module (+3 duplicates) github.com/go-logr/stdr v1.2.2 go-module (+3 duplicates) github.com/go-openapi/jsonpointer v0.19.6 go-module github.com/go-openapi/jsonreference v0.20.2 go-module @@ -293,7 +291,7 @@ github.com/godbus/dbus/v5 v5 github.com/gofrs/flock v0.12.1 go-module (+1 duplicate) github.com/gogo/protobuf v1.3.2 go-module (+6 duplicates) github.com/golang-jwt/jwt v3.2.2+incompatible go-module -github.com/golang-jwt/jwt/v5 v5.2.1 go-module +github.com/golang-jwt/jwt/v5 v5.2.2 go-module github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 go-module github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go-module github.com/golang/protobuf v1.5.4 go-module (+6 duplicates) @@ -356,7 +354,8 @@ github.com/mitchellh/copystructure v1 github.com/mitchellh/hashstructure/v2 v2.0.2 go-module (+1 duplicate) github.com/mitchellh/mapstructure v1.5.0 go-module github.com/mitchellh/reflectwalk v1.0.2 go-module -github.com/moby/buildkit v0.20.1 go-module (+1 duplicate) +github.com/moby/buildkit v0.20.1 go-module +github.com/moby/buildkit v0.20.2 go-module github.com/moby/docker-image-spec v1.3.1 go-module (+1 duplicate) github.com/moby/ipvs v1.1.0 go-module github.com/moby/locker v1.0.1 go-module (+3 duplicates) @@ -385,16 +384,16 @@ github.com/morikuni/aec v1 github.com/mrunalp/fileutils v0.5.1 go-module github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go-module (+1 duplicate) github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f go-module +github.com/opencontainers/cgroups v0.0.1 go-module github.com/opencontainers/go-digest v1.0.0 go-module (+6 duplicates) github.com/opencontainers/image-spec v1.1.0 go-module (+5 duplicates) github.com/opencontainers/image-spec v1.1.1 go-module -github.com/opencontainers/runc v1.2.4-0-g6c52b3f go-module -github.com/opencontainers/runc v1.2.5 go-module +github.com/opencontainers/runc v1.2.5-0-g59923ef go-module github.com/opencontainers/runtime-spec v1.1.0 go-module (+4 duplicates) github.com/opencontainers/runtime-spec v1.2.0 go-module (+1 duplicate) github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 go-module (+1 duplicate) github.com/opencontainers/selinux v1.11.0 go-module (+2 duplicates) -github.com/opencontainers/selinux v1.11.1 go-module +github.com/opencontainers/selinux v1.12.0 go-module github.com/package-url/packageurl-go v0.1.1 go-module github.com/pelletier/go-toml v1.9.5 go-module (+3 duplicates) github.com/pelletier/go-toml/v2 v2.2.3 go-module @@ -510,11 +509,10 @@ golang.org/x/crypto v0 golang.org/x/crypto v0.32.0 go-module golang.org/x/crypto v0.35.0 go-module golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 go-module -golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f go-module (+1 duplicate) +golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f go-module golang.org/x/mod v0.17.0 go-module golang.org/x/mod v0.22.0 go-module -golang.org/x/net v0.24.0 go-module -golang.org/x/net v0.25.0 go-module (+2 duplicates) +golang.org/x/net v0.33.0 go-module (+3 duplicates) golang.org/x/net v0.34.0 go-module golang.org/x/net v0.36.0 go-module (+1 duplicate) golang.org/x/oauth2 v0.11.0 go-module @@ -702,12 +700,12 @@ libdrm-nouveau2 2. libdrm-radeon1 2.4.122-1~ubuntu0.24.04.1 deb libdrm2 2.4.122-1~ubuntu0.24.04.1 deb libduktape207 2.7.0+tests-0ubuntu3 deb -libdw1t64 0.190-1.1build4.1 deb +libdw1t64 0.190-1.1ubuntu0.1 deb libdynaloader-functions-perl 0.003-3 deb libedit2 3.1-20230828-1build1 deb libegl-mesa0 24.2.8-1ubuntu1~24.04.1 deb libegl1 1.7.0-1build1 deb -libelf1t64 0.190-1.1build4.1 deb +libelf1t64 0.190-1.1ubuntu0.1 deb libepoxy0 1.5.10-1build1 deb libeval-closure-perl 0.14-3 deb libexception-class-perl 1.45-1 deb @@ -759,9 +757,9 @@ libgnutls30t64 3. libgomp1 14.2.0-4ubuntu2~24.04 deb libgpg-error0 1.47-3build2.1 deb libgraphite2-3 1.3.14-2build1 deb -libgs-common 10.02.1~dfsg1-0ubuntu7.4 deb -libgs10 10.02.1~dfsg1-0ubuntu7.4 deb -libgs10-common 10.02.1~dfsg1-0ubuntu7.4 deb +libgs-common 10.02.1~dfsg1-0ubuntu7.5 deb +libgs10 10.02.1~dfsg1-0ubuntu7.5 deb +libgs10-common 10.02.1~dfsg1-0ubuntu7.5 deb libgsm1 1.0.22-1build1 deb libgssapi-krb5-2 1.20.1-6ubuntu2.5 deb libgstreamer-plugins-base1.0-0 1.24.2-1ubuntu0.2 deb @@ -1081,7 +1079,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-56.58 deb +linux-libc-dev 6.8.0-57.59 deb locales 2.39-0ubuntu8.4 deb locales-all 2.39-0ubuntu8.4 deb login 1:4.13+dfsg1-4ubuntu3.2 deb @@ -1127,7 +1125,7 @@ object-inspect 1. ocl-icd-libopencl1 2.3.2-1build1 deb on-finished 2.4.1 npm openbox 3.6.1-12build5 deb -openssh-client 1:9.6p1-3ubuntu13.8 deb +openssh-client 1:9.6p1-3ubuntu13.9 deb openssl 3.0.13-0ubuntu3.5 deb packagekit 1.2.8-2ubuntu1.2 deb packaging 24.0 python @@ -1215,7 +1213,7 @@ socket.io-parser 4. software-properties-common 0.99.49.1 deb ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm -stdlib go1.22.10 go-module (+5 duplicates) +stdlib go1.23.6 go-module (+5 duplicates) stdlib go1.23.7 go-module (+3 duplicates) streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb From 9925bf46e71a2b1d8723c838e447cf8b36cf1ea3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 8 Apr 2025 05:00:13 +0000 Subject: [PATCH 58/66] Bot Updating Package Versions --- package_versions.txt | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 4a7afee..cad6ea4 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/busboy 1.5.0 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.13.14 npm +@types/node 22.14.0 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -64,7 +64,7 @@ color-name 1. concat-map 0.0.1 npm console-setup 1.226ubuntu1 deb console-setup-linux 1.226ubuntu1 deb -containerd.io 1.7.26-1 deb +containerd.io 1.7.27-1 deb content-disposition 0.5.4 npm content-type 1.0.5 npm cookie 0.7.1 npm @@ -215,7 +215,7 @@ github.com/containerd/cgroups/v3 v3 github.com/containerd/cgroups/v3 v3.0.5 go-module github.com/containerd/console v1.0.3 go-module (+4 duplicates) github.com/containerd/console v1.0.4 go-module (+2 duplicates) -github.com/containerd/containerd v1.7.26 go-module (+4 duplicates) +github.com/containerd/containerd v1.7.27 go-module (+4 duplicates) github.com/containerd/containerd/api v1.8.0 go-module (+6 duplicates) github.com/containerd/containerd/v2 v2.0.3 go-module github.com/containerd/containerd/v2 v2.0.4 go-module @@ -313,13 +313,13 @@ github.com/grpc-ecosystem/go-grpc-middleware v1 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 go-module (+1 duplicate) github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go-module github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 go-module (+1 duplicate) -github.com/hashicorp/errwrap v1.1.0 go-module (+6 duplicates) +github.com/hashicorp/errwrap v1.1.0 go-module (+1 duplicate) github.com/hashicorp/go-cleanhttp v0.5.2 go-module github.com/hashicorp/go-immutable-radix v1.3.1 go-module github.com/hashicorp/go-immutable-radix/v2 v2.1.0 go-module github.com/hashicorp/go-memdb v1.3.2 go-module github.com/hashicorp/go-msgpack v0.5.5 go-module -github.com/hashicorp/go-multierror v1.1.1 go-module (+6 duplicates) +github.com/hashicorp/go-multierror v1.1.1 go-module (+1 duplicate) github.com/hashicorp/go-sockaddr v1.0.2 go-module github.com/hashicorp/go-version v1.7.0 go-module github.com/hashicorp/golang-lru v0.5.4 go-module @@ -329,7 +329,7 @@ github.com/hashicorp/serf v0 github.com/imdario/mergo v0.3.16 go-module github.com/in-toto/in-toto-golang v0.5.0 go-module (+1 duplicate) github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf go-module -github.com/intel/goresctrl v0.3.0 go-module (+1 duplicate) +github.com/intel/goresctrl v0.5.0 go-module (+1 duplicate) github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2 go-module (+1 duplicate) github.com/jmoiron/sqlx v1.3.3 go-module github.com/jonboulle/clockwork v0.5.0 go-module @@ -402,14 +402,14 @@ github.com/pkg/errors v0 github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 go-module (+1 duplicate) github.com/pmezard/go-difflib v1.0.0 go-module github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go-module -github.com/prometheus/client_golang v1.14.0 go-module +github.com/prometheus/client_golang v1.16.0 go-module github.com/prometheus/client_golang v1.20.5 go-module (+1 duplicate) github.com/prometheus/client_model v0.3.0 go-module github.com/prometheus/client_model v0.6.1 go-module (+1 duplicate) -github.com/prometheus/common v0.37.0 go-module +github.com/prometheus/common v0.42.0 go-module github.com/prometheus/common v0.55.0 go-module (+1 duplicate) +github.com/prometheus/procfs v0.10.1 go-module github.com/prometheus/procfs v0.15.1 go-module (+1 duplicate) -github.com/prometheus/procfs v0.8.0 go-module github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc go-module github.com/rivo/uniseg v0.2.0 go-module github.com/rootless-containers/rootlesskit/v2 v2.3.4 go-module @@ -579,7 +579,7 @@ jq 1. jq 1.7.1-3build1 deb k8s.io/api v0.26.2 go-module k8s.io/api v0.31.2 go-module -k8s.io/apimachinery v0.26.2 go-module (+1 duplicate) +k8s.io/apimachinery v0.27.4 go-module (+1 duplicate) k8s.io/apimachinery v0.31.2 go-module k8s.io/apiserver v0.26.2 go-module k8s.io/client-go v0.26.2 go-module @@ -1111,8 +1111,8 @@ ncurses-bin 6. negotiator 0.6.3 npm netbase 6.4 deb netcat-openbsd 1.226-1ubuntu2 deb -nginx 1.24.0-2ubuntu7.1 deb -nginx-common 1.24.0-2ubuntu7.1 deb +nginx 1.24.0-2ubuntu7.3 deb +nginx-common 1.24.0-2ubuntu7.3 deb node-acorn 8.8.1+ds+~cs25.17.7-2 deb node-busboy 1.6.0+~cs2.6.0-2 deb node-cjs-module-lexer 1.2.3+dfsg-1 deb @@ -1200,8 +1200,7 @@ side-channel 1. side-channel-list 1.0.0 npm side-channel-map 1.0.1 npm side-channel-weakmap 1.0.2 npm -sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go-module -sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go-module +sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go-module (+1 duplicate) sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go-module sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go-module sigs.k8s.io/yaml v1.3.0 go-module (+1 duplicate) @@ -1213,8 +1212,7 @@ socket.io-parser 4. software-properties-common 0.99.49.1 deb ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm -stdlib go1.23.6 go-module (+5 duplicates) -stdlib go1.23.7 go-module (+3 duplicates) +stdlib go1.23.7 go-module (+9 duplicates) streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb supports-color 7.2.0 npm @@ -1222,20 +1220,18 @@ systemd 25 systemd-dev 255.4-1ubuntu8.6 deb systemd-sysv 255.4-1ubuntu8.6 deb sysvinit-utils 3.08-6ubuntu3 deb -tags.cncf.io/container-device-interface v0.7.2 go-module -tags.cncf.io/container-device-interface v0.8.1 go-module +tags.cncf.io/container-device-interface v0.8.1 go-module (+1 duplicate) tags.cncf.io/container-device-interface v1.0.0 go-module -tags.cncf.io/container-device-interface/specs-go v0.7.0 go-module -tags.cncf.io/container-device-interface/specs-go v0.8.0 go-module +tags.cncf.io/container-device-interface/specs-go v0.8.0 go-module (+1 duplicate) tar 1.35+dfsg-3build1 deb toidentifier 1.0.1 npm type-is 1.6.18 npm -tzdata 2024b-0ubuntu0.24.04.1 deb +tzdata 2025a-0ubuntu0.24.04 deb ubuntu-keyring 2023.11.28.1 deb ucf 3.0043+nmu1 deb udev 255.4-1ubuntu8.6 deb undici 5.26.3 npm -undici-types 6.20.0 npm +undici-types 6.21.0 npm unminimize 0.2.1 deb unpipe 1.0.0 npm util-linux 2.39.3-9ubuntu6.2 deb @@ -1262,8 +1258,8 @@ xfonts-utils 1: xkb-data 2.41-2ubuntu1.1 deb xml-core 0.19 deb xorg-sgml-doctools 1:1.11-1.1 deb -xserver-common 2:21.1.12-1ubuntu1.2 deb -xserver-xorg-core 2:21.1.12-1ubuntu1.2 deb +xserver-common 2:21.1.12-1ubuntu1.3 deb +xserver-xorg-core 2:21.1.12-1ubuntu1.3 deb xserver-xorg-video-amdgpu 23.0.0-1build1 deb xserver-xorg-video-ati 1:22.0.0-1build1 deb xserver-xorg-video-intel 2:2.99.917+git20210115-1build1 deb From 1dbbd9d63e9a1b613e35b235ee6270feefd42353 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 15 Apr 2025 04:57:04 +0000 Subject: [PATCH 59/66] Bot Updating Package Versions --- package_versions.txt | 46 ++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index cad6ea4..0150e1b 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/busboy 1.5.0 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.14.0 npm +@types/node 22.14.1 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -109,7 +109,7 @@ debug 4. depd 2.0.0 npm destroy 1.2.0 npm diffutils 1:3.10-1build1 deb -dirmngr 2.4.4-2ubuntu17 deb +dirmngr 2.4.4-2ubuntu17.2 deb distro 1.9.0 python distro-info-data 0.60ubuntu0.2 deb docker-ce 5:28.0.4-1~ubuntu.24.04~noble deb @@ -460,9 +460,9 @@ github.com/zmap/zlint/v3 v3 glib-networking 2.80.0-1build1 deb glib-networking-common 2.80.0-1build1 deb glib-networking-services 2.80.0-1build1 deb -gnupg 2.4.4-2ubuntu17 deb -gnupg-l10n 2.4.4-2ubuntu17 deb -gnupg-utils 2.4.4-2ubuntu17 deb +gnupg 2.4.4-2ubuntu17.2 deb +gnupg-l10n 2.4.4-2ubuntu17.2 deb +gnupg-utils 2.4.4-2ubuntu17.2 deb go.etcd.io/bbolt v1.3.10 go-module go.etcd.io/bbolt v1.3.11 go-module go.etcd.io/etcd/client/pkg/v3 v3.5.16 go-module @@ -550,12 +550,12 @@ gopkg.in/inf.v0 v0 gopkg.in/ini.v1 v1.66.2 go-module gopkg.in/yaml.v2 v2.4.0 go-module (+2 duplicates) gopkg.in/yaml.v3 v3.0.1 go-module (+2 duplicates) -gpg 2.4.4-2ubuntu17 deb -gpg-agent 2.4.4-2ubuntu17 deb -gpg-wks-client 2.4.4-2ubuntu17 deb -gpgconf 2.4.4-2ubuntu17 deb -gpgsm 2.4.4-2ubuntu17 deb -gpgv 2.4.4-2ubuntu17 deb +gpg 2.4.4-2ubuntu17.2 deb +gpg-agent 2.4.4-2ubuntu17.2 deb +gpg-wks-client 2.4.4-2ubuntu17.2 deb +gpgconf 2.4.4-2ubuntu17.2 deb +gpgsm 2.4.4-2ubuntu17.2 deb +gpgv 2.4.4-2ubuntu17.2 deb grep 3.11-4build1 deb groff-base 1.23.0-3build2 deb gsettings-desktop-schemas 46.1-0ubuntu1 deb @@ -594,7 +594,7 @@ k8s.io/utils v0 kbd 2.6.4-2ubuntu2 deb kclient 0.4.1 npm keyboard-configuration 1.226ubuntu1 deb -keyboxd 2.4.4-2ubuntu17 deb +keyboxd 2.4.4-2ubuntu17.2 deb krb5-locales 1.20.1-6ubuntu2.5 deb launchpadlib 1.11.0 python lazr-restfulclient 0.14.6 python @@ -710,7 +710,7 @@ libepoxy0 1. libeval-closure-perl 0.14-3 deb libexception-class-perl 1.45-1 deb libexif12 0.6.24-1build2 deb -libexpat1 2.6.1-2ubuntu0.2 deb +libexpat1 2.6.1-2ubuntu0.3 deb libexporter-tiny-perl 1.006002-1 deb libext2fs2t64 1.47.0-2.4~exp1ubuntu4.1 deb libfdisk1 2.39.3-9ubuntu6.2 deb @@ -811,7 +811,7 @@ libllvm19 1: liblocale-gettext-perl 1.07-6ubuntu5 deb libltdl7 2.4.7-7build1 deb liblz4-1 1.9.4-1build1.1 deb -liblzma5 5.6.1+really5.4.5-1build0.1 deb +liblzma5 5.6.1+really5.4.5-1ubuntu0.2 deb libmagic-mgc 1:5.45-3build1 deb libmagic1t64 1:5.45-3build1 deb libmbedcrypto7t64 2.28.8-1 deb @@ -888,8 +888,8 @@ libpng16-16t64 1. libpocketsphinx3 0.8.0+real5prealpha+1-15ubuntu5 deb libpolkit-agent-1-0 124-2ubuntu1.24.04.2 deb libpolkit-gobject-1-0 124-2ubuntu1.24.04.2 deb -libpoppler-cpp0t64 24.02.0-1ubuntu9.2 deb -libpoppler134 24.02.0-1ubuntu9.2 deb +libpoppler-cpp0t64 24.02.0-1ubuntu9.3 deb +libpoppler134 24.02.0-1ubuntu9.3 deb libportaudio2 19.6.0-1.2build3 deb libpostproc57 7:6.1.1-3ubuntu5 deb libppd2 2:2.0.0-0ubuntu4.1 deb @@ -939,8 +939,8 @@ libsndfile1 1. libsndio7.0 1.9.0-0.3build3 deb libsodium23 1.0.18-1build3 deb libsord-0-0 0.16.16-2build1 deb -libsoup-3.0-0 3.4.4-5ubuntu0.1 deb -libsoup-3.0-common 3.4.4-5ubuntu0.1 deb +libsoup-3.0-0 3.4.4-5ubuntu0.2 deb +libsoup-3.0-common 3.4.4-5ubuntu0.2 deb libsoxr0 0.1.3-4build3 deb libspecio-perl 0.48-1 deb libspectre1 0.2.12-1build2 deb @@ -1132,7 +1132,7 @@ packaging 24 parseurl 1.3.3 npm passwd 1:4.13+dfsg1-4ubuntu3.2 deb path-to-regexp 0.1.12 npm -pci.ids 0.0~2024.03.31-1 deb +pci.ids 0.0~2024.03.31-1ubuntu0.1 deb pciutils 1:3.10.0-2build1 deb perl 5.38.2-3.2build2.1 deb perl-base 5.38.2-3.2build2.1 deb @@ -1142,7 +1142,7 @@ pkgconf 1. pkgconf-bin 1.8.1-2build1 deb polkitd 124-2ubuntu1.24.04.2 deb poppler-data 0.4.12-1 deb -poppler-utils 24.02.0-1ubuntu9.2 deb +poppler-utils 24.02.0-1ubuntu9.3 deb printer-driver-cups-pdf 3.0.1-14build2 deb procps 2:4.0.4-4ubuntu3.2 deb proxy-addr 2.0.7 npm @@ -1174,7 +1174,7 @@ python3-packaging 24 python3-pkg-resources 68.1.2-2ubuntu1.1 deb python3-pyparsing 3.1.1-1 deb python3-six 1.16.0-4 deb -python3-software-properties 0.99.49.1 deb +python3-software-properties 0.99.49.2 deb python3-wadllib 1.3.6-5 deb python3-xdg 0.28-2 deb python3.12 3.12.3-1ubuntu0.5 deb @@ -1209,7 +1209,7 @@ six 1. socket.io 4.8.1 npm socket.io-adapter 2.5.5 npm socket.io-parser 4.2.4 npm -software-properties-common 0.99.49.1 deb +software-properties-common 0.99.49.2 deb ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm stdlib go1.23.7 go-module (+9 duplicates) @@ -1226,7 +1226,7 @@ tags.cncf.io/container-device-interface/specs-go v0 tar 1.35+dfsg-3build1 deb toidentifier 1.0.1 npm type-is 1.6.18 npm -tzdata 2025a-0ubuntu0.24.04 deb +tzdata 2025b-0ubuntu0.24.04 deb ubuntu-keyring 2023.11.28.1 deb ucf 3.0043+nmu1 deb udev 255.4-1ubuntu8.6 deb From 7a8396890c2c26235faea6088bf3906b9c18efa5 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 22 Apr 2025 04:58:58 +0000 Subject: [PATCH 60/66] Bot Updating Package Versions --- package_versions.txt | 109 +++++++++++++++++++++---------------------- 1 file changed, 54 insertions(+), 55 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 0150e1b..1bf6ab6 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -112,9 +112,9 @@ diffutils 1: dirmngr 2.4.4-2ubuntu17.2 deb distro 1.9.0 python distro-info-data 0.60ubuntu0.2 deb -docker-ce 5:28.0.4-1~ubuntu.24.04~noble deb -docker-ce-cli 5:28.0.4-1~ubuntu.24.04~noble deb -docker-compose-plugin 2.34.0-1~ubuntu.24.04~noble deb +docker-ce 5:28.1.1-1~ubuntu.24.04~noble deb +docker-ce-cli 5:28.1.1-1~ubuntu.24.04~noble deb +docker-compose-plugin 2.35.1-1~ubuntu.24.04~noble deb dpkg 1.22.6ubuntu6.1 deb dunder-proto 1.0.1 npm dunst 1.9.2-1build2 deb @@ -166,7 +166,7 @@ github.com/AlecAivazis/survey/v2 v2 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go-module github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go-module github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0 go-module -github.com/DefangLabs/secret-detector v0.0.0-20250108223530-c2b44d4c1f8f go-module +github.com/DefangLabs/secret-detector v0.0.0-20250403165618-22662109213e go-module github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 go-module github.com/Masterminds/semver/v3 v3.2.1 go-module github.com/Microsoft/hcsshim v0.11.7 go-module (+1 duplicate) @@ -206,7 +206,7 @@ github.com/cilium/ebpf v0 github.com/cilium/ebpf v0.17.3 go-module github.com/cilium/ebpf v0.9.1 go-module (+3 duplicates) github.com/cloudflare/cfssl v1.6.4 go-module -github.com/compose-spec/compose-go/v2 v2.4.9 go-module +github.com/compose-spec/compose-go/v2 v2.6.0 go-module github.com/container-storage-interface/spec v1.5.0 go-module github.com/containerd/aufs v1.0.0 go-module github.com/containerd/btrfs/v2 v2.0.0 go-module @@ -217,8 +217,8 @@ github.com/containerd/console v1 github.com/containerd/console v1.0.4 go-module (+2 duplicates) github.com/containerd/containerd v1.7.27 go-module (+4 duplicates) github.com/containerd/containerd/api v1.8.0 go-module (+6 duplicates) -github.com/containerd/containerd/v2 v2.0.3 go-module github.com/containerd/containerd/v2 v2.0.4 go-module +github.com/containerd/containerd/v2 v2.0.5 go-module github.com/containerd/continuity v0.4.4 go-module (+4 duplicates) github.com/containerd/continuity v0.4.5 go-module (+1 duplicate) github.com/containerd/errdefs v0.3.0 go-module (+4 duplicates) @@ -248,20 +248,19 @@ github.com/containernetworking/plugins v1 github.com/containers/ocicrypt v1.1.10 go-module github.com/coreos/go-systemd/v22 v22.5.0 go-module (+5 duplicates) github.com/cyphar/filepath-securejoin v0.4.1 go-module (+1 duplicate) -github.com/davecgh/go-spew v1.1.1 go-module (+1 duplicate) -github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go-module +github.com/davecgh/go-spew v1.1.1 go-module (+2 duplicates) github.com/deckarep/golang-set/v2 v2.3.0 go-module github.com/dimchansky/utfbom v1.1.1 go-module github.com/distribution/reference v0.6.0 go-module (+3 duplicates) -github.com/docker/buildx v0.21.2 go-module -github.com/docker/cli v28.0.1+incompatible go-module +github.com/docker/buildx v0.23.0 go-module +github.com/docker/cli v28.1.0+incompatible go-module github.com/docker/cli-docs-tool v0.9.0 go-module -github.com/docker/cli/cmd/docker v28.0.4 go-module -github.com/docker/compose/v2 v2.34.0 go-module +github.com/docker/cli/cmd/docker v28.1.1 go-module +github.com/docker/compose/v2 v2.35.1 go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) -github.com/docker/docker v28.0.1+incompatible go-module -github.com/docker/docker v28.0.4 go-module (+1 duplicate) -github.com/docker/docker-credential-helpers v0.8.2 go-module +github.com/docker/docker v28.1.0+incompatible go-module +github.com/docker/docker v28.1.1 go-module (+1 duplicate) +github.com/docker/docker-credential-helpers v0.9.3 go-module github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module github.com/docker/go-connections v0.5.0 go-module (+1 duplicate) github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go-module (+4 duplicates) @@ -290,16 +289,15 @@ github.com/go-viper/mapstructure/v2 v2 github.com/godbus/dbus/v5 v5.1.0 go-module (+5 duplicates) github.com/gofrs/flock v0.12.1 go-module (+1 duplicate) github.com/gogo/protobuf v1.3.2 go-module (+6 duplicates) -github.com/golang-jwt/jwt v3.2.2+incompatible go-module -github.com/golang-jwt/jwt/v5 v5.2.2 go-module +github.com/golang-jwt/jwt/v5 v5.2.2 go-module (+1 duplicate) github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 go-module github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go-module github.com/golang/protobuf v1.5.4 go-module (+6 duplicates) github.com/google/btree v1.1.2 go-module github.com/google/certificate-transparency-go v1.1.4 go-module github.com/google/gnostic-models v0.6.8 go-module -github.com/google/go-cmp v0.6.0 go-module (+5 duplicates) -github.com/google/go-cmp v0.7.0 go-module +github.com/google/go-cmp v0.6.0 go-module (+4 duplicates) +github.com/google/go-cmp v0.7.0 go-module (+1 duplicate) github.com/google/gofuzz v1.2.0 go-module (+1 duplicate) github.com/google/s2a-go v0.1.7 go-module github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go-module (+1 duplicate) @@ -337,7 +335,7 @@ github.com/josharian/intern v1 github.com/json-iterator/go v1.1.12 go-module (+1 duplicate) github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go-module github.com/klauspost/compress v1.16.7 go-module (+3 duplicates) -github.com/klauspost/compress v1.17.11 go-module (+1 duplicate) +github.com/klauspost/compress v1.18.0 go-module (+1 duplicate) github.com/klauspost/cpuid/v2 v2.0.4 go-module (+1 duplicate) github.com/mailru/easyjson v0.7.7 go-module github.com/mattn/go-colorable v0.1.13 go-module @@ -354,9 +352,9 @@ github.com/mitchellh/copystructure v1 github.com/mitchellh/hashstructure/v2 v2.0.2 go-module (+1 duplicate) github.com/mitchellh/mapstructure v1.5.0 go-module github.com/mitchellh/reflectwalk v1.0.2 go-module -github.com/moby/buildkit v0.20.1 go-module -github.com/moby/buildkit v0.20.2 go-module +github.com/moby/buildkit v0.21.0 go-module (+1 duplicate) github.com/moby/docker-image-spec v1.3.1 go-module (+1 duplicate) +github.com/moby/go-archive v0.1.0 go-module (+1 duplicate) github.com/moby/ipvs v1.1.0 go-module github.com/moby/locker v1.0.1 go-module (+3 duplicates) github.com/moby/patternmatcher v0.6.0 go-module (+1 duplicate) @@ -364,6 +362,7 @@ github.com/moby/pubsub v1 github.com/moby/spdystream v0.2.0 go-module github.com/moby/spdystream v0.4.0 go-module github.com/moby/swarmkit/v2 v2.0.0-20250103191802-8c1959736554 go-module +github.com/moby/sys/atomicwriter v0.1.0 go-module (+1 duplicate) github.com/moby/sys/capability v0.4.0 go-module github.com/moby/sys/mount v0.3.4 go-module github.com/moby/sys/mountinfo v0.6.2 go-module (+4 duplicates) @@ -375,7 +374,8 @@ github.com/moby/sys/signal v0 github.com/moby/sys/signal v0.7.1 go-module (+1 duplicate) github.com/moby/sys/symlink v0.2.0 go-module github.com/moby/sys/symlink v0.3.0 go-module (+1 duplicate) -github.com/moby/sys/user v0.3.0 go-module (+6 duplicates) +github.com/moby/sys/user v0.3.0 go-module (+4 duplicates) +github.com/moby/sys/user v0.4.0 go-module (+1 duplicate) github.com/moby/sys/userns v0.1.0 go-module (+7 duplicates) github.com/moby/term v0.5.2 go-module (+1 duplicate) github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go-module (+1 duplicate) @@ -386,8 +386,8 @@ github.com/munnerz/goautoneg v0 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f go-module github.com/opencontainers/cgroups v0.0.1 go-module github.com/opencontainers/go-digest v1.0.0 go-module (+6 duplicates) -github.com/opencontainers/image-spec v1.1.0 go-module (+5 duplicates) -github.com/opencontainers/image-spec v1.1.1 go-module +github.com/opencontainers/image-spec v1.1.0 go-module (+4 duplicates) +github.com/opencontainers/image-spec v1.1.1 go-module (+1 duplicate) github.com/opencontainers/runc v1.2.5-0-g59923ef go-module github.com/opencontainers/runtime-spec v1.1.0 go-module (+4 duplicates) github.com/opencontainers/runtime-spec v1.2.0 go-module (+1 duplicate) @@ -400,8 +400,7 @@ github.com/pelletier/go-toml/v2 v2 github.com/philhofer/fwd v1.1.2 go-module github.com/pkg/errors v0.9.1 go-module (+6 duplicates) github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 go-module (+1 duplicate) -github.com/pmezard/go-difflib v1.0.0 go-module -github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go-module +github.com/pmezard/go-difflib v1.0.0 go-module (+1 duplicate) github.com/prometheus/client_golang v1.16.0 go-module github.com/prometheus/client_golang v1.20.5 go-module (+1 duplicate) github.com/prometheus/client_model v0.3.0 go-module @@ -432,8 +431,8 @@ github.com/tchap/go-patricia/v2 v2 github.com/theupdateframework/notary v0.7.0 go-module github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go-module github.com/tinylib/msgp v1.1.8 go-module -github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 go-module (+1 duplicate) -github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a go-module (+1 duplicate) +github.com/tonistiigi/dchapes-mode v0.0.0-20250318174251-73d941a28323 go-module (+1 duplicate) +github.com/tonistiigi/fsutil v0.0.0-20250410151801-5b74a7ad7583 go-module (+1 duplicate) github.com/tonistiigi/go-actions-cache v0.0.0-20250228231703-3e9a6642607f go-module github.com/tonistiigi/go-archvariant v1.0.0 go-module github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 go-module (+1 duplicate) @@ -477,6 +476,7 @@ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0 go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0 go-module (+1 duplicate) go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go-module (+1 duplicate) go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 go-module (+1 duplicate) +go.opentelemetry.io/contrib/processors/baggagecopy v0.4.0 go-module go.opentelemetry.io/otel v1.21.0 go-module (+1 duplicate) go.opentelemetry.io/otel v1.31.0 go-module go.opentelemetry.io/otel v1.34.0 go-module @@ -502,33 +502,30 @@ go.opentelemetry.io/otel/trace v1 go.opentelemetry.io/proto/otlp v1.0.0 go-module go.opentelemetry.io/proto/otlp v1.3.1 go-module (+1 duplicate) go.uber.org/atomic v1.9.0 go-module -go.uber.org/mock v0.5.0 go-module +go.uber.org/mock v0.5.1 go-module go.uber.org/multierr v1.8.0 go-module go.uber.org/zap v1.21.0 go-module golang.org/x/crypto v0.31.0 go-module -golang.org/x/crypto v0.32.0 go-module -golang.org/x/crypto v0.35.0 go-module +golang.org/x/crypto v0.37.0 go-module (+1 duplicate) golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 go-module -golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f go-module +golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 go-module golang.org/x/mod v0.17.0 go-module -golang.org/x/mod v0.22.0 go-module +golang.org/x/mod v0.24.0 go-module golang.org/x/net v0.33.0 go-module (+3 duplicates) -golang.org/x/net v0.34.0 go-module -golang.org/x/net v0.36.0 go-module (+1 duplicate) +golang.org/x/net v0.39.0 go-module (+2 duplicates) golang.org/x/oauth2 v0.11.0 go-module golang.org/x/oauth2 v0.25.0 go-module -golang.org/x/oauth2 v0.27.0 go-module +golang.org/x/oauth2 v0.29.0 go-module golang.org/x/sync v0.10.0 go-module (+4 duplicates) -golang.org/x/sync v0.11.0 go-module -golang.org/x/sync v0.12.0 go-module +golang.org/x/sync v0.13.0 go-module (+1 duplicate) golang.org/x/sys v0.28.0 go-module (+5 duplicates) -golang.org/x/sys v0.31.0 go-module (+2 duplicates) +golang.org/x/sys v0.32.0 go-module (+2 duplicates) golang.org/x/term v0.27.0 go-module -golang.org/x/term v0.28.0 go-module -golang.org/x/text v0.21.0 go-module (+3 duplicates) -golang.org/x/text v0.22.0 go-module +golang.org/x/term v0.31.0 go-module +golang.org/x/text v0.21.0 go-module (+2 duplicates) +golang.org/x/text v0.24.0 go-module (+1 duplicate) golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 go-module -golang.org/x/time v0.6.0 go-module (+1 duplicate) +golang.org/x/time v0.11.0 go-module (+1 duplicate) google.golang.org/api v0.155.0 go-module google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 go-module (+4 duplicates) google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 go-module @@ -540,14 +537,14 @@ google.golang.org/genproto/googleapis/rpc v0 google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f go-module google.golang.org/grpc v1.59.0 go-module (+4 duplicates) google.golang.org/grpc v1.69.4 go-module -google.golang.org/grpc v1.71.0 go-module +google.golang.org/grpc v1.71.1 go-module google.golang.org/protobuf v1.33.0 go-module google.golang.org/protobuf v1.35.2 go-module (+5 duplicates) google.golang.org/protobuf v1.36.4 go-module gopd 1.2.0 npm gopkg.in/cenkalti/backoff.v1 v1.1.0 go-module gopkg.in/inf.v0 v0.9.1 go-module (+2 duplicates) -gopkg.in/ini.v1 v1.66.2 go-module +gopkg.in/ini.v1 v1.67.0 go-module gopkg.in/yaml.v2 v2.4.0 go-module (+2 duplicates) gopkg.in/yaml.v3 v3.0.1 go-module (+2 duplicates) gpg 2.4.4-2ubuntu17.2 deb @@ -878,7 +875,7 @@ libpcre2-32-0 10 libpcre2-8-0 10.42-4ubuntu2.1 deb libpcre2-dev 10.42-4ubuntu2.1 deb libpcre2-posix3 10.42-4ubuntu2.1 deb -libperl5.38t64 5.38.2-3.2build2.1 deb +libperl5.38t64 5.38.2-3.2ubuntu0.1 deb libpgm-5.3-0t64 5.3.128~dfsg-2.1build1 deb libpipeline1 1.5.7-2 deb libpixman-1-0 0.42.2-1build1 deb @@ -1079,7 +1076,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-57.59 deb +linux-libc-dev 6.8.0-58.60 deb locales 2.39-0ubuntu8.4 deb locales-all 2.39-0ubuntu8.4 deb login 1:4.13+dfsg1-4ubuntu3.2 deb @@ -1134,9 +1131,9 @@ passwd 1: path-to-regexp 0.1.12 npm pci.ids 0.0~2024.03.31-1ubuntu0.1 deb pciutils 1:3.10.0-2build1 deb -perl 5.38.2-3.2build2.1 deb -perl-base 5.38.2-3.2build2.1 deb -perl-modules-5.38 5.38.2-3.2build2.1 deb +perl 5.38.2-3.2ubuntu0.1 deb +perl-base 5.38.2-3.2ubuntu0.1 deb +perl-modules-5.38 5.38.2-3.2ubuntu0.1 deb pinentry-curses 1.2.1-3ubuntu5 deb pkgconf 1.8.1-2build1 deb pkgconf-bin 1.8.1-2build1 deb @@ -1212,7 +1209,8 @@ socket.io-parser 4. software-properties-common 0.99.49.2 deb ssl-cert 1.1.2ubuntu1 deb statuses 2.0.1 npm -stdlib go1.23.7 go-module (+9 duplicates) +stdlib go1.23.7 go-module (+5 duplicates) +stdlib go1.23.8 go-module (+3 duplicates) streamsearch 1.1.0 npm sudo 1.9.15p5-3ubuntu5 deb supports-color 7.2.0 npm @@ -1220,9 +1218,10 @@ systemd 25 systemd-dev 255.4-1ubuntu8.6 deb systemd-sysv 255.4-1ubuntu8.6 deb sysvinit-utils 3.08-6ubuntu3 deb -tags.cncf.io/container-device-interface v0.8.1 go-module (+1 duplicate) -tags.cncf.io/container-device-interface v1.0.0 go-module -tags.cncf.io/container-device-interface/specs-go v0.8.0 go-module (+1 duplicate) +tags.cncf.io/container-device-interface v0.8.1 go-module +tags.cncf.io/container-device-interface v1.0.1 go-module (+1 duplicate) +tags.cncf.io/container-device-interface/specs-go v0.8.0 go-module +tags.cncf.io/container-device-interface/specs-go v1.0.0 go-module tar 1.35+dfsg-3build1 deb toidentifier 1.0.1 npm type-is 1.6.18 npm From 1ed3c365b6a189723efa66391823f4de235cd808 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 29 Apr 2025 04:57:15 +0000 Subject: [PATCH 61/66] Bot Updating Package Versions --- package_versions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 1bf6ab6..16475dd 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/busboy 1.5.0 npm @types/cors 2.8.17 npm @types/node 18.18.14 npm -@types/node 22.14.1 npm +@types/node 22.15.2 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -1122,7 +1122,7 @@ object-inspect 1. ocl-icd-libopencl1 2.3.2-1build1 deb on-finished 2.4.1 npm openbox 3.6.1-12build5 deb -openssh-client 1:9.6p1-3ubuntu13.9 deb +openssh-client 1:9.6p1-3ubuntu13.11 deb openssl 3.0.13-0ubuntu3.5 deb packagekit 1.2.8-2ubuntu1.2 deb packaging 24.0 python From c2f5acce67ef5bdb3cea0106a39dbb6a6722f66b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 6 May 2025 05:01:54 +0000 Subject: [PATCH 62/66] Bot Updating Package Versions --- package_versions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_versions.txt b/package_versions.txt index 16475dd..9b6eee0 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -1076,7 +1076,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-58.60 deb +linux-libc-dev 6.8.0-59.61 deb locales 2.39-0ubuntu8.4 deb locales-all 2.39-0ubuntu8.4 deb login 1:4.13+dfsg1-4ubuntu3.2 deb From 2e6965690ef417c3023b6ab4600b5c0a00a4c8dd Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 13 May 2025 04:57:53 +0000 Subject: [PATCH 63/66] Bot Updating Package Versions --- package_versions.txt | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 9b6eee0..f3f7c5d 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -5,9 +5,9 @@ NAME VE @socket.io/component-emitter 3.1.2 npm @socket.io/component-emitter UNKNOWN npm (+1 duplicate) @types/busboy 1.5.0 npm -@types/cors 2.8.17 npm +@types/cors 2.8.18 npm @types/node 18.18.14 npm -@types/node 22.15.2 npm +@types/node 22.15.17 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -111,7 +111,7 @@ destroy 1. diffutils 1:3.10-1build1 deb dirmngr 2.4.4-2ubuntu17.2 deb distro 1.9.0 python -distro-info-data 0.60ubuntu0.2 deb +distro-info-data 0.60ubuntu0.3 deb docker-ce 5:28.1.1-1~ubuntu.24.04~noble deb docker-ce-cli 5:28.1.1-1~ubuntu.24.04~noble deb docker-compose-plugin 2.35.1-1~ubuntu.24.04~noble deb @@ -153,7 +153,7 @@ gcc-13-base 13 gcc-14-base 14.2.0-4ubuntu2~24.04 deb get-intrinsic 1.3.0 npm get-proto 1.0.1 npm -ghostscript 10.02.1~dfsg1-0ubuntu7.5 deb +ghostscript 10.02.1~dfsg1-0ubuntu7.6 deb gir1.2-atk-1.0 2.52.0-1build1 deb gir1.2-atspi-2.0 2.52.0-1build1 deb gir1.2-freedesktop 1.80.1-1 deb @@ -599,7 +599,7 @@ lazr-uri 1. libacl1 2.3.2-1build1.1 deb libalgorithm-c3-perl 0.11-2 deb libaom3 3.8.2-2ubuntu0.1 deb -libapparmor1 4.0.1really4.0.1-0ubuntu0.24.04.3 deb +libapparmor1 4.0.1really4.0.1-0ubuntu0.24.04.4 deb libappstream5 1.0.2-1build6 deb libapt-pkg6.0t64 2.7.14build2 deb libargon2-1 0~20190702+dfsg-4build1 deb @@ -754,9 +754,9 @@ libgnutls30t64 3. libgomp1 14.2.0-4ubuntu2~24.04 deb libgpg-error0 1.47-3build2.1 deb libgraphite2-3 1.3.14-2build1 deb -libgs-common 10.02.1~dfsg1-0ubuntu7.5 deb -libgs10 10.02.1~dfsg1-0ubuntu7.5 deb -libgs10-common 10.02.1~dfsg1-0ubuntu7.5 deb +libgs-common 10.02.1~dfsg1-0ubuntu7.6 deb +libgs10 10.02.1~dfsg1-0ubuntu7.6 deb +libgs10-common 10.02.1~dfsg1-0ubuntu7.6 deb libgsm1 1.0.22-1build1 deb libgssapi-krb5-2 1.20.1-6ubuntu2.5 deb libgstreamer-plugins-base1.0-0 1.24.2-1ubuntu0.2 deb @@ -885,8 +885,8 @@ libpng16-16t64 1. libpocketsphinx3 0.8.0+real5prealpha+1-15ubuntu5 deb libpolkit-agent-1-0 124-2ubuntu1.24.04.2 deb libpolkit-gobject-1-0 124-2ubuntu1.24.04.2 deb -libpoppler-cpp0t64 24.02.0-1ubuntu9.3 deb -libpoppler134 24.02.0-1ubuntu9.3 deb +libpoppler-cpp0t64 24.02.0-1ubuntu9.4 deb +libpoppler134 24.02.0-1ubuntu9.4 deb libportaudio2 19.6.0-1.2build3 deb libpostproc57 7:6.1.1-3ubuntu5 deb libppd2 2:2.0.0-0ubuntu4.1 deb @@ -914,7 +914,7 @@ libsasl2-2 2. libsasl2-modules 2.1.28+dfsg1-5ubuntu3.1 deb libsasl2-modules-db 2.1.28+dfsg1-5ubuntu3.1 deb libscalar-list-utils-perl 1:1.63-1build3 deb -libsdl2-2.0-0 2.30.0+dfsg-1build3 deb +libsdl2-2.0-0 2.30.0+dfsg-1ubuntu3.1 deb libseccomp2 2.5.5-1ubuntu3.1 deb libselinux1 3.5-2ubuntu2.1 deb libselinux1-dev 3.5-2ubuntu2.1 deb @@ -936,8 +936,8 @@ libsndfile1 1. libsndio7.0 1.9.0-0.3build3 deb libsodium23 1.0.18-1build3 deb libsord-0-0 0.16.16-2build1 deb -libsoup-3.0-0 3.4.4-5ubuntu0.2 deb -libsoup-3.0-common 3.4.4-5ubuntu0.2 deb +libsoup-3.0-0 3.4.4-5ubuntu0.3 deb +libsoup-3.0-common 3.4.4-5ubuntu0.3 deb libsoxr0 0.1.3-4build3 deb libspecio-perl 0.48-1 deb libspectre1 0.2.12-1build2 deb @@ -1048,7 +1048,7 @@ libxi6 2: libxinerama1 2:1.1.4-3build1 deb libxkbcommon0 1.6.0-1build1 deb libxkbfile1 1:1.1.0-1build4 deb -libxml2 2.9.14+dfsg-1.3ubuntu3.2 deb +libxml2 2.9.14+dfsg-1.3ubuntu3.3 deb libxmlb2 0.3.18-1 deb libxmu6 2:1.1.3-3build2 deb libxmuu1 2:1.1.3-3build2 deb @@ -1139,7 +1139,7 @@ pkgconf 1. pkgconf-bin 1.8.1-2build1 deb polkitd 124-2ubuntu1.24.04.2 deb poppler-data 0.4.12-1 deb -poppler-utils 24.02.0-1ubuntu9.3 deb +poppler-utils 24.02.0-1ubuntu9.4 deb printer-driver-cups-pdf 3.0.1-14build2 deb procps 2:4.0.4-4ubuntu3.2 deb proxy-addr 2.0.7 npm From 789275c550e064c8c732514ccd3787cc484ecd4f Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 20 May 2025 04:55:31 +0000 Subject: [PATCH 64/66] Bot Updating Templated Files --- readme-vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme-vars.yml b/readme-vars.yml index 6609722..f86f10e 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -57,6 +57,7 @@ init_diagram: | init-crontab-config -> init-config-end init-config -> init-crontab-config init-mods-end -> init-custom-files + init-adduser -> init-device-perms base -> init-envfile init-os-end -> init-kasmvnc init-nginx -> init-kasmvnc-config @@ -67,6 +68,7 @@ init_diagram: | init-mods -> init-mods-package-install init-kasmvnc -> init-nginx init-adduser -> init-os-end + init-device-perms -> init-os-end init-envfile -> init-os-end init-custom-files -> init-services init-kasmvnc-config -> init-video From 1615fb57476b9b8a7bf41f598f5003e8f8a0f2a7 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 20 May 2025 05:00:05 +0000 Subject: [PATCH 65/66] Bot Updating Package Versions --- package_versions.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index f3f7c5d..7e63623 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/busboy 1.5.0 npm @types/cors 2.8.18 npm @types/node 18.18.14 npm -@types/node 22.15.17 npm +@types/node 22.15.18 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -255,8 +255,8 @@ github.com/distribution/reference v0 github.com/docker/buildx v0.23.0 go-module github.com/docker/cli v28.1.0+incompatible go-module github.com/docker/cli-docs-tool v0.9.0 go-module -github.com/docker/cli/cmd/docker v28.1.1 go-module -github.com/docker/compose/v2 v2.35.1 go-module +github.com/docker/cli/cmd/docker UNKNOWN go-module +github.com/docker/compose/v2 UNKNOWN go-module github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) github.com/docker/docker v28.1.0+incompatible go-module github.com/docker/docker v28.1.1 go-module (+1 duplicate) @@ -388,7 +388,7 @@ github.com/opencontainers/cgroups v0 github.com/opencontainers/go-digest v1.0.0 go-module (+6 duplicates) github.com/opencontainers/image-spec v1.1.0 go-module (+4 duplicates) github.com/opencontainers/image-spec v1.1.1 go-module (+1 duplicate) -github.com/opencontainers/runc v1.2.5-0-g59923ef go-module +github.com/opencontainers/runc v0.0.0-20250213225849-59923ef18c98 go-module github.com/opencontainers/runtime-spec v1.1.0 go-module (+4 duplicates) github.com/opencontainers/runtime-spec v1.2.0 go-module (+1 duplicate) github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 go-module (+1 duplicate) @@ -1076,7 +1076,7 @@ libzmq5 4. libzstd1 1.5.5+dfsg2-2build1.1 deb libzvbi-common 0.2.42-2 deb libzvbi0t64 0.2.42-2 deb -linux-libc-dev 6.8.0-59.61 deb +linux-libc-dev 6.8.0-60.63 deb locales 2.39-0ubuntu8.4 deb locales-all 2.39-0ubuntu8.4 deb login 1:4.13+dfsg1-4ubuntu3.2 deb From 7fb2a27bcce4a490aff6ddf0823be8cd79810508 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 27 May 2025 04:58:32 +0000 Subject: [PATCH 66/66] Bot Updating Package Versions --- package_versions.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package_versions.txt b/package_versions.txt index 7e63623..50407fb 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -7,7 +7,7 @@ NAME VE @types/busboy 1.5.0 npm @types/cors 2.8.18 npm @types/node 18.18.14 npm -@types/node 22.15.18 npm +@types/node 22.15.21 npm accepts 1.3.8 npm acorn 8.8.1 npm acorn-bigint 1.0.0 npm @@ -159,8 +159,8 @@ gir1.2-atspi-2.0 2. gir1.2-freedesktop 1.80.1-1 deb gir1.2-freedesktop-dev 1.80.1-1 deb gir1.2-girepository-2.0 1.80.1-1 deb -gir1.2-glib-2.0 2.80.0-6ubuntu3.2 deb -gir1.2-glib-2.0-dev 2.80.0-6ubuntu3.2 deb +gir1.2-glib-2.0 2.80.0-6ubuntu3.4 deb +gir1.2-glib-2.0-dev 2.80.0-6ubuntu3.4 deb gir1.2-packagekitglib-1.0 1.2.8-2ubuntu1.2 deb github.com/AlecAivazis/survey/v2 v2.3.7 go-module github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go-module @@ -735,15 +735,15 @@ libgdk-pixbuf2.0-common 2. libgfortran5 14.2.0-4ubuntu2~24.04 deb libgif7 5.2.2-1ubuntu1 deb libgirepository-1.0-1 1.80.1-1 deb -libgirepository-2.0-0 2.80.0-6ubuntu3.2 deb +libgirepository-2.0-0 2.80.0-6ubuntu3.4 deb libgl1 1.7.0-1build1 deb libgl1-mesa-dri 24.2.8-1ubuntu1~24.04.1 deb libglapi-mesa 24.2.8-1ubuntu1~24.04.1 deb -libglib2.0-0t64 2.80.0-6ubuntu3.2 deb -libglib2.0-bin 2.80.0-6ubuntu3.2 deb -libglib2.0-data 2.80.0-6ubuntu3.2 deb -libglib2.0-dev 2.80.0-6ubuntu3.2 deb -libglib2.0-dev-bin 2.80.0-6ubuntu3.2 deb +libglib2.0-0t64 2.80.0-6ubuntu3.4 deb +libglib2.0-bin 2.80.0-6ubuntu3.4 deb +libglib2.0-data 2.80.0-6ubuntu3.4 deb +libglib2.0-dev 2.80.0-6ubuntu3.4 deb +libglib2.0-dev-bin 2.80.0-6ubuntu3.4 deb libglu1-mesa 9.0.2-1.1build1 deb libglvnd0 1.7.0-1build1 deb libglx-mesa0 24.2.8-1ubuntu1~24.04.1 deb