Skip to content

Commit

Permalink
Merge branch 'stable/2.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Apr 29, 2024
2 parents f8fc6d3 + be24e30 commit d155dd6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
OasisPlatform Changelog
=======================

`2.3.4`_
---------
* [#1023](https://github.com/OasisLMF/OasisPlatform/pull/1024) - Error reading sub-task logs from S3 when AWS_LOCATION is set
* [#1025](https://github.com/OasisLMF/OasisPlatform/pull/1026) - V2 worker monitor - error when ktools logs are missing
* [#1016](https://github.com/OasisLMF/OasisPlatform/pull/1016) - Release 2.3.3 (patch release)
* [#1018](https://github.com/OasisLMF/OasisPlatform/pull/1018) - Fix namespace issue when called from analysis serializer
* [#1019](https://github.com/OasisLMF/OasisPlatform/pull/1019) - Fix the pre-analysis hook file loading for V2 workers
.. _`2.3.4`: https://github.com/OasisLMF/OasisPlatform/compare/2.3.3...2.3.4

`2.3.3`_
---------
* [#992](https://github.com/OasisLMF/OasisPlatform/pull/992) - Release 2.3.2
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.3
2.3.4
2 changes: 1 addition & 1 deletion requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ numpy==1.25.2
# pyarrow
oasis-data-manager==0.1.1
# via ods-tools
ods-tools==3.2.2
ods-tools==3.2.3
# via -r requirements-server.in
packaging==23.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements-worker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ oasis-data-manager==0.1.1
# via
# oasislmf
# ods-tools
oasislmf[extra]==2.3.2
oasislmf[extra]==2.3.4
# via -r requirements-worker.in
ods-tools==3.2.2
ods-tools==3.2.3
# via oasislmf
packaging==23.0
# via
Expand All @@ -174,7 +174,7 @@ prompt-toolkit==3.0.38
# via click-repl
psycopg2-binary==2.9.6
# via -r requirements-worker.in
pyarrow==14.0.1
pyarrow==16.0.0
# via oasislmf
pycparser==2.21
# via cffi
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ oasis-data-manager==0.1.1
# via
# oasislmf
# ods-tools
oasislmf[extra]==2.3.2
oasislmf[extra]==2.3.4
# via -r ./requirements-worker.in
ods-tools==3.2.2
ods-tools==3.2.3
# via
# -r ./requirements-server.in
# oasislmf
Expand Down Expand Up @@ -397,7 +397,7 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pyarrow==14.0.1
pyarrow==16.0.0
# via
# -r ./requirements-server.in
# oasislmf
Expand Down

0 comments on commit d155dd6

Please sign in to comment.