Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

71 lines (48 loc) · 2.79 KB

Next Release

v0.2.13

  • fixs yaml loader to work with python 3.8

v0.2.8

  • Fix for issue #44. Manifest generation handles missing projects. (#44)
  • Ignore argument allows for the exclusion of projects. Fix for #41. (#41)

v0.2.7

  • Failed to upload correctly to pypi.

v0.2.6

  • Powershell needs to be launched with noprofile #52 (#52)
  • Updates Nuget.exe

v0.2.5

v0.2.4

  • Improve help text (#35)
  • Update setup.py info (#39)

v0.2.3

  • Allow deploying of packages that have a different version to the release version (#33)
  • Improve logging when can't find *.ps1 file (#32)
  • Only fail deploy for given project (and not all projects), if a package deploy step fails (#34)

v0.2.2

  • Fix local deploy not downloading correct packages when specifying version (#30)

v0.2.1

  • Fix installation issue

v0.2.0

  • Move configuration files to well known location (#24)
  • Make Octopose pip install friendly (#10)
  • Fix bug with octopose generate (#28)

v0.1.0

First Release of Octopose.

  • Unix style piping between commands over writing directly to file (#2)
  • Works with 32-bit and 64-bit Python (#12)
  • Logs now human readable (#14)
  • Added Octopose Logo (#9)

Pre-Release

Manifest to Represent State

  • From Octopus Deploy to represent the latest state of projects in the system.
  • From a given environment to represnt the state of that environment.
  • For a single deployable

Local Deployment

  • Deploy state from a manifest file to local machine (via Nuget)

Remote Deployment

  • Deploy state from a manifest file to a deployment known to Octopus Deploy.
  • Optionally blocks till all deployments are complete.
  • Optionally force packages to be re-deployed even if it is currently in the environment.