tree: bef5c3d6516fd9ab94e6fc622b5edc8606a7b642 [path history] [tgz]
  1. README.md
  2. v1.0.0.toml
  3. v1.1.0.toml
  4. v1.2.0.toml
releases/README.md

apisix-ingress-controller release process

  1. Create release pull request with release notes.

    1. Compile release notes detailing features added since the last release and add release template file to releases/ directory. The template is defined by containerd's release tool but refer to previous release files for style and format help. Name the file using the version. See release-tool

      You can use the following command to generate content

      release-tool -l -d -n -t 1.0.0 releases/v1.0.0.toml
      
  2. Vote for release

  3. Create tag

  4. Push tag and Github release

  5. Promote on Slack, Twitter, mailing lists, etc