Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: disable custom config deprecation flag #52

Closed
wants to merge 25 commits into from

Conversation

rexagod
Copy link
Member

@rexagod rexagod commented Sep 22, 2024

Disable the custom config deprecation behavior flag to enable OBO to drop service discovery entirely.

sthaha and others added 5 commits October 6, 2022 16:44
This commit add a README that explains the purpose of the repo.

Signed-off-by: Sunil Thaha <sthaha@redhat.com>
This commit fixes a small typo in the README.md file and remove blank
spaces.

Signed-off-by: Daniel Mellado <dmellado@redhat.com>
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
@jan--f
Copy link

jan--f commented Oct 10, 2024

👍 waiting for the PO feature to merge.

@@ -31,6 +31,8 @@ patches:
image: <IMG_PROMETHEUS_OPERATOR>
args:
- --prometheus-config-reloader=<IMG_PROMETHEUS_CONFIG_RELOADER>
# Refer https://github.com/prometheus-operator/prometheus-operator/pull/6955
- --deprecate-custom-configuration=false
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- --deprecate-custom-configuration=false
- -disable-unmanaged-prometheus-configuration

sthaha and others added 20 commits November 11, 2024 22:28
This commit adds a directory - rhobs to hold all scripts required to
create a forked release of Prometheus Operator. It additionally adds a
github workflow that is needed to create and publish container images.

Signed-off-by: Sunil Thaha <sthaha@redhat.com>
Signed-off-by: Sunil Thaha <sthaha@redhat.com>
The upgrade tests fails to download the previous stable release VERSION
and examples. This commits fixes it by replacing the urls to point to
the <gh>/rhobs/obo-prometheus-operator repo.

Signed-off-by: Sunil Thaha <sthaha@redhat.com>
Signed-off-by: Sunil Thaha <sthaha@redhat.com>
The make-release-commit.sh script now accepts a mandatory argument
--previous-version that should point to the last stable release

The make-release-commit.sh script now validates that the
  * git remotes are valid
  * the release branch exists
  * local git repo is in a clean state before running the script

Signed-off-by: Sunil Thaha <sthaha@redhat.com>
I'm not 100% sure on the details but I think the push command
`git push downstream v0.60.0:refs/heads/rhobs-rel-0.60.0-rhobs1` will
only succeed if the remote branch exists already. So I added a few more
steps that should work for more folks out of the box.

Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
Renames ObO Prometheus Operator to RHOBS Prometheus Operator
and adds the icon

(cherry picked from commit 8db86b1)
Disable the custom config deprecation behavior flag to enable OBO to
drop service discovery entirely.
@rexagod
Copy link
Member Author

rexagod commented Nov 11, 2024

Continued at #76, this got closed unexpectedly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants