cncf / landscapeapp

🌄Upstream landscape generation application
https://landscapes.dev/
Apache License 2.0
253 stars 124 forks source link

Remove support for members.yml #260

Closed dankohn closed 4 years ago

dankohn commented 4 years ago

Instead, require that the Member category be specified in settings.yml and use that to determine membership.

jmertic commented 4 years ago

On one hand I like not having one extra random file to maintain. But it does create a challenge for the hack around subsidiary companies ( see example at https://github.com/AcademySoftwareFoundation/aswf-landscape/blob/master/members.yml#L16 )

If I could have a way to specific subsidiary companies under a member, that would help solve the problem.