Skip to content

Commit 0bf705e

Browse files
Update version files and documentation to v1.0.7 (#106)
* Update version files and documentation to v1.0.7 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 * Update version files to v1.0.7 - Refined formatting in ControlPlaneVersions.md, PortalVersions.md, and QuickStartVersions.md for better readability. - Added a description for the software versions tables in each document. - Updated version details for the latest release.
1 parent 632af03 commit 0bf705e

File tree

8 files changed

+213
-12
lines changed

8 files changed

+213
-12
lines changed

GETTING_STARTED_README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This guide helps you install and use **OCI AI Blueprints** for the first time. Y
2424

2525
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:
2626

27-
[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/v1.0.5/v1.0.5_cluster.zip)
27+
[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/v1.0.7/v1.0.7_cluster.zip)
2828

2929
1. Click **Deploy to Oracle Cloud** above.
3030
2. In **Create Stack**:
@@ -45,7 +45,7 @@ Now that your cluster is ready, follow these steps to install OCI AI Blueprints
4545

4646
1. Click the **Deploy to Oracle Cloud** button below to open another Resource Manager stack—this one for OCI AI Blueprints:
4747

48-
[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/v1.0.5/v1.0.5_app.zip)
48+
[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/v1.0.7/v1.0.7_app.zip)
4949

5050
2. In the **Create Stack** wizard:
5151
- Provide a **name** (e.g., _oci-ai-blueprints-stack_).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.5
1+
v1.0.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/v1.0.5/v1.0.5_app.zip"
1+
"https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/v1.0.7/v1.0.7_app.zip"

docs/versions/ControlPlaneVersions.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,77 @@
22

33
The following table describes software versions for tagged releases of blueprints control plane software, with most recent tags listed first.
44

5+
<details>
6+
<summary><strong>v1.0.7</strong></summary>
7+
8+
## Software Used in Containers
9+
10+
| Container Name | Provider | Name | Type | Version |
11+
| :-----------------------------: | :--------: | :------------: | :------------------: | :-----: |
12+
| oci-corrino-cp / pod-util-amd64 | Oracle | oraclelinux | Container | 8 |
13+
| oci-corrino-cp / pod-util-amd64 | Python | python311 | Programming Language | 3.11.11 |
14+
| oci-corrino-cp / pod-util-amd64 | Python Pip | python3.11-pip | Package Manager | 22.3.1 |
15+
| pod-util-amd64 | Oracle | oci-cli | Application | 3.12 |
16+
17+
---
18+
19+
---
20+
21+
## Python Packages
22+
23+
### Web Frameworks & Extensions
24+
25+
| Package Name | Version |
26+
| :-----------------: | :-----: |
27+
| Django | 5.1.3 |
28+
| django-extensions | 3.2.3 |
29+
| djangorestframework | 3.14.0 |
30+
| drf-spectacular | 0.28.0 |
31+
| asgiref | 3.8.1 |
32+
| pytz | 2024.1 |
33+
34+
### API Servers & Runtimes
35+
36+
| Package Name | Version |
37+
| :----------: | :-----: |
38+
| gunicorn | 22.0.0 |
39+
40+
### Database & Query Utilities
41+
42+
| Package Name | Version |
43+
| :-------------: | :-----: |
44+
| psycopg2-binary | 2.9.10 |
45+
| oracledb | 2.5.0 |
46+
| sqlparse | 0.5.0 |
47+
48+
### Cloud & Container SDKs
49+
50+
| Package Name | Version |
51+
| :----------: | :-----: |
52+
| kubernetes | 30.1.0 |
53+
| oci | 2.138.1 |
54+
55+
### HTTP Clients & Utilities
56+
57+
| Package Name | Version |
58+
| :----------: | :-----: |
59+
| requests | 2.32.3 |
60+
| packaging | 24.0 |
61+
62+
### Monitoring & Metrics
63+
64+
| Package Name | Version |
65+
| :---------------: | :-----: |
66+
| prometheus_client | 0.21.1 |
67+
68+
### Validation & Serialization
69+
70+
| Package Name | Version |
71+
| :----------: | :-----: |
72+
| jsonschema | 4.23.0 |
73+
74+
</details>
75+
576
<details>
677
<summary><strong>v1.0.5</strong></summary>
778

docs/versions/PortalVersions.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
11
# Portal Versions
22

3+
<details>
4+
<summary><strong>v1.0.7</strong></summary>
5+
6+
**React & Framework**
7+
8+
- react: ^19.0.0
9+
- react-dom: ^19.0.0
10+
- next: 15.2.0-canary.74
11+
- next-themes: ^0.4.4
12+
13+
**UI Primitives (@radix-ui)**
14+
15+
- @radix-ui/react-alert-dialog: ^1.1.11
16+
- @radix-ui/react-dialog: ^1.1.6
17+
- @radix-ui/react-label: ^2.1.2
18+
- @radix-ui/react-popover: ^1.1.6
19+
- @radix-ui/react-scroll-area: ^1.2.4
20+
- @radix-ui/react-slot: ^1.2.0
21+
- @radix-ui/react-tabs: ^1.1.3
22+
- @radix-ui/react-tooltip: ^1.1.8
23+
24+
**Components & Utilities**
25+
26+
- class-variance-authority: ^0.7.1
27+
- clsx: ^2.1.1
28+
- js-cookie: ^3.0.5
29+
- lucide-react: ^0.476.0
30+
- react-markdown: ^10.1.0
31+
- sonner: ^2.0.1
32+
- tailwind-merge: ^3.0.2
33+
- tailwindcss-animate: ^1.0.7
34+
35+
**OCI SDK**
36+
37+
- oci-common: ^2.104.0
38+
- oci-core: ^2.104.0
39+
- oci-identity: ^2.104.0
40+
- oci-objectstorage: ^2.104.0
41+
42+
---
43+
44+
**DevDependencies**
45+
46+
**Build & Lint**
47+
48+
- typescript: ^5
49+
- tailwindcss: ^4
50+
- @tailwindcss/postcss: ^4
51+
- @tailwindcss/typography: ^0.5.16
52+
- eslint: ^9
53+
- @eslint/eslintrc: ^3
54+
- eslint-config-next: 15.2.0-canary.74
55+
- @types/js-cookie: ^3.0.6
56+
- @types/node: ^20
57+
- @types/react: ^19
58+
- @types/react-dom: ^19
59+
60+
</details>
61+
362
<details>
463
<summary><strong>v1.0.5</strong></summary>
564

docs/versions/QuickStartVersions.md

Lines changed: 76 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,76 @@
22

33
The following table describes software versions for tagged releases of this quickstart software repository, with most recent tags listed first.
44

5+
<details>
6+
<summary><strong>v1.0.7</strong></summary>
7+
8+
## Cluster Creation Terraform
9+
10+
### Terraform / Provider Versions
11+
12+
| Component Type | Component Name | Component Source | Component Version |
13+
| :------------: | :------------: | :------------------: | :---------------: |
14+
| Language | Terraform | hashicorp | >=1.5 |
15+
| Provider | oci | oracle/oci | >=5 |
16+
| Provider | kubernetes | hashicorp/kubernetes | >=2.27 |
17+
| Provider | helm | hashicorp/helm | >=2.12 |
18+
| Provider | tls | hashicorp/tls | >=4 |
19+
| Provider | local | hashicorp/local | >=2.5 |
20+
| Provider | random | hashicorp/random | >=3.6 |
21+
22+
### Oracle Services
23+
24+
| Service | Version |
25+
| :----------------------: | :-----: |
26+
| Oracle Kubernetes Engine | v1.31.1 |
27+
28+
---
29+
30+
---
31+
32+
## OCI AI Blueprints Terraform
33+
34+
### Terraform / Provider Versions
35+
36+
| Component Type | Component Name | Component Source | Component Version |
37+
| :------------: | :------------: | :------------------: | :---------------: |
38+
| Language | Terraform | hashicorp | >=1.5 |
39+
| Provider | oci | oracle/oci | 4 <= version < 5 |
40+
| Provider | kubernetes | hashicorp/kubernetes | >=2 |
41+
| Provider | helm | hashicorp/helm | >=2 |
42+
| Provider | tls | hashicorp/tls | >=4 |
43+
| Provider | local | hashicorp/local | >=2 |
44+
| Provider | random | hashicorp/random | >=3 |
45+
46+
### Helm Chart Versions
47+
48+
| Chart Name | Version | Chart URL |
49+
| :------------------: | :-----: | :------------------------------------------------: |
50+
| Grafana | 6.47.1 | https://grafana.github.io/helm-charts |
51+
| Prometheus | 19.0.1 | https://prometheus-community.github.io/helm-charts |
52+
| Metrics Server | 3.8.3 | https://kubernetes-sigs.github.io/metrics-server |
53+
| Ingress Nginx | 4.4.0 | https://kubernetes.github.io/ingress-nginx |
54+
| MLFlow | 0.16.5 | https://community-charts.github.io/helm-charts |
55+
| NVIDIA GPU Operator | v25.3.0 | https://helm.ngc.nvidia.com/nvidia |
56+
| Keda | 2.17.0 | https://kedacore.github.io/charts |
57+
| LeaderWorkerSet | 0.1.0 | local |
58+
| Kueue | 0.11.4 | oci://registry.k8s.io/kueue/charts |
59+
| AMD Metrics Exporter | v1.2.1 | https://rocm.github.io/device-metrics-exporter |
60+
61+
### Container Versions
62+
63+
| Container | Version | Repository |
64+
| :----------------------- | :-----: | :------------------------------------------------: |
65+
| oci-corrino-cp | latest | iad.ocir.io/iduyx1qnmway/corrino-devops-repository |
66+
| oci-ai-blueprints-portal | latest | iad.ocir.io/iduyx1qnmway/corrino-devops-repository |
67+
68+
### Oracle Services
69+
70+
| Service | Version |
71+
| :-----: | :-----: |
72+
73+
</details>
74+
575
<details>
676
<summary><strong>v1.0.5</strong></summary>
777

@@ -45,15 +115,15 @@ The following table describes software versions for tagged releases of this quic
45115

46116
### Helm Chart Versions
47117

48-
| Chart Name | Version | Chart URL |
49-
| :-----------------: | :-----: | :------------------------------------------------: |
118+
| Chart Name | Version | Chart URL |
119+
| :------------------: | :-----: | :------------------------------------------------: |
50120
| Grafana | 6.47.1 | https://grafana.github.io/helm-charts |
51-
| Prometheus | 19.0.1 | https://prometheus-community.github.io/helm-charts |
52-
| Metrics Server | 3.8.3 | https://kubernetes-sigs.github.io/metrics-server |
121+
| Prometheus | 19.0.1 | https://prometheus-community.github.io/helm-charts |
122+
| Metrics Server | 3.8.3 | https://kubernetes-sigs.github.io/metrics-server |
53123
| Ingress Nginx | 4.4.0 | https://kubernetes.github.io/ingress-nginx |
54-
| MLFlow | 0.16.5 | https://community-charts.github.io/helm-charts |
124+
| MLFlow | 0.16.5 | https://community-charts.github.io/helm-charts |
55125
| NVIDIA GPU Operator | v25.3.0 | https://helm.ngc.nvidia.com/nvidia |
56-
| Keda | 2.17.0 | https://kedacore.github.io/charts |
126+
| Keda | 2.17.0 | https://kedacore.github.io/charts |
57127
| LeaderWorkerSet | 0.1.0 | local |
58128
| Kueue | 0.11.4 | oci://registry.k8s.io/kueue/charts |
59129
| AMD Metrics Exporter | v1.2.1 | local |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.5
1+
v1.0.7

oci_ai_blueprints_terraform/schema.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,13 +469,14 @@ variables:
469469
title: "Stack Version"
470470
type: enum
471471
enum:
472+
- "v1.0.7"
472473
- "v1.0.5"
473474
- "v1.0.4"
474475
- "v1.0.3"
475476
- "v1.0.2"
476477
- "v1.0.1"
477478
- "v1.0.0"
478-
default: "v1.0.5"
479+
default: "v1.0.7"
479480
required: true
480481
visible: true
481482

0 commit comments

Comments
 (0)