From 89b22d4bfb9ed63d6256414c111c5641ad80976f Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Thu, 28 May 2026 21:02:06 +0300 Subject: [PATCH] bump: oasdiff v1.17.0 --- README.md | 14 +++++++------- breaking/Dockerfile | 2 +- changelog/Dockerfile | 2 +- diff/Dockerfile | 2 +- pr-comment/Dockerfile | 2 +- validate/Dockerfile | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4fe905f..bc28e13 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: git fetch --depth=1 origin ${{ github.base_ref }} - - uses: oasdiff/oasdiff-action/breaking@v0.0.48 + - uses: oasdiff/oasdiff-action/breaking@v0.0.49 with: base: 'origin/${{ github.base_ref }}:openapi.yaml' revision: 'HEAD:openapi.yaml' @@ -65,7 +65,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: git fetch --depth=1 origin ${{ github.base_ref }} - - uses: oasdiff/oasdiff-action/breaking@v0.0.48 + - uses: oasdiff/oasdiff-action/breaking@v0.0.49 with: base: 'origin/${{ github.base_ref }}:openapi.yaml' revision: 'HEAD:openapi.yaml' @@ -104,7 +104,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: git fetch --depth=1 origin ${{ github.base_ref }} - - uses: oasdiff/oasdiff-action/changelog@v0.0.48 + - uses: oasdiff/oasdiff-action/changelog@v0.0.49 with: base: 'origin/${{ github.base_ref }}:openapi.yaml' revision: 'HEAD:openapi.yaml' @@ -142,7 +142,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: git fetch --depth=1 origin ${{ github.base_ref }} - - uses: oasdiff/oasdiff-action/diff@v0.0.48 + - uses: oasdiff/oasdiff-action/diff@v0.0.49 with: base: 'origin/${{ github.base_ref }}:openapi.yaml' revision: 'HEAD:openapi.yaml' @@ -175,7 +175,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: oasdiff/oasdiff-action/validate@v0.0.48 + - uses: oasdiff/oasdiff-action/validate@v0.0.49 with: spec: 'openapi.yaml' ``` @@ -215,7 +215,7 @@ The actions read this file from the runner's `$GITHUB_WORKSPACE` (which `actions **Explicit path**: if your config lives somewhere else, set `OASDIFF_CONFIG` in the workflow `env:` to point at it: ```yaml -- uses: oasdiff/oasdiff-action/breaking@v0.0.48 +- uses: oasdiff/oasdiff-action/breaking@v0.0.49 env: OASDIFF_CONFIG: ./config/oasdiff.yaml with: @@ -267,7 +267,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: git fetch --depth=1 origin ${{ github.base_ref }} - - uses: oasdiff/oasdiff-action/pr-comment@v0.0.48 + - uses: oasdiff/oasdiff-action/pr-comment@v0.0.49 with: base: 'origin/${{ github.base_ref }}:openapi.yaml' revision: 'HEAD:openapi.yaml' diff --git a/breaking/Dockerfile b/breaking/Dockerfile index 8770bf5..1f84d77 100644 --- a/breaking/Dockerfile +++ b/breaking/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.16.0 +FROM tufin/oasdiff:v1.17.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 8770bf5..1f84d77 100644 --- a/changelog/Dockerfile +++ b/changelog/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.16.0 +FROM tufin/oasdiff:v1.17.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 d77b893..8731892 100644 --- a/diff/Dockerfile +++ b/diff/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.16.0 +FROM tufin/oasdiff:v1.17.0 ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] diff --git a/pr-comment/Dockerfile b/pr-comment/Dockerfile index 2fa155f..b057ce0 100644 --- a/pr-comment/Dockerfile +++ b/pr-comment/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.16.0 +FROM tufin/oasdiff:v1.17.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 d77b893..8731892 100644 --- a/validate/Dockerfile +++ b/validate/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.16.0 +FROM tufin/oasdiff:v1.17.0 ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]