Improve paragraph about the package registries

as per @noerw
This commit is contained in:
delvh 2023-03-20 13:52:29 +01:00
parent e1fed1af45
commit 8e0dd434f5
No known key found for this signature in database
GPG key ID: 3DECE05F6D9A647C

View file

@ -152,9 +152,13 @@ One of the key features of asciicast videos is that the text contained in it can
Thanks to [@wolfogre](https://gitea.com/wolfogre)
### :rocket: C3 new package registries: Cargo (Rust [#21888](https://github.com/go-gitea/gitea/issues/21888)), Chef (language agnostic [#22554](https://github.com/go-gitea/gitea/issues/22554)), Conda (especially Python [#22262](https://github.com/go-gitea/gitea/issues/22262)) and Package (registry) limits/cleanup ([#21584](https://github.com/go-gitea/gitea/issues/21584), [#21658](https://github.com/go-gitea/gitea/pull/21658))
Three new package registries have been merged into 1.19, and more will be merged into 1.20.
Furthermore, it is now possible to limit how much can be uploaded to a package registry, or when packages will be deleted again to save space.
### :rocket: Cargo ([#21888](https://github.com/go-gitea/gitea/issues/21888)), Chef ([#22554](https://github.com/go-gitea/gitea/issues/22554)), Conda ([#22262](https://github.com/go-gitea/gitea/issues/22262)) package registries and global package limits/cleanup ([#21584](https://github.com/go-gitea/gitea/issues/21584), [#21658](https://github.com/go-gitea/gitea/pull/21658))
Gitea 1.19 ships with three new package registries that coincidentally all start with `C`:
- Cargo (Rust)
- Chef (language agnostic)
- Conda (especially Python, can also be used for other languages)
Furthermore, it is now possible to limit how large an uploaded package can be, or when packages will be deleted again to save space.
Thanks to [@KN4CK3R](https://gitea.com/KN4CK3R) for all of their work adding each new package registry types and restricting the amount of space consumed by packages.