Skip to content

Commit

Permalink
deps: bump all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krzko committed Mar 19, 2024
1 parent acc3171 commit b3a5cdf
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# dependabot will update this file when base image is updated
FROM grafana/grafana:10.2.3
FROM grafana/grafana:10.4.0
2 changes: 1 addition & 1 deletion dockerfiles/loki/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# dependabot will update this file when base image is updated
FROM grafana/loki:2.8.7
FROM grafana/loki:2.9.5
2 changes: 1 addition & 1 deletion dockerfiles/otel-collector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# dependabot will update this file when base image is updated
FROM otel/opentelemetry-collector-contrib:0.92.0
FROM otel/opentelemetry-collector-contrib:0.96.0
2 changes: 1 addition & 1 deletion dockerfiles/prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# dependabot will update this file when base image is updated
FROM prom/prometheus:v2.48.1
FROM prom/prometheus:v2.50.1
8 changes: 4 additions & 4 deletions internal/files/files/grafana/run-o11y-run/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:

grafana:
image: grafana/grafana:10.2.3
image: grafana/grafana:10.4.0
volumes:
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
# - ../shared/pyroscope/grafana-provisioning:/etc/grafana/provisioning
Expand All @@ -20,7 +20,7 @@ services:
- "3000:3000"

loki:
image: grafana/loki:2.8.7
image: grafana/loki:2.9.5
command: "-config.file=/etc/loki/local-config.yaml"
environment:
- NO_PROXY=grafana,loki,minio,otel-collector,prometheus,pyroscope,tempo
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
retries: 5

otel-collector:
image: otel/opentelemetry-collector-contrib:0.92.0
image: otel/opentelemetry-collector-contrib:0.96.0
command: [ "--config=/etc/otel-collector.yaml" ]
volumes:
- ../shared/otel-collector.yaml:/etc/otel-collector.yaml
Expand All @@ -82,7 +82,7 @@ services:
- tempo

prometheus:
image: prom/prometheus:v2.48.1
image: prom/prometheus:v2.50.1
command:
- --config.file=/etc/prometheus.yaml
- --web.enable-remote-write-receiver
Expand Down

0 comments on commit b3a5cdf

Please sign in to comment.