Releases: operable/go-relay
Releases · operable/go-relay
1.0.2
1.0.1
Cog 0.14.0
Enhancements
- New Template Engine #876
- Added a
-dev
flag to Relay's CLI #950- We've added a development mode to Relay to simplify bundle development. Starting a Relay with
-dev
causes Relay to
re-pull any Docker images associated with installed command bundles on each pipeline execution. This should simplify
iterating command development.
- We've added a development mode to Relay to simplify bundle development. Starting a Relay with
- Improved presentation of bundle and command help #658
- Introduced new bundle config version 4 which adds documentation structure
used by help command and reorganized template definitions. Also bundle
descriptions are now required. spanner #76
Bug Fixes
Cog 0.11.0
Relay 0.7.0 Alpha1
This is the first preview build of what will become Relay 0.7.0. We're actively looking for volunteers to kick the tires and report any breakage.
WARNING: Bugs are highly likely in this release despite our best attempts to squash them. Do not use this release if you're uncomfortable testing alpha quality software.
- Significant clean up and refactoring of internals
- Fully configurable via defaults and environment variables.
relay.conf
is optional for the majority of users. - Fixed race condition where bundle catalog updates could overlap which confused Relay
- Fixed race condition in Relay's internal work queue discovered by Go's race detector
NOTE: This build has been tested against Cog 0.6.0 only.
Cog 0.6.0
Relay 0.5
0.4.0 Alpha
Early preview of Cog's new Relay written in Golang featuring Docker integration. See this for information on configuring go-relay.