Skip to content

build(ci,docker): add release-please changelog-sections and remove broken someguy sidecar#322

Merged
FSM1 merged 3 commits into
mainfrom
chore/release-please-build-type
Mar 23, 2026
Merged

build(ci,docker): add release-please changelog-sections and remove broken someguy sidecar#322
FSM1 merged 3 commits into
mainfrom
chore/release-please-build-type

Conversation

@FSM1

@FSM1 FSM1 commented Mar 23, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds changelog-sections to release-please config so build, perf, and revert commit types trigger releases
  • Removes the someguy sidecar from staging — its IPNS endpoints hang indefinitely (PUT/GET timeout after 30s+), causing every delegated routing publish to fail
  • Reverts DELEGATED_ROUTING_URL to https://delegated-ipfs.dev
  • Removes someguy metrics scraping from Alloy config

Motivation

The Kubo v0.34→v0.40 upgrade (PR #321) used build(docker): which release-please ignored since only feat/fix are user-facing by default. Meanwhile, someguy v0.11.1's IPNS support is completely broken — provider lookups work but IPNS PUT/GET never return, wasting 30s per publish attempt across 3 retries.

Changes

File Change
release-please-config.json Add changelog-sections with build, perf, revert as visible
docker/docker-compose.staging.yml Remove someguy service
.github/workflows/deploy-staging.yml Switch routing URL to delegated-ipfs.dev
docker/alloy-config.river Remove someguy metrics scrape target

Test plan

  • Merge and verify release-please creates a release PR including the Kubo build commit
  • Deploy to staging and verify delegated routing works via delegated-ipfs.dev
  • Confirm someguy container is removed from staging

🤖 Generated with Claude Code

Include build, perf, and revert commit types as user-facing changelog
entries so infrastructure upgrades and performance work trigger releases.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Entire-Checkpoint: 951ccad0bfac
@coderabbitai

coderabbitai Bot commented Mar 23, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@FSM1 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 8 minutes and 6 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 139a15a6-d668-45ca-9716-a70687109a54

📥 Commits

Reviewing files that changed from the base of the PR and between c2590eb and fa0e05c.

📒 Files selected for processing (5)
  • .github/workflows/deploy-staging.yml
  • .planning/todos/pending/2026-03-23-investigate-someguy-ipns-routing-failure-locally.md
  • docker/alloy-config.river
  • docker/docker-compose.staging.yml
  • release-please-config.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/release-please-build-type

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Someguy v0.11.1's IPNS endpoints are non-functional — PUT/GET hang
indefinitely, causing every delegated routing publish to timeout.
Revert to delegated-ipfs.dev until a working someguy release is
available.

Changes:
- Remove someguy service from staging compose
- Switch DELEGATED_ROUTING_URL to https://delegated-ipfs.dev
- Remove someguy metrics scraping from Alloy config

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Entire-Checkpoint: d5803c346f02
@FSM1 FSM1 changed the title build(ci): add changelog-sections to release-please config build(ci,docker): add release-please changelog-sections and remove broken someguy sidecar Mar 23, 2026
@FSM1 FSM1 requested a review from Copilot March 23, 2026 00:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates release automation and staging deployment configuration to (1) make additional Conventional Commit types visible in release-please changelogs and (2) remove the staging “someguy” delegated routing sidecar that is currently causing IPNS publish timeouts, reverting staging routing back to delegated-ipfs.dev.

Changes:

  • Configure release-please changelog-sections to surface build, perf, and revert entries (and hide several non-user-facing types).
  • Remove the someguy service from staging Docker Compose and stop scraping its metrics in Alloy.
  • Update the staging deploy workflow to use DELEGATED_ROUTING_URL=https://delegated-ipfs.dev.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

File Description
release-please-config.json Adds changelog-sections to control which commit types are visible/hidden in generated changelogs.
docker/docker-compose.staging.yml Removes the someguy delegated routing sidecar from staging services.
docker/alloy-config.river Removes the Prometheus scrape job targeting the someguy container.
.github/workflows/deploy-staging.yml Reverts DELEGATED_ROUTING_URL to the public delegated routing endpoint.

@FSM1 FSM1 merged commit e806cb9 into main Mar 23, 2026
24 checks passed
@FSM1 FSM1 deleted the chore/release-please-build-type branch March 23, 2026 00:49
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