Skip to content

Commit

Permalink
feat: rework the operator for wasmCloud 1.0 compatibility
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
protochron committed Apr 10, 2024
1 parent 8bcd13b commit d23227f
Show file tree
Hide file tree
Showing 7 changed files with 572 additions and 311 deletions.
Loading

0 comments on commit d23227f

Please sign in to comment.