Compare commits

...

16 commits

Author SHA1 Message Date
Johannes Zellner d9dfa47cf6 Bump version 2022-12-20 17:01:53 +01:00
Johannes Zellner 6ccf1e6d25 Update test deps 2022-12-14 14:51:53 +01:00
Johannes Zellner c8facf0e6d Bump version 2022-12-14 14:51:11 +01:00
Johannes Zellner ea0c262cfd Update to base image 4.0.0 2022-12-09 17:32:22 +01:00
Johannes Zellner a5b6a658d2 Update test deps 2022-12-09 17:23:17 +01:00
Johannes Zellner bba9930f9c Bump version 2022-12-09 17:23:03 +01:00
Johannes Zellner ae267aea7c Bump version 2022-12-01 15:52:48 +01:00
Johannes Zellner 269ba2edab Update test deps 2022-11-29 13:40:45 +01:00
Johannes Zellner 8e35c302bd Bump version 2022-11-29 13:40:34 +01:00
Johannes Zellner 2939d1238d Bump version 2022-11-24 14:06:56 +01:00
Johannes Zellner 1a307f201b Fixup version in changelog 2022-11-17 16:32:09 +01:00
Johannes Zellner 097e2e1506 Update test deps 2022-11-17 16:14:04 +01:00
Johannes Zellner 93c4cd3dba Bump version 2022-11-17 16:13:47 +01:00
Johannes Zellner e04a451442 Bump version 2022-11-09 16:43:10 +01:00
Johannes Zellner 445a399441 Bump test deps 2022-11-08 11:41:47 +01:00
Johannes Zellner 056fae6220 Bump version 2022-11-08 11:41:37 +01:00
5 changed files with 137 additions and 1029 deletions

View file

@ -264,3 +264,44 @@
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.39.1)
* [BUGFIX] Rules: Fix notifier relabel changing the labels on active alerts. #11427
[1.18.0]
* Update Prometheus to 2.40.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.0)
[1.18.1]
* Update Prometheus to 2.40.1
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.1)
[1.18.2]
* Update Prometheus to 2.40.2
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.2)
[1.18.3]
* Update Prometheus to 2.40.3
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.3)
* TSDB: Fix compaction after a deletion is called. #11623
[1.18.4]
* Update Prometheus to 2.40.4
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.4)
* Fix Basic Authentication Bypass (CVE-2022-46146)
[1.18.5]
* Update Prometheus to 2.40.5
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.5)
* [BUGFIX] TSDB: Fix queries involving native histograms due to improper reset of iterators. #11643
[1.18.6]
* Update Prometheus to 2.40.6
* Update Coudron base image to 4.0.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.6)
[1.18.7]
* Update Prometheus to 2.40.7
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.7)
* [BUGFIX] TSDB: Fix queries involving negative buckets of native histograms. #11699
[1.19.0]
* Update Prometheus to 2.41.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.41.0)

View file

@ -1,6 +1,6 @@
{
"version": "1.17.1",
"upstreamVersion": "2.39.1",
"version": "1.19.0",
"upstreamVersion": "2.41.0",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus Server",
"author": "Erik Tadevosyan",
@ -19,7 +19,7 @@
"website": "https://prometheus.io/",
"contactEmail": "support@cloudron.io",
"tags": [ "metrics", "analytics", "graphite", "collect", "graphs" ],
"changelog": "file://CHANGELOG",
"changelog": "file://CHANGELOG.md",
"documentationUrl": "https://docs.cloudron.io/apps/prometheus/",
"minBoxVersion": "7.1.0",
"forumUrl": "https://forum.cloudron.io/category/112/prometheus",

View file

@ -1,9 +1,9 @@
FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd14060332dd88263ea
FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df
RUN mkdir -p /app/code /app/pkg
WORKDIR /app/code
ARG VERSION=2.39.1
ARG VERSION=2.41.0
RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1

1107
test/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,12 +10,10 @@
"license": "ISC",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^10.0.0",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^4.5.0",
"superagent": "^8.0.0"
"mocha": "^10.2.0",
"selenium-webdriver": "^4.7.1"
},
"dependencies": {
"chromedriver": "^106.0.1"
"chromedriver": "^108.0.0"
}
}