Skip to content

docs(profile): mention env-tag loader compatibility#6

Merged
ankurs merged 1 commit into
mainfrom
docs/dual-loader-tags
May 4, 2026
Merged

docs(profile): mention env-tag loader compatibility#6
ankurs merged 1 commit into
mainfrom
docs/dual-loader-tags

Conversation

@ankurs
Copy link
Copy Markdown
Member

@ankurs ankurs commented May 4, 2026

Summary

The framework Config struct carries both envconfig:"…" and env:"…" struct tags on every field, so it can be populated by kelseyhightower/envconfig or any env:-tag loader (caarlos0/env, sethvargo/go-envconfig, etc.). The org profile feature table only mentioned envconfig — this updates the Kubernetes-native row to note compatible env:-tag loaders too.

Pairs with go-coldbrew/core#89 and go-coldbrew/docs.coldbrew.cloud#88.

Test plan

  • Preview rendered profile README on GitHub

The framework Config carries both envconfig: and env: struct tags, so it
can be loaded with kelseyhightower/envconfig or any env:-tag loader
(caarlos0/env, sethvargo/go-envconfig, etc.). Note this in the
Kubernetes-native row of the org profile features table.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 4, 2026

Warning

Rate limit exceeded

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

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ 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: defaults

Review profile: CHILL

Plan: Pro

Run ID: af5602bf-9106-4f2f-8d7a-382a0af2b38d

📥 Commits

Reviewing files that changed from the base of the PR and between 69fc6dc and 6bdbbd6.

📒 Files selected for processing (1)
  • profile/README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/dual-loader-tags

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
Review rate limit: 0/1 reviews remaining, refill in 58 minutes and 35 seconds.

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

Copilot AI review requested due to automatic review settings May 4, 2026 15:47
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the profile README’s feature table to clarify that ColdBrew’s environment-variable configuration is compatible not only with envconfig, but also with loaders that read env: struct tags. This keeps the profile-level documentation aligned with the framework’s broader config compatibility messaging.

Changes:

  • Expands the “Kubernetes-native” feature description in profile/README.md.
  • Clarifies support for compatible env:-tag loaders alongside envconfig.
  • Keeps the profile documentation consistent with the related cross-repo config-tag documentation updates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ankurs ankurs merged commit aae71c2 into main May 4, 2026
5 checks passed
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