Skip to content

Commit 12642c1

Browse files
committed
Release v0.134.2
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
1 parent e173b26 commit 12642c1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## [0.134.2] - 2026-03-02
8+
9+
### Fixed
10+
11+
- Fix CVEs by updating go and open telemetry
12+
713
## [0.134.1] - 2026-03-02
814

915
### Fixed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS)
2020

2121
DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS)
2222

23-
VERSION= 0.134.1
23+
VERSION= 0.134.2
2424
LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'"
2525
GCFLAGS= -gcflags="-e"
2626

0 commit comments

Comments
 (0)