Skip to content

Commit

Permalink
Updated changelog file and version codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc committed Apr 17, 2024
1 parent fcbb007 commit 649c583
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 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.10a1
ARG CORNFLOW_VERSION=1.0.10

# install linux pkg
RUN apt update -y && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion cornflow-server/airflow_config/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VERSION 2.9.0
# AIRFLOW VERSION 2.9.0
# AUTHOR: [email protected]
# DESCRIPTION: Airflow 2.9.0 image personalized for use with Cornflow (from baobabsoluciones/pysolver image)
# baobab code version is 1.0.10
Expand Down
11 changes: 11 additions & 0 deletions cornflow-server/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
version 1.0.10
---------------

- released: 2024-04-17
- description: changed libraries versions due to discovered vulnerabilities
- changelog:
- Upgraded cryptography version to 42.0.5
- Upgraded gunicorn version to 22.0.0
- Upgraded requests version to 2.31.0
- Upgraded Werkzeug version to 2.3.8

version 1.0.9
--------------

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.10a1",
version="1.0.10",
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

0 comments on commit 649c583

Please sign in to comment.