Skip to content

Commit

Permalink
Merge pull request rucio#1659 from bari12/patch-0-Rucio_1_18_3_prepar…
Browse files Browse the repository at this point in the history
…ation

Release: 1.18.3 preparation
  • Loading branch information
bari12 committed Oct 15, 2018
2 parents ead0b35 + e07399c commit 04907e2
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 5 deletions.
55 changes: 55 additions & 0 deletions doc/source/releasenotes/1.18.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
======
1.18.3
======

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

********
Features
********

- Transfers: Change conveyors to heartbeat `#58 <https://github.com/rucio/rucio/issues/58>`_

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

- Core & Internals: Propagate the size of the file when declaring bad file `#1610 <https://github.com/rucio/rucio/issues/1610>`_
- Core & Internals: Expose the number of files on an RSE `#1651 <https://github.com/rucio/rucio/issues/1651>`_
- Documentation: Add comments to transmogrifier code `#1527 <https://github.com/rucio/rucio/issues/1527>`_
- Documentation: Document AllowEncodedSlashes `#1601 <https://github.com/rucio/rucio/issues/1601>`_
- Probes & Alarms: ATLAS: Dynamically change the list of SCRATCHDISK endpoints used for 2nd replication `#1625 <https://github.com/rucio/rucio/issues/1625>`_

****
Bugs
****

- Core & Internals: Typo in oracle version check `#1639 <https://github.com/rucio/rucio/issues/1639>`_
- Functional tests: automatix broken due to new rsemgr.upload function `#1582 <https://github.com/rucio/rucio/issues/1582>`_
- Transfers: Timeout exceptions from FTS not properly handled `#1411 <https://github.com/rucio/rucio/issues/1411>`_
- Transfers: group-policy option is not propagated properly to the conveyor `#1624 <https://github.com/rucio/rucio/issues/1624>`_
- Transfers: Unhandled exception in conveyor submitter `#961 <https://github.com/rucio/rucio/issues/961>`_

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

****
Bugs
****

- Clients: rucio list-dids --recursive does not work `#65 <https://github.com/rucio/rucio/issues/65>`_
- Clients: Undefined name 'result' in def info_rule `#997 <https://github.com/rucio/rucio/issues/997>`_

-----
WebUI
-----

****
Bugs
****

- WebUI: add protocol button on WebUI does not work `#1600 <https://github.com/rucio/rucio/issues/1600>`_
- WebUI: Searching for a DID shows "Could not find the DID" but did was found `#1619 <https://github.com/rucio/rucio/issues/1619>`_
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.2',
'branch_nick': 'patch-0-1_18_2_preparation',
'revision_id': '2df7b3ff646352598197c6663e843f1c411b7784',
'revno': 7148
'version': '1.18.3',
'branch_nick': 'patch-0-Rucio_1_18_3_preparation',
'revision_id': 'ead0b352a0e16c72dd4096b0a8d6bd9a02c18668',
'revno': 7180
}
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.2
1.18.3

0 comments on commit 04907e2

Please sign in to comment.