- fixs yaml loader to work with python 3.8
- Fix for issue #44. Manifest generation handles missing projects. (#44)
- Ignore argument allows for the exclusion of projects. Fix for #41. (#41)
- Failed to upload correctly to pypi.
- Powershell needs to be launched with noprofile #52 (#52)
- Updates Nuget.exe
- Show version number (#47)
- Set current working folder during execution of deployment .ps1 files (#45)
- New setup file style based on https://github.com/kennethreitz/setup.py
- Updated project metadata
- 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)
- Fix local deploy not downloading correct packages when specifying version (#30)
- Fix installation issue
- Move configuration files to well known location (#24)
- Make Octopose
pip install
friendly (#10) - Fix bug with
octopose generate
(#28)
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)
- 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
- Deploy state from a manifest file to local machine (via Nuget)
- 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.