Commit cfb5a96
authored
### What does this PR do?
Remove the `v0.60.0` version pin on `otelgrpc`, thus making `v0.69.0` actual.
### Motivation
kubernetes/apiserver@b887c9e ("Drop usages of deprecated otelgrpc methods") was named as the removal condition:
```
// TODO(songy23): remove this once kubernetes/apiserver@b887c9e is brought to agent
```
That commit indeed first landed in `k8s.io/apiserver v0.34.0`.
It turns out that a number of PRs had put the agent way past that threshold:
| PR | `k8s.io/apiserver` |
|--------|----------------------------|
| #37844 | v0.32.2 -> **v0.34.1** |
| #42171 | -> v0.35.0-alpha.0 |
| #46808 | -> v0.35.0 |
| #48796 | -> v0.35.3 |
| #49973 | -> v0.35.4 |
| #51049 | -> v0.35.5 |
Dropping the stale `replace` directive is therefore safe and sound.
Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
1 parent a5a3729 commit cfb5a96
3 files changed
Lines changed: 15 additions & 52 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2991 | 2991 | | |
2992 | 2992 | | |
2993 | 2993 | | |
| 2994 | + | |
2994 | 2995 | | |
2995 | 2996 | | |
2996 | 2997 | | |
2997 | 2998 | | |
2998 | 2999 | | |
| 3000 | + | |
2999 | 3001 | | |
3000 | 3002 | | |
3001 | 3003 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1166 | 1166 | | |
1167 | 1167 | | |
1168 | 1168 | | |
1169 | | - | |
1170 | | - | |
1171 | | - | |
1172 | 1169 | | |
1173 | 1170 | | |
1174 | 1171 | | |
| |||
0 commit comments