Releases: canonical/prometheus-k8s-operator
Revision 30
resources:
- prometheus-image: docker.io/ubuntu/prometheus@sha256:03936a740851b8786c328e08803a70feaa97731714a8dbe4b709c44366699b0c
resource-revision: 11
- promql-transform-amd64:
resource-revision: 6
- promql-transform-arm64:
resource-revision: 6
Static resources:
Released to 'latest/edge' at 08:14 UTC on 25 Apr 2022
What's Changed
Full Changelog: rev29...rev30
Revision 29
resources:
- prometheus-image: docker.io/ubuntu/prometheus@sha256:03936a740851b8786c328e08803a70feaa97731714a8dbe4b709c44366699b0c
resource-revision: 10
- promql-transform-amd64:
resource-revision: 6
- promql-transform-arm64:
resource-revision: 6
Static resources:
Released to 'latest/edge' at 15:31 UTC on 30 Mar 2022
What's Changed
Full Changelog: rev28...rev29
Revision 28
resources:
- prometheus-image: docker.io/ubuntu/prometheus@sha256:03936a740851b8786c328e08803a70feaa97731714a8dbe4b709c44366699b0c
resource-revision: 9
- promql-transform-amd64:
resource-revision: 6
- promql-transform-arm64:
resource-revision: 6
Static resources:
Released to 'latest/edge' at 06:02 UTC on 30 Mar 2022
What's Changed
Full Changelog: rev27...rev28
Revision 27
resources:
- prometheus-image: docker.io/ubuntu/prometheus@sha256:03936a740851b8786c328e08803a70feaa97731714a8dbe4b709c44366699b0c
resource-revision: 8
- promql-transform-amd64:
resource-revision: 5
- promql-transform-arm64:
resource-revision: 5
Static resources:
Released to 'latest/edge' at 23:39 UTC on 28 Mar 2022
What's Changed
Full Changelog: rev25...rev27
Revision 25
resources:
- prometheus-image: docker.io/ubuntu/prometheus@sha256:03936a740851b8786c328e08803a70feaa97731714a8dbe4b709c44366699b0c
resource-revision: 7
- promql-transform-amd64:
resource-revision: 5
- promql-transform-arm64:
resource-revision: 5
Static resources:
Released to 'latest/edge' at 15:11 UTC on 24 Mar 2022
What's Changed
Full Changelog: rev24...rev25
Revision 24
resources:
- prometheus-image: docker.io/ubuntu/prometheus@sha256:03936a740851b8786c328e08803a70feaa97731714a8dbe4b709c44366699b0c
resource-revision: 6
- promql-transform-arm64:
resource-revision: 5
- promql-transform-amd64:
resource-revision: 5
Static resources:
Released to 'latest/edge' at 20:31 UTC on 22 Mar 2022
What's Changed
- Use hostname instead of IP address by @dstathis in #249
- Clarify the expected value of the web_external_url config option by @mmanciop in #252
Full Changelog: rev22...rev24
Revision 22
resources:
- prometheus-image: docker.io/ubuntu/prometheus@sha256:03936a740851b8786c328e08803a70feaa97731714a8dbe4b709c44366699b0c
resource-revision: 4
- promql-transform-amd64:
resource-revision: 3
- promql-transform-arm64:
resource-revision: 1
Static resources:
Released to 'latest/edge' at 16:06 UTC on 21 Mar 2022
Full Changelog: rev21...rev22
Revision 21
resources:
- prometheus-image: docker.io/ubuntu/prometheus@sha256:03936a740851b8786c328e08803a70feaa97731714a8dbe4b709c44366699b0c
resource-revision: 3
- promql-transform-arm64:
resource-revision: 1
- promql-transform-amd64:
resource-revision: 3
Static resources:
Released to 'latest/edge' at 11:43 UTC on 21 Mar 2022
What's Changed
- Prometheus remote_write library by @mmanciop in #147
- Streamline remote write by @sed-i in #201
- Fix the prometheus_remote_write docstrings by @rbarry82 in #204
- static analysis by @sed-i in #205
- Change return type of _remote_write_address to strictly string by @sed-i in #207
- allow emptying out alerts by @sed-i in #209
- add private method to reinitialize alerts by @sed-i in #208
- Streamline alert path resolution by @sed-i in #210
- Refactor JujuTopology and fix
scrape_metadata
by @rbarry82 in #187 - Bring prometheus_remote_write up to speed by @rbarry82 in #211
- Updating Prometheus library docs strings by @balbirthomas in #214
- add support for injecting label-matchers at runtime by @simskij in #166
- Add the changes NRPE exporter needs to prometheus_scrape by @rbarry82 in #213
- Updated libpatch number for prometheus library by @balbirthomas in #217
- verify and solve #223 with unit tests and disabling shell mode by @simskij in #225
- bump LIBPATCH after #225 by @sed-i in #226
- Load both .rule and .rules files by @sed-i in #224
- OPENG-588: Do not override provider metrics labels by @balbirthomas in #219
- Catch uncaught exception by @Abuelodelanada in #229
- change default consumer relation name by @dstathis in #233
- Added a MetricsEndpointProvider upgrade integration test by @balbirthomas in #232
- Integrate ingress-per-unit with Prometheus by @mmanciop in #231
- Remove unit from alerts by @dstathis in #239
- Adjust reload API calls to Prometheus when ingress is related by @mmanciop in #243
- Update all charm libraries by @balbirthomas in #242
- Updated release and scrape job name documentation by @balbirthomas in #245
- Updated docs for discourse by @balbirthomas in #248
- release to edge on push to main by @simskij in #250
New Contributors
- @Abuelodelanada made their first contribution in #229
Full Changelog: revision-14...rev21
revision-14
Noted some integration tests may sporadically fail This commits notes that some integration tests may sporadically fail and points to the github issue one what could cause it to happen. This may require a refactoring in the future to avoid this problem if it becomes apparent.