Skip to content

Update install docs to latest release versions#1

Open
brandonSc wants to merge 1 commit intomainfrom
brandon/update-docs-versions
Open

Update install docs to latest release versions#1
brandonSc wants to merge 1 commit intomainfrom
brandon/update-docs-versions

Conversation

@brandonSc
Copy link
Copy Markdown

@brandonSc brandonSc commented Mar 26, 2026

Summary

  • Update lunar CLI version in install docs: v1.0.11 -> v1.1.1
  • Update lunar-ci-agent version in install docs: v1.1.0 -> v1.1.2
  • Updated across all 3 skills: lunar-collector, lunar-policy, lunar-sql

Summary by CodeRabbit

  • Documentation
    • Updated self-hosted installation guides with newer version pins for Lunar CLI and CI agent components across multiple modules.

lunar CLI v1.0.11 -> v1.1.1, lunar-ci-agent v1.1.0 -> v1.1.2
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 26, 2026

📝 Walkthrough

Walkthrough

Documentation updates to self-hosted agent installation guides across three skills, pinning Lunar CLI version from v1.0.11 to v1.1.1 and lunar-ci-agent version from v1.1.0 to v1.1.2 in download URLs and Dockerfile examples.

Changes

Cohort / File(s) Summary
Self-Hosted Installation Docs
skills/lunar-collector/docs/install/agent-self-hosted.md, skills/lunar-policy/docs/install/agent-self-hosted.md, skills/lunar-sql/docs/install/agent-self-hosted.md
Updated pinned download versions in installation snippets and Dockerfile examples: Lunar CLI v1.0.11 → v1.1.1 and lunar-ci-agent v1.1.0 → v1.1.2 across all curl commands and download instructions.
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: updating installation documentation to reflect the latest release versions across multiple skills.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch brandon/update-docs-versions

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

Copy link
Copy Markdown

@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.

🧹 Nitpick comments (3)
skills/lunar-policy/docs/install/agent-self-hosted.md (1)

22-22: Keep label and link intent aligned.

Line 22 uses “latest” while linking to a fixed version binary. Consider updating wording or URL for consistency.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@skills/lunar-policy/docs/install/agent-self-hosted.md` at line 22, The link
label "Download the latest `lunar-ci-agent`" is inconsistent with the hard-coded
URL that points to v1.1.2; update either the text or the URL so intent matches:
either change the label to "Download `lunar-ci-agent` v1.1.2" (or interpolated
version variable) or change the URL to the latest release endpoint (remove the
fixed v1.1.2 segment) so the link truly points to the latest binary; ensure you
update the markdown text surrounding "Download the latest `lunar-ci-agent`" and
the href accordingly.
skills/lunar-sql/docs/install/agent-self-hosted.md (1)

22-22: Clarify “latest” wording vs pinned URL target.

Line 22 says “latest lunar-ci-agent”, but the link points to a version-pinned artifact (v1.1.2). Consider either linking to /releases/latest or changing text to “Download lunar-ci-agent v1.1.2”.

Suggested doc tweak
-   [Download the latest `lunar-ci-agent`](https://github.com/earthly/lunar-ci-agent-dist/releases/download/v1.1.2/lunar-ci-agent-linux-amd64):
+   [Download `lunar-ci-agent` v1.1.2](https://github.com/earthly/lunar-ci-agent-dist/releases/download/v1.1.2/lunar-ci-agent-linux-amd64):
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@skills/lunar-sql/docs/install/agent-self-hosted.md` at line 22, Update the
wording or the link for the "latest `lunar-ci-agent`" line to avoid mismatch:
either change the text to explicitly state the pinned version (e.g., "Download
`lunar-ci-agent` v1.1.2") to match the existing versioned URL, or replace the
versioned download URL with the releases/latest redirect (e.g., use the GitHub
/releases/latest path) so the "latest" label is accurate; adjust the anchor text
"lunar-ci-agent" and the URL in the same line accordingly.
skills/lunar-collector/docs/install/agent-self-hosted.md (1)

22-22: Minor docs clarity: avoid “latest” for pinned artifact links.

Line 22 currently mixes “latest” wording with a fixed-version URL; aligning these would reduce ambiguity.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@skills/lunar-collector/docs/install/agent-self-hosted.md` at line 22, The
line saying "Download the latest `lunar-ci-agent`" is inconsistent with the
pinned URL that includes v1.1.2; update the wording to match the fixed artifact
version (e.g., "Download lunar-ci-agent v1.1.2") or alternatively change the
link to a truly latest/unversioned release URL—adjust the text "Download the
latest `lunar-ci-agent`" to explicitly reference "v1.1.2" (the version in the
URL) so the copy and the link are aligned.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@skills/lunar-collector/docs/install/agent-self-hosted.md`:
- Line 22: The line saying "Download the latest `lunar-ci-agent`" is
inconsistent with the pinned URL that includes v1.1.2; update the wording to
match the fixed artifact version (e.g., "Download lunar-ci-agent v1.1.2") or
alternatively change the link to a truly latest/unversioned release URL—adjust
the text "Download the latest `lunar-ci-agent`" to explicitly reference "v1.1.2"
(the version in the URL) so the copy and the link are aligned.

In `@skills/lunar-policy/docs/install/agent-self-hosted.md`:
- Line 22: The link label "Download the latest `lunar-ci-agent`" is inconsistent
with the hard-coded URL that points to v1.1.2; update either the text or the URL
so intent matches: either change the label to "Download `lunar-ci-agent` v1.1.2"
(or interpolated version variable) or change the URL to the latest release
endpoint (remove the fixed v1.1.2 segment) so the link truly points to the
latest binary; ensure you update the markdown text surrounding "Download the
latest `lunar-ci-agent`" and the href accordingly.

In `@skills/lunar-sql/docs/install/agent-self-hosted.md`:
- Line 22: Update the wording or the link for the "latest `lunar-ci-agent`" line
to avoid mismatch: either change the text to explicitly state the pinned version
(e.g., "Download `lunar-ci-agent` v1.1.2") to match the existing versioned URL,
or replace the versioned download URL with the releases/latest redirect (e.g.,
use the GitHub /releases/latest path) so the "latest" label is accurate; adjust
the anchor text "lunar-ci-agent" and the URL in the same line accordingly.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4ae8b574-a342-4b38-a10b-c31c0599b254

📥 Commits

Reviewing files that changed from the base of the PR and between 250c069 and bf38f83.

📒 Files selected for processing (3)
  • skills/lunar-collector/docs/install/agent-self-hosted.md
  • skills/lunar-policy/docs/install/agent-self-hosted.md
  • skills/lunar-sql/docs/install/agent-self-hosted.md

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.

1 participant