fix: post-merge stability after go-deps #323 - #324
Draft
cursor[bot] wants to merge 1 commit into
Draft
Conversation
After Dependabot #318 bumped the root Dockerfile to golang:1.27-alpine, align the four service Dockerfiles (gateway, mcp-server, connectors, memory-api) to the same builder image for consistent multi-service builds. Exclude sdk/python/README.md from ruff format checks to prevent CI failures on documentation code blocks (pre-existing issue on master). Co-authored-by: Himan <Himan-D@users.noreply.github.com>
|
|
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
agent-memorydash | a728e95 | Aug 31 2026, 03:01 PM |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
hystersis-docs | a728e95 | Aug 31 2026, 03:09 PM |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
hystersis-app | a728e95 | Aug 31 2026, 03:05 PM |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
agent-memory | a728e95 | Aug 31 2026, 03:12 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Post-merge stability review after Dependabot #323 (sentry-go 0.49.0, otel 1.46.0, grpc 1.83.1). The dependency bump itself is clean — no API breakage in Sentry, OpenTelemetry, or gRPC integration points.
Re-applies two unmerged stability fixes that block full master-push CI:
sdk/python/README.mdfrom ruff format checks (pre-existing CI failure since Aug 9)golang:1.27-alpineto match root Dockerfile (chore(deps): bump golang from 1.26-alpine to 1.27-alpine #318)Type
Testing
Deploy impact
hystersis.com)docs.hystersis.com//docs)api.hystersis.com)app.hystersis.com)Agent notes
Go deps #323 review: all integration points (
cmd/server/sentry.go,internal/telemetry/tracing.go,internal/memory/qdrant/client.go) verified — build, test, vet all green.