Skip to content

Releases: james-nesbitt/coach

2.1.1 Stable

07 Mar 14:21
Compare
Choose a tag to compare

Some more cleanup, and new status and restart operations added. In particular, message/verbosity cleanup

2.1 Stable

26 Feb 08:24
Compare
Choose a tag to compare

A small number of fixes, and also some additional functionality. No regressions, nor changes in functionality.

  • new status command
  • manual dependencies in nodes.yml now do something
  • various fixes

2.x initial release

25 Jan 03:48
Compare
Choose a tag to compare

2.x is pretty stable after 4 RC tags. Expect more changes for cleanup and bugfixes, but this is now my daily driver.

The base of the 2.x is an overhaul of the core architecture, and higher level abstraction.

  • better separation and encapsulation of source into libraries
  • separation of coach and coach-init commands
  • separation of node/nodes and client implementation
  • abstraction of client
  • abstraction of node types (build, service, volume and command)
  • abstraction of instance types (single, scaled, temporary and fixed)
  • abstraction of logger

1.0 stable release

17 Dec 08:17
Compare
Choose a tag to compare

The current implementation is stable and works well. It is easily usable as a daily tool.

Some architecture implementations are limiting the tool; in particular the fact that it is all lumped together as one package. It makes sense to release this tool as it is, and refactor going into phase 2, where I can separate the tool into usable and reusable libraries.

0.6

08 Dec 15:50
Compare
Choose a tag to compare
0.6 Pre-release
Pre-release

alpha release

Todo:

  • operation efficiency/prevent repeated tasks in an operation (like pulling the same image 2x)
  • better wiki
  • integrated testing
  • application install

0.5

08 Dec 09:12
Compare
Choose a tag to compare
0.5 Pre-release
Pre-release

Quite a stable release. Init is working quite well.

Stable release will be out once the remaining "issue" queue is closed.

0.4.1 cleanup

11 Nov 12:25
Compare
Choose a tag to compare
0.4.1 cleanup Pre-release
Pre-release

some tool cleanup on 0.4

0.4 Quite stable, but needs more docs

11 Nov 12:22
Compare
Choose a tag to compare
Pre-release

Functions well, and is quite usable on a day-to-day basis.

0.3.1 Minor improvements

16 Oct 07:45
Compare
Choose a tag to compare
Pre-release

I few improvements in recently added 0.3 features, including a small fix in the scale operation.

0.3

09 Oct 15:16
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

This release is pretty feature complete, but still needs:

  • more features like in docker-compose
  • lots of UI cleanup, especially cleanup of messaging.