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

feat: rework the operator for wasmCloud 1.0 compatibility #18

Merged
merged 1 commit into from
Apr 10, 2024

Commits on Apr 10, 2024

  1. feat: rework the operator for wasmCloud 1.0 compatibility

    wasmCloud 1.0 fully converts over to using components among other large
    changes, so we need to rework the operator to account for it. 1.0 is
    still in the works, so this updates the operator to depend on wasmCloud
    1.0 libraries along with refactoring the service creation code to use
    the updated application manifest format.
    
    Once this is in we will likely cut a 0.2.0 pre-release and wait for an
    actual release until wasmCloud 1.0.0 and wadm 0.11 are out.
    
    This also adds a new field to the CRD so that you can specify the full
    image reference instead of just the version. The `image` parameter takes
    precedence.
    
    Signed-off-by: Dan Norris <protochron@users.noreply.github.com>
    protochron committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4d378f2 View commit details
    Browse the repository at this point in the history