Skip to content

Commit 76ba1fa

Browse files
committed
add changelog
1 parent 0913141 commit 76ba1fa

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: opampextension
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Report OS description semantic convention as a part of non-identifying agent description.
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [35555]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: []

extension/opampextension/go.mod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ require (
2222
gopkg.in/yaml.v3 v3.0.1
2323
)
2424

25-
require github.com/shoenig/go-m1cpu v0.1.6 // indirect
26-
2725
require (
2826
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2927
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -44,7 +42,6 @@ require (
4442
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4543
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
4644
github.com/rogpeppe/go-internal v1.11.0 // indirect
47-
github.com/shirou/gopsutil/v3 v3.24.5
4845
github.com/tklauser/go-sysconf v0.3.14 // indirect
4946
github.com/tklauser/numcpus v0.8.0 // indirect
5047
github.com/yusufpapurcu/wmi v1.2.4 // indirect

extension/opampextension/go.sum

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)