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 @@ -375,7 +375,7 @@ special instructions / breaking changes.
375
375
git stash
376
376
git fetch --tags
377
377
git pull origin main
378
- git checkout tags/RELEASE_VERSION # (e.g. tags/v0.9.3 )
378
+ git checkout tags/RELEASE_VERSION # (e.g. tags/v0.9.4 )
379
379
git stash pop
380
380
# <merge any conflicts with your local changes>
381
381
# <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