From 92ad7547b1f5ec1618ed3869cb1effe747873fbb Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Sat, 30 May 2026 13:54:00 +0300 Subject: [PATCH] bump: oasdiff v1.18.0 Each action's Dockerfile FROM picks up the v1.18.0 image, which contains the annotation-only allOf false-positive fix (#964), the --open mode-aware filtering (#958), and the media-type walker migration completion. Co-Authored-By: Claude Opus 4.7 (1M context) --- breaking/Dockerfile | 2 +- changelog/Dockerfile | 2 +- diff/Dockerfile | 2 +- pr-comment/Dockerfile | 2 +- validate/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/breaking/Dockerfile b/breaking/Dockerfile index 1f84d77..4eb6bdd 100644 --- a/breaking/Dockerfile +++ b/breaking/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.17.0 +FROM tufin/oasdiff:v1.18.0 RUN apk add --no-cache jq ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh diff --git a/changelog/Dockerfile b/changelog/Dockerfile index 1f84d77..4eb6bdd 100644 --- a/changelog/Dockerfile +++ b/changelog/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.17.0 +FROM tufin/oasdiff:v1.18.0 RUN apk add --no-cache jq ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh diff --git a/diff/Dockerfile b/diff/Dockerfile index 8731892..40fccb3 100644 --- a/diff/Dockerfile +++ b/diff/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.17.0 +FROM tufin/oasdiff:v1.18.0 ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] diff --git a/pr-comment/Dockerfile b/pr-comment/Dockerfile index b057ce0..a1068ce 100644 --- a/pr-comment/Dockerfile +++ b/pr-comment/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.17.0 +FROM tufin/oasdiff:v1.18.0 RUN apk add --no-cache curl jq ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh diff --git a/validate/Dockerfile b/validate/Dockerfile index 8731892..40fccb3 100644 --- a/validate/Dockerfile +++ b/validate/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.17.0 +FROM tufin/oasdiff:v1.18.0 ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]