Skip to content

chore: release v3.11.2#479

Merged
sylr merged 2 commits into
mainfrom
chore/v3.11.2
Jun 11, 2026
Merged

chore: release v3.11.2#479
sylr merged 2 commits into
mainfrom
chore/v3.11.2

Conversation

@sylr

@sylr sylr commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

No description provided.

sylr added 2 commits June 11, 2026 13:30
The scanner walked the filesystem with a hardcoded skip list
(.git, bin, vendor) that did not match the repository's .gitignore,
so settings.* usages in git-ignored Go files (scratch packages,
locally generated code) leaked into the committed catalog and
produced non-deterministic diffs referencing ignored paths.

Enumerate Go files via `git ls-files --cached --others
--exclude-standard` instead, which honours .gitignore. The previous
filesystem walk is kept as a fallback for non-git checkouts.

Constraint: catalog must be deterministic regardless of untracked artifacts
Rejected: parse .gitignore manually | full ignore semantics are error-prone vs deferring to git
Confidence: high
Scope-risk: narrow
Directive: brand-new .go files must be git-added (or not ignored) before their settings appear in the catalog
Signed-off-by: Sylvain Rabot <sylvain@formance.com>
@sylr sylr requested a review from a team as a code owner June 11, 2026 11:39
@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@sylr, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 16 minutes and 10 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c4b9dddf-6c2c-466e-8bda-41407e55ba3f

📥 Commits

Reviewing files that changed from the base of the PR and between d436e14 and 9c9aa48.

⛔ Files ignored due to path filters (3)
  • helm/crds/Chart.yaml is excluded by !**/*.yaml
  • helm/operator/Chart.lock is excluded by !**/*.lock, !**/*.lock
  • helm/operator/Chart.yaml is excluded by !**/*.yaml
📒 Files selected for processing (1)
  • cmd/settings-catalog/main.go
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/v3.11.2

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.

@sylr sylr merged commit 0fade48 into main Jun 11, 2026
11 checks passed
@sylr sylr deleted the chore/v3.11.2 branch June 11, 2026 12:13
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