Skip to content

Commit 6944eb2

Browse files
authored
Merge pull request #182 from f5devcentral/development
Release v0.9.3
2 parents 1fd7fbb + 02f2cd7 commit 6944eb2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

COLLECTOR_VERSION

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

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.2)
374+
git checkout tags/RELEASE_VERSION #(e.g. tags/v0.9.3)
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.2
30+
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.3
3131
restart: unless-stopped
3232
volumes:
3333
- ./services/otel_collector:/etc/otel-collector-config

services/grafana/provisioning/dashboards/bigip/device/device-ssl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@
10941094
"refId": "A"
10951095
}
10961096
],
1097-
"title": "Client SSL Profile Info",
1097+
"title": "Server SSL Profile Info",
10981098
"transformations": [
10991099
{
11001100
"id": "organize",
@@ -1490,7 +1490,7 @@
14901490
},
14911491
"timepicker": {},
14921492
"timezone": "browser",
1493-
"title": "Device - SSL",
1493+
"title": "Device SSL",
14941494
"uid": "eeecju1l4feo0b",
14951495
"version": 4,
14961496
"weekStart": ""

0 commit comments

Comments
 (0)