Skip to content

Commit 29ef6c7

Browse files
authored
Merge pull request #5426 from mzazrivec/fix_doc_links
📖 Fix links to superseded document
2 parents dea4012 + afcd118 commit 29ef6c7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/proposal/2025-01-07-aws-self-managed-feature-gates.md renamed to docs/proposal/20250107-aws-self-managed-feature-gates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Refer to the [Cluster API Book Glossary](https://cluster-api.sigs.k8s.io/referen
3737

3838
## Summary
3939

40+
This proposal is superseded by `docs/proposal/20250314-optional-controllers.md`.
41+
4042
Feature gates are a mechanism that CAPA uses to enable or disable particular features components of CAPA. This document proposes to implement two new feature gates, one for AWSMachine controller, another one for AWSCluster controller.
4143

4244
## Motivation

docs/proposal/20250314-optional-controllers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ EKS and ROSA are implemented in (relatively) standalone sets of controllers. The
44

55
However, the feature gate mechanism has no specifier for GA, meaning that both implementations have stayed in beta.
66

7-
This proposal supercedes `docs/proposal/20250314-optional-controllers.md`.
7+
This proposal supersedes `docs/proposal/20250107-aws-self-managed-feature-gates.md`.
88

99
# Background
1010

@@ -66,7 +66,7 @@ These checks can be updated to instead use `IsDisabled` and entries within the `
6666

6767
## Core controllers and alternatives
6868

69-
The proposal `2025-01-07-aws-self-managed-feature-gates.md` was merged and planned to add `AWSMachine` and `AWSCluster` feature gates.
69+
The proposal `20250107-aws-self-managed-feature-gates.md` was merged and planned to add `AWSMachine` and `AWSCluster` feature gates.
7070
This merged with lazy concensus and the implementation was proposed in [PR #5284](https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/5284).
7171

7272
However, maintainers were opposed to moving these core controllers into feature gates, which would have put them into a permanent pre-GA phase.

0 commit comments

Comments
 (0)