Skip to main content

0.4.0

Features

  • New Package Scanning Feature – Scan for vulnerabilities in packages. (Currently, not all package types are fully supported. Supported types include Docker, PyPI, Maven, Go, Debian, and RPM, with more to be added soon.)
  • Debian Package Type Support – RepoFlow now supports Debian packages.

Important Changes

Helm Chart

We added this section to the server part in values.yaml. Make sure to add it (you can disable it if needed; read more here)

vulnerabilitiesScanning:
enabled: true
vulnerabilitiesVolumeSize: "2Gi" # Needs to be at least 2Gi, this is optional, read more here - https://docs.repoflow.io/Self-Hosting/server-environment-variables
torageClassName: "" # Default empty, so it won't set a storage class unless specified
accessModes: [] # Default empty, so it will use "ReadWriteOnce" unless specified"

Docker Compose

A volume has been added. You can find the updated Docker Compose configuration here

Bug Fixes

  1. Fixed an issue where some PyPI source package uploads failed due to a mismatch between the package name and its source folder name.