You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/easy-connect/README.md
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -49,17 +49,17 @@ serviceAccount
49
49
| --- | --- | --- |
50
50
|`kubernetesInstrumentor.serviceAccount`| Service account name of the instrumentor deployment |`"kubernetes-instrumentor"`|
51
51
|`kubernetesInstrumentor.image.repository`| Repository of the instrumentor image |`"logzio/instrumentor"`|
52
-
|`kubernetesInstrumentor.image.tag`| Tag of the instrumentor image |`"v1.0.10"`|
52
+
|`kubernetesInstrumentor.image.tag`| Tag of the instrumentor image |`"v1.0.11"`|
53
53
|`kubernetesInstrumentor.instrumentationDetectorImage.repository`| Repository of the instrumentation detector image |`"logzio/instrumentation-detector"`|
54
-
|`kubernetesInstrumentor.instrumentationDetectorImage.tag`| Tag of the instrumentation detector image |`"v1.0.10"`|
54
+
|`kubernetesInstrumentor.instrumentationDetectorImage.tag`| Tag of the instrumentation detector image |`"v1.0.11"`|
55
55
|`kubernetesInstrumentor.javaAgentImage.repository`| Repository of the Java agent image |`"logzio/otel-agent-java"`|
56
-
|`kubernetesInstrumentor.javaAgentImage.tag`| Tag of the Java agent image |`"v1.0.10"`|
56
+
|`kubernetesInstrumentor.javaAgentImage.tag`| Tag of the Java agent image |`"v1.0.11"`|
57
57
|`kubernetesInstrumentor.dotnetAgentImage.repository`| Repository of the .Net agent image |`"logzio/otel-agent-dotnet"`|
58
-
|`kubernetesInstrumentor.dotnetAgentImage.tag`| Tag of the .Net agent image |`"v1.0.10"`|
58
+
|`kubernetesInstrumentor.dotnetAgentImage.tag`| Tag of the .Net agent image |`"v1.0.11"`|
59
59
|`kubernetesInstrumentor.nodejsAgentImage.repository`| Repository of the Node.js agent image |`"logzio/otel-agent-nodejs"`|
60
-
|`kubernetesInstrumentor.nodejsAgentImage.tag`| Tag of the Node.js agent image |`"v1.0.10"`|
60
+
|`kubernetesInstrumentor.nodejsAgentImage.tag`| Tag of the Node.js agent image |`"v1.0.11"`|
61
61
|`kubernetesInstrumentor.pythonAgentImage.repository`| Repository of the Python agent image |`"logzio/otel-agent-python"`|
62
-
|`kubernetesInstrumentor.pythonAgentImage.tag`| Tag of the Python agent image |`"v1.0.10"`|
62
+
|`kubernetesInstrumentor.pythonAgentImage.tag`| Tag of the Python agent image |`"v1.0.11"`|
63
63
|`kubernetesInstrumentor.deleteDetectionPods`| Delete detection pods after detection |`true`|
64
64
|`kubernetesInstrumentor.ports.metricsPort`| Metrics port for the instrumentor |`8080`|
65
65
|`kubernetesInstrumentor.ports.healthProbePort`| Health probe port for the instrumentor |`8081`|
@@ -108,6 +108,11 @@ you can find alternative to `dockerhub` images in `public.ecr.aws/logzio/` with
108
108
109
109
Change log
110
110
-------------
111
+
* 1.0.7
112
+
- Update `instrumentor` and agents images `v1.0.10` -> `v1.0.11`
113
+
- Update python instrumentation:
114
+
- update base image: `python:3.10-alpine` -> `python:3.11-alpine` (https://github.com/open-telemetry/opentelemetry-operator/issues/1515)
115
+
- Create dotnet agent version with instrumentation `v0.5.0` (tag: `logzio/otel-agent-dotnet:v1.0.11-0.5.0`)
0 commit comments