Update prometheus alertmanager to newest available version#403
Closed
jackhodgkiss wants to merge 2 commits intostackhpc/2024.1from
Closed
Update prometheus alertmanager to newest available version#403jackhodgkiss wants to merge 2 commits intostackhpc/2024.1from
jackhodgkiss wants to merge 2 commits intostackhpc/2024.1from
Conversation
https://hub.docker.com provides base Ubuntu images with two type of namings. For example for Ubuntu Noble, there are ``24.04``, ``noble`` and ``noble-20250127``. Currently whenever Kolla checks base tag to determine which Ubuntu release is being used, it only expects tag of version number. So if users use base tag with release codename, they will not get correct python version or other dependencies. Fixing this by extending all base_tag checks to include case for release codenames. Change-Id: Iab02de97cdde79db540c7336512d7014f9b71753
* prometheus-alertmanager: 0.28.0 -> 0.28.1 Change-Id: Iec5b936ae77f2d8298803fbfe50f55b2ed69f4b3
b0c0ffa to
8b12d0e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change-Id: Iec5b936ae77f2d8298803fbfe50f55b2ed69f4b3
Resolves issue with MSTeams where long messages would be truncated. prometheus/alertmanager#4222