Skip to content

Commit 699ca41

Browse files
authored
Merge pull request #245 from f5devcentral/development
Update collector to v0.9.6
2 parents cf25a21 + a491e86 commit 699ca41

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/build-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Build Site
3636
run: cd ./pages && bundle exec jekyll build
3737
- name: Test with html-proofer
38-
run: cd ./pages && bundle exec htmlproofer _site --ignore-urls "/github.com/,/web.archive.org/" --swap-urls '^/application-study-tool/:/'
38+
run: cd ./pages && bundle exec htmlproofer _site --ignore-urls "/github.com/,/web.archive.org/,/developer.hashicorp.com/" --swap-urls '^/application-study-tool/:/'
3939
env:
4040
NOKOGIRI_USE_SYSTEM_LIBRARIES: true

COLLECTOR_VERSION

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ special instructions / breaking changes.
377377
git stash
378378
git fetch --tags
379379
git pull origin main
380-
git checkout tags/RELEASE_VERSION #(e.g. tags/v0.9.5)
380+
git checkout tags/RELEASE_VERSION #(e.g. tags/v0.9.6)
381381
git stash pop
382382
# <merge any conflicts with your local changes>
383383
# <re-run config scripts>

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ services:
2828
- 7lc_network
2929

3030
otel-collector:
31-
# ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.5
32-
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector@sha256:bcb5faa7489849c0ea36ec645a77b50203dbe7378af1bc6e9ebc923430cce634
31+
# ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.6
32+
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector@sha256:47000e10d93934f680760a8b65863227335e5ec9cb7fa9f24ea4d5db2dff0a3d
3333
restart: unless-stopped
3434
volumes:
3535
- ./services/otel_collector:/etc/otel-collector-config

pages/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
3232
# do not have a Java counterpart.
3333
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
3434

35-
gem 'nokogiri', '>= 1.18.8'
35+
gem 'nokogiri', '>= 1.18.9'
3636
gem 'rack', '~> 2.2.14'
3737
gem 'rspec'
3838

pages/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ GEM
8989
rb-fsevent (~> 0.10, >= 0.10.3)
9090
rb-inotify (~> 0.9, >= 0.9.10)
9191
mercenary (0.4.0)
92-
nokogiri (1.18.8-arm64-darwin)
92+
nokogiri (1.18.10-arm64-darwin)
9393
racc (~> 1.4)
94-
nokogiri (1.18.8-x86_64-linux-gnu)
94+
nokogiri (1.18.10-x86_64-linux-gnu)
9595
racc (~> 1.4)
9696
pathutil (0.16.2)
9797
forwardable-extended (~> 2.6)
@@ -151,7 +151,7 @@ DEPENDENCIES
151151
http_parser.rb (~> 0.6.0)
152152
jekyll (~> 4.3.4)
153153
just-the-docs (= 0.10.0)
154-
nokogiri (>= 1.18.8)
154+
nokogiri (>= 1.18.9)
155155
rack (~> 2.2.14)
156156
rexml (>= 3.3.9)
157157
rspec

pages/troubleshooting/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ $ docker ps
8282
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
8383
cb4cf8867390 grafana/grafana:11.6.3 "/run.sh" About a minute ago Up 49 seconds 0.0.0.0:3000->3000/tcp grafana
8484
bb8891f2cd47 prom/prometheus:v2.53.5 "/bin/prometheus --c…" About a minute ago Up 49 seconds 0.0.0.0:9090->9090/tcp prometheus
85-
df2739cd67cb ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.5 "/otelcol-custom --c…" About a minute ago Up 49 seconds 4317/tcp, 55679-55680/tcp application-study-tool-otel-collector-1
85+
df2739cd67cb ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.6 "/otelcol-custom --c…" About a minute ago Up 49 seconds 4317/tcp, 55679-55680/tcp application-study-tool-otel-collector-1
8686
```
8787

8888
This output shows a problem (Restarting container) for the `application-study-tool-otel-collector-1`
8989
container (the otel collector):
9090
```shell
9191
$ docker ps
9292
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
93-
fdbde8a3ee16 ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.5 "/otelcol-custom --c…" 14 seconds ago Restarting (1) 5 seconds ago application-study-tool-otel-collector-1
93+
fdbde8a3ee16 ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.6 "/otelcol-custom --c…" 14 seconds ago Restarting (1) 5 seconds ago application-study-tool-otel-collector-1
9494
b7ef41accd46 grafana/grafana:11.6.3 "/run.sh" 14 seconds ago Up 13 seconds 0.0.0.0:3000->3000/tcp grafana
9595
8edff3e8666e prom/prometheus:v2.53.5 "/bin/prometheus --c…" 14 seconds ago Up 13 seconds 0.0.0.0:9090->9090/tcp prometheus
9696
```

0 commit comments

Comments
 (0)