Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. Prometheus
  3. Prometheus - Package Updates

Prometheus - Package Updates

Scheduled Pinned Locked Moved Prometheus
116 Posts 4 Posters 71.1k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • nebulonN Offline
    nebulonN Offline
    nebulon
    Staff
    wrote on last edited by
    #83

    [1.29.1]

    • Update Prometheus to 2.50.1
    • Full changelog
    • [BUGFIX] API: Fix metadata API using wrong field names. #13633
    1 Reply Last reply
    0
    • girishG Do not disturb
      girishG Do not disturb
      girish
      Staff
      wrote on last edited by
      #84

      [1.9.0]

      • Update alertmanager to 0.27.0
      • Full changelog
      • [CHANGE] Discord Integration: Enforce max length in message. #3597
      • [CHANGE] API: Removal of all api/v1/ endpoints. These endpoints now log and return a deprecation message and respond with a status code of 410. #2970
      • [FEATURE] UTF-8 Support: Introduction of support for any UTF-8 character as part of label names and matchers. Please read more below. #3453, #3483, #3567, #3570
      • [FEATURE] Metrics: Introduced the experimental feature flag --enable-feature=receiver-name-in-metrics to include the receiver name in the following metrics: #3045
      • [FEATURE] Metrics: Introduced a new gauge named alertmanager_inhibition_rules that counts the number of configured inhibition rules. #3681
      • [FEATURE] Metrics: Introduced a new counter named alertmanager_alerts_supressed_total that tracks muted alerts, it contains a reason label to indicate the source of the mute. #3565
      1 Reply Last reply
      0
      • nebulonN Offline
        nebulonN Offline
        nebulon
        Staff
        wrote on last edited by
        #85

        [1.30.0]

        • Update Prometheus to 2.51.0
        • Full changelog
        1 Reply Last reply
        0
        • girishG Do not disturb
          girishG Do not disturb
          girish
          Staff
          wrote on last edited by
          #86

          [1.30.1]

          • Update Prometheus to 2.51.1
          • Full changelog
          • [BUGFIX] PromQL: Re-instate validation of label_join destination label #13803
          • [BUGFIX] Scraping (experimental native histograms): Fix handling of the min bucket factor on sync of targets #13846
          • [BUGFIX] PromQL: Some queries could return the same series twice (library use only) #13845
          1 Reply Last reply
          0
          • girishG Do not disturb
            girishG Do not disturb
            girish
            Staff
            wrote on last edited by
            #87

            [1.30.2]

            • Update Prometheus to 2.51.2
            • Full changelog
            • Notifier: could hang when using relabeling on alerts
            1 Reply Last reply
            0
            • nebulonN Offline
              nebulonN Offline
              nebulon
              Staff
              wrote on last edited by
              #88

              [1.31.0]

              • Update Prometheus to 2.52.0
              • Full changelog
              • [CHANGE] TSDB: Fix the predicate checking for blocks which are beyond the retention period to include the ones right at the retention boundary. #9633
              • [FEATURE] Kubernetes SD: Add a new metric prometheus_sd_kubernetes_failures_total to track failed requests to Kubernetes API. #13554
              • [FEATURE] Kubernetes SD: Add node and zone metadata labels when using the endpointslice role. #13935
              • [FEATURE] Azure SD/Remote Write: Allow usage of Azure authorization SDK. #13099
              • [FEATURE] Alerting: Support native histogram templating. #13731
              • [FEATURE] Linode SD: Support IPv6 range discovery and region filtering. #13774
              • [ENHANCEMENT] PromQL: Performance improvements for queries with regex matchers. #13461
              • [ENHANCEMENT] PromQL: Performance improvements when using aggregation operators. #13744
              • [ENHANCEMENT] PromQL: Validate label_join destination label. #13803
              • [ENHANCEMENT] Scrape: Increment prometheus_target_scrapes_sample_duplicate_timestamp_total metric on duplicated series during one scrape. #12933
              • [ENHANCEMENT] TSDB: Many improvements in performance. #13742 #13673 #13782
              • [ENHANCEMENT] TSDB: Pause regular block compactions if the head needs to be compacted (prioritize head as it increases memory consumption). #13754
              • [ENHANCEMENT] Observability: Improved logging during signal handling termination. #13772
              • [ENHANCEMENT] Observability: All log lines for drop series use "num_dropped" key consistently. #13823
              • [ENHANCEMENT] Observability: Log chunk snapshot and mmaped chunk replay duration during WAL replay. #13838
              • [ENHANCEMENT] Observability: Log if the block is being created from WBL during compaction. #13846
              • [BUGFIX] PromQL: Fix inaccurate sample number statistic when querying histograms. #13667
              • [BUGFIX] PromQL: Fix histogram_stddev and histogram_stdvar for cases where the histogram has negative buckets. #13852
              • [BUGFIX] PromQL: Fix possible duplicated label name and values in a metric result for specific queries. #13845
              • [BUGFIX] Scrape: Fix setting native histogram schema factor during scrape. #13846
              • [BUGFIX] TSDB: Fix counting of histogram samples when creating WAL checkpoint stats. #13776
              • [BUGFIX] TSDB: Fix cases of compacting empty heads. #13755
              • [BUGFIX] TSDB: Count float histograms in WAL checkpoint. #13844
              • [BUGFIX] Remote Read: Fix memory leak due to broken requests. #13777
              • [BUGFIX] API: Stop building response for /api/v1/series/ when the API request was cancelled. #13766
              • [BUGFIX] promtool: Fix panic on promtool tsdb analyze --extended when no native histograms are present. #13976
              1 Reply Last reply
              0
              • girishG Do not disturb
                girishG Do not disturb
                girish
                Staff
                wrote on last edited by
                #89

                [1.32.0]

                • Update Prometheus to 2.53.0
                • Full changelog
                • [FEATURE] Rules: Add new option query_offset for each rule group via rule group configuration file and rule_query_offset as part of the global configuration to have more resilience for remote write delays. #14061 #14216 #14273
                • [ENHANCEMENT] Rules: Add rule_group_last_restore_duration_seconds metric to measure the time it takes to restore a rule group. #13974
                • [ENHANCEMENT] OTLP: Improve remote write format translation performance by using label set hashes for metric identifiers instead of string based ones. #14006 #13991
                • [ENHANCEMENT] TSDB: Optimize querying with regexp matchers. #13620
                1 Reply Last reply
                0
                • Package UpdatesP Offline
                  Package UpdatesP Offline
                  Package Updates
                  wrote on last edited by
                  #90

                  [1.32.1]

                  • Update Prometheus to 2.53.1
                  • Full changelog
                  1 Reply Last reply
                  0
                  • Package UpdatesP Offline
                    Package UpdatesP Offline
                    Package Updates
                    wrote on last edited by
                    #91

                    [1.33.0]

                    • Update Prometheus to 2.54.0
                    • Full changelog
                    1 Reply Last reply
                    0
                    • Package UpdatesP Offline
                      Package UpdatesP Offline
                      Package Updates
                      wrote on last edited by
                      #92

                      [1.33.1]

                      • Update Prometheus to 2.54.1
                      • Full changelog
                      1 Reply Last reply
                      0
                      • Package UpdatesP Offline
                        Package UpdatesP Offline
                        Package Updates
                        wrote on last edited by
                        #93

                        [1.34.0]

                        • Update Prometheus to 2.55.0
                        • Full changelog
                        1 Reply Last reply
                        0
                        • Package UpdatesP Offline
                          Package UpdatesP Offline
                          Package Updates
                          wrote on last edited by
                          #94

                          [1.34.1]

                          • Update Prometheus Server to 2.55.1
                          • Full Changelog
                          1 Reply Last reply
                          0
                          • Package UpdatesP Offline
                            Package UpdatesP Offline
                            Package Updates
                            wrote on last edited by
                            #95

                            [2.0.0]

                            • Update prometheus to 3.0.0
                            • Announcement
                            • Migration Guide
                            • New, more inclusive governance
                            • More OpenTelemetry compatibility and features
                            • OpenMetrics 2.0, now under Prometheus governance!
                            • Native Histograms stability (and with custom buckets!)
                            • More optimizations!
                            • UTF-8 support coverage in more SDKs and tools
                            1 Reply Last reply
                            0
                            • Package UpdatesP Offline
                              Package UpdatesP Offline
                              Package Updates
                              wrote on last edited by
                              #96

                              [2.0.1]

                              • Update prometheus to 3.0.1
                              • Full Changelog
                              • [BUGFIX] Promql: Make subqueries left open. #​15431
                              • [BUGFIX] Fix memory leak when query log is enabled. #​15434
                              • [BUGFIX] Support utf8 names on /v1/label/:name/values endpoint. #​15399
                              1 Reply Last reply
                              0
                              • Package UpdatesP Offline
                                Package UpdatesP Offline
                                Package Updates
                                wrote on last edited by
                                #97

                                [2.1.0]

                                • Update prometheus to 3.1.0
                                • Full Changelog
                                • [SECURITY] upgrade golang.org/x/crypto to address reported CVE-2024-45337. #​15691
                                • [CHANGE] Notifier: Increment prometheus_notifications_errors_total by the number of affected alerts rather than per batch. #​15428
                                • [CHANGE] API: list rules field "groupNextToken:omitempty" renamed to "groupNextToken". #​15400
                                • [ENHANCEMENT] OTLP translate: keep identifying attributes in target_info. #​15448
                                • [ENHANCEMENT] Paginate rule groups, add infinite scroll to rules within groups. #​15677
                                • [ENHANCEMENT] TSDB: Improve calculation of space used by labels. #​13880
                                • [ENHANCEMENT] Rules: new metric rule_group_last_rule_duration_sum_seconds. #​15672
                                • [ENHANCEMENT] Observability: Export 'go_sync_mutex_wait_total_seconds_total' metric. #​15339
                                • [ENHANCEMEN] Remote-Write: optionally use a DNS resolver that picks a random IP. #​15329
                                1 Reply Last reply
                                0
                                • Package UpdatesP Offline
                                  Package UpdatesP Offline
                                  Package Updates
                                  wrote on last edited by
                                  #98

                                  [2.2.0]

                                  • Update prometheus to 3.2.0
                                  • Full Changelog
                                  • [CHANGE] relabel: Replace actions can now use UTF-8 characters in targetLabel field. Note that $<chars> or ${<chars>} will be expanded. This also apply to replacement field for LabelMap action. #​15851
                                  • [CHANGE] rulefmt: Rule names can use UTF-8 characters, except { and } characters (due to common mistake checks). #​15851
                                  • [FEATURE] remote/otlp: Add feature flag otlp-deltatocumulative to support conversion from delta to cumulative. #​15165
                                  • [ENHANCEMENT] openstack SD: Discover Octavia loadbalancers. #​15539
                                  • [ENHANCEMENT] scrape: Add metadata for automatic metrics to WAL for metadata-wal-records feature. #​15837
                                  • [ENHANCEMENT] promtool: Support linting of scrape interval, through lint option too-long-scrape-interval. #​15719
                                  • [ENHANCEMENT] promtool: Add --ignore-unknown-fields option. #​15706
                                  • [ENHANCEMENT] ui: Make "hide empty rules" and hide empty rules" persistent #​15807
                                  • [ENHANCEMENT] web/api: Add a limit parameter to /query and /query_range. #​15552
                                  • [ENHANCEMENT] api: Add fields Node and ServerTime to /status. #​15784
                                  • [PERF] Scraping: defer computing labels for dropped targets until they are needed by the UI. #​15261
                                  • [BUGFIX] remotewrite2: Fix invalid metadata bug for metrics without metadata. #​15829
                                  • [BUGFIX] remotewrite2: Fix the unit field propagation. #​15825
                                  • [BUGFIX] scrape: Fix WAL metadata for histograms and summaries. #​15832
                                  • [BUGFIX] ui: Merge duplicate "Alerts page settings" sections. #​15810
                                  • [BUGFIX] PromQL: Fix <aggr_over_time> functions with histograms. #​15711
                                  1 Reply Last reply
                                  0
                                  • Package UpdatesP Offline
                                    Package UpdatesP Offline
                                    Package Updates
                                    wrote on last edited by
                                    #99

                                    [2.2.1]

                                    • Update prometheus to 3.2.1
                                    • Full Changelog
                                    • [BUGFIX] Don't send Acceptheaderescape=allow-utf-8whenmetric_name_validation_scheme: legacy` is configured. #​16061
                                    1 Reply Last reply
                                    0
                                    • Package UpdatesP Offline
                                      Package UpdatesP Offline
                                      Package Updates
                                      wrote on last edited by
                                      #100

                                      [2.3.0]

                                      • Update base image to 5.0.0
                                      1 Reply Last reply
                                      0
                                      • Package UpdatesP Offline
                                        Package UpdatesP Offline
                                        Package Updates
                                        wrote on last edited by
                                        #101

                                        [2.3.1]

                                        • Update prometheus to 3.3.0
                                        1 Reply Last reply
                                        0
                                        • Package UpdatesP Offline
                                          Package UpdatesP Offline
                                          Package Updates
                                          wrote on last edited by
                                          #102

                                          [2.3.2]

                                          • Update prometheus to 3.3.1
                                          • Full Changelog
                                          • [BUGFIX] Azure SD: Fix panic on malformed log message. #16434 #16210
                                          • [BUGFIX] Config: Update GOGC before loading TSDB. #16491
                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search