We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e173b26 commit 12642c1Copy full SHA for 12642c1
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
## Unreleased
6
7
+## [0.134.2] - 2026-03-02
8
+
9
+### Fixed
10
11
+- Fix CVEs by updating go and open telemetry
12
13
## [0.134.1] - 2026-03-02
14
15
### Fixed
GNUmakefile
@@ -20,7 +20,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS)
20
21
DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS)
22
23
-VERSION= 0.134.1
+VERSION= 0.134.2
24
LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'"
25
GCFLAGS= -gcflags="-e"
26
0 commit comments