Skip to content

Commit

Permalink
Merge pull request #1088 from cybozu/loki-promtail-2.9.0
Browse files Browse the repository at this point in the history
loki, promtail: v2.9.0
  • Loading branch information
umezawatakeshi authored Sep 15, 2023
2 parents bfa6e87 + feb964d commit 504d3fa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion loki/BRANCH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8
2.9
2 changes: 1 addition & 1 deletion loki/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM quay.io/cybozu/golang:1.20-jammy AS build
ARG LOKI_VERSION=2.8.3
ARG LOKI_VERSION=2.9.0

WORKDIR /work
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion loki/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.3.1
2.9.0.1
2 changes: 1 addition & 1 deletion promtail/BRANCH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8
2.9
2 changes: 1 addition & 1 deletion promtail/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM quay.io/cybozu/golang:1.20-jammy AS build
ARG LOKI_VERSION=2.8.3
ARG LOKI_VERSION=2.9.0
ARG SYSTEMD_VERSION=252

WORKDIR /work
Expand Down
2 changes: 1 addition & 1 deletion promtail/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.3.1
2.9.0.1

0 comments on commit 504d3fa

Please sign in to comment.