-
Notifications
You must be signed in to change notification settings - Fork 20
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(deploy): split Deployments #1009
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Andrew Azores <[email protected]>
1c07a6b
to
91379a4
Compare
Co-authored-by: Elliott Baron <[email protected]>
/build_test |
|
Co-authored-by: Elliott Baron <[email protected]>
#999) Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.18.6 to 0.18.7. - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.18.6...v0.18.7) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elliott Baron <[email protected]>
Co-authored-by: Elliott Baron <[email protected]>
@ebaron unless you think #1024 is worth getting done (I think it's fine to hold until later, and then we can also implement CRD API for the URI range controls) then this should be ready to go. It's just a roll-up of the PRs listed in the PR body, which were all getting resynced with this and |
I vote for holding off on #1024 for 4.0 |
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
git commit -S -m "YOUR_COMMIT_MESSAGE"
Fixes: #814
Includes:
Description of the change:
This change adds allows the users to provide...
Motivation for the change:
This change is helpful because users may want to...
How to manually test: