Skip to content

Commit cadd7c5

Browse files
Version bump (#365)
1 parent 8c41040 commit cadd7c5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ $ chmod +x tools/nozzle.sh
519519
Build project:
520520
521521
```
522-
$ make VERSION=1.3.0
522+
$ make VERSION=1.3.1
523523
```
524524
525525
Run tests with [Ginkgo](http://onsi.github.io/ginkgo/)

testing/integration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
export API_USER=<CF-USER>
2424
export EVENTS=ValueMetric,CounterEvent,Error,LogMessage,HttpStartStop,ContainerMetric
2525
export SPLUNK_TOKEN=<HEC-TOKEN>
26-
export SPLUNK_URL=<HEC-ENDPOINT>
26+
export SPLUNK_URL=<SPLUNK-URL>:8089
2727
export SPLUNK_USER=<SPLUNK-USERNAME>
2828
export SPLUNK_PASSWORD=<SPLUNK-PASSWORD>
2929
export SPLUNK_INDEX=main

tile/tile-history.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ history:
1111
- 1.2.1
1212
- 1.2.2
1313
- 1.2.3
14-
version: 1.3.0
14+
- 1.3.0
15+
version: 1.3.1

0 commit comments

Comments
 (0)