Skip to content

Commit 1b53561

Browse files
authored
chore(loki): add 3.6.10, 3.6.8 and remove 3.5.x versions (#45)
Add Loki image versions 3.6.10, 3.6.8 to the build matrix and remove deprecated 3.5 and 3.5.8 versions. Update README.md with the new version table. Ref: ENT-3785 Co-authored-by: Frederic Spiers <frederic.spiers@gitguardian.com>
1 parent c7b25e0 commit 1b53561

2 files changed

Lines changed: 5 additions & 11 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.7", "3.6.5", "3.6.3", "3.6.2", "3.5", "3.5.8"]
32+
version: [latest, "3.6", "3.6.10", "3.6.8", "3.6.7"]
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 & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,12 @@ This image contains the loki application for log aggregation. loki can be used t
1010
| latest-shell | ghcr.io/gitguardian/wolfi/loki:latest-shell |
1111
| 3.6 | ghcr.io/gitguardian/wolfi/loki:3.6 |
1212
| 3.6-shell | ghcr.io/gitguardian/wolfi/loki:3.6-shell |
13+
| 3.6.10 | ghcr.io/gitguardian/wolfi/loki:3.6.10 |
14+
| 3.6.10-shell | ghcr.io/gitguardian/wolfi/loki:3.6.10-shell |
15+
| 3.6.8 | ghcr.io/gitguardian/wolfi/loki:3.6.8 |
16+
| 3.6.8-shell | ghcr.io/gitguardian/wolfi/loki:3.6.8-shell |
1317
| 3.6.7 | ghcr.io/gitguardian/wolfi/loki:3.6.7 |
1418
| 3.6.7-shell | ghcr.io/gitguardian/wolfi/loki:3.6.7-shell |
15-
| 3.6.5 | ghcr.io/gitguardian/wolfi/loki:3.6.5 |
16-
| 3.6.5-shell | ghcr.io/gitguardian/wolfi/loki:3.6.5-shell |
17-
| 3.6.3 | ghcr.io/gitguardian/wolfi/loki:3.6.3 |
18-
| 3.6.3-shell | ghcr.io/gitguardian/wolfi/loki:3.6.3-shell |
19-
| 3.6.2 | ghcr.io/gitguardian/wolfi/loki:3.6.2 |
20-
| 3.6.2-shell | ghcr.io/gitguardian/wolfi/loki:3.6.2-shell |
21-
| 3.5.8 | ghcr.io/gitguardian/wolfi/loki:3.5.8 |
22-
| 3.5.8-shell | ghcr.io/gitguardian/wolfi/loki:3.5.8-shell |
23-
| 3.5 | ghcr.io/gitguardian/wolfi/loki:3.5 |
24-
| 3.5-shell | ghcr.io/gitguardian/wolfi/loki:3.5-shell |
2519

2620
## ✅ Verify the Provenance
2721

0 commit comments

Comments
 (0)