Skip to content

Commit 0712af7

Browse files
committed
🔖 Update Helm chart to v0.1.13 (#63)
Co-authored-by: gablyu-oci <[email protected]>
1 parent 7b80202 commit 0712af7

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

oci-gpu-scanner-deploy.zip

0 Bytes
Binary file not shown.

oci_lens_terraform/modules/app/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "oci_identity_policy" "workload_identity_policy" {
2626
resource "helm_release" "app" {
2727
name = "lens"
2828
namespace = kubernetes_namespace.ns.metadata[0].name
29-
chart = "https://oci-ai-incubations.github.io/corrino-lens-devops/lens-0.1.12-20251205-2232.tgz"
29+
chart = "https://oci-ai-incubations.github.io/corrino-lens-devops/lens-0.1.13-20251211-1840.tgz"
3030
wait = true
3131
timeout = 1800
3232
atomic = false

release/CHANGELOG_121125.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# v0.1.13
2+
## Release Date
3+
December 11, 2025
4+
5+
## Dependency Versions
6+
7+
| Module | Version | Resource |
8+
| ------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9+
| Control Plane | v0.0.2 | iad.ocir.io/iduyx1qnmway/corrino-lens-backend:v0.0.2 |
10+
| Portal | v0.0.3 | iad.ocir.io/iduyx1qnmway/corrino-lens-portal:v0.0.3 |
11+
| Plugin | N/A | iduyx1qnmway/lens-metric-collector/oci-dr-hpc-v2:cuda-latest<br>iduyx1qnmway/lens-metric-collector/oci-dr-hpc-v2:rocm-latest<br>iduyx1qnmway/lens-metric-collector/oci_lens_pod_node_info:v0.0.1<br>iduyx1qnmway/lens-metric-collector/oci_lens_metric_collector:v0.0.11 |
12+
| Helm | v 0.1.13 | [lens-0.1.13-20251211-1840.tgz](https://github.com/oci-ai-incubations/corrino-lens-devops/blob/main/docs/lens-0.1.13-20251211-1840.tgz) |
13+
| Quickstart | v 0.1.13 | [v0.1.13](https://github.com/oracle-quickstart/oci-gpu-scanner/releases/download/v0.1.13/oci-gpu-scanner-deploy.zip) |
14+
15+
----
16+
## Changelog
17+
### Feature
18+
#### Helm
19+
- Autoremediation ([corrino-lens-devops commit#12e1fd6](https://github.com/oci-ai-incubations/corrino-lens-devops/commit/12e1fd6d5de965f9d3f38beeda0fe66d543ff368), [@jolettacheungoracle](https://github.com/jolettacheungoracle))
20+
- Helm chart updated to enable custom Grafana, cert-manager, Ingress ([corrino-lens-devops #54](https://github.com/oci-ai-incubations/corrino-lens-devops/pull/54), [@gablyu-oci](https://github.com/gablyu-oci))
21+
22+
#### Backend
23+
- Active health check trigger via CP ([corrino-lens-cp #50](https://github.com/oci-ai-incubations/corrino-lens-cp/pull/50), [@rtkgupta](https://github.com/rtkgupta))
24+
- Simplify logic to use host ip from Instance model ([corrino-lens-cp #55](https://github.com/oci-ai-incubations/corrino-lens-cp/pull/55), [@rtkgupta](https://github.com/rtkgupta))
25+
- Enhance host_ip handling and logging across API routes and components ([corrino-lens-portal Commit#731bddf](https://github.com/oci-ai-incubations/corrino-lens-portal/commit/731bddf7bd384b592aa3aa98e76abcef02d2a25d), [@jolettacheungoracle](https://github.com/jolettacheungoracle))
26+
27+
### Bugfix
28+
#### Plugins
29+
- Node exporter: serial number not showing in oci_lens_host_metadata ([oci-lens #96](https://github.com/oci-ai-incubations/oci-lens/pull/96), [@gablyu-oci](https://github.com/gablyu-oci))
30+
31+
32+

0 commit comments

Comments
 (0)