Skip to content

Commit

Permalink
Upgrade govaluate to release 3.1.0. (#1629)
Browse files Browse the repository at this point in the history
Closes #922

Signed-off-by: Eric Chlebek <eric@sensu.io>
  • Loading branch information
echlebek authored May 31, 2018
1 parent f0158dc commit 318d489
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ characters and therefore fixing a bug in sensuctl
- Fixed a bug where environments couldn't be deleted if there was an asset in
the organization they reside in.
- Dashboard's backend reverse proxy now works with TLS certs are configured.
- Fixed a bug with the IN operator in query statements.

### Removed
- Removed Linux/386 & Windows/386 e2e jobs on Travis CI & AppVeyor
Expand Down
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ required = [
# https://github.com/Knetic/govaluate/issues/61
[[constraint]]
name = "github.com/sensu/govaluate"
branch = "nested-parameters"
version = "3.1.0"

[[constraint]]
name = "github.com/sirupsen/logrus"
Expand Down
60 changes: 52 additions & 8 deletions vendor/github.com/sensu/govaluate/evaluationStage.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 318d489

Please sign in to comment.