Skip to content

feat(cmd): add outdated command to check for newer feature versions - #191

Merged
skevetter merged 1 commit into
mainfrom
05b9/outdated-command
May 4, 2026
Merged

feat(cmd): add outdated command to check for newer feature versions#191
skevetter merged 1 commit into
mainfrom
05b9/outdated-command

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Summary

  • Adds devsy outdated command that checks OCI registries for newer versions of installed features
  • Parses feature references from devcontainer.json, queries registry tags, compares semver versions
  • Handles bare major (1), major.minor (1.21), and full semver (1.21.0) tag formats
  • Silently skips non-OCI features (local paths, URLs) and unreachable registries
  • 22 unit tests covering version parsing, comparison, and feature ID filtering
  • CLI parity: DEVSY-015 (P2)

Introduces `devsy outdated` which reads devcontainer.json, finds all
OCI-based features with version tags, queries the registry for available
tags, and reports which have newer versions available.
@netlify

netlifyBot commented May 4, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

NameLink
🔨 Latest commit59e922c
🔍 Latest deploy loghttps://app.netlify.com/projects/devsydev/deploys/69f8110ba247210008b227ae

@skevetter
skevetter enabled auto-merge (squash) May 4, 2026 03:22
@coderabbitai

Copy link
Copy Markdown

Warning

Rate limit exceeded

@skevetter has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 3 minutes and 4 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 97f5c31b-90df-4c95-bba6-ccaff916f74f

📥 Commits

Reviewing files that changed from the base of the PR and between da42f37 and 59e922c.

📒 Files selected for processing (3)
  • cmd/outdated.go
  • cmd/outdated_test.go
  • cmd/root.go

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 3 minutes and 4 seconds.

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

@skevetter
skevetter disabled auto-merge May 4, 2026 04:04
@skevetter
skevetter merged commit 43fba26 into mainMay 4, 2026
53 checks passed
@skevetter
skevetter deleted the 05b9/outdated-command branch May 4, 2026 04:23
This was referenced May 16, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@skevetter