Commit 60772d4
committed
chore: upgrade deps, fix semconv version, remove auth0| usernames
- Upgrade Go toolchain directive from 1.26.3 to 1.26.4
- Upgrade all Go module dependencies:
- lfx-v2-committee-service v0.2.35 -> v0.4.0
- lfx-v2-mailing-list-service v0.4.13 -> v0.5.0
- lfx-v2-member-service v0.8.0 -> v0.9.0
- lfx-v2-project-service v0.6.11 -> v0.8.0
- lfx-v2-query-service v0.4.21 -> v0.4.22
- OTel suite v1.43.0 -> v1.44.0 (otelhttp now uses semconv/v1.41.0)
- goa.design/goa/v3 v3.27.0 -> v3.28.0
- Various golang.org/x/* and google.golang.org/* bumps
- Wire new committee service RPCs into NewClient call:
GetOrgCommitteeSeats, ReassignOrgCommitteeSeat (inserted after
GetCommitteeMember), GetCurrentWeeklyBrief, GenerateWeeklyBrief
(appended at end) per the v0.4.0 Goa-generated interface
- Update semconv import paths from v1.40.0 to v1.41.0 in both
internal/otel/tracing.go and cmd/lfx-mcp-server/main.go.
otelhttp@v0.69.0 registers SchemaURL 1.41.0 internally; keeping
our code on v1.40.0 triggered an OTel startup conflict error.
Rule: always use the highest semconv sub-package present inside
the current go.opentelemetry.io/otel module version.
- Replace auth0| prefixed user identifiers in access_check.go
comment and all access_check_test.go mock data with plain LFID
usernames, aligning with the platform switch from Auth0 sub to
username (LFXV2-1962). The username is sourced from the
http://lfx.dev/claims/username JWT claim and stored in
TokenInfo.Extra["username"].
- gofmt alignment fix in internal/tools/member.go struct fields
- upgrade-maintenance skill: add Step 1.2.1 documenting the
semconv version selection rule and the command to find the
correct version deterministically
Assisted-by: github-copilot:claude-sonnet-4.6
Signed-off-by: Eric Searcy <eric@linuxfoundation.org>1 parent 0e10acf commit 60772d4
9 files changed
Lines changed: 166 additions & 115 deletions
File tree
- .agents/skills/upgrade-maintenance
- cmd/lfx-mcp-server
- internal
- lfxv2
- otel
- tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
87 | 134 | | |
88 | 135 | | |
89 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
0 commit comments