Skip to content

Commit

Permalink
Remove deprecated MemoryBallast type (#6630)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu committed Nov 29, 2022
1 parent 4ff1ff3 commit ae077be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .chloggen/rmmemmbalast.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: breaking

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove deprecated `ballastextension.MemoryBallast` type

# One or more tracking issues or pull requests related to the change
issues: [6628]
3 changes: 0 additions & 3 deletions extension/ballastextension/memory_ballast.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ import (

const megaBytes = 1024 * 1024

// Deprecated: [v0.64.0] will be made private.
type MemoryBallast = memoryBallast

type memoryBallast struct {
cfg *Config
logger *zap.Logger
Expand Down

0 comments on commit ae077be

Please sign in to comment.