Skip to content

Commit ccd26a6

Browse files
vishal-avivikramsahu
authored andcommitted
Add CD FFs that are planned to be GA'd in Q3
1 parent f196df5 commit ccd26a6

File tree

1 file changed

+288
-0
lines changed

1 file changed

+288
-0
lines changed

release-notes/static/ff-ga-feed.json

Lines changed: 288 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,294 @@
125125
"gaStartDate": "2025-09-15",
126126
"module": "Continuous Delivery"
127127
},
128+
{
129+
"flagKey": "CDS_FIX_ROLLBACK_IN_SSH_WINRM",
130+
"description": "Fixes rollback functionality in SSH and WinRM deployments.",
131+
"gaStartDate": "2025-09-18",
132+
"module": "Continuous Delivery"
133+
},
134+
{
135+
"flagKey": "CDS_ECS_STEADY_STATE_CHECK_ON_RETRIES",
136+
"description": "Enables steady state checks on retries for ECS deployments.",
137+
"gaStartDate": "2025-09-18",
138+
"module": "Continuous Delivery"
139+
},
140+
{
141+
"flagKey": "CDS_ASG_FIX_LIFECYCLE_HOOKS_ORDER",
142+
"description": "Fixes the order of lifecycle hooks in Auto Scaling Group deployments.",
143+
"gaStartDate": "2025-09-18",
144+
"module": "Continuous Delivery"
145+
},
146+
{
147+
"flagKey": "CDS_ASG_MULTI_DEPLOY_ROLLBACK_SUPPORT",
148+
"description": "Adds rollback support for multi-deployment Auto Scaling Group deployments.",
149+
"gaStartDate": "2025-09-18",
150+
"module": "Continuous Delivery"
151+
},
152+
{
153+
"flagKey": "CDS_AWS_LAMBDA_CANARY_DEPLOY",
154+
"description": "Enables canary deployment strategy for AWS Lambda functions.",
155+
"gaStartDate": "2025-09-18",
156+
"module": "Continuous Delivery"
157+
},
158+
{
159+
"flagKey": "CDS_DETECT_ORPHAN_INSTANCES",
160+
"description": "Enables detection of orphaned instances in deployments & cleans them up.",
161+
"gaStartDate": "2025-09-18",
162+
"module": "Continuous Delivery"
163+
},
164+
{
165+
"flagKey": "CDS_AZURE_FUNCTION_EXTRACT_CORRECT_SLOT_NAME_USING_FUNCTION_NAME",
166+
"description": "Improves slot name extraction for Azure Functions using function names.",
167+
"gaStartDate": "2025-09-18",
168+
"module": "Continuous Delivery"
169+
},
170+
{
171+
"flagKey": "CDS_AWS_LAMBDA_DISABLE_DOUBLE_VERSION_PUBLISH",
172+
"description": "Fixes a bug by preventing double version publishing in AWS Lambda deployments.",
173+
"gaStartDate": "2025-09-18",
174+
"module": "Continuous Delivery"
175+
},
176+
{
177+
"flagKey": "CDS_REFRESH_IN_JIRA_SERVICENOW_APPROVALS",
178+
"description": "Provides a refresh button to manually refresh the status of the approval ticket in Jira and ServiceNow approval steps.",
179+
"gaStartDate": "2025-09-18",
180+
"module": "Pipeline"
181+
},
182+
{
183+
"flagKey": "CDS_OVERRIDES_DISABLE_ENV_API_UPDATES",
184+
"description": "Disables environment API updates for service overrides on overrides V2.",
185+
"gaStartDate": "2025-09-18",
186+
"module": "Continuous Delivery"
187+
},
188+
{
189+
"flagKey": "CDS_K8S_MASK_SECRETS_IN_WRAPUP_LOGS",
190+
"description": "Masks secrets in Kubernetes deployment wrap-up logs for security.",
191+
"gaStartDate": "2025-09-18",
192+
"module": "Continuous Delivery"
193+
},
194+
{
195+
"flagKey": "CDS_SERVICE_OVERRIDES_1_0_VALIDATE_MANIFEST_TYPE",
196+
"description": "Adds validation for manifest types in service overrides version 1.0.",
197+
"gaStartDate": "2025-09-18",
198+
"module": "Continuous Delivery"
199+
},
200+
{
201+
"flagKey": "CDS_SPOT_TRAFFIC_SHIFT",
202+
"description": "Enables traffic shifting for Spot deployments.",
203+
"gaStartDate": "2025-09-18",
204+
"module": "Continuous Delivery"
205+
},
206+
{
207+
"flagKey": "CDS_K8S_EKS_REFRESH_EXEC_AUTH_TOKEN",
208+
"description": "Refreshes execution authentication tokens for EKS clusters.",
209+
"gaStartDate": "2025-09-18",
210+
"module": "Continuous Delivery"
211+
},
212+
{
213+
"flagKey": "CDS_ENABLE_VALIDATION_FOR_NAMESPACE_OVERRIDES_TO_MATCH_WITH_INFRA_NAMESPACE",
214+
"description": "Validates that namespace overrides match with infrastructure namespace configurations.",
215+
"gaStartDate": "2025-09-18",
216+
"module": "Continuous Delivery"
217+
},
218+
{
219+
"flagKey": "CDS_SERVICE_DASHBOARD_SIMPLIFICATION",
220+
"description": "Improves service dashboard load time by optimizing API calls and relocating certain data to enhance performance.",
221+
"gaStartDate": "2025-09-18",
222+
"module": "Continuous Delivery"
223+
},
224+
{
225+
"flagKey": "CDS_AWS_LAMBDA_ECS_TAG_SUPPORT",
226+
"description": "Adds ECS tag support for AWS Lambda deployments.",
227+
"gaStartDate": "2025-09-18",
228+
"module": "Continuous Delivery"
229+
},
230+
{
231+
"flagKey": "CDS_ECS_TRAFFIC_SHIFT",
232+
"description": "Enables traffic shifting capabilities for ECS deployments.",
233+
"gaStartDate": "2025-09-18",
234+
"module": "Continuous Delivery"
235+
},
236+
{
237+
"flagKey": "CDS_CONFIG_MAPS_AND_SECRETS_AS_VOLUME",
238+
"description": "Enables mounting ConfigMaps and Secrets as volumes in container step groups.",
239+
"gaStartDate": "2025-09-18",
240+
"module": "Continuous Delivery"
241+
},
242+
{
243+
"flagKey": "CDS_K8S_TRAFFIC_ROUTE_REWRITE_RULE_SUPPORT",
244+
"description": "Adds support for traffic route rewrite rules in Kubernetes deployments.",
245+
"gaStartDate": "2025-09-18",
246+
"module": "Continuous Delivery"
247+
},
248+
{
249+
"flagKey": "CDS_ENABLE_SERVICE_OPA_EVAL_ON_RUNTIME_CONTEXT",
250+
"description": "Enables Open Policy Agent evaluation on runtime context for services.",
251+
"gaStartDate": "2025-09-18",
252+
"module": "Continuous Delivery"
253+
},
254+
{
255+
"flagKey": "CDS_SERVICE_OVERRIDES_MERGE_FIX",
256+
"description": "Fixes a rare bug in how service overrides were merged.",
257+
"gaStartDate": "2025-09-18",
258+
"module": "Continuous Delivery"
259+
},
260+
{
261+
"flagKey": "CDS_ECS_MONITOR_TASK_STATUS",
262+
"description": "Enables monitoring of task status in ECS deployments.",
263+
"gaStartDate": "2025-09-18",
264+
"module": "Continuous Delivery"
265+
},
266+
{
267+
"flagKey": "CDS_SEND_CORRECT_SCOPE_TO_ACCESS_CONTROL_FOR_INFRA",
268+
"description": "Fixes a bug where scope of the infrastructure was not being honored to enforce RBAC.",
269+
"gaStartDate": "2025-09-18",
270+
"module": "Continuous Delivery"
271+
},
272+
{
273+
"flagKey": "CDS_ECS_BG_VALIDATION_WITH_SAME_TARGET_GROUPS",
274+
"description": "Enables blue-green deployment validation with same target groups in ECS.",
275+
"gaStartDate": "2025-09-18",
276+
"module": "Continuous Delivery"
277+
},
278+
{
279+
"flagKey": "CDS_TRAFFIC_SHIFT_WITHOUT_TEMP_VERSION",
280+
"description": "Enables traffic shifting without creating temporary versions.",
281+
"gaStartDate": "2025-09-18",
282+
"module": "Continuous Delivery"
283+
},
284+
{
285+
"flagKey": "CDS_OPA_CD_ENTITIES_GOVERNANCE",
286+
"description": "Enables Open Policy Agent governance for CD entities such as service, environment, infrastructure and overrides.",
287+
"gaStartDate": "2025-09-18",
288+
"module": "Continuous Delivery"
289+
},
290+
{
291+
"flagKey": "CDS_ASYNC_EXECUTABLE_USE_SELECTORS",
292+
"description": "Enables the use of selectors in asynchronous executable operations.",
293+
"gaStartDate": "2025-09-18",
294+
"module": "Continuous Delivery"
295+
},
296+
{
297+
"flagKey": "CDS_CROSS_SCOPED_ENV_GROUPS",
298+
"description": "Enables creating environments groups containing environments from different scopes.",
299+
"gaStartDate": "2025-09-18",
300+
"module": "Continuous Delivery"
301+
},
302+
{
303+
"flagKey": "CDS_SVC_ENV_DASHBOARD_FOR_ACCOUNT_AND_ORG_LEVEL",
304+
"description": "Enables service and environment dashboard at account and organization levels for better visibility.",
305+
"gaStartDate": "2025-09-18",
306+
"module": "Continuous Delivery"
307+
},
308+
{
309+
"flagKey": "CDS_CONTAINER_STEP_DELEGATE_SELECTOR_PRECEDENCE",
310+
"description": "Fixes a bug where the Delegate selector precedence was not being honored for container step groups.",
311+
"gaStartDate": "2025-09-18",
312+
"module": "Pipeline"
313+
},
314+
{
315+
"flagKey": "CDS_CONTAINER_STEP_GROUP_RUN_AS_USER_AND_PRIVILEGED_FIX",
316+
"description": "Fixes a bug where run-as-user and privileged mode settings were not being honored for container step groups.",
317+
"gaStartDate": "2025-09-18",
318+
"module": "Pipeline"
319+
},
320+
{
321+
"flagKey": "CDS_ASG_ROLLOUT_ROLLBACK_INSTANCE_REFRESH",
322+
"description": "Enables instance refresh during Auto Scaling Group rollout and rollback operations.",
323+
"gaStartDate": "2025-09-18",
324+
"module": "Continuous Delivery"
325+
},
326+
{
327+
"flagKey": "CDS_UI_SERVICE_DASHBOARD_API_PAGINATION",
328+
"description": "Implements API pagination for the service dashboard user interface for better performance.",
329+
"gaStartDate": "2025-09-18",
330+
"module": "Continuous Delivery"
331+
},
332+
{
333+
"flagKey": "CDS_NG_INSTANCE_SYNC_ALWAYS_RESET_PT",
334+
"description": "Always resets perpetual tasks post deployments ensuring the recent connector details are used.",
335+
"gaStartDate": "2025-09-18",
336+
"module": "Continuous Delivery"
337+
},
338+
{
339+
"flagKey": "CDS_NEW_PROJECT_OVERVIEW_DASHBOARD",
340+
"description": "Enables the new project overview dashboard interface for better visibility.",
341+
"gaStartDate": "2025-09-18",
342+
"module": "Continuous Delivery"
343+
},
344+
{
345+
"flagKey": "CDS_INIT_STEP_FAILURE_STRATEGY",
346+
"description": "Implements failure strategies for initialization steps.",
347+
"gaStartDate": "2025-09-18",
348+
"module": "Pipeline"
349+
},
350+
{
351+
"flagKey": "CDS_MULTI_DEPLOYMENT_ON_FAILURE",
352+
"description": "Allows users to configure how the Pipeline should handle failures during multi-service/multi-environment/multi-infrastructure deployments.",
353+
"gaStartDate": "2025-09-18",
354+
"module": "Continuous Delivery"
355+
},
356+
{
357+
"flagKey": "CDS_SPECIFY_INFRASTRUCTURES",
358+
"description": "Enables specification of infrastructure configurations in deployments.",
359+
"gaStartDate": "2025-09-18",
360+
"module": "Continuous Delivery"
361+
},
362+
{
363+
"flagKey": "CDS_PERFORM_SHELL_SCRIPT_HOST_CAPABILITY",
364+
"description": "Enables shell script execution host capability checks.",
365+
"gaStartDate": "2025-09-18",
366+
"module": "Pipeline"
367+
},
368+
{
369+
"flagKey": "CDS_WINRM_COPY_CONFIG_FILES_WITH_ENCODING_NG",
370+
"description": "Enables WinRM configuration file copying with proper encoding support.",
371+
"gaStartDate": "2025-09-18",
372+
"module": "Continuous Delivery"
373+
},
374+
{
375+
"flagKey": "CDS_SKIP_INFRA_VALIDATION",
376+
"description": "Allows skipping infrastructure validation during deployments.",
377+
"gaStartDate": "2025-09-18",
378+
"module": "Continuous Delivery"
379+
},
380+
{
381+
"flagKey": "CDS_USE_K8S_API_FOR_STEADY_STATE_CHECK",
382+
"description": "Uses Kubernetes API for steady state checks instead of kubectl.",
383+
"gaStartDate": "2025-09-18",
384+
"module": "Continuous Delivery"
385+
},
386+
{
387+
"flagKey": "CDS_ALLOW_USER_TYPE_FIELDS_JIRA",
388+
"description": "Allows user type fields in Jira integration configurations.",
389+
"gaStartDate": "2025-09-18",
390+
"module": "Pipeline"
391+
},
392+
{
393+
"flagKey": "CDS_LANDING_OVERVIEW_PAGE_V2",
394+
"description": "Enables a new landing overview page interface for better visibility and performance.",
395+
"gaStartDate": "2025-09-18",
396+
"module": "Continuous Delivery"
397+
},
398+
{
399+
"flagKey": "CDS_NG_K8S_SERVICE_RELEASE_NAME",
400+
"description": "Enables Next Generation Kubernetes service release naming.",
401+
"gaStartDate": "2025-09-18",
402+
"module": "Continuous Delivery"
403+
},
404+
{
405+
"flagKey": "CDS_PRESERVE_WINRM_WORKING_DIR_FOR_COMMAND_UNITS",
406+
"description": "Preserves WinRM working directory for command unit execution.",
407+
"gaStartDate": "2025-09-18",
408+
"module": "Continuous Delivery"
409+
},
410+
{
411+
"flagKey": "GITOPS_MULTI_SOURCE_ENABLED",
412+
"description": "Enables multiple source configurations for GitOps Applications.",
413+
"gaStartDate": "2025-09-18",
414+
"module": "GitOps"
415+
},
128416
{
129417
"flagKey": "CDS_ENABLE_RUN_HELM_CHART_TESTS",
130418
"description": "Add the functionality to run Helm chart tests.",

0 commit comments

Comments
 (0)