Versions Compared

Key

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

...

  •  Complete testing
  •  Perform version release (v7.1.0): https://github.com/duracloud/deployment-docs/blob/master/release-new-version.md
    •  

      DuraCloud DB 7.1.0  

      Code Block
      a note here: the artifacts get signed and published when the main branch is pushed.  I didn't realize that and manually signed and published the artifacts. That is why the publish to sonatype failed on the main branch: the artifacts were already present.


    •  

      DuraCloud 7.1.0 

      Code Block
      # A manual deploy was required.  It was not clear what the issue was sonatype - apparently a validation rule failed when trying to close the staging repository.
      # To create the elastic beanstalk zip:
      cd target
      zip -r duracloud-elasticbeanstalk-7.1.0-33fa7cd.zip dura* .ebextensions ROOT.war .platform
      # Then manually upload to github release page
      # I manually created the installers and uploaded them to the release page.
      
      


    •  DuraCloud MC 7.1.0
    •  DuraCloud Mill 4.1.0
    •  DuraCloud Bridge 3.1.0
  •  Deploy release zip to production Beanstalk
  •  Create release notes in Github
  •  Update documentation
  •  Update download links to point to Github release

...