Skip to content

Commit 1691d7c

Browse files
Update QuickStartVersions.md to enhance formatting and consistency across software version tables
1 parent 1006c34 commit 1691d7c

File tree

1 file changed

+96
-74
lines changed

1 file changed

+96
-74
lines changed

docs/software_versions/QuickStartVersions.md

Lines changed: 96 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -3,118 +3,140 @@
33
The following table describes software versions for tagged releases of this quickstart software repository, with most recent tags listed first.
44

55
This will be replaced as soon as we start tagging. Wanted framework in place.
6+
67
<details>
78
<summary><strong>release-2025-04-22</strong></summary>
89

910
## Cluster Creation Terraform
11+
1012
### Terraform / Provider Versions
11-
|Component Type|Component Name|Component Source|Component Version|
12-
|:------------:|:------------:|:--------------:|:---------------:|
13-
|Language|Terraform|hashicorp|>=1.5|
14-
|Provider|oci|oracle/oci|>=5|
15-
|Provider|kubernetes|hashicorp/kubernetes|>=2.27|
16-
|Provider|helm|hashicorp/helm|>=2.12|
17-
|Provider|tls|hashicorp/tls|>=4|
18-
|Provider|local|hashicorp/local|>=2.5|
19-
|Provider|random|hashicorp/random|>=3.6|
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 |
2023

2124
### Oracle Services
25+
2226
|Service|Version|
2327
|Oracle Kubernetes Engine|v1.31.1|
2428

25-
--------------
26-
--------------
29+
---
30+
31+
---
2732

2833
## OCI AI Blueprints Terraform
34+
2935
### Terraform / Provider Versions
30-
|Component Type|Component Name|Component Source|Component Version|
31-
|:------------:|:------------:|:--------------:|:---------------:|
32-
|Language|Terraform|hashicorp|>=1.1|
33-
|Provider|oci|oracle/oci| 4 <= version < 5|
34-
|Provider|kubernetes|hashicorp/kubernetes|>=2|
35-
|Provider|helm|hashicorp/helm|>=2|
36-
|Provider|tls|hashicorp/tls|>=4|
37-
|Provider|local|hashicorp/local|>=2|
38-
|Provider|random|hashicorp/random|>=3|
36+
37+
| Component Type | Component Name | Component Source | Component Version |
38+
| :------------: | :------------: | :------------------: | :---------------: |
39+
| Language | Terraform | hashicorp | >=1.1 |
40+
| Provider | oci | oracle/oci | 4 <= version < 5 |
41+
| Provider | kubernetes | hashicorp/kubernetes | >=2 |
42+
| Provider | helm | hashicorp/helm | >=2 |
43+
| Provider | tls | hashicorp/tls | >=4 |
44+
| Provider | local | hashicorp/local | >=2 |
45+
| Provider | random | hashicorp/random | >=3 |
3946

4047
### Helm Chart Versions
41-
|Chart Name|Version|Chart URL|
42-
|:--------:|:-----:|:-------:|
43-
|Grafana|6.47.1|https://grafana.github.io/helm-charts|
44-
|Prometheus|19.0.1|https://prometheus-community.github.io/helm-charts|
45-
|Metrics Server|3.8.3|https://kubernetes-sigs.github.io/metrics-server|
46-
|Ingress Nginx|4.4.0|https://kubernetes.github.io/ingress-nginx|
47-
|MLFlow|0.16.5|https://community-charts.github.io/helm-charts|
48-
|NVIDIA GPU Operator|v25.3.0|https://helm.ngc.nvidia.com/nvidia|
49-
|Keda|2.17.0|https://kedacore.github.io/charts|
50-
|LeaderWorkerSet|0.1.0|local|
48+
49+
| Chart Name | Version | Chart URL |
50+
| :-----------------: | :-----: | :------------------------------------------------: |
51+
| Grafana | 6.47.1 | https://grafana.github.io/helm-charts |
52+
| Prometheus | 19.0.1 | https://prometheus-community.github.io/helm-charts |
53+
| Metrics Server | 3.8.3 | https://kubernetes-sigs.github.io/metrics-server |
54+
| Ingress Nginx | 4.4.0 | https://kubernetes.github.io/ingress-nginx |
55+
| MLFlow | 0.16.5 | https://community-charts.github.io/helm-charts |
56+
| NVIDIA GPU Operator | v25.3.0 | https://helm.ngc.nvidia.com/nvidia |
57+
| Keda | 2.17.0 | https://kedacore.github.io/charts |
58+
| LeaderWorkerSet | 0.1.0 | local |
5159

5260
### Container Versions
53-
|Container|Version|Repository|
54-
|:--------|:------|:---------|
55-
|oci-corrino-cp|latest|iad.ocir.io/iduyx1qnmway/corrino-devops-repository|
56-
|oci-ai-blueprints-portal|latest|iad.ocir.io/iduyx1qnmway/corrino-devops-repository|
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 |
5766

5867
### Oracle Services
59-
|Service|Version|
60-
|Oracle Autonomous Database|19c|
68+
69+
| Service | Version |
70+
| :------------------------: | :-----: |
71+
| Oracle Autonomous Database | 19c |
6172

6273
</details>
6374

6475
<details>
6576
<summary><strong>release-2025-04-01</strong></summary>
6677

