Skip to content

Commit 5930a0e

Browse files
authored
Merge pull request #214 from prometheus/beorn7/dependencies
Cut v1.4.2
2 parents d8ddea9 + 64f65ec commit 5930a0e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ executors:
66
# Whenever the Go version is updated here, .promu.yml should also be updated.
77
golang:
88
docker:
9-
- image: cimg/go:1.23
9+
- image: cimg/go:1.24
1010
jobs:
1111
test:
1212
executor: golang

.promu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
go:
33
# Whenever the Go version is updated here
44
# .circle/config.yml should also be updated.
5-
version: 1.23
5+
version: 1.24
66
repository:
77
path: github.com/prometheus/prom2json
88
build:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
* [ENHANCEMENT]
1010
* [BUGFIX]
1111

12+
## 1.4.2 / 2025-04-09
13+
14+
* [BUGFIX] Fix formatting of error messages. #190
15+
16+
_Besides the small fix above, this release comes with updated dependencies, and the pre-built binaries are using Go1.24.2, both to avoid potential security issues. (Note that this is just precaution. We do not know of any relevant vulnerabilities in v1.4.1.)_
17+
1218
## 1.4.1 / 2024-09-19
1319

1420
_There are no code changes in this release. It merely comes with updated dependencies, and the pre-built binaries are using Go1.23.1., both to avoid potential security issues. (Note that this is just precaution. We do not know of any relevant vulnerabilities in v1.4.0.)_

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.4.2

0 commit comments

Comments
 (0)