Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
> [!IMPORTANT]
> **Notice:**
> Starting from release 1.32.0, all code from this repository has been merged into [github.com/kubewarden/kubewarden-controller](https://github.com/kubewarden/kubewarden-controller), which is now a monorepo.
> Please refer to that repository for future updates and development.
>
> **This repository is now archived. Development continues in the new location.**

[![Kubewarden Core Repository](https://github.com/kubewarden/community/blob/main/badges/kubewarden-core.svg)](https://github.com/kubewarden/community/blob/main/REPOSITORIES.md#core-scope)
[![Stable](https://img.shields.io/badge/status-stable-brightgreen?style=for-the-badge)](https://github.com/kubewarden/community/blob/main/REPOSITORIES.md#stable)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kubewarden-defaults)](https://artifacthub.io/packages/helm/kubewarden/kubewarden-defaults)
Expand Down Expand Up @@ -228,7 +235,7 @@ Policy server has its software bill of materials (SBOM
release. Both files are generated by [Docker
buildx](https://docs.docker.com/build/metadata/attestations/) during the build
process and stored in the container registry together with the container image
as well as uploaded to the release page.
as well as uploaded to the release page.

After the container image building, the container image and their attestations
are signed using cosign. The attestation files are stoed inside a tarball with
Expand Down Expand Up @@ -376,5 +383,5 @@ See [GitHub Releases content](https://github.com/kubewarden/policy-server/releas

# CLI documentation

If you want a complete list of the available commands, you can read the
If you want a complete list of the available commands, you can read the
[cli-docs.md](./cli-docs.md) file.
Loading