Skip to content

Commit

Permalink
Update dependency loki to v3.2.0 (#109)
Browse files Browse the repository at this point in the history
* Update dependency loki to v3.2.0

* update oats

* build lgtm before tests

* fix oats

---------

Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
Co-authored-by: Gregor Zeitlinger <[email protected]>
  • Loading branch information
grafanarenovatebot[bot] and zeitlinger authored Sep 25, 2024
1 parent 81745f6 commit 34e21f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: grafana/oats
ref: ebc9c34c3928dacf64042d129f73f814035a0241
ref: 77fe94799fd10ccdbd954967309e23481dcb82fe
path: oats
- name: Set up Go
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PROMETHEUS_VERSION=v2.54.1
# renovate: datasource=github-releases depName=tempo packageName=grafana/tempo
ENV TEMPO_VERSION=v2.6.0
# renovate: datasource=github-releases depName=loki packageName=grafana/loki
ENV LOKI_VERSION=v3.1.1
ENV LOKI_VERSION=v3.2.0
# renovate: datasource=github-releases depName=opentelemetry-collector packageName=open-telemetry/opentelemetry-collector-releases
ENV OPENTELEMETRY_COLLECTOR_VERSION=v0.110.0

Expand Down
1 change: 1 addition & 0 deletions scripts/run-acceptance-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set -euo pipefail

./build-lgtm.sh
wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
cd oats/yaml
go install github.com/onsi/ginkgo/v2/ginkgo@latest
Expand Down

0 comments on commit 34e21f6

Please sign in to comment.