Skip to content

Commit

Permalink
Bump version of cornflow and cornflow client
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc committed May 4, 2023
1 parent eecd07e commit 371b267
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cornflow-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux

# CORNFLOW vars
ARG CORNFLOW_VERSION=1.0.4
ARG CORNFLOW_VERSION=1.0.5

# install linux pkg
RUN apt update -y && apt-get install -y --no-install-recommends \
Expand Down
12 changes: 12 additions & 0 deletions cornflow-server/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
version 1.0.5
--------------

- released: 2023-05-04
- description: first version of cornflow without cornflow core
- changelog:
- removed cornflow core from dependencies.
- moved all cornflow core code to cornflow.
- added new error handling for InternalServerErrors.
- updated version of flask to 2.3.2 due to security reasons.
- updated version of other libraries due to upgrade on flask version.

version 1.0.4
---------------

Expand Down
2 changes: 1 addition & 1 deletion cornflow-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alembic==1.9.2
apispec<=6.2.0
click<=8.1.3
cornflow-client<=1.0.12
cornflow-client<=1.0.13
cryptography<=39.0.2
disposable-email-domains>=0.0.86
Flask==2.3.2
Expand Down
2 changes: 1 addition & 1 deletion cornflow-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="cornflow",
version="1.0.4",
version="1.0.5",
author="baobab soluciones",
author_email="[email protected]",
description="Cornflow is an open source multi-solver optimization server with a REST API built using flask.",
Expand Down
9 changes: 9 additions & 0 deletions libs/client/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
version 1.0.13
---------------

- released: 2023-05-04
- description: bugfix on error handling in dag solving workflow
- changelog:
- bugfix on error handling in dag solving workflow
- calls to cornflow now use the raw client.

version 1.0.12
---------------

Expand Down
2 changes: 1 addition & 1 deletion libs/client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name="cornflow-client",
version="1.0.12",
version="1.0.13",
author="baobab soluciones",
author_email="[email protected]",
description="Client to connect to a cornflow server",
Expand Down

0 comments on commit 371b267

Please sign in to comment.