Skip to content

Commit 5dbcbc2

Browse files
committed
chore(release): v0.83.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 4e0514e commit 5dbcbc2

File tree

445 files changed

+71696
-2587
lines changed

Some content is hidden

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

445 files changed

+71696
-2587
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
@@ -52,7 +52,7 @@ formatters:
5252
sections:
5353
- standard
5454
- default
55-
- prefix(github.com/prometheus-operator/prometheus-operator)
55+
- prefix(github.com/rhobs/obo-prometheus-operator)
5656
exclusions:
5757
generated: strict
5858
paths:

.mdox.validate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ validators:
2323
- regex: 'https:\/\/github\.com\/prometheus-operator\/prometheus-operator\/releases'
2424
type: "ignore"
2525
# Ignore GitHub container packages link as it returns 404 in curl, but works in browser
26-
- regex: 'https://github.com/prometheus-operator/prometheus-operator/pkgs/container/prometheus-operator'
26+
- regex: 'https://github.com/rhobs/obo-prometheus-operator/pkgs/container/prometheus-operator'
2727
type: "ignore"
2828
# Ignore links to /img/ because the generated content will resolve them correctly.
2929
- regex: '/img/.+'
@@ -32,7 +32,7 @@ validators:
3232
- regex: 'https:\/\/twitter.com\/PromOperator'
3333
type: ignore
3434
# Ignore anchor links pointing to the API documentation which are HTML <a> tags and not supported by mdox.
35-
- regex: 'api\.md#monitoring\.coreos\.com/v1\.(BasicAuth|PrometheusSpec|StorageSpec)$'
35+
- regex: 'api\.md#monitoring\.rhobs/v1\.(BasicAuth|PrometheusSpec|StorageSpec)$'
3636
type: ignore
3737
# Ignore dead links from Ambassador (soon to be removed).
3838
- regex: 'getambassador'

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)