- Check the latest version of the pushed OPA-Envoy image in the
ChecksGHA workflow on themainbranch. Look for adocker buildx buildentry (there are several) in thePush Latest Releasejob. The release version format is<opa_version>-envoy-<#number of commits from last vendored OPA>, e.g.1.3.0-envoy-1. - Now that we know the release version, draft a new release with
v<version>(e.g.v1.3.0-envoy-1) as the new tag and as the release title. - Then press
Generate release notes. Make modifications as needed. - If everything looks good, click
Publish Release. This will trigger a GHA that will attach the assets to the release. You can track progress in thePost TagGHA workflow.