Skip to content

Commit cdb5cbe

Browse files
committed
feat(loki): add version 3.5.1
1 parent 2403eec commit cdb5cbe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/loki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
publish:
3030
strategy:
3131
matrix:
32-
version: [latest, "3.5", "3.5.0", "3.4", "3.4.3"]
32+
version: [latest, "3.5", "3.5.1", "3.5.0", "3.4", "3.4.3"]
3333
variant: [prod, shell]
3434
name: ${{ matrix.version }}${{ matrix.variant == 'shell' && '-shell' || '' }}
3535
uses: './.github/workflows/release.yaml'

images/loki/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ This image contains the loki application for log aggregation. loki can be used t
88
| ------------ | ------------------------------------------- |
99
| latest | ghcr.io/gitguardian/wolfi/loki:latest |
1010
| latest-shell | ghcr.io/gitguardian/wolfi/loki:latest-shell |
11+
| 3.5 | ghcr.io/gitguardian/wolfi/loki:3.5 |
12+
| 3.5-shell | ghcr.io/gitguardian/wolfi/loki:3.5-shell |
13+
| 3.5.1 | ghcr.io/gitguardian/wolfi/loki:3.5.1 |
14+
| 3.5.1-shell | ghcr.io/gitguardian/wolfi/loki:3.5.1-shell |
15+
| 3.5.0 | ghcr.io/gitguardian/wolfi/loki:3.5.0 |
16+
| 3.5.0-shell | ghcr.io/gitguardian/wolfi/loki:3.5.0-shell |
1117
| 3.4 | ghcr.io/gitguardian/wolfi/loki:3.4 |
1218
| 3.4-shell | ghcr.io/gitguardian/wolfi/loki:3.4-shell |
1319
| 3.4.3 | ghcr.io/gitguardian/wolfi/loki:3.4.3 |

0 commit comments

Comments
 (0)