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(docs): update doc/config.md to reflect 3.0 changes #922

Merged
merged 6 commits into from
Aug 9, 2024

Conversation

mwangggg
Copy link
Member

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: #899

andrewazores
andrewazores previously approved these changes Jul 18, 2024
docs/config.md Outdated Show resolved Hide resolved
docs/config.md Outdated Show resolved Hide resolved
docs/config.md Outdated Show resolved Hide resolved
docs/config.md Outdated Show resolved Hide resolved
Copy link
Member

@tthvo tthvo left a comment

Choose a reason for hiding this comment

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

Looks good!! I have some small comments. Btw, maybe also update this section:

diff --git a/docs/config.md b/docs/config.md
index cbf4aff..1e567fc 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -1,5 +1,5 @@
 ## Configuring Cryostat
-The operator creates and manages a Deployment of [Cryostat](https://github.com/cryostatio/cryostat) when the user creates or updates a `Cryostat` object. Only one `Cryostat` object should exist in the operator's namespace at a time. There are a few options available in the `Cryostat` spec that control how Cryostat is deployed.
+The operator creates and manages a Deployment of [Cryostat](https://github.com/cryostatio/cryostat) when the user creates or updates a `Cryostat` object. Only one `Cryostat` object should exist in a namespace at a time. There are a few options available in the `Cryostat` spec that control how Cryostat is deployed.

@tthvo
Copy link
Member

tthvo commented Jul 19, 2024

Do we also want to mention the deprecation of v1beta1 and the removal of ClusterCryostat?

@andrewazores
Copy link
Member

Do we also want to mention the deprecation of v1beta1 and the removal of ClusterCryostat?

I'd rather save changes like that for release notes and CHANGELOGs. READMEs and other docs content should just stay up-to-date with the sources they're checked in with, IMO.

@tthvo
Copy link
Member

tthvo commented Jul 19, 2024

Do we also want to mention the deprecation of v1beta1 and the removal of ClusterCryostat?

I'd rather save changes like that for release notes and CHANGELOGs. READMEs and other docs content should just stay up-to-date with the sources they're checked in with, IMO.

Make sense! Thanks! Then, those are my only comments^^

andrewazores
andrewazores previously approved these changes Aug 7, 2024
Copy link
Member

@tthvo tthvo left a comment

Choose a reason for hiding this comment

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

Looks good to me!

Copy link
Member

@ebaron ebaron left a comment

Choose a reason for hiding this comment

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

Thanks @mwangggg!

@ebaron ebaron merged commit 56bfead into cryostatio:main Aug 9, 2024
5 checks passed
mergify bot pushed a commit that referenced this pull request Aug 9, 2024
* update examples in config to v1beta2

* fix outdated links and info

* update info

* fix storage/database typo

* reviews

* make bundle update

(cherry picked from commit 56bfead)

# Conflicts:
#	bundle/manifests/cryostat-operator.clusterserviceversion.yaml
ebaron pushed a commit that referenced this pull request Sep 9, 2024
…) (#929)

* chore(docs): update doc/config.md to reflect 3.0 changes (#922)

* update examples in config to v1beta2

* fix outdated links and info

* update info

* fix storage/database typo

* reviews

* make bundle update

(cherry picked from commit 56bfead)

# Conflicts:
#	bundle/manifests/cryostat-operator.clusterserviceversion.yaml

* fixup! chore(docs): update doc/config.md to reflect 3.0 changes (#922)

---------

Co-authored-by: Ming Yu Wang <[email protected]>
Co-authored-by: Andrew Azores <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task] Update config doc for v1beta2 API
4 participants