Skip to content

Commit 4d7009f

Browse files
committed
Merge tag '2.11.0' into develop
[Release 2.11.0] Added support for new impact and cve fields
2 parents 64acfa7 + 69c61ee commit 4d7009f

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ stages:
2727
tags:
2828
- docker20
2929
before_script:
30-
- curl -sSL https://install.python-poetry.org | python -
30+
- curl -sSL https://install.python-poetry.org | python - --version 1.8.4
3131
- export PATH="/root/.local/bin:$PATH"
3232
- poetry install --no-root --with dev
3333

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.12.1-slim-bookworm AS builder
22
RUN apt-get update && apt-get install -yq curl
3-
RUN curl -sSL https://install.python-poetry.org | python -
3+
RUN curl -sSL https://install.python-poetry.org | python - --version 1.8.4
44
WORKDIR /ywh2bt
55
COPY / ./
66
RUN /root/.local/bin/poetry build

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Since data is pulled from YWH platform to your server, only regular outbound web
4949

5050
## Changelog
5151

52+
- v2.11:
53+
- added support for new impact and cve fields
5254
- v2.10:
5355
- added support for new ask for fix process
5456
- added support for report transfer log

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ywh2bt"
3-
version = "2.10.0"
3+
version = "2.11.0"
44
description = "ywh2bt - YesWeHack to Bug Tracker"
55
readme = "README.md"
66
authors = ["m.honel <m.honel@yeswehack.com>"]

0 commit comments

Comments
 (0)