Skip to content

Commit 249e567

Browse files
authored
update CHANGELOG and bump version to 0.6.1 (#230)
* update CHANGELOG and bump version to 0.6.1 * Update README to match reality
1 parent aaa462a commit 249e567

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Elastic Distribution of OpenTelemetry Python Changelog
22

3+
## v0.6.1
4+
5+
- Bump opentelemetry-sdk-extension-aws to 2.1.0 (#222)
6+
- Bump opentelemetry-resourcedetector-gcp to 1.8.0a0 (#229)
7+
- Add OpenAI examples (#226)
8+
39
## v0.6.0
410

511
- Bump to OTel 1.29.0 (#211)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ This distribution sets the following defaults:
8080
- `OTEL_METRICS_EXPORTER`: `otlp`
8181
- `OTEL_LOGS_EXPORTER`: `otlp`
8282
- `OTEL_EXPORTER_OTLP_PROTOCOL`: `grpc`
83-
- `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS`: `process_runtime,os,otel,telemetry_distro,aws_ec2,aws_ecs,aws_elastic_beanstalk,azure_app_service,azure_vm`
83+
- `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS`: `process_runtime,os,otel,telemetry_distro,_gcp,aws_ec2,aws_ecs,aws_elastic_beanstalk,azure_app_service,azure_vm`
8484
- `OTEL_METRICS_EXEMPLAR_FILTER`: `always_off`
8585
- `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE`: `DELTA`
8686

8787
> [!NOTE]
88-
> `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS` cloud resource detectors are dynamically set. When running in a Kubernetes Pod it will be set to `process_runtime,os,otel,telemetry_distro,aws_eks`.
88+
> `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS` cloud resource detectors are dynamically set. When running in a Kubernetes Pod it will be set to `process_runtime,os,otel,telemetry_distro,_gcp,aws_eks`.
8989
9090
### Distribution specific configuration variables
9191

src/elasticotel/distro/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
__version__ = "0.6.0"
17+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)