@cloud-ru/uikit-product-calculator 1.15.0 → 1.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist/cjs/config/platforms/evolution/product-config/EvolutionManagedKafka.js +6 -5
- package/dist/esm/config/platforms/evolution/product-config/EvolutionManagedKafka.js +6 -5
- package/package.json +7 -7
- package/src/config/platforms/evolution/product-config/EvolutionManagedKafka.ts +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 1.16.1 (2026-09-18)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@cloud-ru/uikit-product-icons@18.2.0]($PUBLIC_PROJECT_URL/blob/master/packages/icons/CHANGELOG.md)
|
|
10
|
+
* [@cloud-ru/uikit-product-mobile-accordion@1.1.28]($PUBLIC_PROJECT_URL/blob/master/packages/mobile-accordion/CHANGELOG.md)
|
|
11
|
+
* [@cloud-ru/uikit-product-mobile-dropdown@2.1.30]($PUBLIC_PROJECT_URL/blob/master/packages/mobile-dropdown/CHANGELOG.md)
|
|
12
|
+
* [@cloud-ru/uikit-product-mobile-fields@2.2.16]($PUBLIC_PROJECT_URL/blob/master/packages/mobile-fields/CHANGELOG.md)
|
|
13
|
+
* [@cloud-ru/uikit-product-mobile-modal@2.2.13]($PUBLIC_PROJECT_URL/blob/master/packages/mobile-modal/CHANGELOG.md)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# 1.16.0 (2026-09-18)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **EVODBAAS-8813:** added vCPU RAM for Kafka ([f38ebe7](https://github.com/cloud-ru-tech/uikit-product/commit/f38ebe7737de8ef34044673bdfebc1d6f32ed92b))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# 1.15.0 (2026-09-18)
|
|
7
31
|
|
|
8
32
|
|
|
@@ -3,12 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.EVOLUTION_MANAGED_KAFKA_CONFIG = void 0;
|
|
4
4
|
const components_1 = require("../../../../components");
|
|
5
5
|
const utils_1 = require("../../../utils");
|
|
6
|
-
const CPU = [2, 4, 8];
|
|
7
|
-
const RAM = [4, 8, 16, 32];
|
|
6
|
+
const CPU = [2, 4, 8, 16];
|
|
7
|
+
const RAM = [4, 8, 16, 32, 64, 128];
|
|
8
8
|
const cpuToRamMap = {
|
|
9
|
-
'2': [4],
|
|
10
|
-
'4': [8, 16],
|
|
11
|
-
'8': [32],
|
|
9
|
+
'2': [4, 8, 16],
|
|
10
|
+
'4': [8, 16, 32],
|
|
11
|
+
'8': [32, 64],
|
|
12
|
+
'16': [64, 128],
|
|
12
13
|
};
|
|
13
14
|
const brokerQuantity = [1, 3, 5, 7];
|
|
14
15
|
exports.EVOLUTION_MANAGED_KAFKA_CONFIG = {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { CONTROL } from '../../../../components';
|
|
2
2
|
import { generateCpuItems, generateRamItems, getDisk } from '../../../utils';
|
|
3
|
-
const CPU = [2, 4, 8];
|
|
4
|
-
const RAM = [4, 8, 16, 32];
|
|
3
|
+
const CPU = [2, 4, 8, 16];
|
|
4
|
+
const RAM = [4, 8, 16, 32, 64, 128];
|
|
5
5
|
const cpuToRamMap = {
|
|
6
|
-
'2': [4],
|
|
7
|
-
'4': [8, 16],
|
|
8
|
-
'8': [32],
|
|
6
|
+
'2': [4, 8, 16],
|
|
7
|
+
'4': [8, 16, 32],
|
|
8
|
+
'8': [32, 64],
|
|
9
|
+
'16': [64, 128],
|
|
9
10
|
};
|
|
10
11
|
const brokerQuantity = [1, 3, 5, 7];
|
|
11
12
|
export const EVOLUTION_MANAGED_KAFKA_CONFIG = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-calculator",
|
|
3
3
|
"title": "Calculator",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.16.1",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"scripts": {},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@cloud-ru/ft-copy-to-clipboard": "0.1.0",
|
|
40
|
-
"@cloud-ru/uikit-product-icons": "18.
|
|
41
|
-
"@cloud-ru/uikit-product-mobile-accordion": "1.1.
|
|
42
|
-
"@cloud-ru/uikit-product-mobile-dropdown": "2.1.
|
|
43
|
-
"@cloud-ru/uikit-product-mobile-fields": "2.2.
|
|
44
|
-
"@cloud-ru/uikit-product-mobile-modal": "2.2.
|
|
40
|
+
"@cloud-ru/uikit-product-icons": "18.2.0",
|
|
41
|
+
"@cloud-ru/uikit-product-mobile-accordion": "1.1.28",
|
|
42
|
+
"@cloud-ru/uikit-product-mobile-dropdown": "2.1.30",
|
|
43
|
+
"@cloud-ru/uikit-product-mobile-fields": "2.2.16",
|
|
44
|
+
"@cloud-ru/uikit-product-mobile-modal": "2.2.13",
|
|
45
45
|
"@cloud-ru/uikit-product-utils": "9.1.0",
|
|
46
46
|
"@snack-uikit/alert": "0.16.31",
|
|
47
47
|
"@snack-uikit/button": "0.19.19",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/lodash": "4.17.13"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "fb49a5ab9d8df207ad9acfb9d0788a1088b24404"
|
|
75
75
|
}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { CONTROL, FormConfig } from '../../../../components';
|
|
2
2
|
import { generateCpuItems, generateRamItems, getDisk } from '../../../utils';
|
|
3
3
|
|
|
4
|
-
const CPU = [2, 4, 8];
|
|
5
|
-
const RAM = [4, 8, 16, 32];
|
|
4
|
+
const CPU = [2, 4, 8, 16];
|
|
5
|
+
const RAM = [4, 8, 16, 32, 64, 128];
|
|
6
6
|
|
|
7
7
|
const cpuToRamMap: Record<string, number[]> = {
|
|
8
|
-
'2': [4],
|
|
9
|
-
'4': [8, 16],
|
|
10
|
-
'8': [32],
|
|
8
|
+
'2': [4, 8, 16],
|
|
9
|
+
'4': [8, 16, 32],
|
|
10
|
+
'8': [32, 64],
|
|
11
|
+
'16': [64, 128],
|
|
11
12
|
};
|
|
12
13
|
|
|
13
14
|
const brokerQuantity = [1, 3, 5, 7];
|