Skip to content

Commit

Permalink
Prep for 2.0 release (ver 1.9.0)
Browse files Browse the repository at this point in the history
- Using versions 1.9.x for pre-2.0 releases.  Not sure if this is the right
  semantic versioning approach, but Splunkbase doesn't seem to like release
  candidate versions.  We'll keep this the non-default option on Splunkbase.
- Enabled the ksconf-sort pre-commit hook and ran it once against all files.
  • Loading branch information
lowell80 committed Nov 9, 2018
1 parent 1683cb9 commit 0d699eb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.9.0
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ repos:
sha: v0.5.3
hooks:
- id: ksconf-check
# - id: ksconf-sort
- id: ksconf-sort
12 changes: 6 additions & 6 deletions default/app.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[launcher]
author = Lowell Alleman
description = Implementation of JMESPath for splunk (xpath for json)
version = 1.9.0

[package]
check_for_updates = 1
id=jmespath

[launcher]
version = 1.0.1
description=Implementation of JMESPath for splunk (xpath for json)
author=Lowell Alleman
id = jmespath

[ui]
is_visible = false
Expand Down
8 changes: 4 additions & 4 deletions default/commands.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[jmespath]
filename = jpath.py
streaming = true
retainsevents = true
overrides_timeorder = false
supports_rawargs = true
is_risky = false
overrides_timeorder = false
retainsevents = true
streaming = true
supports_multivalues = true
supports_rawargs = true
2 changes: 2 additions & 0 deletions default/searchbnf.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# KSCONF-NO-SORT

[jmespath-command]
syntax = jmespath <jmespath-string> (field=<field>)? (outfield=<field>)? (default=<string>)?
shortdesc = Declaratively specify how to extract elements from a JSON document using JMESPath
Expand Down

0 comments on commit 0d699eb

Please sign in to comment.