From 4fdf25dda556aa6d115ee4afd8b4e823b0a0a846 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 3 Aug 2021 12:33:31 +0200 Subject: [PATCH] Add a compatibility note for macOS users. Signed-off-by: Julien Pivotto --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdcff14f2..e055b2731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 2.29.0-rc.0 / 2021-07-29 +Note for macOS users: Due to [changes in the upcoming Go 1.17](https://tip.golang.org/doc/go1.17#darwin), +this is the last Prometheus release that supports macOS 10.12 Sierra. + * [CHANGE] Promote `--storage.tsdb.allow-overlapping-blocks` flag to stable. #9117 * [CHANGE] Promote `--storage.tsdb.retention.size` flag to stable. #9004 * [FEATURE] Add Kuma service discovery. #8844