6778
## Cluster Creation Terraform
79+
6880
### Terraform / Provider Versions
69-
|Component Type|Component Name|Component Source|Component Version|
70-
|:------------:|:------------:|:--------------:|:---------------:|
71-
|Language|Terraform|hashicorp|>=1.5|
72-
|Provider|oci|oracle/oci|>=5|
73-
|Provider|kubernetes|hashicorp/kubernetes|>=2.27|
74-
|Provider|helm|hashicorp/helm|>=2.12|
75-
|Provider|tls|hashicorp/tls|>=4|
76-
|Provider|local|hashicorp/local|>=2.5|
77-
|Provider|random|hashicorp/random|>=3.6|
81+
82+
| Component Type | Component Name | Component Source | Component Version |
83+
| :------------: | :------------: | :------------------: | :---------------: |
84+
| Language | Terraform | hashicorp | >=1.5 |
85+
| Provider | oci | oracle/oci | >=5 |
86+
| Provider | kubernetes | hashicorp/kubernetes | >=2.27 |
87+
| Provider | helm | hashicorp/helm | >=2.12 |
88+
| Provider | tls | hashicorp/tls | >=4 |
89+
| Provider | local | hashicorp/local | >=2.5 |
90+
| Provider | random | hashicorp/random | >=3.6 |
7891

7992
### Oracle Services
80-
|Service|Version|
81-
|Oracle Kubernetes Engine|v1.31.1|
8293

83-
--------------
84-
--------------
94+
| Service | Version |
95+
| :----------------------: | :-----: |
96+
| Oracle Kubernetes Engine | v1.31.1 |
97+
98+
---
99+
100+
---
85101

86102
## OCI AI Blueprints Terraform
103+
87104
### Terraform / Provider Versions
88-
|Component Type|Component Name|Component Source|Component Version|
89-
|:------------:|:------------:|:--------------:|:---------------:|
90-
|Language|Terraform|hashicorp|>=1.1|
91-
|Provider|oci|oracle/oci| 4 <= version < 5|
92-
|Provider|kubernetes|hashicorp/kubernetes|>=2|
93-
|Provider|helm|hashicorp/helm|>=2|
94-
|Provider|tls|hashicorp/tls|>=4|
95-
|Provider|local|hashicorp/local|>=2|
96-
|Provider|random|hashicorp/random|>=3|
105+
106+
| Component Type | Component Name | Component Source | Component Version |
107+
| :------------: | :------------: | :------------------: | :---------------: |
108+
| Language | Terraform | hashicorp | >=1.1 |
109+
| Provider | oci | oracle/oci | 4 <= version < 5 |
110+
| Provider | kubernetes | hashicorp/kubernetes | >=2 |
111+
| Provider | helm | hashicorp/helm | >=2 |
112+
| Provider | tls | hashicorp/tls | >=4 |
113+
| Provider | local | hashicorp/local | >=2 |
114+
| Provider | random | hashicorp/random | >=3 |
97115

98116
### Helm Chart Versions
99-
|Chart Name|Version|Chart URL|
100-
|:--------:|:-----:|:-------:|
101-
|Grafana|6.47.1|https://grafana.github.io/helm-charts|
102-
|Prometheus|19.0.1|https://prometheus-community.github.io/helm-charts|
103-
|Metrics Server|3.8.3|https://kubernetes-sigs.github.io/metrics-server|
104-
|Ingress Nginx|4.4.0|https://kubernetes.github.io/ingress-nginx|
105-
|MLFlow|0.16.5|https://community-charts.github.io/helm-charts|
106-
|NVIDIA GPU Operator|v25.3.0|https://helm.ngc.nvidia.com/nvidia|
107-
|Keda|2.17.0|https://kedacore.github.io/charts|
117+
118+
| Chart Name | Version | Chart URL |
119+
| :-----------------: | :-----: | :------------------------------------------------: |
120+
| Grafana | 6.47.1 | https://grafana.github.io/helm-charts |
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 |
123+
| Ingress Nginx | 4.4.0 | https://kubernetes.github.io/ingress-nginx |
124+
| MLFlow | 0.16.5 | https://community-charts.github.io/helm-charts |
125+
| NVIDIA GPU Operator | v25.3.0 | https://helm.ngc.nvidia.com/nvidia |
126+
| Keda | 2.17.0 | https://kedacore.github.io/charts |
127+
| Kueue | 0.11.4 | oci://registry.k8s.io/kueue/charts |
108128

109129
### Container Versions
110-
|Container|Version|Repository|
111-
|:--------|:------|:---------|
112-
|oci-corrino-cp|latest|iad.ocir.io/iduyx1qnmway/corrino-devops-repository|
113-
|oci-ai-blueprints-portal|latest|iad.ocir.io/iduyx1qnmway/corrino-devops-repository|
130+
131+
| Container | Version | Repository |
132+
| :----------------------- | :------ | :------------------------------------------------- |
133+
| oci-corrino-cp | latest | iad.ocir.io/iduyx1qnmway/corrino-devops-repository |
134+
| oci-ai-blueprints-portal | latest | iad.ocir.io/iduyx1qnmway/corrino-devops-repository |
114135

115136
### Oracle Services
116-
|Service|Version|
117-
|Oracle Autonomous Database|19c|
118137

119-
</details>
138+
| Service | Version |
139+
| :------------------------: | :-----: |
140+
| Oracle Autonomous Database | 19c |
120141

142+
</details>

0 commit comments

Comments
 (0)