Skip to content

Commit

Permalink
Merge pull request rucio#1821 from bari12/patch-0-1_18_6_preparation
Browse files Browse the repository at this point in the history
Release: 1.18.6 preparation
  • Loading branch information
bari12 committed Nov 26, 2018
2 parents 253ea2b + d993ce4 commit f99889b
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 5 deletions.
43 changes: 43 additions & 0 deletions doc/source/releasenotes/1.18.6.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
======
1.18.6
======

-------
General
-------

************
Enhancements
************

- Core & Internals: Improve error message for PFN mismatch `#483 <https://github.com/rucio/rucio/issues/483>`_

****
Bugs
****

- Dataset deletion: Undertaker crash when a DID is attach/detached many times `#1772 <https://github.com/rucio/rucio/issues/1772>`_
- Documentation: Typo in Client API reference `#935 <https://github.com/rucio/rucio/issues/935>`_
- Rebalancing: bb8 is failing with division by 0 `#1792 <https://github.com/rucio/rucio/issues/1792>`_


-------
Clients
-------

************
Enhancements
************

- Clients: Possibility to download DIDs by giving metadata filter `#782 <https://github.com/rucio/rucio/issues/782>`_

-----
WebUI
-----

************
Enhancements
************

- WebUI: fix webui authentication to work with new token generation `#1811 <https://github.com/rucio/rucio/issues/1811>`_
- WebUI: fix dashboard link in webui `#1814 <https://github.com/rucio/rucio/issues/1814>`_
8 changes: 4 additions & 4 deletions lib/rucio/vcsversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
'''
VERSION_INFO = {
'final': True,
'version': '1.18.5',
'branch_nick': 'patch-0-1_18_5_preparation',
'revision_id': 'd16baa80c39ee3870ffb65d16fa5814e47360d9a',
'revno': 7299
'version': '1.18.6',
'branch_nick': 'patch-0-1_18_6_preparation',
'revision_id': '253ea2b4142cc08a39780248dc7b707eb5066907',
'revno': 7321
}
2 changes: 1 addition & 1 deletion lib/rucio/web/ui/static/webui_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.5
1.18.6

0 comments on commit f99889b

Please sign in to comment.