Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit bf5e192

Browse files
authored
docs: add notice about end of support (#4003)
1 parent 15c822c commit bf5e192

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
# Always Encrypted Kubernetes
44

5+
> [!IMPORTANT]
6+
> **Constellation is no longer actively maintained by Edgeless Systems.**
7+
>
8+
> This project is no longer receiving updates or support from Edgeless Systems. The repository remains available for archival purposes and community use.
9+
510
<p>
611
<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>
712
<a href="https://goreportcard.com/report/github.com/edgelesssys/constellation/v2"><img src="https://goreportcard.com/badge/github.com/edgelesssys/constellation/v2" alt="Go Report"></a>

dev-docs/howto/longhorn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Longhorn on Constellatioin
22

3-
To build Longhorn compatible images, apply the following changes. Those stem from [their installation guide](https://longhorn.io/docs/1.7.2/deploy/install/#installation-requirements).
3+
To build Longhorn compatible images, apply the following changes. Those stem from [their installation guide](https://longhorn.io/docs/1.10.0/deploy/install/#installation-requirements).
44

55
```diff
66
diff --git a/image/mkosi.conf.d/azure.conf b/image/mkosi.conf.d/azure.conf

docs/docs/intro.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ id: intro
44
---
55
# Introduction
66

7+
:::caution Maintenance Notice
8+
**Constellation is no longer actively maintained by Edgeless Systems.**
9+
10+
This project is no longer receiving updates or support from Edgeless Systems. The repository and documentation remain available for archival purposes and community use.
11+
:::
12+
713
Welcome to the documentation of Constellation! Constellation is a Kubernetes engine that aims to provide the best possible data security.
814

915
![Constellation concept](/img/concept.svg)

docs/versioned_docs/version-2.24/intro.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ id: intro
44
---
55
# Introduction
66

7+
:::caution Maintenance Notice
8+
**Constellation is no longer actively maintained by Edgeless Systems.**
9+
10+
This project is no longer receiving updates or support from Edgeless Systems. The repository and documentation remain available for archival purposes and community use.
11+
:::
12+
713
Welcome to the documentation of Constellation! Constellation is a Kubernetes engine that aims to provide the best possible data security.
814

915
![Constellation concept](/img/concept.svg)

0 commit comments

Comments
 (0)