This release brings a number of exciting features and fixes. The most significant are as follows:
- **ACS Deploy Support** - contentctl can now deploy your app directly into your Classic OR Victoria Splunk Cloud Stack! https://github.com/splunk/contentctl/pull/114
- **Enable Specified Searches by Default** - You can now enable a search in your environment by default (instead of disabled by default) on app build time. When this app is deployed, the search will be scheduled to run. To do this, add the following key to your YML: `enabled_by_default: True` https://github.com/splunk/contentctl/pull/116
- **Allow Comments in Searches** - This fixes a bug where comments could be parsed as macros and cause validation failures. Now, you can include inline comments in the search field of your detection YMLs. https://github.com/splunk/contentctl/pull/115