Release v0.14.0 (#2513)

* chore: Pin version and generate manifests for 0.14.0

* docs: Add 0.14.0 changelog
This commit is contained in:
Philip Gough
2024-09-12 08:45:55 +01:00
committed by GitHub
parent d65feabf3e
commit e02554298c
15 changed files with 3938 additions and 2868 deletions

View File

@@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
operator.prometheus.io/version: 0.76.1
controller-gen.kubebuilder.io/version: v0.15.0
operator.prometheus.io/version: 0.76.2
name: prometheusrules.monitoring.coreos.com
spec:
group: monitoring.coreos.com
@@ -24,6 +24,7 @@ spec:
description: |-
The `PrometheusRule` custom resource definition (CRD) defines [alerting](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/) and [recording](https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/) rules to be evaluated by `Prometheus` or `ThanosRuler` objects.
`Prometheus` and `ThanosRuler` objects select `PrometheusRule` objects using label and namespace selectors.
properties:
apiVersion: