Skip to content

Commit fecd8ff

Browse files
authored
chore(loki): bump to 3.7.1 and remove 3.6, 3.6.7 versions (#53)
Add Loki image versions 3.7 and 3.7.1 to the build matrix. Keep 3.6.10 and 3.6.8 patches for users still on 3.6.x; drop the 3.6 minor alias and the older 3.6.7 patch. Update README.md with the new version table.
1 parent 44b76db commit fecd8ff

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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.6", "3.6.10", "3.6.8", "3.6.7"]
32+
version: [latest, "3.7", "3.7.1", "3.6.10", "3.6.8"]
3333
variant: [prod, shell]
3434
name: ${{ matrix.version }}${{ matrix.variant == 'shell' && '-shell' || '' }}
3535
uses: './.github/workflows/release.yaml'

images/loki/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ 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.6 | ghcr.io/gitguardian/wolfi/loki:3.6 |
12-
| 3.6-shell | ghcr.io/gitguardian/wolfi/loki:3.6-shell |
11+
| 3.7 | ghcr.io/gitguardian/wolfi/loki:3.7 |
12+
| 3.7-shell | ghcr.io/gitguardian/wolfi/loki:3.7-shell |
13+
| 3.7.1 | ghcr.io/gitguardian/wolfi/loki:3.7.1 |
14+
| 3.7.1-shell | ghcr.io/gitguardian/wolfi/loki:3.7.1-shell |
1315
| 3.6.10 | ghcr.io/gitguardian/wolfi/loki:3.6.10 |
1416
| 3.6.10-shell | ghcr.io/gitguardian/wolfi/loki:3.6.10-shell |
1517
| 3.6.8 | ghcr.io/gitguardian/wolfi/loki:3.6.8 |
1618
| 3.6.8-shell | ghcr.io/gitguardian/wolfi/loki:3.6.8-shell |
17-
| 3.6.7 | ghcr.io/gitguardian/wolfi/loki:3.6.7 |
18-
| 3.6.7-shell | ghcr.io/gitguardian/wolfi/loki:3.6.7-shell |
1919

2020
## ✅ Verify the Provenance
2121

0 commit comments

Comments
 (0)