Skip to content

Releases: canonical/prometheus-scrape-config-k8s-operator

Revision 42

28 Apr 15:40
3e18922
Compare
Choose a tag to compare

resources:

Static resources:
Released to 'latest/edge' at 15:40 UTC on 28 Apr 2023

What's Changed

Full Changelog: rev41...rev42

Revision 41

21 Apr 13:33
c274ad6
Compare
Choose a tag to compare

resources:

Static resources:
Released to 'latest/edge' at 13:33 UTC on 21 Apr 2023

What's Changed

New Contributors

Full Changelog: rev40...rev41

Revision 40

10 Apr 21:34
111e4ec
Compare
Choose a tag to compare

resources:

Static resources:
Released to 'latest/edge' at 21:34 UTC on 10 Apr 2023

What's Changed

Full Changelog: rev39...rev40

Revision 39

25 Jan 11:36
38cef28
Compare
Choose a tag to compare

resources:

Static resources:
Released to 'latest/edge' at 11:36 UTC on 25 Jan 2023

What's Changed

Full Changelog: rev37...rev39

Revision 37

13 Oct 14:37
b0eb41e
Compare
Choose a tag to compare

resources:

Static resources:
Released to 'latest/edge' at 14:37 UTC on 13 Oct 2022

What's Changed

New Contributors

Full Changelog: rev36...rev37

Revision 36

15 Aug 17:10
e8749da
Compare
Choose a tag to compare

resources:

Static resources:
Released to 'latest/edge' at 17:10 UTC on 15 Aug 2022

Released to 'latest/beta' at 13:50 UTC on 3 Oct 2022

What's Changed

Full Changelog: rev35...rev36

Revision 35

05 Aug 14:43
d0ea43a
Compare
Choose a tag to compare

resources:

Static resources:
Released to 'latest/edge' at 14:43 UTC on 5 Aug 2022

What's Changed

Full Changelog: rev34...rev35

Revision 34

28 Jul 19:35
1517c1d
Compare
Choose a tag to compare
rev34

Remove outdated comment (#17)

Revision 33

22 Jul 13:47
d66ae64
Compare
Choose a tag to compare
Fix integration tests and add test for non leader unit status (#16)

* Set asyncio mode to auto

This commit ensures asyncio mode set to auto so that pytest fixtures
are run.

* Update pytest operator version

This commit updates to the most recent version of pytest operator.

* Use zinc instead of spring music

This commit migrates the integration tests to use the Zinc k8s
charm instead of the Spring music charm.

* Added integration test to check non leader status

This commit adds an integration test to check that non leader
units set waiting status.

closes #9

* Linting fixes for integration tests

This commit only adds linting fixes for integration tests without
any functional changes.

* Add trust option for deploying Prometheus

Recent changes require adding the trust option while deploying
the Prometheus charm.

* Switched integration test to use edge Prometheus

This commit switches the integration test to use Prometheus
from edge.

* Updated to latest Prometheus library

This commit updates the charm to use the latest Prometheus
library.

* Use released version of ops

In preparation of a candidate release this commit ensures that
Operator Framework used is a released version rather than github.

* Fix static analysis failure due to mypy missing variable

This commit fixes a failure in static analysis caused by
a missing variable in recent releases of mypy.

* Remove unused libraries from mypy overrides

This commit removes libraries mentioned in mypy overrieds
but are actually not used by this charm.

* Fix static analysis target deps

This commit fixes the dependencies for static analysis to be the
minimal required.

* Review comment fix - remove app names from wait for idle

This commit responds to a review comment by removing the names
of the apps in wait for idle method.

Revision 32

21 Jun 13:44
5e67830
Compare
Choose a tag to compare
rev32

Create issues.yml