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

feat(csv): require AllNamespaces install mode #719

Merged
merged 3 commits into from
Feb 12, 2024

Conversation

ebaron
Copy link
Member

@ebaron ebaron commented Feb 1, 2024

Welcome to Cryostat! 👋

Before contributing, make sure you have:

  • Read the contributing guidelines
  • Linked a relevant issue which this PR resolves
  • Linked any other relevant issues, PR's, or documentation, if any
  • Resolved all conflicts, if any
  • Rebased your branch PR on top of the latest upstream main branch
  • Attached at least one of the following labels to the PR: [chore, ci, docs, feat, fix, test]
  • Signed all commits: git commit -S -m "YOUR_COMMIT_MESSAGE"

Fixes: #718

Description of the change:

  • Removes the OwnNamespace and SingleNamespace install modes.

Motivation for the change:

  • Allows us to use a Conversion Webhook for upgrading CRs between API versions
  • Prepares us for OLM 1.0
  • Reduces support burden

One drawback is that users of 2.x that installed the operator with one of these removed modes will need to uninstall the operator and reinstall using AllNamespaces.

How to manually test:

  1. Deploy a bundle based on this PR

@ebaron ebaron added feat New feature or request breaking change This change (potentially) breaks API compatibility and requires corresponding changes elsewhere labels Feb 1, 2024
@ebaron ebaron requested review from andrewazores and a team February 1, 2024 22:20
@mergify mergify bot added the safe-to-test label Feb 1, 2024
@andrewazores
Copy link
Member

BUNDLE_INSTALL_MODE ?= AllNamespaces

I guess this variable can be removed and the value hardcoded?

@ebaron ebaron merged commit bb95c05 into cryostatio:cryostat3 Feb 12, 2024
4 checks passed
andrewazores pushed a commit that referenced this pull request Feb 22, 2024
* feat(csv): require AllNamespaces install mode

* Remove unused function

* Remove install mode variable from Makefile
mwangggg pushed a commit to mwangggg/cryostat-operator that referenced this pull request Feb 29, 2024
* feat(csv): require AllNamespaces install mode

* Remove unused function

* Remove install mode variable from Makefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change This change (potentially) breaks API compatibility and requires corresponding changes elsewhere feat New feature or request safe-to-test
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants