Skip to content

2.5.0

Compare
Choose a tag to compare
@c2c-bot-gis-ci-2 c2c-bot-gis-ci-2 released this 14 Aug 14:15
2.5.0
22613a6

2.5.0 (2024-08-14)

Important

To be able to have multiple Pod monitor on a port the podMonitor syntax change...

From:

    podMonitor:
      endpoint:
        port: <port_name>
        <key>: <value>

To:

    podMonitor:
      podMetricsEndpoints:
        <port_name>:
          <key>: <value>

New feature

  • #216 Be able to have more that one PodMonitor endpoint on a pod (@sbrunner)