openziti / ziti-webhook-action

Github Action to post a Webhook over a Ziti network
Apache License 2.0
3 stars 0 forks source link

Add deprecation warning in v1 #15

Closed qrkourier closed 2 years ago

qrkourier commented 2 years ago

We need to add a deprecation warning in main and v1 (MacOS only) to prompt consumers to adopt v2 (Linux only) to free up main for continued development.

Main is currently blocked because v2 is incompatible and many NF and OZ workflow templates are pinned for the purpose of surfacing issues with the magic zero alpha release that became v1, and therefore we can't merge v2 to main right away because it would immediately break those actions (again 😅).

Alternatively, we could create a new trunk branch and orphan "main" as an alias of v1. I've created development branch "linux-runner" as a workaround and temporary trunk.

After a period of deprecation it will be fine to merge the breaking changes to main.