Skip to content

feat: add a project "agones"#30

Open
flavono123 wants to merge 4 commits intoaptakube:mainfrom
flavono123:feature/add-agones
Open

feat: add a project "agones"#30
flavono123 wants to merge 4 commits intoaptakube:mainfrom
flavono123:feature/add-agones

Conversation

@flavono123
Copy link

add the agones project for other resources

disable the uniqkey option for parsing the manifest since agones' is concatenated several resources so conflicts are such as for annotations:

image

document how to add a project or update existing ones.

and update others too, idk the backward compatibilities for each project carefully but filter for no file tags

# >= 1.0.0 
- Downloaded eck-operator@0.9.0 (0 files)
- Downloaded eck-operator@1.0.0 (9 files)

Signed-off-by: flavono123 <flavono123@gmail.com>
…file

Signed-off-by: flavono123 <flavono123@gmail.com>
Signed-off-by: flavono123 <flavono123@gmail.com>
@vercel
Copy link

vercel bot commented Apr 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kubespec-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 28, 2025 9:38am

Signed-off-by: flavono123 <flavono123@gmail.com>
@@ -15,6 +17,9 @@ export default [
logo: "https://avatars.githubusercontent.com/u/66682517?s=200&v=4",
repo: "prometheus-operator/prometheus-operator",
pathToManifests: ["example/prometheus-operator-crd", "bundle.yaml"],
filterTag: (tag: string) =>
tag.startsWith("v") && // there are tag prefixes by pkg/(api|client)...
semver.gte(tag.substring(1), "0.81.0"), // first committed version; https://github.com/aptakube/kubespec.dev/pull/25
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi. without this, there was a heap oom when npm run dev

@flavono123
Copy link
Author

could anyone check this plz?

@goenning
Copy link
Member

hey @flavono123 the PR is too big, can you run the download process only on the new project? that should make it much easier to review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants