v0.24.0: Release Notes
Hello, it’s been a while since the last Artipie blog post. Despite the absence of the posts,
Artipie has been constantly developing, growing and improving the whole time.
Today, we want to introduce our roadmap, invite you to
join our Telegram group and remind you, that we have
central.artipie.com for private repository hosting. Artipie central now
supports authorization via GitHub, generate github access token and
use github.com/your_username
as login (your GitHub username with github.com/
prefix) and
access token as password in Artipie central. If any questions appear, contact us in
Telegram.
Artipie docker image version v0.24.0 is already available in DockerHub (you can use latest
tag),
fat jar
file can be downloaded from GitHub release
page.
Here is a list of the repositories types Artipie now supports:
- Maven - Java artifacts and dependencies
- Docker - Docker containers repository
- NPM - JavaScript code sharing and packages store
- PyPI - Python packages index
- Anaconda - built packages for data science
- RPM -
.rpm
(linux binaries) packages repository - GEM - RubyGem hosting service
- Go - Go packages storages
- Files (binary) storage - host any files you like
- Helm - Helm charts repository
- NuGet - hosting service for
.NET
packages - Debian - Debian linux packages repository
- Composer - Package source for PHP packages
You can find example usages and settings for each repository type in this Artipie examples directory.
In the past several month, we were working on:
- Developing Artipie dashboard and management API. Dashboard is already hosted in Artipie Cental, management API documentation is available here.
- We are developing Conan-adapter to support C/C++ packages repository. Integration tests are already implemented
- S3 storage multipart upload was optimized and improved
- Developed SDK to transform Publishers of ByteBuffers into IOStreams. These methods are often required to update repository metadata
- We are validating and actualizing documentation for each Artipie repository