Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(host): move label parsing out of host library #1414

Merged

Conversation

connorsmith256
Copy link
Contributor

@connorsmith256 connorsmith256 commented Jan 29, 2024

Feature or Problem

This is a simple refactor which moves the parsing logic for labels set via env vars to the main binary, rather than the host library.

Related Issues

Resolves #757

Release Information

Next

Consumer Impact

v0.82.0. I also removed support for the (very old) HOST_ prefix, so this is technically a breaking change

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification

src/main.rs Outdated Show resolved Hide resolved
Signed-off-by: Connor Smith <connor.smith.256@gmail.com>
@connorsmith256 connorsmith256 merged commit fe7592b into wasmCloud:main Jan 31, 2024
44 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.

[FEATURE] Move host label parsing to clap
2 participants