Skip to content

Commit c0d7913

Browse files
committed
chore(release): v0.89.0-rhobs1
NOTE: This commit was auto-generated by running rhobs/make-release-commit.sh script Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
1 parent f622343 commit c0d7913

File tree

485 files changed

+75822
-2857
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

485 files changed

+75822
-2857
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
attributes:
77
label: Is there an existing issue for this?
88
description: |
9-
Before filing a bug, please be sure you have searched through [existing bugs](https://github.com/prometheus-operator/prometheus-operator/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Fbug) to see if an existing issue covers your bug.
9+
Before filing a bug, please be sure you have searched through [existing bugs](https://github.com/rhobs/obo-prometheus-operator/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Fbug) to see if an existing issue covers your bug.
1010
options:
1111
- label: I have searched the existing issues
1212
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ contact_links:
44
url: https://kubernetes.slack.com/archives/CFFDS2Z7F
55
about: "Join us for questions, answers or prometheus-operator related chat. Please do create issues on Github for better collaboration. If you don't have an account, sign up at https://kubernetes.slack.com"
66
- name: "Question via prometheus-operator discussions (similar to Stack Overflow)"
7-
url: https://github.com/prometheus-operator/prometheus-operator/discussions
7+
url: https://github.com/rhobs/obo-prometheus-operator/discussions
88
about: "Please ask and answer questions here for async response."

.github/workflows/publish.yaml

Lines changed: 0 additions & 63 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/stale.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ formatters:
6161
sections:
6262
- standard
6363
- default
64-
- prefix(github.com/prometheus-operator/prometheus-operator)
64+
- prefix(github.com/rhobs/obo-prometheus-operator)
6565
exclusions:
6666
generated: strict
6767
paths:

.mdox.validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ validators:
1313
- regex: '/img/.+'
1414
type: ignore
1515
# Ignore anchor links pointing to the API documentation which are HTML <a> tags and not supported by mdox.
16-
- regex: 'api\.md#monitoring\.coreos\.com/v1\.(BasicAuth|PrometheusSpec|StorageSpec)$'
16+
- regex: 'api\.md#monitoring\.rhobs/v1\.(BasicAuth|PrometheusSpec|StorageSpec)$'
1717
type: ignore

ADOPTERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Details (optional):
2525

2626
This document tracks people and use cases for the Prometheus Operator in production. By creating a list of production use cases we hope to build a community of advisors that we can reach out to with experience using various the Prometheus Operator applications, operation environments, and cluster sizes. The Prometheus Operator development team may reach out periodically to check-in on how the Prometheus Operator is working in the field and update this list.
2727

28-
Go ahead and [add your organization](https://github.com/prometheus-operator/prometheus-operator/edit/main/ADOPTERS.md) to the list.
28+
Go ahead and [add your organization](https://github.com/rhobs/obo-prometheus-operator/edit/main/ADOPTERS.md) to the list.
2929

3030
## AuthZed
3131

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY --from=builder workspace/operator /bin/operator
2222
# On busybox 'nobody' has uid `65534'
2323
USER 65534
2424

25-
LABEL org.opencontainers.image.source="https://github.com/prometheus-operator/prometheus-operator" \
25+
LABEL org.opencontainers.image.source="https://github.com/rhobs/obo-prometheus-operator" \
2626
org.opencontainers.image.url="https://prometheus-operator.dev/" \
2727
org.opencontainers.image.documentation="https://prometheus-operator.dev/" \
2828
org.opencontainers.image.licenses="Apache-2.0"

Documentation/additional-scrape-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ kubectl apply -f additional-scrape-configs.yaml -n monitoring
4040
Finally, reference this additional configuration in your `prometheus.yaml` CRD.
4141

4242
```yaml
43-
apiVersion: monitoring.coreos.com/v1
43+
apiVersion: monitoring.rhobs/v1
4444
kind: Prometheus
4545
metadata:
4646
name: prometheus
@@ -61,5 +61,5 @@ NOTE: Use only one secret for ALL additional scrape configurations.
6161
6262
## Additional References
6363
64-
* [Prometheus Spec](api-reference/api.md#monitoring.coreos.com/v1.PrometheusSpec)
64+
* [Prometheus Spec](api-reference/api.md#monitoring.rhobs/v1.PrometheusSpec)
6565
* [Additional Scrape Configs](../example/additional-scrape-configs)

0 commit comments

Comments
 (0)