Update baton-sdk to 0.7.13 #136
Conversation
go mod tidy go mod vendor go mod tidy
WalkthroughGo toolchain updated from 1.25 to 1.25.2, with significant dependency version bumps including baton-sdk (v0.4.8 → v0.7.13), various protocol buffer, cryptography, and monitoring components. Multiple transitive dependency upgrades across AWS SDK, gRPC, and OpenTelemetry ecosystems. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@go.mod`:
- Line 6: Update the go.mod dependency for github.com/conductorone/baton-sdk to
a valid release or a commit hash: replace the non-existent version "v0.7.13"
with "v0.7.12" (the latest published release) or, if you need a pre-release,
switch the module version to an explicit pseudo-version/commit reference (e.g.,
git commit pseudo-version) for github.com/conductorone/baton-sdk so Go tooling
can resolve the dependency.
|
|
||
| require ( | ||
| github.com/conductorone/baton-sdk v0.4.8 | ||
| github.com/conductorone/baton-sdk v0.7.13 |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
conductorone baton-sdk v0.7.13 release notes changelog breaking changes
💡 Result:
As of February 4, 2026, there is no baton-sdk v0.7.13 published by ConductorOne. The highest published version shown in the module’s version list is v0.7.12 (released Feb 2, 2026). [1]
Latest available release notes (v0.7.12)
v0.7.12 (Feb 2, 2026) “What’s Changed” includes: [2]
- Upgrade gRPC from v1.71.0 → v1.78.0 and OpenTelemetry from v1.35.0 → v1.39.0
- Upgrade AWS SDK from v1.36.3 → v1.41.0 and smithy-go from v1.22.2 → v1.24.0
- “[DUCT-13790] support listing events”
- Full compare link: v0.7.11…v0.7.12
Breaking changes
No breaking changes are called out in the v0.7.12 release notes. [2]
Sources
[1] Go package version list for github.com/conductorone/baton-sdk (pkg.go.dev)
[2] GitHub release notes for ConductorOne/baton-sdk v0.7.12 (github.com)
Citations:
- 1: https://pkg.go.dev/github.com/conductorone/baton-sdk?tab=versions
- 2: https://github.com/ConductorOne/baton-sdk/releases/tag/v0.7.12
🏁 Script executed:
cd /tmp && find . -name "go.mod" -type f 2>/dev/null | head -5Repository: ConductorOne/baton-okta
Length of output: 49
🏁 Script executed:
find . -name "go.mod" -type f | head -10Repository: ConductorOne/baton-okta
Length of output: 75
🏁 Script executed:
cat -n go.mod | head -20Repository: ConductorOne/baton-okta
Length of output: 842
Replace baton-sdk v0.7.13 with v0.7.12 or use an explicit commit reference.
The version v0.7.13 does not exist in the published baton-sdk releases. The highest available version is v0.7.12 (released Feb 2, 2026). This dependency specification will fail. Either update to v0.7.12 (which contains no breaking changes from recent versions) or switch to a specific commit if v0.7.13 is an intentional pre-release.
🤖 Prompt for AI Agents
In `@go.mod` at line 6, Update the go.mod dependency for
github.com/conductorone/baton-sdk to a valid release or a commit hash: replace
the non-existent version "v0.7.13" with "v0.7.12" (the latest published release)
or, if you need a pre-release, switch the module version to an explicit
pseudo-version/commit reference (e.g., git commit pseudo-version) for
github.com/conductorone/baton-sdk so Go tooling can resolve the dependency.
|
tons of conflicts in vendor and failing tests though that need to be fixed. |
|
Hey, we now use baton-admin for baton-sdk version bumps. If there other sdk related changes needed like interface changes then PRs are cool too This repo was recently bumped via baton-admin so take a peek at main: https://github.com/ConductorOne/baton-okta/blob/main/go.mod#L6 |
|
Ah, thank you @gontzess! |
Update baton-sdk:
Need at least 0.7.9 for #135
Summary by CodeRabbit