Skip to content

Commit

Permalink
docs: add release v0.77.0-sumo-0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed May 24, 2023
1 parent 08d59a3 commit 558f858
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
23 changes: 11 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v0.77.0-sumo-0]

### Released TBA
### Released 2023-05-24

This release introduces the following breaking changes:

- feat!: disable Prometheus metrics name normalization by default [#1138]

See the [upgrade guide][upgrade_guide_unreleased] for more details.
- feat(datadogprocessor)!: remove DataDog processor [#1135]

It doesn't make much sense to include it if the DataDog exporter is not included.

See the [upgrade guide][upgrade_guide_v0.77] for more details.

### Added

Expand All @@ -24,27 +28,22 @@ See the [upgrade guide][upgrade_guide_unreleased] for more details.

- feat(sumologicextension): retry validation and exit in case of connection issues [#1134]

### Removed

- feat(datadogprocessor)!: remove DataDog processor

It doesn't make much sense to include it if the DataDog exporter is not included.

### Fixed

- fix(sumologicexporter): avoid allocations in compressor [#1118]

[v0.77.0-sumo-0]: https://github.com/SumoLogic/sumologic-otel-collector/compare/v0.76.1-sumo-0...v0.77.0-sumo-0
[#1118]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1118
[#1122]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1122
[#1125]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1125
[#1134]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1134
[#1135]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1135
[#1138]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1138
[upgrade_guide_unreleased]: ./docs/upgrading.md#upgrading-to-unreleased
[Unreleased]: https://github.com/SumoLogic/sumologic-otel-collector/compare/v0.76.1-sumo-0...main
[upgrade_guide_v0.77]: ./docs/upgrading.md#upgrading-to-v0770-sumo-0

## [0.76.1-sumo-0]

### Released 28.04.2023
### Released 2023-28-04

### Changed

Expand Down
8 changes: 6 additions & 2 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Upgrading

- [Upgrading to v0.77.0-sumo-0](#upgrading-to-v0770-sumo-0)
- [Full Prometheus metric name normalization is now disabled by default](#full-prometheus-metric-name-normalization-is-now-disabled-by-default)
- [Upgrading to v0.73.0-sumo-1](#upgrading-to-v0730-sumo-1)
- [The default collector name for sumologic extension is now the host FQDN](#the-default-collector-name-for-sumologic-extension-is-now-the-host-fqdn)
- [Upgrading to v0.66.0-sumo-0](#upgrading-to-v0660-sumo-0)
- [`filelog` receiver: has been removed from sub-parsers](#filelog-receiver-has-been-removed-from-sub-parsers)
- [`sending_queue`: require explicit storage set](#sending_queue-require-explicit-storage-set)
- [`apache` receiver: turn on feature gates for resource attributes](#apache-receiver-turn-on-feature-gates-for-resource-attributes)
- [`elasticsearch` receiver: turn on more datapoints](#elasticsearch-receiver-turn-on-more-datapoints)
- [Upgrading to v0.57.2-sumo-0](#upgrading-to-v0572-sumo-0)
- [`sumologic` exporter: drop support for source templates](#sumologic-exporter-drop-support-for-source-headers)
- [`sumologic` exporter: drop support for source headers](#sumologic-exporter-drop-support-for-source-headers)
- [Upgrading to v0.56.0-sumo-0](#upgrading-to-v0560-sumo-0)
- [`sumologic` exporter: drop support for translating attributes](#sumologic-exporter-drop-support-for-translating-attributes)
- [`sumologic` exporter: drop support for translating Telegraf metric names](#sumologic-exporter-drop-support-for-translating-telegraf-metric-names)
Expand All @@ -25,7 +29,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 Unreleased
## Upgrading to v0.77.0-sumo-0

### Full Prometheus metric name normalization is now disabled by default

Expand Down

0 comments on commit 558f858

Please sign in to comment.