GAS: Set group attribute sync to private preview (#96146)

set GAS to private preview
This commit is contained in:
Ieva 2024-11-11 16:25:17 +00:00 committed by GitHub
parent fa498e4836
commit c8f3173f2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 5 deletions

View File

@ -1504,7 +1504,7 @@ var (
{ {
Name: "groupAttributeSync", Name: "groupAttributeSync",
Description: "Enable the groupsync extension for managing Group Attribute Sync feature", Description: "Enable the groupsync extension for managing Group Attribute Sync feature",
Stage: FeatureStageExperimental, Stage: FeatureStagePrivatePreview,
Owner: identityAccessTeam, Owner: identityAccessTeam,
HideFromDocs: true, HideFromDocs: true,
}, },

View File

@ -198,7 +198,7 @@ exploreLogsLimitedTimeRange,experimental,@grafana/observability-logs,false,false
homeSetupGuide,experimental,@grafana/growth-and-onboarding,false,false,true homeSetupGuide,experimental,@grafana/growth-and-onboarding,false,false,true
appPlatformGrpcClientAuth,experimental,@grafana/identity-access-team,false,false,false appPlatformGrpcClientAuth,experimental,@grafana/identity-access-team,false,false,false
appSidecar,experimental,@grafana/explore-squad,false,false,false appSidecar,experimental,@grafana/explore-squad,false,false,false
groupAttributeSync,experimental,@grafana/identity-access-team,false,false,false groupAttributeSync,privatePreview,@grafana/identity-access-team,false,false,false
alertingQueryAndExpressionsStepMode,experimental,@grafana/alerting-squad,false,false,true alertingQueryAndExpressionsStepMode,experimental,@grafana/alerting-squad,false,false,true
improvedExternalSessionHandling,experimental,@grafana/identity-access-team,false,false,false improvedExternalSessionHandling,experimental,@grafana/identity-access-team,false,false,false
useSessionStorageForRedirection,preview,@grafana/identity-access-team,false,false,false useSessionStorageForRedirection,preview,@grafana/identity-access-team,false,false,false

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
198 homeSetupGuide experimental @grafana/growth-and-onboarding false false true
199 appPlatformGrpcClientAuth experimental @grafana/identity-access-team false false false
200 appSidecar experimental @grafana/explore-squad false false false
201 groupAttributeSync experimental privatePreview @grafana/identity-access-team false false false
202 alertingQueryAndExpressionsStepMode experimental @grafana/alerting-squad false false true
203 improvedExternalSessionHandling experimental @grafana/identity-access-team false false false
204 useSessionStorageForRedirection preview @grafana/identity-access-team false false false

View File

@ -1566,12 +1566,15 @@
{ {
"metadata": { "metadata": {
"name": "groupAttributeSync", "name": "groupAttributeSync",
"resourceVersion": "1725893018130", "resourceVersion": "1731087176211",
"creationTimestamp": "2024-09-09T15:29:43Z" "creationTimestamp": "2024-09-09T15:29:43Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-11-08 17:32:56.21158 +0000 UTC"
}
}, },
"spec": { "spec": {
"description": "Enable the groupsync extension for managing Group Attribute Sync feature", "description": "Enable the groupsync extension for managing Group Attribute Sync feature",
"stage": "experimental", "stage": "privatePreview",
"codeowner": "@grafana/identity-access-team", "codeowner": "@grafana/identity-access-team",
"hideFromDocs": true "hideFromDocs": true
} }