|
1 | 1 | # Blueprints Control Plane Software Versions |
2 | 2 |
|
| 3 | +<details> |
| 4 | +<summary><strong>v1.0.8</strong></summary> |
| 5 | + |
| 6 | +## Software Used in Containers |
| 7 | + |
| 8 | +| Container Name | Provider | Name | Type | Version | |
| 9 | +| :-----------------------------: | :--------: | :------------: | :------------------: | :-----: | |
| 10 | +| oci-corrino-cp / pod-util-amd64 | Oracle | oraclelinux | Container | 8 | |
| 11 | +| oci-corrino-cp / pod-util-amd64 | Python | python311 | Programming Language | 3.11.11 | |
| 12 | +| oci-corrino-cp / pod-util-amd64 | Python Pip | python3.11-pip | Package Manager | 22.3.1 | |
| 13 | +| pod-util-amd64 | Oracle | oci-cli | Application | 3.12 | |
| 14 | + |
| 15 | +--- |
| 16 | + |
| 17 | +--- |
| 18 | + |
| 19 | +## Python Packages |
| 20 | + |
| 21 | +### Web Frameworks & Extensions |
| 22 | + |
| 23 | +| Package Name | Version | |
| 24 | +| :-----------------: | :-----: | |
| 25 | +| Django | 5.1.3 | |
| 26 | +| django-extensions | 3.2.3 | |
| 27 | +| djangorestframework | 3.14.0 | |
| 28 | +| drf-spectacular | 0.28.0 | |
| 29 | +| asgiref | 3.8.1 | |
| 30 | +| pytz | 2024.1 | |
| 31 | + |
| 32 | +### API Servers & Runtimes |
| 33 | + |
| 34 | +| Package Name | Version | |
| 35 | +| :----------: | :-----: | |
| 36 | +| gunicorn | 22.0.0 | |
| 37 | + |
| 38 | +### Database & Query Utilities |
| 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 & Networking |
| 54 | + |
| 55 | +| Package Name | Version | |
| 56 | +| :----------: | :-----: | |
| 57 | +| requests | 2.32.3 | |
| 58 | + |
| 59 | +### Validation & Packaging Utilities |
| 60 | + |
| 61 | +| Package Name | Version | |
| 62 | +| :----------: | :-----: | |
| 63 | +| jsonschema | 4.23.0 | |
| 64 | +| packaging | 24.0 | |
| 65 | + |
| 66 | +### Monitoring & Metrics |
| 67 | + |
| 68 | +| Package Name | Version | |
| 69 | +| :---------------: | :-----: | |
| 70 | +| prometheus_client | 0.21.1 | |
| 71 | + |
| 72 | +</details> |
| 73 | + |
| 74 | + |
3 | 75 | The following table describes software versions for tagged releases of blueprints control plane software, with most recent tags listed first. |
4 | 76 |
|
5 | 77 | <details> |
|
0 commit comments