Start the deprecation process of the old networking stages (#3451)
This PR renames `2-networking-foo` stages to `2-networking-legacy-foo` - including references of stages in docs and tests. **Breaking Changes** ```upgrade-note `fast/stages/2-networking-a-simple`: The stage is being deprecated, and superseded the `2-networking` FAST stage, introduced in #3435 `fast/stages/2-networking-b-nva`: The stage is being deprecated, and superseded the `2-networking` FAST stage, introduced in #3435 `fast/stages/2-networking-c-separate-envs`: The stage is being deprecated, and superseded the `2-networking` FAST stage, introduced in #3435 `modules/net-vpc-factory`: The module has been deprecated, and superseded the `2-networking` FAST stage, introduced in #3435 ```
This commit is contained in:
@@ -54,9 +54,9 @@ fast
|
||||
├── 0-bootstrap
|
||||
├── 1-resman
|
||||
├── 1-vpcsc
|
||||
├── 2-networking-a-simple
|
||||
├── 2-networking-b-nva
|
||||
├── 2-networking-c-separate-envs
|
||||
├── 2-networking-legacy-a-simple
|
||||
├── 2-networking-legacy-b-nva
|
||||
├── 2-networking-legacy-c-separate-envs
|
||||
├── 2-project-factory
|
||||
├── 2-security
|
||||
├── 3-gcve-dev
|
||||
|
||||
Reference in New Issue
Block a user