Skip to content

Commit 7ab7db1

Browse files
fix(deps): update all non-major dependencies (#377)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent add7377 commit 7ab7db1

File tree

9 files changed

+31
-31
lines changed

9 files changed

+31
-31
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Authlib==1.6.3
1+
Authlib==1.6.4
22
trino==0.336.0
3-
duckdb==1.3.2
3+
duckdb==1.4.0
44
psycopg2-binary==2.9.10
55
oracledb==3.3.0

images/coder-base/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.17.1@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
1+
# syntax=docker/dockerfile:1.18.0@sha256:dabfc0969b935b2080555ace70ee69a5261af8a8f1b4df97b9e7fbcf6722eddf
22
FROM docker.io/library/ubuntu:24.04@sha256:353675e2a41babd526e2b837d7ec780c2a05bca0164f7ea5dbbd433d21d166fc
33

44
SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
@@ -44,7 +44,7 @@ EOF
4444

4545
# DuckDB
4646
# renovate: datasource=github-releases depName=duckdb/duckdb
47-
ARG DUCKDB_VERSION=1.3.2
47+
ARG DUCKDB_VERSION=1.4.0
4848
ENV DUCKDB_URL=https://github.com/duckdb/duckdb/releases/download/v${DUCKDB_VERSION}/duckdb_cli-linux-amd64.zip
4949
RUN <<EOF
5050
curl -fLSsO ${DUCKDB_URL}
@@ -65,7 +65,7 @@ RUN kubectl version --client
6565

6666
# Helm
6767
# renovate: datasource=github-releases depName=helm/helm
68-
ARG HELM_VERSION=3.18.6
68+
ARG HELM_VERSION=3.19.0
6969
ENV HELM_URL=https://get.helm.sh/helm-v"${HELM_VERSION}"-linux-amd64.tar.gz
7070
RUN <<EOF
7171
curl -fLSs "$HELM_URL" | tar xz
@@ -76,7 +76,7 @@ EOF
7676

7777
# cosign
7878
# renovate: datasource=github-releases depName=sigstore/cosign
79-
ARG COSIGN_VERSION=2.5.3
79+
ARG COSIGN_VERSION=2.6.0
8080
ENV COSIGN_URL=https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION}/cosign-linux-amd64
8181
RUN <<EOF
8282
curl -fLSsO "$COSIGN_URL"

images/dsf-bpe-full/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG DSF_PROCESS_MII_DATA_TRANSFER=1.0.3.0
77
ARG DSF_PROCESS_MII_DATA_SHARING=1.0.2.0
88
ARG DSF_PROCESS_NCT_DATA_TRANSFER=1.0.0.0-M1
99

10-
FROM curlimages/curl:8.15.0@sha256:4026b29997dc7c823b51c164b71e2b51e0fd95cce4601f78202c513d97da2922 AS deps
10+
FROM curlimages/curl:8.16.0@sha256:463eaf6072688fe96ac64fa623fe73e1dbe25d8ad6c34404a669ad3ce1f104b6 AS deps
1111

1212
ARG DSF_PROCESS_PING_PONG
1313
ARG DSF_PROCESS_ALLOW_LIST

images/hive-metastore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/curlimages/curl:8.15.0@sha256:4026b29997dc7c823b51c164b71e2b51e0fd95cce4601f78202c513d97da2922 AS downloader
1+
FROM docker.io/curlimages/curl:8.16.0@sha256:463eaf6072688fe96ac64fa623fe73e1dbe25d8ad6c34404a669ad3ce1f104b6 AS downloader
22
SHELL ["/bin/sh", "-eo", "pipefail", "-c"]
33
WORKDIR /tmp/libs
44
RUN <<EOF

images/ml-on-fhir/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pathling==7.2.0
2-
polars==1.32.3
2+
polars==1.33.1
33
deltalake==1.1.4
4-
duckdb==1.3.2
4+
duckdb==1.4.0
55
pyarrow==21.0.0

images/semantic-release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/node:22.18.0@sha256:3266bc9e8bee1acc8a77386eefaf574987d2729b8c5ec35b0dbd6ddbc40b0ce2
1+
FROM docker.io/library/node:22.19.0@sha256:afff6d8c97964a438d2e6a9c96509367e45d8bf93f790ad561a1eaea926303d9
22
SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
33
WORKDIR /app
44
ENV NO_UPDATE_NOTIFIER=true \

images/semantic-release/package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/semantic-release/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@semantic-release/git": "10.0.1",
1515
"@semantic-release/gitlab": "13.2.8",
1616
"@semantic-release/npm": "12.0.2",
17-
"@semantic-release/release-notes-generator": "14.0.3",
17+
"@semantic-release/release-notes-generator": "14.1.0",
1818
"conventional-changelog-conventionalcommits": "9.1.0",
19-
"semantic-release": "24.2.7",
19+
"semantic-release": "24.2.8",
2020
"semantic-release-replace-plugin": "1.2.7"
2121
}
2222
}

images/strimzi-kafka-connect/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/strimzi/kafka:0.45.1-kafka-3.9.1@sha256:ba52ed046b1dccdbd96f4e68057ce014d862a7c9c1fc670760c023b9aa09f23f
1+
FROM quay.io/strimzi/kafka:0.47.0-kafka-3.9.1@sha256:8a793cdf5084cdb72c6663419530985158b16330a518720e9e9d1d96babbaf7e
22
SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
33

44
ARG CONFLUENT_CONNECT_TRANSFORMS_VERSION=1.6.2
@@ -9,7 +9,7 @@ ARG ORACLE_OJDBC_VERSION=23.9.0.25.07
99
# renovate: datasource=maven depName=com.microsoft.sqlserver:mssql-jdbc
1010
ARG MSSQL_JDBC_VERSION=13.2.0.jre11
1111
# renovate: datasource=maven depName=org.apache.kafka:connect-file
12-
ARG KAFKA_CONNECT_FILE_VERSION=4.0.0
12+
ARG KAFKA_CONNECT_FILE_VERSION=4.1.0
1313
# renovate: datasource=github-releases depName=Aiven-Open/transforms-for-apache-kafka-connect
1414
ARG AIVEN_TRANSFORMS_FOR_APACHE_KAFKA_CONNECT_VERSION=1.6.0
1515
# renovate: datasource=maven depName=com.github.castorm:kafka-connect-http

0 commit comments

Comments
 (0)