0.15: Release Notes
v0.15 was released on January 29.
We are happy to announce that minimal support for Debian repository
was added to Artipie: you can configure the repository
which apt-get will be able to work with.
Npm-adapter functionality was extended with the following commands support:
npm dist-tagfor managing tags of package versionsnpm deprecatefor deprecating and un-deprecating the packagenpm unpublishto un-publish entire package
Docker-adapter evolution:
- In practice, it seems that blobs are always uploaded in single chunk, that’s why we optimized this particular upload case
- Image level permissions are now supported, meaning, that
you can define which user has
readorwriteaccess to particular image
And here is the list of other implemented features:
- Helm-adapter now supports
deleteByNameanddeleteByNameAndVersioncommands and--mergeflag for indexing - Php-adapter became fully non-blocking
- Nuget-adapter endpoints were refactored not to interact with data storage directly