Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Add the new installation version on the get_start page: Set the new version to be default, and add the dropdown option. See this example
  2. Add download links to the install archives. See this example. Make sure to use archive.apache.org for all except the current one.
  3. Update the pip package table in /python/cpu/pip.md and /python/gpu/pip.md. See this example
  4. Update and generate the image file for pip install table.
  5. Add menu options for general version dropdown. Add the new release version number in _config.ym, _config_beta.tml and _config_prod.yml under '- master'.
  6. Prepare and deploy the release version website artifacts, this step requires access permissions to dev CI Jenkins server
    • Log in to Jenkins pipeline restricted-website-update-versions
    • Click Build with Parameters on the left panel
    • Specify COMMIT_ID to the release branch
    • Specify FOLDER_NAME to the release version, e.g. 1.8 or 2.0
    • Build and make sure the pipeline finish successfully 

...