Skip to content

Commit 9230fca

Browse files
Merge pull request #62 from oracle-quickstart/release_v1.0.1
Release v1.0.1
2 parents 5052391 + c9f7e40 commit 9230fca

File tree

7 files changed

+183
-31
lines changed

7 files changed

+183
-31
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?region=home&zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/release-2025-05-16/release_2025_05_16_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?region=home&zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/v1.0.1/v1.0.1_cluster.zip)
2828

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

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

45-
[![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?region=home&zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/release-2025-05-16/release_2025_05_16_app.zip)
45+
[![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?region=home&zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/v1.0.1/v1.0.1_app.zip)
4646

4747
2. In the **Create Stack** wizard:
4848
- 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.0
1+
v1.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"https://cloud.oracle.com/resourcemanager/stacks/create?region=home&zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/release-2025-05-16/release_2025_05_16_app.zip"
1+
"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"

docs/software_versions/ControlPlaneVersions.md

Lines changed: 68 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +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.1</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+
| Package Name | Version |
24+
| :-----------------: | :-----: |
25+
| Django | 5.1.3 |
26+
| django-extensions | 3.2.3 |
27+
| djangorestframework | 3.14.0 |
28+
| gunicorn | 22.0.0 |
29+
| jsonschema | 4.23.0 |
30+
| kubernetes | 30.1.0 |
31+
| packaging | 24.0 |
32+
| psycopg2-binary | 2.9.10 |
33+
| pytz | 2024.1 |
34+
| sqlparse | 0.5.0 |
35+
| oci | 2.138.1 |
36+
| asgiref | 3.8.1 |
37+
| oracledb | 2.5.0 |
38+
| prometheus_client | 0.21.1 |
39+
| requests | 2.32.3 |
40+
41+
</details>
42+
543
<details>
644
<summary><strong>latest</strong></summary>
745

846
## Software Used in Containers
9-
|Container Name|Provider|Name|Type|Version|
10-
|:------------:|:------:|:--:|:--:|:-----:|
11-
|oci-corrino-cp / pod-util-amd64|Oracle|oraclelinux|Container|8|
12-
|oci-corrino-cp / pod-util-amd64|Python|python311|Programming Language|3.11.11|
13-
|oci-corrino-cp / pod-util-amd64|Python Pip|python3.11-pip|Package Manager|22.3.1|
14-
|pod-util-amd64|Oracle|oci-cli|Application|3.12|
15-
16-
--------
17-
--------
47+
48+
| Container Name | Provider | Name | Type | Version |
49+
| :-----------------------------: | :--------: | :------------: | :------------------: | :-----: |
50+
| oci-corrino-cp / pod-util-amd64 | Oracle | oraclelinux | Container | 8 |
51+
| oci-corrino-cp / pod-util-amd64 | Python | python311 | Programming Language | 3.11.11 |
52+
| oci-corrino-cp / pod-util-amd64 | Python Pip | python3.11-pip | Package Manager | 22.3.1 |
53+
| pod-util-amd64 | Oracle | oci-cli | Application | 3.12 |
54+
55+
---
56+
57+
---
58+
1859
## Python Packages
19-
|Package Name|Version|
20-
|:----------:|:-----:|
21-
|Django|5.1.3|
22-
|django-extensions|3.2.3|
23-
|djangorestframework|3.14.0|
24-
|gunicorn|22.0.0|
25-
|jsonschema|4.23.0|
26-
|kubernetes|30.1.0
27-
|packaging|24.0|
28-
|psycopg2-binary|2.9.10|
29-
|pytz|2024.1|
30-
|sqlparse|0.5.0|
31-
|oci|2.138.1|
32-
|asgiref|3.8.1|
33-
|oracledb|2.5.0|
34-
|prometheus_client|0.21.1|
60+
61+
| Package Name | Version |
62+
| :-----------------: | :-----: |
63+
| Django | 5.1.3 |
64+
| django-extensions | 3.2.3 |
65+
| djangorestframework | 3.14.0 |
66+
| gunicorn | 22.0.0 |
67+
| jsonschema | 4.23.0 |
68+
| kubernetes | 30.1.0 |
69+
| packaging | 24.0 |
70+
| psycopg2-binary | 2.9.10 |
71+
| pytz | 2024.1 |
72+
| sqlparse | 0.5.0 |
73+
| oci | 2.138.1 |
74+
| asgiref | 3.8.1 |
75+
| oracledb | 2.5.0 |
76+
| prometheus_client | 0.21.1 |
77+
3578
</details>
Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
11
# Portal Versions
22

3-
TODO
3+
<details>
4+
<summary><strong>v1.0.1</strong></summary>
5+
6+
- react: ^19.0.0
7+
- react-dom: ^19.0.0
8+
- next: 15.2.0-canary.74
9+
- @radix-ui/react-alert-dialog: ^1.1.11
10+
- @radix-ui/react-dialog: ^1.1.6
11+
- @radix-ui/react-label: ^2.1.2
12+
- @radix-ui/react-popover: ^1.1.6
13+
- @radix-ui/react-scroll-area: ^1.2.4
14+
- @radix-ui/react-slot: ^1.2.0
15+
- @radix-ui/react-tabs: ^1.1.3
16+
- @radix-ui/react-tooltip: ^1.1.8
17+
- class-variance-authority: ^0.7.1
18+
- clsx: ^2.1.1
19+
- js-cookie: ^3.0.5
20+
- lucide-react: ^0.476.0
21+
- next-themes: ^0.4.4
22+
- oci-common: ^2.104.0
23+
- oci-core: ^2.104.0
24+
- oci-identity: ^2.104.0
25+
- oci-objectstorage: ^2.104.0
26+
- react-markdown: ^10.1.0
27+
- sonner: ^2.0.1
28+
- tailwind-merge: ^3.0.2
29+
- tailwindcss-animate: ^1.0.7
30+
- @eslint/eslintrc: ^3
31+
- @tailwindcss/postcss: ^4
32+
- @tailwindcss/typography: ^0.5.16
33+
- @types/js-cookie: ^3.0.6
34+
- @types/node: ^20
35+
- @types/react: ^19
36+
- @types/react-dom: ^19
37+
- eslint: ^9
38+
- eslint-config-next: 15.2.0-canary.74
39+
- tailwindcss: ^4
40+
- typescript: ^5
41+
42+
</details>

docs/software_versions/QuickStartVersions.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,76 @@ The following table describes software versions for tagged releases of this quic
44

55
This will be replaced as soon as we start tagging. Wanted framework in place.
66

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

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

0 commit comments

Comments
 (0)