Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove API deprecated in v0.8.0 #684

Merged
merged 6 commits into from
May 25, 2022
Merged

Conversation

lmb
Copy link
Collaborator

@lmb lmb commented May 25, 2022

Remove API that was marked deprecated when we tagged v0.8.0. Generated by checking out the tag and then running:

$ rg -F '// Deprecated: '
syscalls.go
17:// Deprecated: use os.ErrNotExist instead.

prog.go
707:// Deprecated: use link.RawAttachProgram instead.
725:// Deprecated: use link.RawDetachProgram instead.
791:// Deprecated: use ProgramInfo.ID() instead.

link/netns.go
40:// Deprecated: use LoadPinnedLink instead.

link/cgroup.go
61:// Deprecated: use LoadPinnedLink instead.

link/iter.go
63:// Deprecated: use LoadPinnedLink instead.

link/tracing.go
82:// Deprecated: use LoadPinnedLink instead.

map.go
1440:// Deprecated: use MapInfo.ID() instead.

link/link.go
112:// Deprecated: use Info instead.
196:// Deprecated: use LoadPinnedLink instead.

@lmb lmb requested a review from ti-mo May 25, 2022 09:56
@lmb lmb changed the title Remove deprecated API deprecated in v0.8.0 Remove API deprecated in v0.8.0 May 25, 2022
@ti-mo ti-mo merged commit 5a73670 into cilium:master May 25, 2022
@lmb lmb deleted the remove-deprecated-api branch May 25, 2022 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants