diff --git a/COLLECTOR_VERSION b/COLLECTOR_VERSION index ce23f21..ba44a52 100644 --- a/COLLECTOR_VERSION +++ b/COLLECTOR_VERSION @@ -1 +1 @@ -v0.9.3 \ No newline at end of file +v0.9.4 \ No newline at end of file diff --git a/README.md b/README.md index e60c203..ee24ae1 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ special instructions / breaking changes. git stash git fetch --tags git pull origin main -git checkout tags/RELEASE_VERSION #(e.g. tags/v0.9.3) +git checkout tags/RELEASE_VERSION #(e.g. tags/v0.9.4) git stash pop # # diff --git a/docker-compose.yaml b/docker-compose.yaml index 849497c..7001466 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -27,7 +27,7 @@ services: - 7lc_network otel-collector: - image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.3 + image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.4 restart: unless-stopped volumes: - ./services/otel_collector:/etc/otel-collector-config