Skip to content

Commit

Permalink
Update deprecation version
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski authored May 26, 2023
1 parent 0abdda2 commit f19068b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion component/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type Host interface {
// GetExporters can be called by the component anytime after Component.Start() begins and
// until Component.Shutdown() ends.
//
// Deprecated: [0.75.0] This function will be removed in the future.
// Deprecated: [0.79.0] This function will be removed in the future.
// Several components in the contrib repository use this function so it cannot be removed
// before those cases are removed. In most cases, use of this function can be replaced by a
// connector. See https://github.com/open-telemetry/opentelemetry-collector/issues/7370 and
Expand Down
2 changes: 1 addition & 1 deletion service/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (host *serviceHost) GetExtensions() map[component.ID]component.Component {
return host.serviceExtensions.GetExtensions()
}

// Deprecated: [0.75.0] This function will be removed no earlier than 0.80.0.
// Deprecated: [0.79.0] This function will be removed in the future.
// Several components in the contrib repository use this function so it cannot be removed
// before those cases are removed. In most cases, use of this function can be replaced by a
// connector. See https://github.com/open-telemetry/opentelemetry-collector/issues/7370 and
Expand Down
2 changes: 1 addition & 1 deletion service/internal/graph/graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func (g *Graph) ShutdownAll(ctx context.Context) error {
return errs
}

// Deprecated: [0.75.0] This function will be removed no earlier than 0.80.0.
// Deprecated: [0.79.0] This function will be removed in the future.
// Several components in the contrib repository use this function so it cannot be removed
// before those cases are removed. In most cases, use of this function can be replaced by a
// connector. See https://github.com/open-telemetry/opentelemetry-collector/issues/7370 and
Expand Down

0 comments on commit f19068b

Please sign in to comment.