You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version files and documentation to v1.0.2 (#71)
* Update version files and documentation to v1.0.2
Updated files:
- cluster_creation_terraform/CLUSTER_CREATION_STACK_VERSION
- cluster_creation_terraform/OCI_AI_BLUEPRINTS_LINK
- oci_ai_blueprints_terraform/OCI_AI_BLUEPRINTS_STACK_VERSION
- oci_ai_blueprints_terraform/schema.yaml (stack_version enum)
- GETTING_STARTED_README.md (Deploy to Oracle Cloud links)
- docs/versions/ControlPlaneVersions.md
- docs/versions/PortalVersions.md
- docs/versions/QuickStartVersions.md
* minor updates
* Enhance upgrade instructions for OCI AI Blueprints documentation. Updated steps for applying new releases, clarified technical background, and improved error handling guidance.
* Update troubleshooting guidance in installation documentation to request full logs for faster assistance.
* Update deployment links in documentation to remove region parameter for Oracle Cloud Resource Manager. Adjusted the link in both the GETTING_STARTED_README.md and OCI_AI_BLUEPRINTS_LINK file for consistency.
* Fix link formatting in OCI_AI_BLUEPRINTS_LINK by removing unnecessary ampersand from the URL.
Copy file name to clipboardExpand all lines: GETTING_STARTED_README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This guide helps you install and use **OCI AI Blueprints** for the first time. Y
24
24
25
25
Instead of creating an OKE cluster manually, you can deploy a **VCN + OKE cluster** in one click. Use the button below to open Oracle Cloud’s Resource Manager:
26
26
27
-
[](https://cloud.oracle.com/resourcemanager/stacks/create?region=home&zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/v1.0.1/v1.0.1_cluster.zip)
27
+
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/v1.0.2/v1.0.2_cluster.zip)
28
28
29
29
1. Click **Deploy to Oracle Cloud** above.
30
30
2. In **Create Stack**:
@@ -42,7 +42,7 @@ Now that your cluster is ready, follow these steps to install OCI AI Blueprints
42
42
43
43
1. Click the **Deploy to Oracle Cloud** button below to open another Resource Manager stack—this one for OCI AI Blueprints:
44
44
45
-
[](https://cloud.oracle.com/resourcemanager/stacks/create?region=home&zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/v1.0.1/v1.0.1_app.zip)
45
+
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/v1.0.2/v1.0.2_app.zip)
46
46
47
47
2. In the **Create Stack** wizard:
48
48
- Provide a **name** (e.g., _oci-ai-blueprints-stack_).
Copy file name to clipboardExpand all lines: docs/installing_new_updates.md
+40-14Lines changed: 40 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,49 @@
2
2
3
3
## Overview
4
4
5
-
OCI AI Blueprints team will release new versions of it's control-plane and frontend images once new features have been developed and thoroughly tested. In order to use the latest version of OCI AI Blueprints in your environment, apply the following steps.
5
+
The OCI AI Blueprints team regularly publishes **full-stack release packages** (control plane, frontend, blueprints, Terraform).
6
+
To upgrade your existing deployment, replace your stack’s source zip with the **latest package** from GitHub Releases and re-apply the stack in **OCI Resource Manager**.
6
7
7
-
### Steps:
8
+
---
8
9
9
-
1. In OCI Console > Resource Manager > Stacks
10
-
2. Choose the stack that was used to deploy OCI AI Blueprints originally
11
-
3. Make sure you have chosen the correct stack by clicking on "Variables" in the lower left corner underneath the "Resources" section. Verify the variables correspond to the OCI AI Blueprints instance you are wanting to update.
12
-
4. Verify that the API URL matches underneath the "Application Information" tab.
13
-
5. After successful verification that this is the correct stack, click "Apply" (in the button group near the top of the page containing Edit / Plan / Destroy / More Actions buttons)
14
-
6. A new Job in the stack will be created. Wait for this Job to finish
15
-
7. Once the Job is finished and no errors occurred, the Job will show State = "Succeeded"
16
-
8. At this point, your OCI AI Blueprints environment has been successfully updated and contains all the latest features
10
+
## Upgrade Steps
17
11
18
-
### Technical Background
12
+
1.**Download and unzip the latest release package**
19
13
20
-
Since the OCI AI Blueprints stack uses the "latest" image tag for all applications, when applying the stack again - Resource Manager pulls the latest image and applies it to your OKE cluster. No restart is needed since the deployments are restarted during the "Apply" phase.
14
+
- Go to **GitHub → Releases** for OCI AI Blueprints
0 commit comments