From 1617cfbb41387618b6d3c9cc52e4f4266872585a Mon Sep 17 00:00:00 2001 From: Kevin Rutten Date: Mon, 16 Sep 2024 18:12:33 -0700 Subject: [PATCH 1/2] Add Stratos to App Runtime Interfaces Working Group --- org/cloudfoundry.yml | 2 -- toc/working-groups/app-runtime-interfaces.md | 24 +++++++++++++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/org/cloudfoundry.yml b/org/cloudfoundry.yml index e5834d26..58c0ed16 100644 --- a/org/cloudfoundry.yml +++ b/org/cloudfoundry.yml @@ -2262,11 +2262,9 @@ orgs: stratos: description: 'Stratos: Web-based Management UI for Cloud Foundry and Kubernetes' has_projects: true - archived: true stratos-buildpack: description: Custom buildpack Stratos (UI for Cloud Foundry) has_projects: true - archived: true summit-hands-on-labs: description: Hands-on Labs for CF Summit Boston '18 and beyond has_projects: true diff --git a/toc/working-groups/app-runtime-interfaces.md b/toc/working-groups/app-runtime-interfaces.md index 07993e00..cd87c6af 100644 --- a/toc/working-groups/app-runtime-interfaces.md +++ b/toc/working-groups/app-runtime-interfaces.md @@ -30,7 +30,7 @@ Provides APIs for the CF App Runtime and community clients for end users. ## Roles & Technical Assets -Components from the App Autoscaler, CAPI, CLI, Java Tools, MultiApps, and Notifications projects. +Components from the App Autoscaler, CAPI, CLI, Java Tools, MultiApps, Notifications, and Stratos projects. ```yaml name: App Runtime Interfaces @@ -510,6 +510,28 @@ areas: - cloudfoundry/notifications - cloudfoundry/app-runtime-interfaces-infrastructure +- name: Stratos Console for Cloud Foundry + approvers: + - name: Kevin Rutten + github: krutten + - name: Wayne Seguin + github: wayneeseguin + - name: Norm Abromovitz + github: norman-abramovitz + - name: Ioannis Tsouvalas + github: itsouvalas + reviewers: + - name: Dr. Xiujiao Gao + github: xiujiao + - name: Dennis Bell + github: dennisjbell + - name: Dr. Hu + github: haochenhu233 + + repositories: + - cloudfoundry/stratos + - cloudfoundry/stratos-buildpack + config: generate_rfc0015_branch_protection_rules: true ``` From 1ec8cacea5958bfdec1e519ee425d870fa2c987b Mon Sep 17 00:00:00 2001 From: Kevin Rutten Date: Tue, 17 Sep 2024 11:17:56 -0700 Subject: [PATCH 2/2] Fix indentation --- toc/working-groups/app-runtime-interfaces.md | 42 ++++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/toc/working-groups/app-runtime-interfaces.md b/toc/working-groups/app-runtime-interfaces.md index cd87c6af..7874cb7c 100644 --- a/toc/working-groups/app-runtime-interfaces.md +++ b/toc/working-groups/app-runtime-interfaces.md @@ -485,7 +485,7 @@ areas: bots: - name: MultiApps Bot github: cf-mta-deploy-bot - + repositories: - cloudfoundry/multiapps-controller - cloudfoundry/multiapps-cli-plugin @@ -511,26 +511,26 @@ areas: - cloudfoundry/app-runtime-interfaces-infrastructure - name: Stratos Console for Cloud Foundry - approvers: - - name: Kevin Rutten - github: krutten - - name: Wayne Seguin - github: wayneeseguin - - name: Norm Abromovitz - github: norman-abramovitz - - name: Ioannis Tsouvalas - github: itsouvalas - reviewers: - - name: Dr. Xiujiao Gao - github: xiujiao - - name: Dennis Bell - github: dennisjbell - - name: Dr. Hu - github: haochenhu233 - - repositories: - - cloudfoundry/stratos - - cloudfoundry/stratos-buildpack + approvers: + - name: Kevin Rutten + github: krutten + - name: Wayne Seguin + github: wayneeseguin + - name: Norm Abromovitz + github: norman-abramovitz + - name: Ioannis Tsouvalas + github: itsouvalas + reviewers: + - name: Dr. Xiujiao Gao + github: xiujiao + - name: Dennis Bell + github: dennisjbell + - name: Dr. Hu + github: haochenhu233 + + repositories: + - cloudfoundry/stratos + - cloudfoundry/stratos-buildpack config: generate_rfc0015_branch_protection_rules: true