Skip to content

v1.2.0

Compare
Choose a tag to compare
@giovannifs giovannifs released this 03 Nov 21:28
· 312 commits to master since this release

We're glad to announce the Fogbow v1.2.0!

The main features coming out in this release are:

  • Remotion of support of local cloud token;
  • Implementation of the generic abstraction of mapping federation users in underlying cloud users as LocalCredentialsPlugin. At this version, we are providing three implementation for it: Single, VOBased, and MemberBased;
  • Persistence of requests, allowing Fogbow Manager to recover previous state when it is restarted;
  • Improvement of request information while getting request description (e.g. requesting and providing members);
  • Implementation of creation of compute instance directly, the user now may create federated instances calling a post method at compute endpoint, then this is mapped to a request at Fogbow Manager. These compute instances are persisted and recovered when Fogbow Manager is restarted.