Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

> [!IMPORTANT]
> **Constellation is no longer actively maintained by Edgeless Systems.**
>
>
> This project is no longer receiving updates or support from Edgeless Systems. The repository remains available for archival purposes and community use.
> New development continues in Contrast, which provides workload-level confidential computing using Confidential Containers.
> 👉 https://github.com/edgelesssys/contrast

<p>
<a href="https://github.com/edgelesssys/constellation/actions/workflows/test-tidy.yml/badge.svg?branch=main"><img src="https://github.com/edgelesssys/constellation/actions/workflows/test-tidy.yml/badge.svg?branch=main" alt="Govulncheck"></a>
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ id: intro
**Constellation is no longer actively maintained by Edgeless Systems.**

This project is no longer receiving updates or support from Edgeless Systems. The repository and documentation remain available for archival purposes and community use.
New development continues in Contrast, which provides workload-level confidential computing using Confidential Containers.
👉 https://github.com/edgelesssys/contrast
:::

Welcome to the documentation of Constellation! Constellation is a Kubernetes engine that aims to provide the best possible data security.
Expand Down
7 changes: 5 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ async function createConfig() {
onBrokenLinks: 'throw',
onBrokenAnchors: 'throw',
favicon: 'img/favicon.ico',
trailingSlash: false,

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down Expand Up @@ -104,8 +105,10 @@ async function createConfig() {
},
announcementBar: {
content:
'If you like Constellation, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/edgelesssys/constellation">GitHub</a> ⭐️',
backgroundColor: '#E7E6E6'
'<strong>⚠️ Maintenance Notice: Constellation is no longer actively maintained by Edgeless Systems. This project is no longer receiving updates or support. New development continues in <a href="https://github.com/edgelesssys/contrast">Contrast</a>, which provides workload-level confidential computing using Confidential Containers.</strong>',
backgroundColor: '#FFF3CD',
textColor: '#664d03',
isCloseable: false,
},
footer: {
style: 'dark',
Expand Down
2 changes: 2 additions & 0 deletions docs/versioned_docs/version-2.24/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ id: intro
**Constellation is no longer actively maintained by Edgeless Systems.**

This project is no longer receiving updates or support from Edgeless Systems. The repository and documentation remain available for archival purposes and community use.
New development continues in Contrast, which provides workload-level confidential computing using Confidential Containers.
👉 https://github.com/edgelesssys/contrast
:::

Welcome to the documentation of Constellation! Constellation is a Kubernetes engine that aims to provide the best possible data security.
Expand Down
Loading