Pulp Admin UI updates: 0.0.2, 0.0.3, 0.0.4

Hi Pulp community,

I wanted to share a quick update on recent Pulp Admin UI releases.
The app is a Next.js-based web console for managing Pulp users, groups, repositories, content, distributions, and uploads.

0.0.2 (2026-04-02)

Big focus: operations visibility + RBAC management

  • Added Workers, Tasks, and Task schedules pages with API proxies.
  • Added Roles (RBAC) management: paginated list, create/edit, delete (for non-locked roles).
  • Bundled OpenAPI spec (openapi/pulp.json) for easier development/reference.
  • Added in-app version/changelog footer and a changelog page powered by markdown files.
  • Improved API error surfacing to show field-level DRF errors (not only detail).

0.0.3 (2026-04-15)

Big focus: file repository support + cleaner project branding

  • Added full File repository flows across list/create/edit/publish/delete.
  • Added file repository API proxies and repository detail mapping updates.
  • Dashboard summary now includes file repository counts.
  • Updated navigation and setup docs for file repos.
  • Sidebar project name now uses PULP_PROJECT_NAME via NEXT_PUBLIC_PULP_PROJECT_NAME.

0.0.4 (2026-04-15)

Big focus: distributions management and reliability

  • Added a new Distributions page with inline edit/delete actions.
  • Added sidebar navigation entry for distributions.
  • Added direct “open distributions” link from repository distribution flow.
  • Fixed distribution update/delete identifier handling so non-RPM-only parsing no longer breaks operations.
  • API proxy now resolves generic /distributions/... references correctly.

If you want to try it and share feedback (especially around repository/distribution workflows), I’d really appreciate it.

Git Repo URL:

1 Like