Skip to content

v7.0.8-5

Compare
Choose a tag to compare
@cesmarvin cesmarvin released this 21 Nov 14:37
· 116 commits to master since this release

Breaking Change

  • Newly installed dogus must explicitly request the creation of a service account in the CAS via dogu.json. Further information on this can be found in the developer documentation

Changed

  • Use JSON service registry [#221]
    • services are read from and stored in json files instead of local config
    • native implementation from CAS is used for this, which reduces custom overlay implementation
  • Changed logic to create and remove service accounts [#221]

Removed

  • Reading service information directly from ETCD [#221]
    • Removed java classes for service creation

Fixed

  • Fix ServiceIdFQDN regex by changing illegal url characters [#228]