Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent 272a0e9 commit cc23452
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 45 deletions.
8 changes: 4 additions & 4 deletions images/apache-superset/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Authlib==1.3.1
Authlib==1.3.2
trino==0.329.0
duckdb_engine==0.13.1
deltalake==0.18.2
duckdb==1.0.0
duckdb_engine==0.13.2
deltalake==0.19.2
duckdb==1.1.0
cx-Oracle==8.3.0
starrocks==1.0.6

Expand Down
12 changes: 6 additions & 6 deletions images/coder-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.9.0@sha256:fe40cf4e92cd0c467be2cfc30657a680ae2398318afd50b0c80585784c604f28
# syntax=docker/dockerfile:1.10.0@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
FROM docker.io/library/ubuntu:24.04@sha256:8a37d68f4f73ebf3d4efafbcf66379bf3728902a8038616808f04e34a9ab63ee

SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
Expand Down Expand Up @@ -41,7 +41,7 @@ EOF

# DuckDB
# renovate: datasource=github-releases depName=duckdb/duckdb
ARG DUCKDB_VERSION=1.0.0
ARG DUCKDB_VERSION=1.1.0
ENV DUCKDB_URL=https://github.com/duckdb/duckdb/releases/download/v${DUCKDB_VERSION}/duckdb_cli-linux-amd64.zip
RUN <<EOF
curl -LSsO ${DUCKDB_URL}
Expand All @@ -57,12 +57,12 @@ chmod +x /usr/local/bin/mc
EOF

# kubectl
COPY --from=docker.io/bitnami/kubectl:1.30.3@sha256:fc6e48522aa4417275d6fa92bd820f426bbf27454c80b327c449ef6e32467bd3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
COPY --from=docker.io/bitnami/kubectl:1.31.0@sha256:7779e585c588adde5c8feafd584c1ffc76ffbe8475236aa14c13b8afe18d9af6 /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.15.3
ARG HELM_VERSION=3.15.4
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 @@ -73,7 +73,7 @@ EOF

# cosign
# renovate: datasource=github-releases depName=sigstore/cosign
ARG COSIGN_VERSION=2.3.0
ARG COSIGN_VERSION=2.4.0
ENV COSIGN_URL=https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION}/cosign-linux-amd64
RUN <<EOF
curl -LSsO "$COSIGN_URL"
Expand All @@ -84,7 +84,7 @@ EOF

# crane
# renovate: datasource=github-releases depName=google/go-containerregistry
ARG CRANE_VERSION=0.20.1
ARG CRANE_VERSION=0.20.2
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 Down
2 changes: 1 addition & 1 deletion images/cricketeerone-kafka-connect/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/cricketeerone/apache-kafka-connect:3.6.0-confluent-hub@sha256:f6608ee165d327b33c54b599fed5d978b1f977c054ffbd8ee0f603ab97e2e2f3
FROM docker.io/cricketeerone/apache-kafka-connect:3.8.0-confluent-hub@sha256:32af2413f749c4b420fc9505f58bc50b90b1780fad5019e90a1cea7d59eb39cb
ENV ORACLE_OJDBC_VERSION=21.11.0.0

WORKDIR /tmp
Expand Down
2 changes: 1 addition & 1 deletion images/dsf-bpe-full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG DSF_PROCESS_MII_REPORT=1.1.1.1
ARG DSF_PROCESS_MII_DATA_TRANSFER=1.0.2.1
ARG DSF_PROCESS_MII_DATA_SHARING=1.0.1.1

FROM curlimages/curl:8.9.0@sha256:4c1cc1c836054961219e03d71e3f48a993aa40b92c3482eed316e50ede4889d9 AS deps
FROM curlimages/curl:8.10.0@sha256:a3838a5cf24fe940ec63e98fc37ce1dbe1d43286dc2b803c5bc5e9f067c7ad6d AS deps

ARG CA_TAR_URL
ARG DSF_PROCESS_PING_PONG
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.9.1@sha256:8addc281f0ea517409209f76832b6ddc2cabc3264feb1ebbec2a2521ffad24e4 AS downloader
FROM docker.io/curlimages/curl:8.10.0@sha256:a3838a5cf24fe940ec63e98fc37ce1dbe1d43286dc2b803c5bc5e9f067c7ad6d 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
2 changes: 1 addition & 1 deletion images/kyuubi-delta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/apache/kyuubi:1.9.1-spark@sha256:27ddda25d765cb84267a515802922a99a2ec62e1f05b008cafe4a3ea9c26bc27
FROM docker.io/apache/kyuubi:1.9.2-spark@sha256:20eb6c48ce23829c84d00e2933e1d73aba96e776d05547c18a58f9cb6d981af4

RUN <<EOF
wget -q -P /opt/kyuubi/externals/spark-*/jars https://repo1.maven.org/maven2/io/delta/delta-spark_2.12/3.2.0/delta-spark_2.12-3.2.0.jar
Expand Down
8 changes: 4 additions & 4 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.3.0
polars==1.3.0
deltalake==0.18.2
duckdb==1.0.0
jupyter-server-proxy==4.4.0
polars==1.6.0
deltalake==0.19.2
duckdb==1.1.0
43 changes: 21 additions & 22 deletions images/semantic-release/package-lock.json

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

2 changes: 1 addition & 1 deletion images/semantic-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"semantic-release": "24.1.0",
"semantic-release": "24.1.1",
"semantic-release-replace-plugin": "1.2.7"
}
}
2 changes: 1 addition & 1 deletion images/spark-delta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/spark:3.5.1-scala2.12-java17-python3-ubuntu@sha256:f62025eed8b803193186e4f8a25d73a2cee03f41dba584f9ab2bd1e83eca1cef
FROM docker.io/library/spark:3.5.2-scala2.12-java17-python3-ubuntu@sha256:9ac5745a89206977aea5fe3eebfa0f5696c9662f56557018ea3558282b5a2282
USER root

RUN <<EOF
Expand Down
6 changes: 3 additions & 3 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.1
deltalake==0.18.2
pyspark==3.5.2
deltalake==0.19.2
loguru==0.7.2
boto3==1.34.151
boto3==1.35.16

0 comments on commit cc23452

Please sign in to comment.