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
  • 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 | Demo | Docs | Install
  1. Cloudron Forum
  2. Prometheus
  3. Prometheus - Package Updates

Prometheus - Package Updates

Scheduled Pinned Locked Moved Prometheus
104 Posts 4 Posters 31.9k 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
    #43

    [1.11.4]

    • Update Prometheus to 2.33.4
    • Full changelog
    1 Reply Last reply
    0
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #44

      [1.12.0]

      • Update Prometheus to 2.33.5
      • Full changelog
      1 Reply Last reply
      0
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #45

        [1.13.0]

        • Update Prometheus to 2.34.0
        • Full changelog
        • TSDB: Disable the chunk write queue by default and allow configuration with the experimental flag --storage.tsdb.head-chunks-write-queue-size. #10425
        • HTTP SD: Add a failure counter. #10372
        • Azure SD: Set Prometheus User-Agent on requests. #10209
        • Uyuni SD: Reduce the number of logins to Uyuni. #10072
        • Scrape: Log when an invalid media type is encountered during a scrape. #10186
        • Scrape: Accept application/openmetrics-text;version=1.0.0 in addition to version=0.0.1. #9431
        • Remote-read: Add an option to not use external labels as selectors for remote read. #10254
        • UI: Optimize the alerts page and add a search bar. #10142
        • UI: Improve graph colors that were hard to see. #10179
        • Config: Allow escaping of $ with $$ when using environment variables with external labels. #10129
        1 Reply Last reply
        0
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #46

          [1.4.0]

          • Update alertmanager to 0.24.0
          • Full changelog
          1 Reply Last reply
          0
          • nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote on last edited by
            #47

            [1.13.1]

            • Update Prometheus to 2.35.0
            • Full changelog
            1 Reply Last reply
            0
            • nebulonN Offline
              nebulonN Offline
              nebulon
              Staff
              wrote on last edited by
              #48

              [1.14.0]

              • Update Prometheus to 2.36.0
              • Full changelog
              • [FEATURE] Add lowercase and uppercase relabel action. #10641
              • [FEATURE] SD: Add IONOS Cloud integration. #10514
              • [FEATURE] SD: Add Vultr integration. #10714
              • [FEATURE] SD: Add Linode SD failure count metric. #10673
              • [FEATURE] Add prometheus_ready metric. #10682
              • [ENHANCEMENT] Add stripDomain to template function. #10475
              • [ENHANCEMENT] UI: Enable active search through dropped targets. #10668
              • [ENHANCEMENT] promtool: support matchers when querying label values. #10727
              • [ENHANCEMENT] Add agent mode identifier. #9638
              • [BUGFIX] Changing TotalQueryableSamples from int to int64. #10549
              • [BUGFIX] tsdb/agent: Ignore duplicate exemplars. #10595
              • [BUGFIX] TSDB: Fix chunk overflow appending samples at a variable rate. #10607
              • [BUGFIX] Stop rule manager before TSDB is stopped. #10680
              1 Reply Last reply
              0
              • girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by
                #49

                [1.14.1]

                • Update Prometheus to 2.36.1
                • Full changelog
                • [BUGFIX] promtool: Add --lint-fatal option #10840
                1 Reply Last reply
                0
                • girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #50

                  [1.14.2]

                  • Update Prometheus to 2.36.2
                  • Full changelog
                  • [BUGFIX] Fix serving of static assets like fonts and favicon. #10888
                  1 Reply Last reply
                  0
                  • girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by
                    #51

                    [1.15.0]

                    • Update Prometheus to 2.37.0
                    • Full changelog
                    • Nomad SD: New service discovery for Nomad built-in service discovery. #10915
                    • Kubernetes SD: Allow attaching node labels for endpoint role. #10759
                    • PromQL: Optimise creation of signature with/without labels. #10667
                    • TSDB: Memory optimizations. #10873 #10874
                    • TSDB: Reduce sleep time when reading WAL. #10859 #10878
                    • OAuth2: Add appropriate timeouts and User-Agent header. #11020
                    1 Reply Last reply
                    0
                    • girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #52

                      [1.16.0]

                      • Update Prometheus to 2.38.0
                      • Full changelog
                      • Web: Add a /api/v1/format_query HTTP API endpoint that allows pretty-formatting PromQL expressions. #11036 #10544 #11005
                      • UI: Add support for formatting PromQL expressions in the UI. #11039
                      • DNS SD: Support MX records for discovering targets. #10099
                      • Templates: Add toTime() template function that allows converting sample timestamps to Go time.Time values. #10993
                      • PromQL: When a query panics, also log the query itself alongside the panic message. #10995
                      1 Reply Last reply
                      0
                      • girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #53
                        [FEATURE] experimental TSDB: Add support for ingesting out-of-order samples. This is configured via out_of_order_time_window field in the config file; check config file docs for more info. #11075
                        [ENHANCEMENT] API: /-/healthy and /-/ready API calls now also respond to a HEAD request on top of existing GET support. #11160
                        [ENHANCEMENT] PuppetDB SD: Add __meta_puppetdb_query label. #11238
                        [ENHANCEMENT] AWS EC2 SD: Add __meta_ec2_region label. #11326
                        [ENHANCEMENT] AWS Lightsail SD: Add __meta_lightsail_region label. #11326
                        [ENHANCEMENT] Scrape: Optimise relabeling by re-using memory. #11147
                        [ENHANCEMENT] TSDB: Improve WAL replay timings. #10973 #11307 #11319
                        [ENHANCEMENT] TSDB: Optimise memory by not storing unnecessary data in the memory. #11280 #11288 #11296
                        [ENHANCEMENT] TSDB: Allow overlapping blocks by default. --storage.tsdb.allow-overlapping-blocks now has no effect. #11331
                        [ENHANCEMENT] UI: Click to copy label-value pair from query result to clipboard. #11229
                        
                        1 Reply Last reply
                        0
                        • girishG Offline
                          girishG Offline
                          girish
                          Staff
                          wrote on last edited by
                          #54

                          [1.17.1]

                          • Update Prometheus to 2.39.1
                          • Full changelog
                          • [BUGFIX] Rules: Fix notifier relabel changing the labels on active alerts. #11427
                          1 Reply Last reply
                          0
                          • nebulonN Offline
                            nebulonN Offline
                            nebulon
                            Staff
                            wrote on last edited by
                            #55

                            [1.18.0]

                            • Update Prometheus to 2.40.0
                            • Full changelog
                            1 Reply Last reply
                            0
                            • nebulonN Offline
                              nebulonN Offline
                              nebulon
                              Staff
                              wrote on last edited by
                              #56

                              [1.18.1]

                              • Update Prometheus to 2.40.1
                              • Full changelog
                              1 Reply Last reply
                              0
                              • nebulonN Offline
                                nebulonN Offline
                                nebulon
                                Staff
                                wrote on last edited by
                                #57

                                [1.18.2]

                                • Update Prometheus to 2.40.2
                                • Full changelog
                                1 Reply Last reply
                                0
                                • nebulonN Offline
                                  nebulonN Offline
                                  nebulon
                                  Staff
                                  wrote on last edited by
                                  #58

                                  [1.18.3]

                                  • Update Prometheus to 2.40.3
                                  • Full changelog
                                  • TSDB: Fix compaction after a deletion is called. #11623
                                  1 Reply Last reply
                                  0
                                  • nebulonN Offline
                                    nebulonN Offline
                                    nebulon
                                    Staff
                                    wrote on last edited by
                                    #59

                                    [1.18.4]

                                    • Update Prometheus to 2.40.4
                                    • Full changelog
                                    • Fix Basic Authentication Bypass (CVE-2022-46146)
                                    1 Reply Last reply
                                    0
                                    • nebulonN Offline
                                      nebulonN Offline
                                      nebulon
                                      Staff
                                      wrote on last edited by
                                      #60

                                      [1.18.5]

                                      • Update Prometheus to 2.40.5
                                      • Full changelog
                                      • [BUGFIX] TSDB: Fix queries involving native histograms due to improper reset of iterators. #11643
                                      1 Reply Last reply
                                      0
                                      • nebulonN Offline
                                        nebulonN Offline
                                        nebulon
                                        Staff
                                        wrote on last edited by
                                        #61

                                        [1.18.6]

                                        • Update Prometheus to 2.40.6
                                        • Update Coudron base image to 4.0.0
                                        • Full changelog
                                        1 Reply Last reply
                                        0
                                        • nebulonN Offline
                                          nebulonN Offline
                                          nebulon
                                          Staff
                                          wrote on last edited by
                                          #62

                                          [1.18.7]

                                          • Update Prometheus to 2.40.7
                                          • Full changelog
                                          • [BUGFIX] TSDB: Fix queries involving negative buckets of native histograms. #11699
                                          1 Reply Last reply
                                          0
                                          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