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

Update references to source_config and target_config in application manifests #794

Open
brooksmtownsend opened this issue Jan 14, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@brooksmtownsend
Copy link
Member

Each reference to source_config and target_config, as well as the target: <target> structure are referring to deprecated fields in the Wadm application format. We should update each of these fields accordingly:

Source:

source_config:
  - name: foo

to

source:
  config:
    - name: foo

Target:

target: footarget
target_config:
  - name: foo

to:

target:
  name: footarget
  config:
    - name: foo
@brooksmtownsend brooksmtownsend added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Jan 14, 2025
@brooksmtownsend brooksmtownsend moved this to Ready for Work in wasmCloud Roadmap Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
Status: Ready for Work
Development

No branches or pull requests

1 participant