Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump #365

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ $ chmod +x tools/nozzle.sh
Build project:

```
$ make VERSION=1.3.0
$ make VERSION=1.3.1
```

Run tests with [Ginkgo](http://onsi.github.io/ginkgo/)
Expand Down
2 changes: 1 addition & 1 deletion testing/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
export API_USER=<CF-USER>
export EVENTS=ValueMetric,CounterEvent,Error,LogMessage,HttpStartStop,ContainerMetric
export SPLUNK_TOKEN=<HEC-TOKEN>
export SPLUNK_URL=<HEC-ENDPOINT>
export SPLUNK_URL=<SPLUNK-URL>:8089
export SPLUNK_USER=<SPLUNK-USERNAME>
export SPLUNK_PASSWORD=<SPLUNK-PASSWORD>
export SPLUNK_INDEX=main
Expand Down
3 changes: 2 additions & 1 deletion tile/tile-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ history:
- 1.2.1
- 1.2.2
- 1.2.3
version: 1.3.0
- 1.3.0
version: 1.3.1
Loading