Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent f36d406 commit c4447a4
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 53 deletions.
4 changes: 2 additions & 2 deletions images/apache-superset/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Authlib==1.3.2
trino==0.328.0
Authlib==1.4.0
trino==0.332.0
duckdb==1.1.3
psycopg2-binary==2.9.10
cx-Oracle==8.3.0
10 changes: 5 additions & 5 deletions images/coder-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.11.1@sha256:10c699f1b6c8bdc8f6b4ce8974855dd8542f1768c26eb240237b8f1c9c6c9976
# syntax=docker/dockerfile:1.13.0@sha256:426b85b823c113372f766a963f68cfd9cd4878e1bcc0fda58779127ee98a28eb
FROM docker.io/library/ubuntu:24.04@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295

SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
Expand Down Expand Up @@ -60,12 +60,12 @@ chmod +x /usr/local/bin/mc
EOF

# kubectl
COPY --from=docker.io/bitnami/kubectl:1.31.3@sha256:67096b043f84a462b349ebcdcb4258a4f18d1de93ea43cf0df4c908bb877a1ad /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
COPY --from=docker.io/bitnami/kubectl:1.32.1@sha256:87687743e2b62fa8642b1e8f21835dd08e37c3a1d56b5c51f1eeb385a8630c36 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
RUN kubectl version --client

# Helm
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=3.16.3
ARG HELM_VERSION=3.17.0
ENV HELM_URL=https://get.helm.sh/helm-v"${HELM_VERSION}"-linux-amd64.tar.gz
RUN <<EOF
curl -LSs "$HELM_URL" | tar xz
Expand All @@ -87,7 +87,7 @@ EOF

# crane
# renovate: datasource=github-releases depName=google/go-containerregistry
ARG CRANE_VERSION=0.20.2
ARG CRANE_VERSION=0.20.3
ENV CRANE_URL=https://github.com/google/go-containerregistry/releases/download/v${CRANE_VERSION}/go-containerregistry_Linux_x86_64.tar.gz
RUN <<EOF
curl -LSs "$CRANE_URL" | tar xz
Expand All @@ -98,7 +98,7 @@ EOF

# s5cmd
# renovate: datasource=github-releases depName=peak/s5cmd
ARG S5CMD_VERSION=2.2.2
ARG S5CMD_VERSION=2.3.0
ENV S5CMD_URL=https://github.com/peak/s5cmd/releases/download/v${S5CMD_VERSION}/s5cmd_${S5CMD_VERSION}_linux_amd64.deb
RUN <<EOF
curl -LSsO "$S5CMD_URL"
Expand Down
4 changes: 2 additions & 2 deletions images/dsf-bpe-full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG DSF_PROCESS_MII_DATA_TRANSFER=1.0.2.1
ARG DSF_PROCESS_MII_DATA_SHARING=1.0.1.1
ARG DSF_PROCESS_NCT_DATA_TRANSFER=1.0.0.0-M1

FROM curlimages/curl:8.11.0@sha256:83a505ba2ba62f208ed6e410c268b7b9aa48f0f7b403c8108b9773b44199dbba AS deps
FROM curlimages/curl:8.11.1@sha256:c1fe1679c34d9784c1b0d1e5f62ac0a79fca01fb6377cdd33e90473c6f9f9a69 AS deps

ARG CA_TAR_URL
ARG DSF_PROCESS_PING_PONG
Expand Down Expand Up @@ -41,7 +41,7 @@ RUN chmod 440 /process/*
USER 1000


FROM ghcr.io/datasharingframework/bpe:1.6.0@sha256:7045623daf2283a6a81c5a3a48ff39cb784369a2252c96217b4ed4a404990c16
FROM ghcr.io/datasharingframework/bpe:1.7.0@sha256:22c05b6ae9aa19a6e27c39e438ace1502c300785f9cf505ed1434a26f7ac48c0

USER root

Expand Down
2 changes: 1 addition & 1 deletion images/hive-metastore/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/curlimages/curl:8.11.0@sha256:83a505ba2ba62f208ed6e410c268b7b9aa48f0f7b403c8108b9773b44199dbba AS downloader
FROM docker.io/curlimages/curl:8.11.1@sha256:c1fe1679c34d9784c1b0d1e5f62ac0a79fca01fb6377cdd33e90473c6f9f9a69 AS downloader
WORKDIR /tmp/libs
RUN <<EOF
curl -LsSO "https://repo1.maven.org/maven2/io/delta/delta-spark_2.12/3.2.0/delta-spark_2.12-3.2.0.jar"
Expand Down
4 changes: 2 additions & 2 deletions images/ml-on-fhir/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pathling==7.0.1
jupyter-server-proxy==4.4.0
polars==1.14.0
deltalake==0.21.0
polars==1.21.0
deltalake==0.24.0
duckdb==1.1.3
2 changes: 1 addition & 1 deletion images/semantic-release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:22.11.0@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561
FROM docker.io/library/node:22.13.1@sha256:ae2f3d4cc65d251352eca01ba668824f651a2ee4d2a37e2efb22649521a483fd
WORKDIR /app
ENV NO_UPDATE_NOTIFIER=true \
NODE_ENV=production \
Expand Down
58 changes: 29 additions & 29 deletions images/semantic-release/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions images/semantic-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/gitlab": "13.2.1",
"@semantic-release/gitlab": "13.2.4",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@semantic-release/release-notes-generator": "14.0.3",
"conventional-changelog-conventionalcommits": "8.0.0",
"semantic-release": "24.2.0",
"semantic-release": "24.2.1",
"semantic-release-replace-plugin": "1.2.7"
}
}
2 changes: 1 addition & 1 deletion images/strimzi-kafka-connect/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/strimzi/kafka:0.44.0-kafka-3.8.0@sha256:9a4224635e09ece2c1d3ffe9d715813cf63037461c9f06c1b5f53554aed5ecdc
FROM quay.io/strimzi/kafka:0.45.0-kafka-3.8.0@sha256:184b10b80953c8f0895f5b84c8be481cd2a36884b837651170b816fc10eb94b2

ARG CONFLUENT_CONNECT_TRANSFORMS_VERSION=1.4.7
ARG CONFLUENT_KAFKA_CONNECT_JDBC_PLUGIN_VERSION=10.7.4
Expand Down
2 changes: 1 addition & 1 deletion images/warehousekeeper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/spark:3.5.3-scala2.12-java17-python3-ubuntu@sha256:3d6e110ff627cd7bbf4dd10051acb3c7de6695b55cf174d20dc4b445f7f83bcd
FROM docker.io/library/spark:3.5.4-scala2.12-java17-python3-ubuntu@sha256:4133c4efd3731f87f13d107ade3f9a98370a19a6561fad7d95fd3bd06019a864
WORKDIR /opt/warehousekeeper
USER root

Expand Down
10 changes: 5 additions & 5 deletions images/warehousekeeper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click==8.1.7
pyspark==3.5.3
deltalake==0.21.0
loguru==0.7.2
boto3==1.35.66
click==8.1.8
pyspark==3.5.4
deltalake==0.24.0
loguru==0.7.3
boto3==1.36.6

0 comments on commit c4447a4

Please sign in to comment.