Skip to content

Release Procedure

Prasad Talasila edited this page Nov 10, 2024 · 8 revisions
  1. Fix the docker versions in deploy/docker files

  2. Update SECURITY.md

  3. Update docs/redirect-page.html to have an entry for the new release version

  4. Create zip files from barebones installation (remember to adjust links)

     dtaas.png
     ./cli:
         dtaas.toml
         README.md
         README.pdf
         users.local.yml
         users.server.yml
         users.server.secure.yml
     README.md
     README.pdf
    
     deploy/  
         config: (all the directory)
         docker:
             certs/ (all directory)
             dynamic/ (all directory)
             .env.local
             .env.server
             compose.local.yml
             compose.local.secure.yml
             compose.server.yml
             compose.server.secure.yml
             conf.server
             LOCALHOST.md
             LOCALHOST.pdf
             localhost.png
         services: (all the directory)
         vagrant: (all the directory)
    
     ./files: (all the directory)
  5. Create zip files from documentation

  6. Create Github release

    1. Upload both zip files
  7. Update documentation

    1. Replace clone code sections with links to the zip files from the release page
    2. Publish new documentation
Clone this wiki locally