Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge v17 changelog #767

Merged
merged 48 commits into from
Jul 22, 2021
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
f3ce74c
Initialize biggest ref to existing ref when reading a segment (#676)
rfratto Jun 22, 2021
4f06d8e
prepare for v0.16.1 release (#679)
rfratto Jun 22, 2021
47c70b5
adding docker-compose example for local testing
gaantunes Jun 24, 2021
89e668b
Cherry picking kafka importer
rfratto Jun 15, 2021
a023b4e
update Operator FAQ to describe custom scrape jobs (#658)
rfratto Jun 16, 2021
152dff0
Merge
rfratto Jun 16, 2021
742401c
merge for race condition
rfratto Jul 7, 2021
ec439cb
Wall cherry pick
mattdurham Jul 14, 2021
4ad88ea
Import Kafka
mattdurham Jul 14, 2021
e6c4e6f
Bump version number to v0.17.0
mattdurham Jul 15, 2021
593929a
Add TLS config options for tempo remote_write (#666)
mapno Jun 18, 2021
08b4ba2
Update operator to use v0.16.1 by default (#681)
rfratto Jun 22, 2021
81a9d1f
Add OTLP HTPP exporter support (#683)
mapno Jun 23, 2021
2dfcb69
Tanka Jsonnet Integrations Fixes (#698)
rgeyer Jun 29, 2021
2f0cc81
document horizontal scaling (#696)
rfratto Jun 30, 2021
a8d296b
Upgrade otel to v0.29.0 (#700)
mapno Jul 1, 2021
2ee5734
renamed guide and updated headings (#704)
oddlittlebird Jul 2, 2021
26fb3e2
Docs: Getting started (#705)
oddlittlebird Jul 2, 2021
b1e7695
Docs: automatic logging is at the top level of instance config (#711)
kvrhdn Jul 5, 2021
5dccabc
Docs: Configuration (#712)
oddlittlebird Jul 6, 2021
67d0270
Update grafana-agent config regex replacement (#707)
justinwalz Jul 6, 2021
a911b6a
moved and renamed files (#706)
oddlittlebird Jul 6, 2021
10d00f8
trigger reload configuration using SIGHUP (#710)
tharun208 Jul 6, 2021
b2d30a2
add post method for config reload api (#709)
tharun208 Jul 6, 2021
4035e41
move maintainers guide out of docs (#714)
rfratto Jul 6, 2021
48a6517
Add github action job to check if links in docs are correct (#708)
angry-cellophane Jul 7, 2021
da99e94
Add debug log in prom-sd processor to indicate missing ip tag (#718)
annanay25 Jul 7, 2021
51e3385
Update dashboards setup in production mixin. (#685)
cristiangreco Jul 7, 2021
b62cbd1
fix race condition in initializing cluster (#690)
rfratto Jul 7, 2021
597346d
Docs: More cleanup (#720)
oddlittlebird Jul 7, 2021
5fbed6c
Operator: create CRDs for logging (#721)
rfratto Jul 7, 2021
5dde954
Docs: Integrations (#723)
oddlittlebird Jul 7, 2021
c38b2a5
remove duplicated config blobs (#719)
rfratto Jul 7, 2021
64e4dbc
Docs: change operator custom scrape jobs example to use integrations …
rfratto Jul 8, 2021
ac94354
Set DNSPolicy correctly when host network is used in daemonset (#728)
rgeyer Jul 12, 2021
d889b5a
Rename "loki" to "logs" (#727)
rfratto Jul 12, 2021
4634918
Embedding Kafka Lag Exporter (#674)
gaantunes Jul 14, 2021
510d68e
Support autologging span attributes as loki labels (#703)
mapno Jul 15, 2021
31bc627
Grafana Agent Operator: generate logs config (#740)
rfratto Jul 15, 2021
fc2656a
buffer notifier channel (#744)
rfratto Jul 15, 2021
ca1340c
Clean up K8s deployment methods (#749)
hjet Jul 19, 2021
49c1b08
Add install-bare.sh warning (#752)
rfratto Jul 19, 2021
83eb888
Ignore regex capture groups when expanding environment vars (#754)
rfratto Jul 20, 2021
6a2383b
Implement Drone Build system, moving away from release via Github Act…
mattdurham Jul 20, 2021
7bc0604
Logs: create positionsdir per config (#757)
rfratto Jul 20, 2021
2ea3f87
operator: add cluster label to all logs (#758)
rfratto Jul 21, 2021
f3e9f50
Merge changelog into main
mattdurham Jul 22, 2021
34ecd32
Merge branch 'main' into release_v17_merge
mattdurham Jul 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Main (unreleased)

- [FEATURE] Added [Kafka Lag exporter](https://github.com/davidmparrott/kafka_exporter)
integration. (@gaantunes)

- [FEATURE] Add TLS config options for tempo `remote_write`s. (@mapno)

- [FEATURE] Add support for OTLP HTTP trace exporting. (@mapno)
Expand All @@ -19,9 +16,6 @@

- [ENHANCEMENT] Switch to drone for releases. (@mattdurham)

- [BUGFIX] Fix race condition that may occur and result in a panic when
initializing scraping service cluster. (@rfratto)

- [BUGFIX] Regex capture groups like `${1}` will now be kept intact when
using `-config.expand-env`.

Expand All @@ -37,6 +31,14 @@
`loki_tag` is now `logs_instance_tag`, and `backend: loki` is now
`backend: logs_instance`. (@rfratto)

# v0.17.0 (2021-07-15)

- [FEATURE] Added [Kafka Lag exporter](https://github.com/davidmparrott/kafka_exporter)
integration. (@gaantunes)

- [BUGFIX] Fix race condition that may occur and result in a panic when
initializing scraping service cluster. (@rfratto)

# v0.16.1 (2021-06-22)

- [BUGFIX] Fix issue where replaying a WAL caused incorrect metrics to be sent
Expand Down