Skip to content

Commit d0c37b0

Browse files
committed
fix: known doom lint issues
1 parent 12c02dc commit d0c37b0

7 files changed

Lines changed: 3078 additions & 3675 deletions

File tree

.yarn/releases/yarn-4.14.1.cjs

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-4.9.4.cjs

Lines changed: 0 additions & 942 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ nodeLinker: node-modules
44

55
npmRegistryServer: "https://registry.npmmirror.com"
66

7-
yarnPath: .yarn/releases/yarn-4.9.4.cjs
7+
yarnPath: .yarn/releases/yarn-4.14.1.cjs

docs/en/install/installing-devops-next.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For details on how to install and upgrade each component, please refer to the fo
1515
- <ExternalSiteLink name="alauda-build-of-sonarqube" href="/install/" children="Installing Alauda Build of SonarQube" />
1616
- <ExternalSiteLink name="alauda-build-of-nexus" href="/install/" children="Installing Alauda Build of Nexus" />
1717

18-
# Install Alauda DevOps
18+
## Install Alauda DevOps
1919

2020
For details on how to install Alauda DevOps, please refer to the following documents:
2121

docs/en/upgrade/overview.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,34 @@ title: Overview
1111

1212
When upgrading `Alauda Container Platform (ACP)` to `v4.1`, the upgrade strategy for `Alauda DevOps` depends on your current platform version. In all scenarios, migration to `Alauda DevOps (Next-Gen)` is **mandatory** to ensure platform **security**, **maintainability**, and compatibility with `ACP v4.1`.
1313

14-
# Upgrade Scenarios
14+
## Upgrade Scenarios
1515

1616
<Tabs>
1717
<Tab label="Upgrading from ACP v3.18">
1818

1919
If your current ACP version is `v3.18` , the `Alauda DevOps` upgrade path includes **two required steps**:
2020

21-
1. **Upgrade `Alauda DevOps` to v3.20**
21+
1. **Upgrade `Alauda DevOps` to v3.20**
2222
This version ensures compatibility with `ACP v4.1` and serves as the foundation for migration.
2323

24-
2. **Migrate `Alauda DevOps` to Alauda DevOps (Next-Gen)**
24+
2. **Migrate `Alauda DevOps` to Alauda DevOps (Next-Gen)**
2525
Migration to the next-generation architecture is required to maintain platform security and long-term support.
2626

2727
</Tab>
2828

2929
<Tab label="Upgrading from ACP v4.0">
3030

31-
If your current ACP version is `v4.0`, verify that `Alauda DevOps` has already been upgraded to **v3.20** before proceeding.
31+
If your current ACP version is `v4.0`, verify that `Alauda DevOps` has already been upgraded to **v3.20** before proceeding.
3232
After confirming the version, you must **migrate to `Alauda DevOps (Next-Gen)`** to align with `ACP v4.1` requirements.
3333

3434
</Tab>
3535
</Tabs>
3636

37-
# Why Migration Is Mandatory
37+
## Why Migration Is Mandatory
3838

3939
Migration to `Alauda DevOps (Next-Gen)` is required for the following reasons:
4040

41-
1. Enhanced **security**, improved **maintainability**, and overall platform robustness.
41+
1. Enhanced **security**, improved **maintainability**, and overall platform robustness.
4242
2. Starting from **ACP v4.1**, the following `Alauda DevOps v3` Operators will reach **end-of-life** and will **no longer be maintained or deployable**:
4343

4444
| Operator Name | Status |
@@ -49,16 +49,16 @@ Migration to `Alauda DevOps (Next-Gen)` is required for the following reasons:
4949
| Alauda DevOps SonarQube v3 | End-of-life |
5050
| Alauda DevOps Nexus v3 | End-of-life |
5151

52-
# Summary
52+
## Summary
5353

5454
| Step | Description | Required |
5555
| ------------------- | ------------------------------------------------------------ | -------- |
5656
| Upgrade to v3.20 | Upgrade `Alauda DevOps` to version 3.20 to ensure compatibility with `ACP v4.1`. | ✅ Yes |
5757
| Migrate to Next-Gen | Migrate to `Alauda DevOps (Next-Gen)` to enhance security and maintainability, and to meet ACP v4.1 requirements. | ✅ Yes |
5858

59-
# References
59+
## References
6060

61-
For detailed upgrade and migration procedures, refer to:
61+
For detailed upgrade and migration procedures, refer to:
6262

63-
- [Upgrading Alauda DevOps to v3.20](./upgrading-devops-v3.mdx)
63+
- [Upgrading Alauda DevOps to v3.20](./upgrading-devops-v3.mdx)
6464
- [Migrating Alauda DevOps to Alauda DevOps (Next-Gen)](./migrating-devops-v3-to-v4.mdx)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
3-
"@alauda/doom": "^1.12.1",
4-
"typescript": "^5.9.2"
3+
"@alauda/doom": "^2.2.0",
4+
"typescript": "^6.0.3"
55
},
66
"scripts": {
77
"dev": "doom dev",
@@ -10,5 +10,5 @@
1010
"serve": "doom serve",
1111
"translate": "doom translate"
1212
},
13-
"packageManager": "yarn@4.9.4"
13+
"packageManager": "yarn@4.14.1"
1414
}

0 commit comments

Comments
 (0)