Skip to content

Commit fa11851

Browse files
authored
fix changelog (sync with 1.12) (#4944)
1 parent 9ec199b commit fa11851

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ Main (unreleased)
1414

1515
- (_Experimental_) A new `otelcol.receiver.awss3` component to receive traces previously stored in S3 by the [AWS S3 Exporter](https://grafana.com/docs/alloy/latest/reference/components/otelcol/otelcol.exporter.awss3/). (@x1unix)
1616

17-
- A new `mimir.alerts.kubernetes` component which discovers `AlertmanagerConfig` Kubernetes resources and loads them into a Mimir instance. (@ptodev)
18-
19-
- Mark `stage.windowsevent` block in the `loki.process` component as GA. (@kgeckhart)
20-
2117
- (_Experimental_) Add `pyroscope.enrich` component to enrich profiles using labels from `discovery.*` components. (@AndreZiviani)
2218

2319
- Add htpasswd file based authentication for `otelcol.auth.basic` (@pkarakal)
@@ -28,16 +24,13 @@ Main (unreleased)
2824

2925
- Added `send_traceparent` option for `tracing` config to enable traceparent header propagation. (@MyDigitalLife)
3026

31-
- Add `meta_cache_address` to `beyla.ebpf` component. (@skl)
32-
3327
### Bugfixes
3428

35-
- `loki.source.api` no longer drops request when relabel rules drops a specific stream. (@kalleep)
3629

3730
- (_Public Preview_) Additions to `database_observability.postgres` component:
3831
- fixes collection of Postgres schema details for mixed case table names (@fridgepoet)
3932

40-
v1.12.0-rc.0
33+
v1.12.0-rc.3
4134
-----------------
4235

4336
### Breaking changes
@@ -104,6 +97,9 @@ v1.12.0-rc.0
10497
- The `otelcol.processor.servicegraph` component now supports defining the maximum number of buckets for generated exponential histograms.
10598
- See the upstream [core][https://github.com/open-telemetry/opentelemetry-collector/blob/v0.139.0/CHANGELOG.md] and [contrib][https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.139.0/CHANGELOG.md] changelogs for more details.
10699

100+
- A new `mimir.alerts.kubernetes` component which discovers `AlertmanagerConfig` Kubernetes resources and loads them into a Mimir instance. (@ptodev)
101+
102+
- Mark `stage.windowsevent` block in the `loki.process` component as GA. (@kgeckhart)
107103

108104
### Enhancements
109105

@@ -140,6 +136,8 @@ v1.12.0-rc.0
140136

141137
- `kubernetes.discovery` Add support for attaching namespace metadata. (@kgeckhart)
142138

139+
- Add `meta_cache_address` to `beyla.ebpf` component. (@skl)
140+
143141
### Bugfixes
144142

145143
- Stop `loki.source.kubernetes` discarding log lines with duplicate timestamps. (@ciaranj)
@@ -172,6 +170,8 @@ v1.12.0-rc.0
172170

173171
- Optionally remove trailing newlines before appending entries in `stage.multiline`. (@dehaansa)
174172

173+
- `loki.source.api` no longer drops request when relabel rules drops a specific stream. (@kalleep)
174+
175175
v1.11.3
176176
-----------------
177177

docs/developer/release/08-announce-release.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ You made it! This is the last step for any release.
66

77
1. Announce the release in the Grafana Labs Community `#alloy` channel.
88

9-
- Example RCV message:
10-
11-
```
12-
:alloy: Grafana Alloy RELEASE_VERSION is now available! :alloy:
13-
Release: https://github.com/grafana/alloy/releases/tag/RELEASE_VERSION
14-
Full changelog: https://github.com/grafana/alloy/blob/RELEASE_VERSION/CHANGELOG.md
15-
We'll be publishing STABLE_RELEASE_VERSION on STABLE_RELEASE_DATE if we haven't heard about any major issues.
16-
```
17-
189
- Example Stable Release or Patch Release message:
1910

2011
```

0 commit comments

Comments
 (0)