Skip to content

Commit 7438bd0

Browse files
Update version files and documentation to v1.0.5 (#95)
* Update version files and documentation to v1.0.5 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 * manual changes * fix portal version top issue
1 parent ee02eeb commit 7438bd0

File tree

8 files changed

+213
-6
lines changed

8 files changed

+213
-6
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.4/v1.0.4_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.5/v1.0.5_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.4/v1.0.4_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.5/v1.0.5_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.4
1+
v1.0.5
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.4/v1.0.4_app.zip"
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"

docs/versions/ControlPlaneVersions.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,81 @@
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.5</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+
| asgiref | 3.8.1 |
31+
32+
### Servers & Runtimes
33+
34+
| Package Name | Version |
35+
| :----------: | :-----: |
36+
| gunicorn | 22.0.0 |
37+
38+
### Database Drivers
39+
40+
| Package Name | Version |
41+
| :-------------: | :-----: |
42+
| psycopg2-binary | 2.9.10 |
43+
| oracledb | 2.5.0 |
44+
| sqlparse | 0.5.0 |
45+
46+
### Cloud & Container SDKs
47+
48+
| Package Name | Version |
49+
| :----------: | :-----: |
50+
| kubernetes | 30.1.0 |
51+
| oci | 2.138.1 |
52+
53+
### HTTP Clients
54+
55+
| Package Name | Version |
56+
| :----------: | :-----: |
57+
| requests | 2.32.3 |
58+
59+
### Monitoring & Metrics
60+
61+
| Package Name | Version |
62+
| :---------------: | :-----: |
63+
| prometheus_client | 0.21.1 |
64+
65+
### Utilities & Validation
66+
67+
| Package Name | Version |
68+
| :----------: | :-----: |
69+
| jsonschema | 4.23.0 |
70+
| packaging | 24.0 |
71+
72+
### Date & Time
73+
74+
| Package Name | Version |
75+
| :----------: | :-----: |
76+
| pytz | 2024.1 |
77+
78+
</details>
79+
580
<details>
681
<summary><strong>v1.0.4</strong></summary>
782

docs/versions/PortalVersions.md

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

3+
<details>
4+
<summary><strong>v1.0.5</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+
56+
**Type Definitions**
57+
58+
- @types/js-cookie: ^3.0.6
59+
- @types/node: ^20
60+
- @types/react: ^19
61+
- @types/react-dom: ^19
62+
63+
</details>
64+
365
<details>
466
<summary><strong>v1.0.4</strong></summary>
567

docs/versions/QuickStartVersions.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,75 @@
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.5</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+
60+
### Container Versions
61+
62+
| Container | Version | Repository |
63+
| :----------------------- | :-----: | :------------------------------------------------: |
64+
| oci-corrino-cp | latest | iad.ocir.io/iduyx1qnmway/corrino-devops-repository |
65+
| oci-ai-blueprints-portal | latest | iad.ocir.io/iduyx1qnmway/corrino-devops-repository |
66+
67+
### Oracle Services
68+
69+
| Service | Version |
70+
| :-----: | :-----: |
71+
72+
</details>
73+
574
<details>
675
<summary><strong>v1.0.4</strong></summary>
776

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.4
1+
v1.0.5

oci_ai_blueprints_terraform/schema.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,12 +467,13 @@ variables:
467467
title: "Stack Version"
468468
type: enum
469469
enum:
470+
- "v1.0.5"
470471
- "v1.0.4"
471472
- "v1.0.3"
472473
- "v1.0.2"
473474
- "v1.0.1"
474475
- "v1.0.0"
475-
default: "v1.0.4"
476+
default: "v1.0.5"
476477
required: true
477478
visible: true
478479

0 commit comments

Comments
 (0)