tree: a59382886951707f801fe757cc5bdccd4793a518 [path history] [tgz]
  1. README.md
  2. v1.0.0.toml
  3. v1.1.0.toml
  4. v1.2.0.toml
  5. v1.3.0.toml
  6. v1.4.0.toml
  7. v1.4.1.toml
  8. v1.5.0.toml
  9. v1.5.1.toml
  10. v1.6.0.toml
  11. v1.8.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