File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- v0.9.3
1
+ v0.9.4
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ special instructions / breaking changes.
371
371
git stash
372
372
git fetch --tags
373
373
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 )
375
375
git stash pop
376
376
# <merge any conflicts with your local changes>
377
377
# <re-run config scripts>
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
27
27
- 7lc_network
28
28
29
29
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
31
31
restart : unless-stopped
32
32
volumes :
33
33
- ./services/otel_collector:/etc/otel-collector-config
You can’t perform that action at this time.
0 commit comments