Skip to content

Bump rdk#92

Merged
Sean Pollock (seanavery) merged 3 commits into
viam-modules:mainfrom
seanavery:tagger-fix
May 27, 2026
Merged

Bump rdk#92
Sean Pollock (seanavery) merged 3 commits into
viam-modules:mainfrom
seanavery:tagger-fix

Conversation

@seanavery

@seanavery Sean Pollock (seanavery) commented May 19, 2026

Copy link
Copy Markdown
Collaborator

Description

RDK dep was super old. Simple bump and test adjustments.

Testing

  • integration tests passing ✅

Comment thread model/camera/camera.go
func (c *component) Image(_ context.Context, _ string, _ map[string]interface{}) ([]byte, camera.ImageMetadata, error) {
return nil, camera.ImageMetadata{}, errors.New("camera.Image not implemented")
func (c *component) Status(_ context.Context) (map[string]interface{}, error) {
return map[string]interface{}{}, nil

@seanavery Sean Pollock (seanavery) May 27, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

should we implement Status?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

maybe could return the storage state?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Could be a good idea -- i can create a follow-up

@seanavery Sean Pollock (seanavery) requested review from a team, Josh Matthews (jmatth) and oliviamiller and removed request for a team May 27, 2026 17:09
@seanavery Sean Pollock (seanavery) merged commit ee0ce2e into viam-modules:main May 27, 2026
5 of 8 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.

3 participants