Skip to content

Commit ae21ad7

Browse files
authored
Merge pull request #216 from f5devcentral/development
Release v0.9.4
2 parents 9a0bec3 + cf333b1 commit ae21ad7

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
@@ -375,7 +375,7 @@ special instructions / breaking changes.
375375
git stash
376376
git fetch --tags
377377
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)
379379
git stash pop
380380
# <merge any conflicts with your local changes>
381381
# <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)