diff --git a/observability-tracing-aws-xray/README.md b/observability-tracing-aws-xray/README.md index d3eb0431..f0437547 100644 --- a/observability-tracing-aws-xray/README.md +++ b/observability-tracing-aws-xray/README.md @@ -428,7 +428,7 @@ helm upgrade --install observability-tracing-aws-xray \ oci://ghcr.io/openchoreo/helm-charts/observability-tracing-aws-xray \ --create-namespace \ --namespace "$NS" \ - --version 0.3.0 \ + --version 0.4.0 \ --set region="$AWS_REGION" ``` @@ -441,7 +441,7 @@ helm upgrade --install observability-tracing-aws-xray \ oci://ghcr.io/openchoreo/helm-charts/observability-tracing-aws-xray \ --create-namespace \ --namespace "$NS" \ - --version 0.3.0 \ + --version 0.4.0 \ --set region="$AWS_REGION" \ --set opentelemetry-collector.enabled=false ``` @@ -455,7 +455,7 @@ helm upgrade --install observability-tracing-aws-xray \ oci://ghcr.io/openchoreo/helm-charts/observability-tracing-aws-xray \ --create-namespace \ --namespace "$NS" \ - --version 0.3.0 \ + --version 0.4.0 \ --set region="$AWS_REGION" \ --set adapter.enabled=false ``` @@ -701,7 +701,7 @@ helm upgrade --install observability-tracing-aws-xray \ oci://ghcr.io/openchoreo/helm-charts/observability-tracing-aws-xray \ --create-namespace \ --namespace "$NS" \ - --version 0.3.0 \ + --version 0.4.0 \ --set region="$AWS_REGION" \ --set awsCredentials.create=true \ --set awsCredentials.name=tracing-aws-xray-aws-credentials \ @@ -720,7 +720,7 @@ helm upgrade --install observability-tracing-aws-xray \ oci://ghcr.io/openchoreo/helm-charts/observability-tracing-aws-xray \ --create-namespace \ --namespace "$NS" \ - --version 0.3.0 \ + --version 0.4.0 \ --set region="$AWS_REGION" \ --set awsCredentials.create=true \ --set awsCredentials.name=tracing-aws-xray-aws-credentials \ @@ -738,7 +738,7 @@ helm upgrade --install observability-tracing-aws-xray \ oci://ghcr.io/openchoreo/helm-charts/observability-tracing-aws-xray \ --create-namespace \ --namespace "$NS" \ - --version 0.3.0 \ + --version 0.4.0 \ --set region="$AWS_REGION" \ --set awsCredentials.create=true \ --set awsCredentials.name=tracing-aws-xray-aws-credentials \ @@ -830,7 +830,8 @@ Bundled upstream Helm charts: > **Note:** The Helm chart versions specified in the installation commands above are for the latest module version compatible with the development version of OpenChoreo. Refer to the compatibility table below to determine the appropriate module version for your OpenChoreo installation. -| Module Version | OpenChoreo Version | -|----------------|--------------------| -| v0.3.x | v1.2.x | -| v0.2.x | v1.1.x | +| OpenChoreo Version | Module Version | +|--------------------|----------------| +| 1.2.5 and later | 0.4.x | +| 1.2.0 - 1.2.4 | 0.3.x | +| 1.1.x | 0.2.x | diff --git a/observability-tracing-aws-xray/VERSION b/observability-tracing-aws-xray/VERSION index 0d91a54c..1d0ba9ea 100644 --- a/observability-tracing-aws-xray/VERSION +++ b/observability-tracing-aws-xray/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0 diff --git a/observability-tracing-azure-appinsights/README.md b/observability-tracing-azure-appinsights/README.md index f375a19f..eae27d52 100644 --- a/observability-tracing-azure-appinsights/README.md +++ b/observability-tracing-azure-appinsights/README.md @@ -149,7 +149,7 @@ helm upgrade --install observability-tracing-azure-appinsights \ oci://ghcr.io/openchoreo/helm-charts/observability-tracing-azure-appinsights \ --create-namespace \ --namespace openchoreo-observability-plane \ - --version 0.1.2 \ + --version 0.2.0 \ --set logAnalytics.workspaceId="" \ --set adapter.serviceAccount.annotations."azure\.workload\.identity/client-id"="" ``` @@ -171,7 +171,7 @@ helm upgrade --install observability-tracing-azure-appinsights \ oci://ghcr.io/openchoreo/helm-charts/observability-tracing-azure-appinsights \ --create-namespace \ --namespace openchoreo-observability-plane \ - --version 0.1.2 \ + --version 0.2.0 \ --set opentelemetry-collector.enabled=false \ --set logAnalytics.workspaceId="" \ --set adapter.serviceAccount.annotations."azure\.workload\.identity/client-id"="" @@ -186,7 +186,7 @@ helm upgrade --install observability-tracing-azure-appinsights \ oci://ghcr.io/openchoreo/helm-charts/observability-tracing-azure-appinsights \ --create-namespace \ --namespace openchoreo-observability-plane \ - --version 0.1.2 \ + --version 0.2.0 \ --set adapter.enabled=false ``` @@ -216,6 +216,7 @@ Credentials come from `azidentity.NewDefaultAzureCredential`: Workload Identity > **Note:** The Helm chart versions specified in the installation commands above are for the latest module version compatible with the development version of OpenChoreo. Refer to the compatibility table below to determine the appropriate module version for your OpenChoreo installation. -| Module Version | OpenChoreo Version | -|----------------|--------------------| -| v0.1.x | v1.2.x | +| OpenChoreo Version | Module Version | +|--------------------|----------------| +| 1.2.5 and later | 0.2.x | +| 1.2.0 - 1.2.4 | 0.1.x | diff --git a/observability-tracing-azure-appinsights/VERSION b/observability-tracing-azure-appinsights/VERSION index d917d3e2..0ea3a944 100644 --- a/observability-tracing-azure-appinsights/VERSION +++ b/observability-tracing-azure-appinsights/VERSION @@ -1 +1 @@ -0.1.2 +0.2.0 diff --git a/observability-tracing-gcp-cloudtrace/README.md b/observability-tracing-gcp-cloudtrace/README.md index 1689b686..2f6738a0 100644 --- a/observability-tracing-gcp-cloudtrace/README.md +++ b/observability-tracing-gcp-cloudtrace/README.md @@ -121,7 +121,7 @@ helm upgrade --install observability-tracing-gcp-cloudtrace \ oci://ghcr.io/openchoreo/helm-charts/observability-tracing-gcp-cloudtrace \ --create-namespace \ --namespace openchoreo-observability-plane \ - --version 0.1.0 \ + --version 0.2.0 \ --set gcp.projectId="$PROJECT_ID" \ --set adapter.serviceAccount.annotations."iam\.gke\.io/gcp-service-account"="tracing-adapter-cloudtrace@${PROJECT_ID}.iam.gserviceaccount.com" \ --set opentelemetry-collector.serviceAccount.annotations."iam\.gke\.io/gcp-service-account"="otel-collector-cloudtrace@${PROJECT_ID}.iam.gserviceaccount.com" @@ -142,7 +142,7 @@ helm upgrade --install observability-tracing-gcp-cloudtrace \ oci://ghcr.io/openchoreo/helm-charts/observability-tracing-gcp-cloudtrace \ --create-namespace \ --namespace openchoreo-observability-plane \ - --version 0.1.0 \ + --version 0.2.0 \ --set opentelemetry-collector.enabled=false \ --set gcp.projectId="$PROJECT_ID" \ --set adapter.serviceAccount.annotations."iam\.gke\.io/gcp-service-account"="tracing-adapter-cloudtrace@${PROJECT_ID}.iam.gserviceaccount.com" @@ -157,7 +157,7 @@ helm upgrade --install observability-tracing-gcp-cloudtrace \ oci://ghcr.io/openchoreo/helm-charts/observability-tracing-gcp-cloudtrace \ --create-namespace \ --namespace openchoreo-observability-plane \ - --version 0.1.0 \ + --version 0.2.0 \ --set adapter.enabled=false \ --set gcp.projectId="$PROJECT_ID" \ --set opentelemetry-collector.serviceAccount.annotations."iam\.gke\.io/gcp-service-account"="otel-collector-cloudtrace@${PROJECT_ID}.iam.gserviceaccount.com" @@ -180,6 +180,7 @@ Credentials come from Application Default Credentials: Workload Identity in-clus > **Note:** The Helm chart versions specified in the installation commands above are for the latest module version compatible with the development version of OpenChoreo. Refer to the compatibility table below to determine the appropriate module version for your OpenChoreo installation. -| Module Version | OpenChoreo Version | -|----------------|--------------------| -| v0.1.x | v1.2.x | +| OpenChoreo Version | Module Version | +|--------------------|----------------| +| 1.2.5 and later | 0.2.x | +| 1.2.0 - 1.2.4 | 0.1.x | diff --git a/observability-tracing-gcp-cloudtrace/VERSION b/observability-tracing-gcp-cloudtrace/VERSION index 6e8bf73a..0ea3a944 100644 --- a/observability-tracing-gcp-cloudtrace/VERSION +++ b/observability-tracing-gcp-cloudtrace/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0 diff --git a/observability-tracing-openobserve/README.md b/observability-tracing-openobserve/README.md index 4eb0bb21..251bbb65 100644 --- a/observability-tracing-openobserve/README.md +++ b/observability-tracing-openobserve/README.md @@ -180,7 +180,8 @@ Bundled upstream Helm charts: > **Note:** The Helm chart versions specified in the installation commands above are for the latest module version compatible with the development version of OpenChoreo. Refer to the compatibility table below to determine the appropriate module version for your OpenChoreo installation. -| Module Version | OpenChoreo Version | -|----------------|--------------------| -| >= v0.3.0 | >= v1.2.0 | -| >= v0.2.x | >= v1.0.x | +| OpenChoreo Version | Module Version | +|--------------------|------------------| +| 1.2.5 and later | 0.4.0 | +| 1.2.0 - 1.2.4 | 0.3.0 - 0.3.1 | +| 1.0.x - 1.1.x | 0.2.x | diff --git a/observability-tracing-openobserve/VERSION b/observability-tracing-openobserve/VERSION index 9e11b32f..1d0ba9ea 100644 --- a/observability-tracing-openobserve/VERSION +++ b/observability-tracing-openobserve/VERSION @@ -1 +1 @@ -0.3.1 +0.4.0 diff --git a/observability-tracing-opensearch/README.md b/observability-tracing-opensearch/README.md index f2ec5637..6fc53d14 100644 --- a/observability-tracing-opensearch/README.md +++ b/observability-tracing-opensearch/README.md @@ -168,8 +168,9 @@ Bundled upstream Helm charts: > **Note:** The Helm chart versions specified in the installation commands above are for the latest module version compatible with the development version of OpenChoreo. Refer to the compatibility table below to determine the appropriate module version for your OpenChoreo installation. -| Module Version | OpenChoreo Version | -| -------------- | ------------------ | -| v0.6.x | v1.2.x | -| v0.4.x | v1.1.x | -| v0.3.x | v1.0.x | +| OpenChoreo Version | Module Version | +| ------------------ |----------------| +| 1.2.5 and later | 0.7.x | +| 1.2.0 - 1.2.4 | 0.6.x | +| 1.1.x | 0.4.x | +| 1.0.x | 0.3.x | diff --git a/observability-tracing-opensearch/VERSION b/observability-tracing-opensearch/VERSION index a918a2aa..faef31a4 100644 --- a/observability-tracing-opensearch/VERSION +++ b/observability-tracing-opensearch/VERSION @@ -1 +1 @@ -0.6.0 +0.7.0