Skip to content

Commit

Permalink
Merge branch 'main' into pod-correlation-library
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-purang authored Mar 5, 2024
2 parents ccc26ca + 51289a1 commit c07e9ee
Show file tree
Hide file tree
Showing 5,720 changed files with 321,507 additions and 209,131 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
11 changes: 9 additions & 2 deletions .chloggen/TEMPLATE.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Use this changelog template to create an entry for release notes.
# If your change doesn't affect end users, such as a test fix or a tooling change,
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type:
Expand All @@ -18,3 +16,12 @@ issues: []
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:

# 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.
# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
# 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: []
27 changes: 27 additions & 0 deletions .chloggen/ack_extension_interface.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Use this changelog template to create an entry for release notes.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Adding an interface for Acknowledgement extension"

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

# (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:

# 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.
# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
# 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: [user]
20 changes: 0 additions & 20 deletions .chloggen/add-deprecation-note-dynatrace-exporter.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/add-opamp-supervisor-tls.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/add-udp-tokenize-flag.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/add_duration_in_span_store.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/cloudfoundry-use-configopaque.yaml

This file was deleted.

24 changes: 24 additions & 0 deletions .chloggen/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# The directory that stores individual changelog entries.
# Each entry is stored in a dedicated yaml file.
# - 'chloggen new' will copy the 'template_yaml' to this directory as a new entry file.
# - 'chloggen validate' will validate that all entry files are valid.
# - 'chloggen update' will read and delete all entry files in this directory, and update 'changelog_md'.
# Specify as relative path from root of repo.
# (Optional) Default: .chloggen
entries_dir: .chloggen

# This file is used as the input for individual changelog entries.
# Specify as relative path from root of repo.
# (Optional) Default: .chloggen/TEMPLATE.yaml
template_yaml: .chloggen/TEMPLATE.yaml

# The CHANGELOG file or files to which 'chloggen update' will write new entries
# (Optional) Default filename: CHANGELOG.md
change_logs:
user: CHANGELOG.md
api: CHANGELOG-API.md

# The default change_log or change_logs to which an entry should be added.
# If 'change_logs' is specified in this file, and no value is specified for 'default_change_logs',
# then 'change_logs' MUST be specified in every entry file.
default_change_logs: [user]
20 changes: 0 additions & 20 deletions .chloggen/dataset-exporter-various-improvements-and-fixes.yaml

This file was deleted.

27 changes: 27 additions & 0 deletions .chloggen/dev_fix-broken-root-ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Use this changelog template to create an entry for release notes.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Inherit root CAs from the host environment if not supplied on the command line.

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

# (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:

# 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.
# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
# 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: []
20 changes: 0 additions & 20 deletions .chloggen/drosiek-journald-exit-stderr.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/drosiek-mysql-remove.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/feat_duration-func.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/feat_kafka-json-logs.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/fileconsumer-internal-finder-prep.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/fileconsumer-internal-scanner.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/fileconsumer-internal.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/fix-file-sort-timestamp.yaml

This file was deleted.

Loading

0 comments on commit c07e9ee

Please sign in to comment.