Skip to content

Update version files and documentation to v1.0.6 #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GETTING_STARTED_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This guide helps you install and use **OCI AI Blueprints** for the first time. Y

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:

[![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)
[![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.6/v1.0.6_cluster.zip)

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

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

[![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)
[![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.6/v1.0.6_app.zip)

2. In the **Create Stack** wizard:
- Provide a **name** (e.g., _oci-ai-blueprints-stack_).
Expand Down
2 changes: 1 addition & 1 deletion cluster_creation_terraform/CLUSTER_CREATION_STACK_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.5
v1.0.6
2 changes: 1 addition & 1 deletion cluster_creation_terraform/OCI_AI_BLUEPRINTS_LINK
Original file line number Diff line number Diff line change
@@ -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"
"https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-ai-blueprints/releases/download/v1.0.6/v1.0.6_app.zip"
80 changes: 80 additions & 0 deletions docs/versions/ControlPlaneVersions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,86 @@

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

<details>
<summary><strong>v1.0.6</strong></summary>

## Software Used in Containers

| Container Name | Provider | Name | Type | Version |
| :-----------------------------: | :--------: | :------------: | :------------------: | :-----: |
| oci-corrino-cp / pod-util-amd64 | Oracle | oraclelinux | Container | 8 |
| oci-corrino-cp / pod-util-amd64 | Python | python311 | Programming Language | 3.11.11 |
| oci-corrino-cp / pod-util-amd64 | Python Pip | python3.11-pip | Package Manager | 22.3.1 |
| pod-util-amd64 | Oracle | oci-cli | Application | 3.12 |

---

---

## Python Packages

### Web Frameworks & Extensions

| Package Name | Version |
| :-----------------: | :-----: |
| Django | 5.1.3 |
| django-extensions | 3.2.3 |
| djangorestframework | 3.14.0 |
| asgiref | 3.8.1 |

### API Documentation

| Package Name | Version |
| :-------------: | :-----: |
| drf-spectacular | 0.28.0 |

### Servers & Runtimes

| Package Name | Version |
| :----------: | :-----: |
| gunicorn | 22.0.0 |

### Database Drivers

| Package Name | Version |
| :-------------: | :-----: |
| psycopg2-binary | 2.9.10 |
| oracledb | 2.5.0 |
| sqlparse | 0.5.0 |

### Cloud & Container SDKs

| Package Name | Version |
| :----------: | :-----: |
| kubernetes | 30.1.0 |
| oci | 2.138.1 |

### HTTP Clients

| Package Name | Version |
| :----------: | :-----: |
| requests | 2.32.3 |

### Validation & Schema

| Package Name | Version |
| :----------: | :-----: |
| jsonschema | 4.23.0 |

### Monitoring & Telemetry

| Package Name | Version |
| :---------------: | :-----: |
| prometheus_client | 0.21.1 |

### Packaging & Utilities

| Package Name | Version |
| :----------: | :-----: |
| packaging | 24.0 |

</details>

<details>
<summary><strong>v1.0.5</strong></summary>

Expand Down
62 changes: 62 additions & 0 deletions docs/versions/PortalVersions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,67 @@
# Portal Versions

<details>
<summary><strong>v1.0.6</strong></summary>

**React & Framework**

- react: ^19.0.0
- react-dom: ^19.0.0
- next: 15.2.0-canary.74
- next-themes: ^0.4.4

**UI Primitives (@radix-ui)**

- @radix-ui/react-alert-dialog: ^1.1.11
- @radix-ui/react-dialog: ^1.1.6
- @radix-ui/react-label: ^2.1.2
- @radix-ui/react-popover: ^1.1.6
- @radix-ui/react-scroll-area: ^1.2.4
- @radix-ui/react-slot: ^1.2.0
- @radix-ui/react-tabs: ^1.1.3
- @radix-ui/react-tooltip: ^1.1.8

**Components & Utilities**

- class-variance-authority: ^0.7.1
- clsx: ^2.1.1
- js-cookie: ^3.0.5
- lucide-react: ^0.476.0
- react-markdown: ^10.1.0
- sonner: ^2.0.1
- tailwind-merge: ^3.0.2
- tailwindcss-animate: ^1.0.7

**OCI SDK**

- oci-common: ^2.104.0
- oci-core: ^2.104.0
- oci-identity: ^2.104.0
- oci-objectstorage: ^2.104.0

---

**DevDependencies**

**Build & Lint**

- typescript: ^5
- tailwindcss: ^4
- @tailwindcss/postcss: ^4
- @tailwindcss/typography: ^0.5.16
- eslint: ^9
- eslint-config-next: 15.2.0-canary.74
- @eslint/eslintrc: ^3

**Type Definitions**

- @types/js-cookie: ^3.0.6
- @types/node: ^20
- @types/react: ^19
- @types/react-dom: ^19

</details>

<details>
<summary><strong>v1.0.5</strong></summary>

Expand Down
82 changes: 76 additions & 6 deletions docs/versions/QuickStartVersions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,76 @@

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

<details>
<summary><strong>v1.0.6</strong></summary>

## Cluster Creation Terraform

### Terraform / Provider Versions

| Component Type | Component Name | Component Source | Component Version |
| :------------: | :------------: | :------------------: | :---------------: |
| Language | Terraform | hashicorp | >=1.5 |
| Provider | oci | oracle/oci | >=5 |
| Provider | kubernetes | hashicorp/kubernetes | >=2.27 |
| Provider | helm | hashicorp/helm | >=2.12 |
| Provider | tls | hashicorp/tls | >=4 |
| Provider | local | hashicorp/local | >=2.5 |
| Provider | random | hashicorp/random | >=3.6 |

### Oracle Services

| Service | Version |
| :----------------------: | :-----: |
| Oracle Kubernetes Engine | v1.31.1 |

---

---

## OCI AI Blueprints Terraform

### Terraform / Provider Versions

| Component Type | Component Name | Component Source | Component Version |
| :------------: | :------------: | :------------------: | :---------------: |
| Language | Terraform | hashicorp | >=1.5 |
| Provider | oci | oracle/oci | 4 <= version < 5 |
| Provider | kubernetes | hashicorp/kubernetes | >=2 |
| Provider | helm | hashicorp/helm | >=2 |
| Provider | tls | hashicorp/tls | >=4 |
| Provider | local | hashicorp/local | >=2 |
| Provider | random | hashicorp/random | >=3 |

### Helm Chart Versions

| Chart Name | Version | Chart URL |
| :------------------: | :-----: | :------------------------------------------------: |
| Grafana | 6.47.1 | https://grafana.github.io/helm-charts |
| Prometheus | 19.0.1 | https://prometheus-community.github.io/helm-charts |
| Metrics Server | 3.8.3 | https://kubernetes-sigs.github.io/metrics-server |
| Ingress Nginx | 4.4.0 | https://kubernetes.github.io/ingress-nginx |
| MLFlow | 0.16.5 | https://community-charts.github.io/helm-charts |
| NVIDIA GPU Operator | v25.3.0 | https://helm.ngc.nvidia.com/nvidia |
| Keda | 2.17.0 | https://kedacore.github.io/charts |
| LeaderWorkerSet | 0.1.0 | local |
| Kueue | 0.11.4 | oci://registry.k8s.io/kueue/charts |
| AMD Metrics Exporter | v1.2.1 | https://rocm.github.io/device-metrics-exporter |

### Container Versions

| Container | Version | Repository |
| :----------------------- | :-----: | :------------------------------------------------: |
| oci-corrino-cp | latest | iad.ocir.io/iduyx1qnmway/corrino-devops-repository |
| oci-ai-blueprints-portal | latest | iad.ocir.io/iduyx1qnmway/corrino-devops-repository |

### Oracle Services

| Service | Version |
| :-----: | :-----: |

</details>

<details>
<summary><strong>v1.0.5</strong></summary>

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

### Helm Chart Versions

| Chart Name | Version | Chart URL |
| :-----------------: | :-----: | :------------------------------------------------: |
| Chart Name | Version | Chart URL |
| :------------------: | :-----: | :------------------------------------------------: |
| Grafana | 6.47.1 | https://grafana.github.io/helm-charts |
| Prometheus | 19.0.1 | https://prometheus-community.github.io/helm-charts |
| Metrics Server | 3.8.3 | https://kubernetes-sigs.github.io/metrics-server |
| Prometheus | 19.0.1 | https://prometheus-community.github.io/helm-charts |
| Metrics Server | 3.8.3 | https://kubernetes-sigs.github.io/metrics-server |
| Ingress Nginx | 4.4.0 | https://kubernetes.github.io/ingress-nginx |
| MLFlow | 0.16.5 | https://community-charts.github.io/helm-charts |
| MLFlow | 0.16.5 | https://community-charts.github.io/helm-charts |
| NVIDIA GPU Operator | v25.3.0 | https://helm.ngc.nvidia.com/nvidia |
| Keda | 2.17.0 | https://kedacore.github.io/charts |
| Keda | 2.17.0 | https://kedacore.github.io/charts |
| LeaderWorkerSet | 0.1.0 | local |
| Kueue | 0.11.4 | oci://registry.k8s.io/kueue/charts |
| AMD Metrics Exporter | v1.2.1 | local |
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.5
v1.0.6
3 changes: 2 additions & 1 deletion oci_ai_blueprints_terraform/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -469,13 +469,14 @@ variables:
title: "Stack Version"
type: enum
enum:
- "v1.0.6"
- "v1.0.5"
- "v1.0.4"
- "v1.0.3"
- "v1.0.2"
- "v1.0.1"
- "v1.0.0"
default: "v1.0.5"
default: "v1.0.6"
required: true
visible: true

Expand Down