Skip to content

Commit d27be29

Browse files
chore: update upgrade guides (#491)
1 parent 886dc54 commit d27be29

File tree

7 files changed

+190
-213
lines changed

7 files changed

+190
-213
lines changed

dial-samples/common-ui-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@monaco-editor/react": "^4.7.0",
3333
"@tabler/icons-react": "^3.30.0",
3434
"classnames": "^2.5.1",
35-
"lodash": "^4.17.23",
35+
"lodash": "^4.18.0",
3636
"monaco-editor": "^0.52.2",
3737
"next": "~15.5.14",
3838
"next-auth": "^4.24.12",

dial-samples/common-ui-app/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8307,11 +8307,16 @@ lodash.uniq@^4.5.0:
83078307
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
83088308
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
83098309

8310-
lodash@^4.17.21, lodash@^4.17.23:
8310+
lodash@^4.17.21:
83118311
version "4.17.23"
83128312
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
83138313
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
83148314

8315+
lodash@^4.18.0:
8316+
version "4.18.1"
8317+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
8318+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
8319+
83158320
log-symbols@^4.0.0:
83168321
version "4.1.0"
83178322
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"

docs/releases/1.38/upgrade-to-1.38.md

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

docs/releases/1.39/upgrade-to-1.39.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
- ai-dial-code-interpreter: `0.2.0`
2323
- ai-dial-app-controller: `0.3.0`
2424
- ai-dial-app-builder-python: `0.1.0`
25-
- quick-apps: `0.8.2`
26-
- quick-apps-2.0: `0.3.1`
27-
- mindmap-backend: `0.12.6`
28-
- mindmap-frontend: `0.9.8`
29-
- admin-backend: `0.12.0`
30-
- admin-frontend: `0.12.4`
25+
- ai-dial-quick-apps: `0.8.2`
26+
- ai-dial-quick-apps-2.0: `0.3.1`
27+
- ai-dial-mindmap-backend: `0.12.6`
28+
- ai-dial-mindmap-frontend: `0.9.8`
29+
- ai-dial-admin-backend: `0.12.0`
30+
- ai-dial-admin-frontend: `0.12.4`
3131
- ai-dial-admin-mcp-manager-backend ->ai-dial-admin-deployment-manager-backend: `0.3.1`
3232

3333
## Before upgrade
@@ -53,10 +53,6 @@ Added new optional env variables
5353

5454
`NEXT_PUBLIC_STAGE_CONTENT_LIMIT` - Sets the maximum size (in kilobytes) for stage content when rendered. If the content exceeds this limit, a download link will be shown instead. Default value is 40.
5555

56-
### ai-dial-chat-themes
57-
58-
### ai-dial-adapter-openai
59-
6056
### ai-dial-adapter-bedrock
6157

6258
Added new optional env variables
@@ -89,9 +85,7 @@ ANTHROPIC_MAX_RETRY_ATTEMPTS=2
8985
GOOGLE_GENAI_MAX_RETRY_ATTEMPTS=4
9086
```
9187

92-
### admin-frontend
93-
94-
### admin-backend
88+
### ai-dial-admin-backend
9589

9690
#### Detect dial-core versions changes
9791

@@ -112,11 +106,11 @@ Environment variables to configure embeddings thread pools DIAL_RAG**CPU_POOLS**
112106
IMPORTANT (!!!)
113107
The Deployment Manager FE is part of the Administration application FE.
114108

115-
### Mind Map
109+
### ai-dial-mind-map
116110

117111
The migration guide: <https://github.com/epam/dial-mind-map-frontend/wiki/Migration-Guide-from-0.2-to-0.3>
118112

119-
### quick-apps-2.0
113+
### ai-dial-quick-apps-2.0
120114

121115
Update schema to the recent one: [Quickapp2 Schema](./quickapp2-schema.json). Changes were done in `$defs` and `properties` sections.
122116
Use admin panel to update existing quick apps to the recent schema version.

docs/releases/1.40/upgrade-to-1.40.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
- ai-dial-code-interpreter: `0.2.0`
2323
- ai-dial-app-controller: `0.3.0`
2424
- ai-dial-app-builder-python: `0.1.0`
25-
- quick-apps: `0.8.2` (deprecated, use ai-dial-quickapps-backend for new installations)
25+
- ai-dial-quick-apps: `0.8.2` (deprecated, use ai-dial-quickapps-backend for new installations)
2626
- ai-dial-quickapps-backend: `0.4.0` (earlier known as quick-apps-2.0)
27-
- mindmap-backend: `0.13.0`
28-
- mindmap-frontend: `0.9.13`
29-
- admin-backend: `0.13.0`
30-
- admin-frontend: `0.13.4`
27+
- ai-dial-mind-map-backend: `0.13.0`
28+
- ai-dial-mindmap-frontend: `0.9.13`
29+
- ai-dial-admin-backend: `0.13.0`
30+
- ai-dial-admin-frontend: `0.13.4`
3131
- ai-dial-admin-deployment-manager-backend: `0.13.1`
3232

3333
## Before upgrade
@@ -42,24 +42,15 @@
4242

4343
## Config changes
4444

45-
### ai-dial-core
46-
47-
48-
### ai-dial-chat
49-
5045
### ai-dial-chat-themes
5146
Added new button colors. If you are using a custom theme, please add the new color definitions to your theme configuration. (https://github.com/epam/ai-dial-chat-themes/blob/development/docs/CHANGELOG.md#0130)
5247

53-
### ai-dial-adapter-openai
54-
55-
### ai-dial-adapter-bedrock
56-
5748

5849
### ai-dial-adapter-vertexai
5950

6051
- Deprecation of COMPATIBILITY_MAPPING env var in favour of per-upstream configuration (https://github.com/epam/ai-dial-adapter-vertexai?tab=readme-ov-file#compatibility-configuration-in-dial-core-config)
6152

62-
### admin-frontend
53+
### ai-dial-admin-frontend
6354

6455
#### Deployment manager FE configuration changes
6556

@@ -69,7 +60,7 @@ Added new button colors. If you are using a custom theme, please add the new col
6960
- `DEPLOYMENTS_PLUGIN_ENABLED` — removed, no longer used.
7061

7162

72-
### admin-backend
63+
### ai-dial-admin-backend
7364
#### S2S Admin Backend and core configuration
7465
Here is the full instraction for dial admin s2s configuration :
7566
- keycloack provider - https://github.com/epam/ai-dial-admin-backend/blob/development/docs/keycloack-s2s.md
@@ -131,9 +122,6 @@ A new **Model Serving (Preview)** feature has been introduced. When the underlyi
131122

132123
These settings ensure the service operates correctly in environments where model serving components are not yet ready or deployed.
133124

134-
### ai-dial-rag
135-
136-
### Mind Map
137125

138126
### ai-dial-quickapps-backend
139127

docs/releases/1.41/upgrade-to-1.41.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
- ai-dial-app-controller: `0.4.0`
2424
- ai-dial-app-builder-python: `0.1.0`
2525
- ai-dial-quickapps-backend: `0.5.2`
26-
- dial-mind-map-backend: `0.13.2`
27-
- dial-mind-map-frontend: `0.9.15`
26+
- ai-dial-mind-map-backend: `0.13.2`
27+
- ai-dial-mind-map-frontend: `0.9.15`
2828
- ai-dial-admin-backend: `0.14.3`
2929
- ai-dial-admin-frontend: `0.14.5`
3030
- ai-dial-admin-deployment-manager-backend: `0.14.3`
@@ -69,9 +69,6 @@ For more details of changes, see the [changelog](https://github.com/epam/ai-dial
6969
### ai-dial-chat-themes
7070
Added new button colors and rename color tokens. If you are using a custom theme, please add the new color definitions to your theme configuration. For more details of changes, see the [changelog](https://github.com/epam/ai-dial-chat-themes/tree/0.14.0/docs/CHANGELOG.md#0140).
7171

72-
73-
### ai-dial-adapter-openai
74-
7572
### ai-dial-adapter-bedrock
7673

7774
#### Deprecated Environment Variable
@@ -80,9 +77,8 @@ Added new button colors and rename color tokens. If you are using a custom theme
8077
|----------------------------|---------------|------------|
8178
| `COMPATIBILITY_MAPPING` | `{}` | **Deprecated** in favor of [compatibility configuration in DIAL Core config](https://github.com/epam/ai-dial-adapter-bedrock/tree/0.37.0?tab=readme-ov-file#compatibility-configuration-in-dial-core-config). For more details of changes, see [Adapter Bedrock Environment Variables](https://github.com/epam/ai-dial-adapter-bedrock/tree/0.37.0?tab=readme-ov-file#environment-variables) section. |
8279

83-
### ai-dial-adapter-vertexai
8480

85-
### admin-frontend
81+
### ai-dial-admin-frontend
8682

8783
Requires `ai-dial-chat-themes` **v0.14.0 or higher**
8884
For more details of changes, see the [changelog](https://github.com/epam/ai-dial-chat-themes/tree/0.14.0/docs/CHANGELOG.md#0140).
@@ -95,7 +91,7 @@ For more details of changes, see the [changelog](https://github.com/epam/ai-dial
9591
|----------------------|---------------|----------|------------|----------------|
9692
| `AUTH_IDTOKEN_PROVIDERS` | - | No | Comma-separated list of identity provider IDs that will pass an **identity token** to the API instead of an access token. This is required for providers whose access tokens are not JWT (e.g., Google, GitLab). | Any string. Values must be separated by commas (e.g., `google,gitlab`). |
9793

98-
### admin-backend
94+
### ai-dial-admin-backend
9995
#### GCP Database Setup
10096

10197
If you are using a **GCP Database**, follow the instructions in the [GCP Database Configuration Guide](https://github.com/epam/ai-dial-admin-backend/blob/0.14.2/docs/gcp-cloud-postgres.md) to set it up properly.
@@ -220,12 +216,6 @@ The following environment variables were removed:
220216
221217
If these variables are still present in your environment, they should be removed to avoid confusion.
222218
223-
### ai-dial-rag
224-
225-
### Mind Map
226-
227-
### ai-dial-app-controller
228-
229219
### ai-dial-quickapps-backend
230220
231221
* env variable `PREDEFINED_BASE_PATH` [was deprecated](https://github.com/epam/ai-dial-quickapps-backend/tree/0.5.2?tab=readme-ov-file#deprecated-environment-variables). Migrate to `PREDEFINED_EXTRA_PATHS` by renaming env variable and formatting value as json list, if needed (`value` -> `["value"]`).

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)