Skip to content

Commit

Permalink
build: Update ietf-at version to 0.17.8 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Nov 3, 2023
1 parent 9afc76a commit 162f003
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN gem install bundler && bundle install

RUN mkdir -p tmp && \
echo "UPLOAD_DIR = '$PWD/tmp'" > at/config.py && \
echo "VERSION = '0.17.7'" >> at/config.py && \
echo "VERSION = '0.17.8'" >> at/config.py && \
echo "REQUIRE_AUTH = False" >> at/config.py && \
echo "DT_LATEST_DRAFT_URL = 'https://datatracker.ietf.org/api/rfcdiff-latest-json'" >> at/config.py && \
echo "ALLOWED_DOMAINS = ['ietf.org', 'rfc-editor.org', 'github.com', 'githubusercontent.com', 'github.io', 'gitlab.com', 'gitlab.io', 'codeberg.page']" >> at/config.py
Expand Down
2 changes: 1 addition & 1 deletion api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
openapi: "3.0.0"
info:
title: IETF Author Tools API
version: 0.17.7
version: 0.17.8
servers:
- url: https://author-tools.ietf.org
description: Alpha server
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ietf-at",
"version": "0.17.7",
"version": "0.17.8",
"description": "IETF Author Tools API",
"main": "",
"directories": {},
Expand Down

0 comments on commit 162f003

Please sign in to comment.