Skip to content

Commit

Permalink
Release notes for v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Jan 4, 2019
1 parent 90bc5ce commit 2a61ef0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@

Add Python 3 support, external command plugins, tox and vagrant for testing.

### Release v0.5.4 (UNRELEASED)
### Release v0.5.4 (2019-01-04)
* New commands added:
* *snapshot* will dump a set of configuration files to a JSON formatted file. This can be used
used for incremental "snapshotting" of running Splunk apps to track changes overtime.
* *rest-export* builds a series of custom `curl` commands that can be used to publish or update
stanzas on a remote instance without file system access. This can be helpful when pushing
configs to Splunk Cloud when all you have is REST (splunkd) access. This command is indented
for interactive admin not batch operations.
* Added the concept of command maturity. A listing is aviable by running `ksconf --version`
* Fix typo in `KSCONF_DEBUG`.
* Resolving some build issues.
* Improved support for development/testing environments using Vagrant (fixes) and Docker (new).
Expand Down

0 comments on commit 2a61ef0

Please sign in to comment.