Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@matyasselmeci matyasselmeci released this 31 May 15:08
· 242 commits to v2 since this release

The first release for OSG 3.4 only, this release removed or disabled features that are no longer supported in OSG 3.4 (many of which are also unsupported or barely supported in OSG 3.3). The dropped features are:

  • managedfork and network config, which was GRAM only and unsupported on 3.3 as well (SOFTWARE-2705)
  • GRAM configuration, which is unsupported on 3.3 as well and now raises an error when the user tries to request GRAM (SOFTWARE-2726)
  • glexec - now raises an error when the user tries to request it (SOFTWARE-2697)
  • osg-cleanup - also GRAM-only, and has been a no-op for a while (SOFTWARE-2695)
  • the "configure-osg" symlink to the osg-configure script (SOFTWARE-2743)

In addition:

  • the default auth method was changed to "vomsmap". Requesting "xacml" (i.e. GUMS) auth now raises a warning (SOFTWARE-2737)
  • an empty "allowed_vos" attribute is no longer allowed in Subcluster or Resource Entry sections (SOFTWARE-2703)

This release includes all the changes from 1.8.0 as well.