Merge pull request #9150 from roidelapluie/macos-229

Add a compatibility note for macOS users.
This commit is contained in:
Frederic Branczyk 2021-08-04 10:09:26 +02:00 committed by GitHub
commit fc92cdc263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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