diff --git a/README.md b/README.md index 28a08120..f0033f78 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 @@ -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.