Skip to content

Commit d1016f5

Browse files
author
Kevin Smith
committed
Updated for 0.16
1 parent 18fc2a8 commit d1016f5

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## 0.16.0
4+
5+
### Enhancements
6+
7+
- Brand new command parser [#1082](https://github.com/operable/cog/issues/1082)
8+
- Supports string interpolation `"EC2 Region ${region}"`
9+
- Improved shell-like behavior greatly reduces surprising parse errors
10+
- Added support for git-style subcommands [#1091](https://github.com/operable/cog/issues/1091)
11+
- Added basic usage tracking [Pull Request](https://github.com/operable/cog/pull/1104)
12+
- This information is used by Operable in order to help understand the size of the Cog install
13+
base and the currently deployed versions. If you would like to opt out of having this telemetry data
14+
sent, you can set the `COG_TELEMETRY` environment variable to the value false before starting Cog.
15+
- Added `tee` and `cat` commands [Pull Request](https://github.com/operable/cog/pull/1101)
16+
- Allow binding JSON arrays to list options [#1097](https://github.com/operable/cog/issues/1097)
17+
- Added support for single and triple backticks to Greenbar templates [#1087](https://github.com/operable/cog/issues/1087)
18+
- Improved `command not found` error messages [#1092](https://github.com/operable/cog/issues/1092)
19+
- Made timeouts configurable for interactive and trigger pipelines [#1027](https://github.com/operable/cog/issues/1027)
20+
- Moved to Erlang R19.1 and Elixir 1.3.4 [#1028](https://github.com/operable/cog/issues/1028)
21+
- Deprecated `mist` bundle replaced with `ec2` and `s3` bundles [#1051](https://github.com/operable/cog/issues/1051)
22+
- Added health checks to `docker-compose.yml` [#939](https://github.com/operable/cog/issues/939)
23+
24+
### Bug Fixes
25+
26+
- Raw commands should return JSON [#1023](https://github.com/operable/cog/issues/1023)
27+
- Bundle install can return an incorrect error message [#1065](https://github.com/operable/cog/issues/1065)
28+
- Greenbar interprets `!=` as `==` [#1071](https://github.com/operable/cog/issues/1071)
29+
- Triggers should be able to redirect to newly created rooms [#1096](https://github.com/operable/cog/issues/1096)
30+
- Cannot interact with HipChat room names containing a space [#1102](https://github.com/operable/cog/issues/1102)
31+
- Slack @-mentions aren't properly linkified [#1111](https://github.com/operable/cog/issues/1111)
32+
- Required options don't work w/short option names [#1088](https://github.com/operable/cog/issues/1088)
33+
- Fixed password reset emails [Pull Request](https://github.com/operable/cog/pull/1114)
34+
- Fixed permission rule evaluation for list options [Pull Request](https://github.com/operable/cog/pull/1077)
35+
36+
### Documentation
37+
38+
- Documented `docker-compose-override.yaml` [#961](https://github.com/operable/cog/issues/961)
39+
340
## 0.15.2
441
### Bug Fixes
542

0 commit comments

Comments
 (0)