From ea28ca13e2600995ea517129bd785e21e34aa207 Mon Sep 17 00:00:00 2001 From: Riaan Kleinhans Date: Tue, 23 Jun 2026 10:09:30 -0400 Subject: [PATCH 1/3] Add TAG/TCG liaisons to README and update toc liaison information in tags.yaml Signed-off-by: Riaan Kleinhans --- README.md | 14 ++++++++++++++ tags.yaml | 49 ++++++++++++++++++++++++++++++++++--------------- 2 files changed, 48 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 376533d59..9c6d785ec 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,20 @@ Note: TOC Alternates are non-voting members of the TOC Election [schedule](operations/election-schedule.md) +## TAG / TCG Liaisons + +* **Karena Angell** ([@angellk](https://github.com/angellk)) — TAG Security and Compliance, TOC Project Reviews Subproject +* **Brandt Keller** ([@brandtkeller](https://github.com/brandtkeller)) — TAG Infrastructure, TOC Project Reviews Subproject, TCG Platform Engineering +* **Faseela K** ([@kfaseela](https://github.com/kfaseela)) — TAG Infrastructure, TAG Operational Resilience, TCG Environmental Sustainability +* **Alex Chircop** ([@chira001](https://github.com/chira001)) — TAG Workloads Foundation, TAG Infrastructure, TCG Platform Engineering +* **Kevin Wang** ([@kevin-wangzefeng](https://github.com/kevin-wangzefeng)) — TOC Project Reviews Subproject, TCG Artificial Intelligence, TCG Environmental Sustainability +* **Mauricio Salatino** ([@salaboy](https://github.com/salaboy)) — TAG Developer Experience, TAG Operational Resilience, TCG Artificial Intelligence +* **Mario Fahlandt** ([@mfahlandt](https://github.com/mfahlandt)) — TAG Security and Compliance, TAG Operational Resilience, TCG Software Supply Chain Security +* **Chad Beaudin** ([@chadbeaudin](https://github.com/chadbeaudin)) — TAG Operational Resilience, TAG Workloads Foundation +* **Ahmed Bebars** ([@abebars](https://github.com/abebars)) — TAG Developer Experience, TOC Project Reviews Subproject +* **Jeremy Rickard** ([@jeremyrickard](https://github.com/jeremyrickard)) — TAG Workloads Foundation, TAG Operational Resilience +* **Joseph Sandoval** ([@jrsapi](https://github.com/jrsapi)) — TAG Developer Experience, TAG Workloads Foundation + ## Projects See the [current CNCF projects](https://www.cncf.io/projects/) and a description of project maturity levels (Sandbox, Incubating, Graduated). diff --git a/tags.yaml b/tags.yaml index 8020c9860..1127cd269 100644 --- a/tags.yaml +++ b/tags.yaml @@ -73,8 +73,12 @@ tags: # Technical Advisory Groups slack: C08KGCXB458 mailing_list: https://lists.cncf.io/g/cncf-tag-developer-experience/ toc_liaison: - - github: kgamanji - name: Katie Gamanji + - github: salaboy + name: Mauricio Salatino + - github: abebars + name: Ahmed Bebars + - github: jrsapi + name: Joseph Sandoval # tag_subprojects: # - dir: developer-experience-sub-foo # name: Developer Experience-sub-foo @@ -173,10 +177,12 @@ tags: # Technical Advisory Groups slack: C08KBH3RA1K mailing_list: https://lists.cncf.io/g/cncf-tag-infrastructure toc_liaison: - - github: rochaporto - name: Ricardo Rocha - - github: angellk - name: Karena Angell + - github: brandtkeller + name: Brandt Keller + - github: kfaseela + name: Faseela K + - github: chira001 + name: Alex Chircop # tag_subprojects: # - dir: infrastructure-sub-foo # name: Infrastructure-sub-foo @@ -258,6 +264,14 @@ tags: # Technical Advisory Groups slack: C08KGDENK34 mailing_list: https://lists.cncf.io/g/cncf-tag-operational-resilience toc_liaison: + - github: chadbeaudin + name: Chad Beaudin + - github: kfaseela + name: Faseela K + - github: salaboy + name: Mauricio Salatino + - github: mfahlandt + name: Mario Fahlandt - github: jeremyrickard name: Jeremy Rickard tag_subprojects: @@ -385,10 +399,10 @@ tags: # Technical Advisory Groups slack: C08JZ9YLAA3 mailing_list: https://lists.cncf.io/g/cncf-tag-security-and-compliance toc_liaison: - - github: kfaseela - name: Faseela K - - github: jeremyrickard - name: Jeremy Rickard + - github: angellk + name: Karena Angell + - github: mfahlandt + name: Mario Fahlandt tag_subprojects: - dir: security-assessments name: Security Assessments @@ -529,8 +543,12 @@ tags: # Technical Advisory Groups toc_liaison: - github: chira001 name: Alex Chircop - - github: kevin-wangzefeng - name: Kevin Wang + - github: jeremyrickard + name: Jeremy Rickard + - github: jrsapi + name: Joseph Sandoval + - github: chadbeaudin + name: Chad Beaudin tag_subprojects: - dir: batch name: Batch @@ -561,9 +579,6 @@ tags: # Technical Advisory Groups slack: C02Q5DFF3MM slack_channel: "#batch-wg" mailing_list: https://lists.cncf.io/g/cncf-tag-workloads-foundation - toc_liaison: - - github: rochaporto - name: Ricardo Rocha landscape_url: https://bsi-landscape.netlify.app/ landscape_preview_image: ./landscape/batch-landscape-preview.png tag_initiatives: https://github.com/cncf/toc/issues?q=state%3Aopen%20label%3Atag%2Fworkloads-foundation%20label%3Akind%2Finitiative @@ -684,6 +699,10 @@ toc_subprojects: # TOC SubProjects toc_liaison: - github: angellk name: Karena Angell + - github: brandtkeller + name: Brandt Keller - github: kevin-wangzefeng name: Kevin Wang + - github: abebars + name: Ahmed Bebars subproject_initiatives: https://github.com/cncf/toc/issues?q=state%3Aopen%20label%3Atoc%2Fproject-reviews-subproject%20label%3Akind%2Finitiative From 2a452c81513f411697110eac0f47b3a16e504fc1 Mon Sep 17 00:00:00 2001 From: Riaan Kleinhans Date: Tue, 23 Jun 2026 10:19:38 -0400 Subject: [PATCH 2/3] Remove TAG/TCG liaisons section from README Signed-off-by: Riaan Kleinhans --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 9c6d785ec..376533d59 100644 --- a/README.md +++ b/README.md @@ -32,20 +32,6 @@ Note: TOC Alternates are non-voting members of the TOC Election [schedule](operations/election-schedule.md) -## TAG / TCG Liaisons - -* **Karena Angell** ([@angellk](https://github.com/angellk)) — TAG Security and Compliance, TOC Project Reviews Subproject -* **Brandt Keller** ([@brandtkeller](https://github.com/brandtkeller)) — TAG Infrastructure, TOC Project Reviews Subproject, TCG Platform Engineering -* **Faseela K** ([@kfaseela](https://github.com/kfaseela)) — TAG Infrastructure, TAG Operational Resilience, TCG Environmental Sustainability -* **Alex Chircop** ([@chira001](https://github.com/chira001)) — TAG Workloads Foundation, TAG Infrastructure, TCG Platform Engineering -* **Kevin Wang** ([@kevin-wangzefeng](https://github.com/kevin-wangzefeng)) — TOC Project Reviews Subproject, TCG Artificial Intelligence, TCG Environmental Sustainability -* **Mauricio Salatino** ([@salaboy](https://github.com/salaboy)) — TAG Developer Experience, TAG Operational Resilience, TCG Artificial Intelligence -* **Mario Fahlandt** ([@mfahlandt](https://github.com/mfahlandt)) — TAG Security and Compliance, TAG Operational Resilience, TCG Software Supply Chain Security -* **Chad Beaudin** ([@chadbeaudin](https://github.com/chadbeaudin)) — TAG Operational Resilience, TAG Workloads Foundation -* **Ahmed Bebars** ([@abebars](https://github.com/abebars)) — TAG Developer Experience, TOC Project Reviews Subproject -* **Jeremy Rickard** ([@jeremyrickard](https://github.com/jeremyrickard)) — TAG Workloads Foundation, TAG Operational Resilience -* **Joseph Sandoval** ([@jrsapi](https://github.com/jrsapi)) — TAG Developer Experience, TAG Workloads Foundation - ## Projects See the [current CNCF projects](https://www.cncf.io/projects/) and a description of project maturity levels (Sandbox, Incubating, Graduated). From d5429bfb3c24d695d72ba7ce9a06cb7468f76ee9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 23 Jun 2026 14:21:09 +0000 Subject: [PATCH 3/3] Update README based on tags.yaml changes Signed-off-by: github-actions --- tags/tag-developer-experience/README.md | 4 +++- tags/tag-infrastructure/README.md | 5 +++-- tags/tag-operational-resilience/README.md | 4 ++++ tags/tag-security-and-compliance/README.md | 4 ++-- tags/tag-workloads-foundation/README.md | 4 +++- tags/tag-workloads-foundation/subprojects/batch/README.md | 1 - toc_subprojects/project-reviews-subproject/README.md | 2 ++ 7 files changed, 17 insertions(+), 7 deletions(-) diff --git a/tags/tag-developer-experience/README.md b/tags/tag-developer-experience/README.md index 198263ee4..91b07dc41 100644 --- a/tags/tag-developer-experience/README.md +++ b/tags/tag-developer-experience/README.md @@ -25,7 +25,9 @@ Databases, Microservices, Streaming, Messaging, API Management, Dev Frameworks. ## Contact - Slack: [Tag TAG Developer Experience Slack](https://cloud-native.slack.com/archives/C08KGCXB458) - [Mailing List](https://lists.cncf.io/g/cncf-tag-developer-experience/) -- TOC Liaison: Katie Gamanji (**[@kgamanji](https://github.com/kgamanji)**) +- TOC Liaison: Mauricio Salatino (**[@salaboy](https://github.com/salaboy)**) +- TOC Liaison: Ahmed Bebars (**[@abebars](https://github.com/abebars)**) +- TOC Liaison: Joseph Sandoval (**[@jrsapi](https://github.com/jrsapi)**) ## Subprojects ## Initiatives diff --git a/tags/tag-infrastructure/README.md b/tags/tag-infrastructure/README.md index 92f8d2ef5..4c5cee40c 100644 --- a/tags/tag-infrastructure/README.md +++ b/tags/tag-infrastructure/README.md @@ -26,8 +26,9 @@ Data, Storage, Network, DNS, Compute, Service Mesh, Infrastructure-as-Code, Edge ## Contact - Slack: [Tag TAG Infrastructure Slack](https://cloud-native.slack.com/archives/C08KBH3RA1K) - [Mailing List](https://lists.cncf.io/g/cncf-tag-infrastructure) -- TOC Liaison: Ricardo Rocha (**[@rochaporto](https://github.com/rochaporto)**) -- TOC Liaison: Karena Angell (**[@angellk](https://github.com/angellk)**) +- TOC Liaison: Brandt Keller (**[@brandtkeller](https://github.com/brandtkeller)**) +- TOC Liaison: Faseela K (**[@kfaseela](https://github.com/kfaseela)**) +- TOC Liaison: Alex Chircop (**[@chira001](https://github.com/chira001)**) ## Subprojects ## Initiatives diff --git a/tags/tag-operational-resilience/README.md b/tags/tag-operational-resilience/README.md index 6ae62580b..a74e14847 100644 --- a/tags/tag-operational-resilience/README.md +++ b/tags/tag-operational-resilience/README.md @@ -24,6 +24,10 @@ Observability, Management, Business Continuity, Resource Optimization, Cost Effi ## Contact - Slack: [Tag TAG Operational Resilience Slack](https://cloud-native.slack.com/archives/C08KGDENK34) - [Mailing List](https://lists.cncf.io/g/cncf-tag-operational-resilience) +- TOC Liaison: Chad Beaudin (**[@chadbeaudin](https://github.com/chadbeaudin)**) +- TOC Liaison: Faseela K (**[@kfaseela](https://github.com/kfaseela)**) +- TOC Liaison: Mauricio Salatino (**[@salaboy](https://github.com/salaboy)**) +- TOC Liaison: Mario Fahlandt (**[@mfahlandt](https://github.com/mfahlandt)**) - TOC Liaison: Jeremy Rickard (**[@jeremyrickard](https://github.com/jeremyrickard)**) ## Subprojects diff --git a/tags/tag-security-and-compliance/README.md b/tags/tag-security-and-compliance/README.md index 9c9b8fc91..3115bd296 100644 --- a/tags/tag-security-and-compliance/README.md +++ b/tags/tag-security-and-compliance/README.md @@ -27,8 +27,8 @@ Security hygiene, Policy-as-code, Compliance, Auditing, Threat Modeling, Secure ## Contact - Slack: [Tag TAG Security and Compliance Slack](https://cloud-native.slack.com/archives/C08JZ9YLAA3) - [Mailing List](https://lists.cncf.io/g/cncf-tag-security-and-compliance) -- TOC Liaison: Faseela K (**[@kfaseela](https://github.com/kfaseela)**) -- TOC Liaison: Jeremy Rickard (**[@jeremyrickard](https://github.com/jeremyrickard)**) +- TOC Liaison: Karena Angell (**[@angellk](https://github.com/angellk)**) +- TOC Liaison: Mario Fahlandt (**[@mfahlandt](https://github.com/mfahlandt)**) ## Subprojects ### Security Assessments diff --git a/tags/tag-workloads-foundation/README.md b/tags/tag-workloads-foundation/README.md index add287b72..3fbc9986a 100644 --- a/tags/tag-workloads-foundation/README.md +++ b/tags/tag-workloads-foundation/README.md @@ -27,7 +27,9 @@ To define and advance practices and standards for fundamental cloud native workl - Slack: [Tag TAG Workloads Foundation Slack](https://cloud-native.slack.com/archives/C08K71W9HAS) - [Mailing List](https://lists.cncf.io/g/cncf-tag-workloads-foundation) - TOC Liaison: Alex Chircop (**[@chira001](https://github.com/chira001)**) -- TOC Liaison: Kevin Wang (**[@kevin-wangzefeng](https://github.com/kevin-wangzefeng)**) +- TOC Liaison: Jeremy Rickard (**[@jeremyrickard](https://github.com/jeremyrickard)**) +- TOC Liaison: Joseph Sandoval (**[@jrsapi](https://github.com/jrsapi)**) +- TOC Liaison: Chad Beaudin (**[@chadbeaudin](https://github.com/chadbeaudin)**) ## Subprojects ### Batch diff --git a/tags/tag-workloads-foundation/subprojects/batch/README.md b/tags/tag-workloads-foundation/subprojects/batch/README.md index 13188d72f..93e9bcdd3 100644 --- a/tags/tag-workloads-foundation/subprojects/batch/README.md +++ b/tags/tag-workloads-foundation/subprojects/batch/README.md @@ -21,7 +21,6 @@ The cloud-native batch scheduling ecosystem is fragmented — different projects ## 💬 Contact - [#batch-wg](https://cloud-native.slack.com/archives/C02Q5DFF3MM) on cloud-native.slack.com - 📧 [Mailing List](https://lists.cncf.io/g/cncf-tag-workloads-foundation) -- 🔗 TOC Liaison: Ricardo Rocha (**[@rochaporto](https://github.com/rochaporto)**) ## 🗺️ Landscape [![Batch Landscape Preview](./landscape/batch-landscape-preview.png)](./landscape/index.md) diff --git a/toc_subprojects/project-reviews-subproject/README.md b/toc_subprojects/project-reviews-subproject/README.md index 8c7d31996..9a465c547 100644 --- a/toc_subprojects/project-reviews-subproject/README.md +++ b/toc_subprojects/project-reviews-subproject/README.md @@ -18,7 +18,9 @@ Foo-Baz-bar - Slack: [Tag Project Reviews SubProject Slack](https://cloud-native.slack.com/archives/C08M8L74NAJ) - [Mailing List](https://lists.cncf.io/g/cncf-project-reviews-subproject) - TOC Liaison: Karena Angell (**[@angellk](https://github.com/angellk)**) +- TOC Liaison: Brandt Keller (**[@brandtkeller](https://github.com/brandtkeller)**) - TOC Liaison: Kevin Wang (**[@kevin-wangzefeng](https://github.com/kevin-wangzefeng)**) +- TOC Liaison: Ahmed Bebars (**[@abebars](https://github.com/abebars)**) ## Initiatives [Project Reviews SubProject Initiatives](https://github.com/cncf/toc/issues?q=is%3Aopen%20label%3Akind%2Finitiative%20label%3Asub%2Fproject-reviews) \ No newline at end of file