traefik / plugindemowasm

This repository includes an example wasm plugin, for you to use as a reference for developing your own plugins
Apache License 2.0
4 stars 1 forks source link

README - package version in static file config example is wrong #4

Closed mobileskyfi closed 1 month ago

mobileskyfi commented 1 month ago

But in the README.md, it shows the package version as v0.2.1. However, as it exists in this repo, the only release is v0.0.1.

The text shown is:

experimental:
  plugins:
    example:
      moduleName: github.com/traefik/plugindemowasm
      version: v0.2.1

Now it does load if you the version in this repo:

experimental:
  plugins:
    example:
      moduleName: github.com/traefik/plugindemowasm
      version: v0.0.1
traefiker commented 1 month ago

Closed by #5.