mulesoft / microgateway-custom-policy-template

PDK Custom Policy Archetype
Other
1 stars 0 forks source link

tag '1.2.0' not found when creating a new project from anypoint-cli-pdk-plugin #78

Open axa-icherrou opened 2 months ago

axa-icherrou commented 2 months ago

Hello,

When trying to create a project from anypoint-cli-pdk-plugin we are facing this error :

Error: revspec '1.2.0' not found; class=Reference (4); code=NotFound (-3) ImplementationError: The policy implementation could not be initialized due to an unexpected error. Rollbacking project creation. Command failed: cd spe-antimalware-scanning-policy && cargo generate --init --git https://github.com/mulesoft/microgateway-custom-policy-template.git --tag 1.2.0 -n

Can you please create the 1.2.0 tag so we can have the projects created ?

Thanks. Regards, Idir.

jasonwillschiu commented 2 months ago

To get it working you can use:

anypoint-cli-v4 plugins:install anypoint-cli-pdk-plugin@1.1.0

Hopefully the 1.2.0 issue is fixed soon.