Skip to content

Commit 72a08f5

Browse files
authored
chore: pivot to Aotanami Foundation ownership (#8)
* chore: pivot to Aotanami Foundation ownership * fix: align top-level domain in PROJECT to aotanami.com * docs: update Helm OCI registry to aotanami in README
1 parent c62ef40 commit 72a08f5

101 files changed

Lines changed: 159 additions & 113 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for Go, checking daily
4+
- package-ecosystem: "gomod"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
# Assign reviewers to Go PRs
9+
reviewers:
10+
- aotanami-bot
11+
# Group minor and patch updates
12+
groups:
13+
go-minor-patch:
14+
patterns:
15+
- "*"
16+
update-types:
17+
- "minor"
18+
- "patch"
19+
20+
# Maintain GitHub Actions dependencies, checking weekly
21+
- package-ecosystem: "github-actions"
22+
directory: "/"
23+
schedule:
24+
interval: "weekly"
25+
# Group minor and patch updates
26+
groups:
27+
actions-minor-patch:
28+
patterns:
29+
- "*"
30+
update-types:
31+
- "minor"
32+
- "patch"
33+
34+
# Maintain Docker dependencies, checking weekly
35+
- package-ecosystem: "docker"
36+
directory: "/"
37+
schedule:
38+
interval: "weekly"
39+
# Group minor and patch updates
40+
groups:
41+
docker-minor-patch:
42+
patterns:
43+
- "*"
44+
update-types:
45+
- "minor"
46+
- "patch"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LABEL org.opencontainers.image.title="Aotanami"
3838
LABEL org.opencontainers.image.description="Autonomous Kubernetes Protection — Powered by Agentic AI"
3939
LABEL org.opencontainers.image.url="https://github.com/aotanami/aotanami"
4040
LABEL org.opencontainers.image.source="https://github.com/aotanami/aotanami"
41-
LABEL org.opencontainers.image.vendor="Zelyo AI"
41+
LABEL org.opencontainers.image.vendor="Aotanami Foundation"
4242
LABEL org.opencontainers.image.licenses="Apache-2.0"
4343
LABEL org.opencontainers.image.documentation="https://github.com/aotanami/aotanami/tree/main/docs"
4444

PROJECT

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# and allow the plugins properly work.
44
# More info: https://book.kubebuilder.io/reference/project-config.html
55
cliVersion: 4.13.0
6-
domain: zelyo.ai
6+
domain: aotanami.com
77
layout:
88
- go.kubebuilder.io/v4
99
projectName: aotanami
@@ -13,7 +13,7 @@ resources:
1313
crdVersion: v1
1414
namespaced: true
1515
controller: true
16-
domain: zelyo.ai
16+
domain: aotanami.com
1717
group: aotanami
1818
kind: SecurityPolicy
1919
path: github.com/aotanami/aotanami/api/v1alpha1
@@ -26,7 +26,7 @@ resources:
2626
crdVersion: v1
2727
namespaced: true
2828
controller: true
29-
domain: zelyo.ai
29+
domain: aotanami.com
3030
group: aotanami
3131
kind: RemediationPolicy
3232
path: github.com/aotanami/aotanami/api/v1alpha1
@@ -35,7 +35,7 @@ resources:
3535
crdVersion: v1
3636
namespaced: true
3737
controller: true
38-
domain: zelyo.ai
38+
domain: aotanami.com
3939
group: aotanami
4040
kind: ClusterScan
4141
path: github.com/aotanami/aotanami/api/v1alpha1
@@ -44,7 +44,7 @@ resources:
4444
crdVersion: v1
4545
namespaced: true
4646
controller: true
47-
domain: zelyo.ai
47+
domain: aotanami.com
4848
group: aotanami
4949
kind: ScanReport
5050
path: github.com/aotanami/aotanami/api/v1alpha1
@@ -53,7 +53,7 @@ resources:
5353
crdVersion: v1
5454
namespaced: true
5555
controller: true
56-
domain: zelyo.ai
56+
domain: aotanami.com
5757
group: aotanami
5858
kind: CostPolicy
5959
path: github.com/aotanami/aotanami/api/v1alpha1
@@ -62,7 +62,7 @@ resources:
6262
crdVersion: v1
6363
namespaced: true
6464
controller: true
65-
domain: zelyo.ai
65+
domain: aotanami.com
6666
group: aotanami
6767
kind: MonitoringPolicy
6868
path: github.com/aotanami/aotanami/api/v1alpha1
@@ -71,7 +71,7 @@ resources:
7171
crdVersion: v1
7272
namespaced: true
7373
controller: true
74-
domain: zelyo.ai
74+
domain: aotanami.com
7575
group: aotanami
7676
kind: NotificationChannel
7777
path: github.com/aotanami/aotanami/api/v1alpha1
@@ -80,7 +80,7 @@ resources:
8080
crdVersion: v1
8181
namespaced: true
8282
controller: true
83-
domain: zelyo.ai
83+
domain: aotanami.com
8484
group: aotanami
8585
kind: AotanamiConfig
8686
path: github.com/aotanami/aotanami/api/v1alpha1
@@ -89,7 +89,7 @@ resources:
8989
crdVersion: v1
9090
namespaced: true
9191
controller: true
92-
domain: zelyo.ai
92+
domain: aotanami.com
9393
group: aotanami
9494
kind: GitOpsRepository
9595
path: github.com/aotanami/aotanami/api/v1alpha1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a href="https://github.com/aotanami/aotanami/releases"><img src="https://img.shields.io/github/v/release/aotanami/aotanami?style=flat-square" alt="Release" /></a>
1313
<a href="https://goreportcard.com/report/github.com/aotanami/aotanami"><img src="https://goreportcard.com/badge/github.com/aotanami/aotanami" alt="Go Report Card" /></a>
1414
<a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square" alt="License" /></a>
15-
<a href="https://artifacthub.io/packages/helm/aotanami/aotanami"><img src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/zelyo-ai&style=flat-square" alt="Artifact Hub" /></a>
15+
<a href="https://artifacthub.io/packages/helm/aotanami/aotanami"><img src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/aotanami&style=flat-square" alt="Artifact Hub" /></a>
1616
</p>
1717

1818
---
@@ -104,7 +104,7 @@ kubectl create secret generic aotanami-llm \
104104
--from-literal=api-key=<YOUR_OPENROUTER_API_KEY>
105105

106106
# Install Aotanami from OCI registry
107-
helm install aotanami oci://ghcr.io/zelyo-ai/charts/aotanami \
107+
helm install aotanami oci://ghcr.io/aotanami/charts/aotanami \
108108
--namespace aotanami-system \
109109
--create-namespace \
110110
--set config.llm.provider=openrouter \
@@ -248,5 +248,5 @@ Aotanami is licensed under the [Apache License 2.0](LICENSE).
248248
---
249249

250250
<p align="center">
251-
Built with ❤️ by <a href="https://zelyo.ai">Zelyo AI</a>
251+
An Aotanami Foundation project. Originally created with ❤️ by <a href="https://zelyo.ai">Zelyo AI</a>
252252
</p>

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Aotanami team takes security vulnerabilities seriously. We appreciate your e
88

99
### How to Report
1010

11-
Send an email to **[security@zelyo.ai](mailto:security@zelyo.ai)** with the following details:
11+
Send an email to **[security@aotanami.com](mailto:security@aotanami.com)** with the following details:
1212

1313
- **Description** of the vulnerability
1414
- **Steps to reproduce** (proof of concept if possible)

api/v1alpha1/aotanamiconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2026 Zelyo AI.
2+
Copyright 2026 The Aotanami Authors. Originally created by Zelyo AI.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha1/clusterscan_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2026 Zelyo AI.
2+
Copyright 2026 The Aotanami Authors. Originally created by Zelyo AI.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha1/condition_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2026 Zelyo AI.
2+
Copyright 2026 The Aotanami Authors. Originally created by Zelyo AI.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha1/costpolicy_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2026 Zelyo AI.
2+
Copyright 2026 The Aotanami Authors. Originally created by Zelyo AI.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha1/gitopsrepository_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2026 Zelyo AI.
2+
Copyright 2026 The Aotanami Authors. Originally created by Zelyo AI.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)