Skip to content

Commit cf333b1

Browse files
authored
Merge pull request #215 from f5devcentral/vin-shenoy-release_v_0_9_4
Update collector version to v0.9.4
2 parents 02f2cd7 + be250d0 commit cf333b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

COLLECTOR_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.3
1+
v0.9.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ special instructions / breaking changes.
371371
git stash
372372
git fetch --tags
373373
git pull origin main
374-
git checkout tags/RELEASE_VERSION #(e.g. tags/v0.9.3)
374+
git checkout tags/RELEASE_VERSION #(e.g. tags/v0.9.4)
375375
git stash pop
376376
# <merge any conflicts with your local changes>
377377
# <re-run config scripts>

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- 7lc_network
2828

2929
otel-collector:
30-
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.3
30+
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.4
3131
restart: unless-stopped
3232
volumes:
3333
- ./services/otel_collector:/etc/otel-collector-config

0 commit comments

Comments
 (0)