Skip to content

Commit

Permalink
chore: prepare release v0.96.0-sumo-0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Mar 12, 2024
1 parent 1333e85 commit b1828ec
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 15 deletions.
1 change: 0 additions & 1 deletion .changelog/1440.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1448.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1452.breaking.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1455.breaking.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1457.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1463.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1467.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1469.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1471.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1474.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1478.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1481.added.txt

This file was deleted.

51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes -->

## [v0.96.0-sumo-0]

See the [upgrade guide][upgrade_guide_v0.96] for more details on the breaking changes.

[upgrade_guide_v0.96]: ./docs/upgrading.md#upgrading-to-v0960-sumo-0

### Released 2024-03-12

### Known issue

Behavior of [recombine][recombine] operator has been changed. Now it recombines also partial logs, for details please see [pull request][opentelemetry-collector-contrib#30797].
If you use `recombine` operator you will observe that logs which do not match regular expression are combined into one log entry.

[recombine]: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.96.0/pkg/stanza/docs/operators/recombine.md
[opentelemetry-collector-contrib#30797]: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/30797

### Breaking Changes

- feat(sumologicexporter)!: remove deprecated json_logs [#1452]
- feat(sumologicexporter)!: remove deprecated clear_logs_timestamp [#1455]

### Added

- ci: build ubi-based images [#1440]
- feat(k8sprocessor): extract namespace annotations [#1457]
- ci: build UBI-based FIPS images [#1463]
- feat: build development version of windows containers [#1467]
- feat(otrm): Add validation for otel configuration in the opamp agent [#1469]
- feat(sourceprocessor): use namespace annotations to include/exclude namespace from collection or set sourceCategory, sourceHost, and sourceName [#1471]
- opampextension: add support for redirection on websocket connect [#1481]

### Changed

- chore(k8sprocessor): Improve logging of missing data events [#1448]
- chore: update otelcol core to v0.95.0 [#1474]
- chore: update otelcol core to v0.96.0 [#1478]

[#1452]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1452
[#1455]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1455
[#1440]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1440
[#1457]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1457
[#1463]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1463
[#1467]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1467
[#1469]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1469
[#1471]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1471
[#1448]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1448
[#1474]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1474
[#1478]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1478
[#1481]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1481
[v0.96.0-sumo-0]: https://github.com/SumoLogic/sumologic-otel-collector/releases/v0.96.0-sumo-0

## [v0.94.0-sumo-2]

### Released 2024-02-20
Expand Down
6 changes: 3 additions & 3 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Upgrading

- [Upgrading to v0.95.0-sumo-0](#upgrading-to-v0950-sumo-0)
- [Upgrading to v0.96.0-sumo-0](#upgrading-to-v0960-sumo-0)
- [`sumologic` exporter: remove `json_logs`](#sumologic-exporter-remove-json_logs)
- [`sumologic` exporter: remove `clear_logs_timestamp`](#sumologic-exporter-remove-clear_logs_timestamp)
- [Upgrading to v0.94.0-sumo-0](#upgrading-to-v0940-sumo-0)
Expand Down Expand Up @@ -53,7 +53,7 @@
- [Removing unnecessary metadata using the resourceprocessor](#removing-unnecessary-metadata-using-the-resourceprocessor)
- [Moving record-level attributes used for metadata to the resource level](#moving-record-level-attributes-used-for-metadata-to-the-resource-level)

## Upgrading to v0.95.0-sumo-0
## Upgrading to v0.96.0-sumo-0

### `sumologic` exporter: remove `json_logs`

Expand Down Expand Up @@ -798,7 +798,7 @@ processors:
```

[logstransform]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.55.0/processor/logstransformprocessor
[filter]: https://github.com/SumoLogic/opentelemetry-collector-contrib/tree/v0.54.0-filterprocessor/processor/filterprocessor
[filter]: https://github.com/SumoLogic/opentelemetry-collector-contrib/tree/main/processor/filterprocessor

## Upgrading to v0.52.0-sumo-0

Expand Down

0 comments on commit b1828ec

Please sign in to comment.