Skip to content

Releases: sonata-nfv/son-catalogue-repos

v3.1 (2018-04-23)

23 Mar 11:04
536dc78
Compare
Choose a tag to compare
  • Fixed vulnerabilities of dependencies
  • Minor changes in Authentication and Authorization process at boot time (Catalogue component)

v3.0 (2017-09-01)

01 Sep 17:48
Compare
Choose a tag to compare
  • Added micro-service Authentication and Authorization (only Catalogue component has it enabled by default) including service account registration, sign-in and session renewal processes
  • Added configuration settings to Authentication and Authorization feature

Catalogue API (catalogues)

  • Added dependency mapping and new database collection
  • Added new feature "Intelligent Delete" that uses the dependency mapping to detect and delete unused packages and their content
  • Updated dockerfiles
  • Cleaned code

Repositories API (repositories)

  • Cleaned code

v2.1 (2017-05-22)

22 May 15:21
Compare
Choose a tag to compare

This release focuses on enhancements for the SONATA Service Platform Catalogue and Repositories.
Some improvements have been made, specially in the package descriptor and package files APIs. Details of the main changes are listed here:

  • Improved some of Catalogue API responses
  • Updated Catalogue son-package file meta-data
  • Updated Catalogue package descriptor file meta-data
  • Added username ownership to Catalogue files and descriptors
  • Added record count to Catalogue responses
  • Added Catalogue micro-service registration and authentication functions
  • Added Catalogue access token management functions
  • Authentication and authorization functions are currently disabled until further integration

v2.0 (2017-02-13)

14 Feb 12:40
Compare
Choose a tag to compare

SONATA Catalogues and Repositories version 2.0 introduces new features and enhancements.
Features list:

  • Added API integration for son-packages files storage and Gatekeeper API
  • Removed 'Addressable' dependencies
  • Added API versioning, featuring API v2
  • Changed HTTP gem for Curb gem increasing API performance
  • Catalogues routes refactored
  • Introduced new meta-data and data levels for Catalogues
  • Code improvements and fixes

v1.0 (2016-09-15)

15 Sep 16:03
Compare
Choose a tag to compare

Features list:

  • Gemfile has been updated to stable gem versions
  • Added new 'utils' for database content management
  • Added samples
  • Some fixes on both Catalogues and Repositories

v0.9 (2016-07-20)

20 Jul 13:59
Compare
Choose a tag to compare
v0.9 (2016-07-20) Pre-release
Pre-release

Features list:

  • Service Platform descriptors catalogue
  • Service Platform records repository
  • Service Platform SONATA-package files storage
  • Listing / browsing available for descriptors (NSD, VNFD, PD)
  • Support for multiple methods CRUD (Create, Receive, Update and Delete) for descriptors (NSD, VNFD, PD)
  • Duplicate intelligent detection for descriptors
  • Listing / browsing available for records (NSR, VNFR)
  • Support for multiple methods CRUD (Create, Receive, Update and Delete) for records (NSR, VNFR)
  • Support for methods CRD (Create, Receive and Delete) for SONATA-package files
  • Support for JSON and YAML formats for descriptors and records
  • Current documentation in Yardoc