Skip to content

Commit

Permalink
Preparing release 2024.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Acrop146 committed Oct 22, 2024
1 parent 5f96fa9 commit a6f793c
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 16 deletions.
33 changes: 33 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,39 @@ Versions are of the form MAJOR.MINOR.PATCH. Each MINOR release (MAJOR.MINOR.0) i
.. towncrier release notes start
2024.15.1 (2024-10-22)
----------------------

New features:


- Implement new teamraum document state: opengever_workspace_document--STATUS--final. [ran] [TI-21]


Bug fixes:


- Fix logging when installing upgrades with upgrade command. [buchi] [GH-8056]
- Bump ftw.solr to version 2.13.3 which fixes issues running the solr zopectl command in Docker deployments. [buchi] [GH-8063]
- Bump ftw.catalogdoctor to version 1.2.1 which fixes issues running the zopectl command in Docker deployments. [buchi] [GH-8064]
- Allow downloading checked-out documents with no modifications and only an initial version. [buchi] [TI-675]
- Fix login for newly registered teamraum users when using OGDS authentication. [buchi] [TI-932]
- Bump ftw.pdfgenerator to version 1.6.11 which fixes 'no line to end' errors with table environments. [buchi] [TI-1119]
- Fix creating nested parallel task template containing a sequential template. [elioschmutz] [TI-1300]


Other changes:


- Allow configuring the mail host through environment variables. [buchi] [GH-7921]
- Run cron jobs in Docker deployments within a time window to avoid high load peaks on servers with multiple deployments. [buchi] [GH-8058]
- Bump Solr to version 8.11.4. [buchi] [GH-8065]
- Allow to submit no dossiers within a disposition. [elioschmutz] [TI-942]
- Add "Dossier ID" to solr fields. [ran] [TI-1103]
- Add support for setting local roles by groupname in additon to group ids when importing repositories from Excel. [buchi] [TI-1116]
- Remove the linked workspace from the target dossier when copying. [amo] [TI-1263]


2024.15.0 (2024-10-22)
----------------------

Expand Down
1 change: 0 additions & 1 deletion changes/GH-7921.other

This file was deleted.

1 change: 0 additions & 1 deletion changes/GH-8056.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/GH-8058.other

This file was deleted.

1 change: 0 additions & 1 deletion changes/GH-8063.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/GH-8064.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/GH-8065.other

This file was deleted.

1 change: 0 additions & 1 deletion changes/TI-1103.other

This file was deleted.

1 change: 0 additions & 1 deletion changes/TI-1116.other

This file was deleted.

1 change: 0 additions & 1 deletion changes/TI-1119.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/TI-1263.other

This file was deleted.

1 change: 0 additions & 1 deletion changes/TI-1300.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/TI-21.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/TI-675.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/TI-932.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/TI-942.other

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os


version = '2024.16.0.dev0'
version = '2024.15.1'
maintainer = '4teamwork AG'


Expand Down
2 changes: 2 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ sablon = 0.3.1


[versions]
opengever.core = 2024.15.1

alabaster = 0.7.10
alembic = 1.4.3
amqp = 1.4.7
Expand Down

0 comments on commit a6f793c

Please sign in to comment.