Skip to content

Conversation

@gerhard
Copy link
Member

@gerhard gerhard commented Jul 24, 2025

  • Use cdn.changelog.com for the assets host
  • Bump a few dependency versions

Just a tiny step towards rc.2 🚶

Summary by CodeRabbit

  • Documentation

    • Updated the README to simplify release version tags, adjust staged rollout percentages, rephrase release timing, and update a link in the post-release section.
  • Chores

    • Upgraded the version of the just tool used in workflow configuration.
    • Updated Golang base image and Varnish Docker image digests.
    • Changed asset host references from cdn2.changelog.com to cdn.changelog.com in configuration and scripts.
    • Hardcoded a dataset value in a secrets management command for improved consistency.

- Use cdn.changelog.com for the assets host
- Bump a few dependency versions

Just a tiny step towards rc.2...

Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
@gerhard gerhard added this to the 1.0 milestone Jul 24, 2025
@coderabbitai
Copy link

coderabbitai bot commented Jul 24, 2025

Walkthrough

This update revises configuration and documentation across several files. It upgrades tool and image versions, updates host URLs from cdn2.changelog.com to cdn.changelog.com, modifies traffic routing percentages and release tags in the README, and hardcodes a secrets value in the justfile. No functional or control flow logic is changed.

Changes

File(s) Change Summary
.github/workflows/_namespace.yml Updated just-version in GitHub Actions workflow from 1.40.0 to 1.42.3.
README.md Removed trademark emoji, simplified release tags, adjusted traffic routing percentages, updated link.
container/justfile, justfile Changed assets_host from cdn2.changelog.com to cdn.changelog.com; hardcoded HONEYCOMB_DATASET.
dagger/main.go Updated Golang and Varnish image versions and digests; changed default assetsProxy host string.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

In the warren, change hops quick and light,
URLs shift, versions take flight.
Secrets now set with a single word,
Docs refreshed, old clutter deferred.
With each small tweak, our code grows bright—
A rabbit’s work, tidy and right! 🐇✨

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.

✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch prepare-for-a-portion-of-production-traffic

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@gerhard gerhard merged commit 1e2e0e9 into main Jul 24, 2025
3 of 4 checks passed
@gerhard gerhard deleted the prepare-for-a-portion-of-production-traffic branch July 24, 2025 12:36
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 70be785 and e988e1f.

📒 Files selected for processing (5)
  • .github/workflows/_namespace.yml (1 hunks)
  • README.md (2 hunks)
  • container/justfile (1 hunks)
  • dagger/main.go (3 hunks)
  • justfile (2 hunks)
🧰 Additional context used
🧠 Learnings (2)
.github/workflows/_namespace.yml (1)

Learnt from: gerhard
PR: #23
File: just/op.just:14-22
Timestamp: 2025-07-05T06:17:05.678Z
Learning: In justfile/just targets, the user prefers using && operators for error handling rather than set -e, as the && chain already provides fail-fast behavior without additional shell options.

dagger/main.go (1)

Learnt from: gerhard
PR: #18
File: dagger/main.go:292-304
Timestamp: 2025-07-03T08:51:11.320Z
Learning: When Go tools in dagger/main.go are pinned to specific commit hashes rather than release tags, this is intentional to access newer changes not yet included in releases. Avoid suggesting updates to release tags when commits are used, as the commits likely contain important unreleased features or fixes.

🔇 Additional comments (6)
container/justfile (1)

47-48: Consistent asset-host update looks correct
The swap to cdn.changelog.com aligns with the rest of the repository and keeps acceptance tests in sync with production.

.github/workflows/_namespace.yml (1)

24-24: Confirm extractions/setup-just@v2 Installs just v1.42.3
The workflow relies on the extractions/setup-just@v2 step to install just at version 1.42.3. Please verify that:

  • The action’s v2 release supports just 1.42.3
  • Hosted or self-hosted runners actually receive the 1.42.3 binary (and not an older cached version)

Locations to check:

  • File: .github/workflows/_namespace.yml
  • Step:
      - uses: extractions/setup-just@v2
        with:
          just-version: "1.42.3"
    
README.md (2)

1-1: Trademark symbol still present – summary claims it was removed
The AI summary says the “™” was dropped, but line 1 still shows Pipely™.

Likely an incorrect or invalid review comment.


40-46: Road-map numbers only touch docs – no action required
The updated percentages are documentation-only; no code impact detected.

justfile (1)

54-55: Asset host switch is fine
Change mirrors the container recipe; 👍 for keeping a single canonical host.

dagger/main.go (1)

14-15: Verified SHA256 Digests for Go and Varnish
The SHA256 digests in dagger/main.go now exactly match the values returned by Docker Hub for:

  • golang:1.24.5@sha256:ef5b4be1f94b36c90385abd9b6b4f201723ae28e71acacb76d00687333c17282 (lines 14–15)
  • varnish:7.7.1@sha256:1a684d37ec7a4f441a36c84945ee7713d1ddd59e8204d4040aeecb529ed4f68e (lines 71–72, 92–93)

No further changes needed.

Comment on lines 145 to 150
PURGE_TOKEN="op://pipely/purge/credential" \
HONEYCOMB_DATASET="pipedream"
HONEYCOMB_API_KEY="op://pipely/honeycomb/credential" \
AWS_ACCESS_KEY_ID="op://pipely/aws-s3-logs/access-key-id" \
AWS_SECRET_ACCESS_KEY="op://pipely/aws-s3-logs/secret-access-key" \
just op run -- bash -c 'flyctl secrets set --stage HONEYCOMB_DATASET="$HONEYCOMB_DATASET" HONEYCOMB_API_KEY="$HONEYCOMB_API_KEY" PURGE_TOKEN="$PURGE_TOKEN" AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY"'
just op run -- bash -c 'flyctl secrets set --stage HONEYCOMB_DATASET="pipedream" HONEYCOMB_API_KEY="$HONEYCOMB_API_KEY" PURGE_TOKEN="$PURGE_TOKEN" AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY"'
flyctl secrets list
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue

Secrets recipe will NOT expand variables – breaking deployment
Single-quoting the entire flyctl secrets set … string prevents $HONEYCOMB_API_KEY, $PURGE_TOKEN, etc. from expanding.

-    just op run -- bash -c 'flyctl secrets set --stage HONEYCOMB_DATASET="pipedream" HONEYCOMB_API_KEY="$HONEYCOMB_API_KEY" PURGE_TOKEN="$PURGE_TOKEN" AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY"'
+    just op run -- bash -c \
+      "flyctl secrets set --stage \
+        HONEYCOMB_DATASET=\"pipedream\" \
+        HONEYCOMB_API_KEY=\"$HONEYCOMB_API_KEY\" \
+        PURGE_TOKEN=\"$PURGE_TOKEN\" \
+        AWS_ACCESS_KEY_ID=\"$AWS_ACCESS_KEY_ID\" \
+        AWS_SECRET_ACCESS_KEY=\"$AWS_SECRET_ACCESS_KEY\""

Without this, literal strings reach Fly.io and credentials never update.

🤖 Prompt for AI Agents
In justfile around lines 145 to 150, the flyctl secrets set command is enclosed
in single quotes, which prevents environment variables like $HONEYCOMB_API_KEY
and $PURGE_TOKEN from expanding. To fix this, replace the single quotes around
the bash command with double quotes or remove the quotes so that the shell
expands these variables before passing them to flyctl. This ensures the actual
secret values are sent to Fly.io instead of literal variable names.

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