From 2f76d4dab7d7518b47443a252f24723a72396d80 Mon Sep 17 00:00:00 2001 From: Nuru Date: Wed, 16 Oct 2024 19:32:03 -0700 Subject: [PATCH 1/2] Restore AWS config dir link (#958) --- rootfs/etc/profile.d/aws.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/etc/profile.d/aws.sh b/rootfs/etc/profile.d/aws.sh index 38ae4243..642801a1 100755 --- a/rootfs/etc/profile.d/aws.sh +++ b/rootfs/etc/profile.d/aws.sh @@ -20,6 +20,7 @@ if [ ! -e "${HOME}/.aws" ]; then fi chmod 700 ${GEODESIC_AWS_HOME} fi + ln -s "${GEODESIC_AWS_HOME}" "${HOME}/.aws" fi if [ ! -f "${AWS_CONFIG_FILE:=${GEODESIC_AWS_HOME}/config}" ] && [ -d ${GEODESIC_AWS_HOME} ]; then From 458a2a4d470b954c75ed5684c5788d8c5aed55d5 Mon Sep 17 00:00:00 2001 From: Nuru Date: Wed, 16 Oct 2024 19:32:21 -0700 Subject: [PATCH 2/2] Update dependencies --- os/debian/Dockerfile.debian | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/os/debian/Dockerfile.debian b/os/debian/Dockerfile.debian index 870fb37c..2394a4ff 100644 --- a/os/debian/Dockerfile.debian +++ b/os/debian/Dockerfile.debian @@ -2,12 +2,12 @@ # https://hub.docker.com/_/debian # We use codename (bookworm) instead of version number (12) because we want to select # the matching Python Docker image, which is named after the codename only. -# bookworm-20240722 corresponds to Debian 12.6 +# bookworm-20241016 corresponds to Debian 12.7 ARG DEBIAN_CODENAME=bookworm # Debian codenamed images are tagged with date codes rather than minor version numbers. -ARG DEBAIN_DATECODE=20240812 +ARG DEBAIN_DATECODE=20241016 # Find the current version of Python at https://www.python.org/downloads/source/ -ARG PYTHON_VERSION=3.12.5 +ARG PYTHON_VERSION=3.12.7 # https://github.com/ahmetb/kubectx/releases ARG KUBECTX_COMPLETION_VERSION=0.9.5 @@ -18,7 +18,7 @@ ARG SESSION_MANAGER_PLUGIN_VERSION=latest # Helm plugins: # https://github.com/databus23/helm-diff/releases -ARG HELM_DIFF_VERSION=3.9.9 +ARG HELM_DIFF_VERSION=3.9.11 # https://github.com/aslafy-z/helm-git/releases ARG HELM_GIT_VERSION=1.3.0