Skip to content

Commit

Permalink
Merge branch 'main' into kafkaexporter_zipkin_encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroliakh committed Sep 29, 2023
2 parents ef7441c + b16f6d1 commit 3461699
Show file tree
Hide file tree
Showing 1,149 changed files with 43,691 additions and 47,990 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix
change_type: breaking

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: receiver/kubeletstats

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Fixes client to refresh service account token when authenticating with kubelet"
note: Fixes a bug where the "insecure_skip_verify" config was not being honored when "auth_type" is "serviceAccount" in kubelet client.

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [26120]
issues: [26319]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
subtext: |
Before the fix, the kubelet client was not verifying kubelet's certificate. The default value of the config is false,
so with the fix the client will start verifying tls cert unless the config is explicitly set to true.
# If your change doesn't affect end users or the exported elements of any package,
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
Expand Down
27 changes: 0 additions & 27 deletions .chloggen/26464-routingprocessor-fix.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/alibabacloudlogservice-checkapi.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/awss3-checkapi.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: k8sclusterreceiver
component: receiver/azuremonitorreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Add k8s.pod.status_reason option metric"
note: Add support for authenticating using AD workload identity

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [24034]
issues: [24451]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
27 changes: 0 additions & 27 deletions .chloggen/checkapi-statsd-26304.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/codeboten_rm-dupe-dockerstats.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions .chloggen/v0.84.0-stanza-fix.yaml → .chloggen/encodingextension_impl.yaml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix
change_type: new_component

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: pkg/stanza
component: encodingextension

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix issue unsupported type 'syslog_parser'
note: Add implementation of encodingextension

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [26452]
issues: [6272]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
20 changes: 0 additions & 20 deletions .chloggen/feat_time-to-int.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/fix-snmp-scalar-ra-check.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/fix-tailsampling-lost-instrumentation-scope-info.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions .chloggen/jaeger-checkapi.yaml → ..._tailsampling-metric-incorrect-count.yaml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: breaking
change_type: 'breaking'

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: jaegerexporter
component: bug_fix

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Do not export the function `MetricViews`
note: Improve counting for the `count_traces_sampled` metric

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [26304]
issues: [25882]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand All @@ -24,4 +24,4 @@ subtext:
# Include 'user' if the change is relevant to end users.
# Include 'api' if there is a change to a library API.
# Default: '[user]'
change_logs: [api]
change_logs: [user]
22 changes: 0 additions & 22 deletions .chloggen/hostmetrics-dont-collect-disabled-connections-data.yaml

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/jgm-log-record-dimensions.yaml

This file was deleted.

Loading

0 comments on commit 3461699

Please sign in to comment.