-
Notifications
You must be signed in to change notification settings - Fork 401
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
Merging v5 repository in to v4 #919
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If so return false without any errors.
Co-authored-by: Hubert Stefanski <35736504+HubertStefanski@users.noreply.github.com>
Co-authored-by: Hubert Stefanski <35736504+HubertStefanski@users.noreply.github.com>
* initial helm chart * Rewrite flow to use ko --------- Co-authored-by: Igor Beliakov <46579601+weisdd@users.noreply.github.com>
* fix: remove command override from manifests * feat: use ko in kuttl e2e test
* docs: fixed ingress example, some other minor fixes * docs: added kind cleanup command * Fix kustomization repo name * Add link to nip.io * Update v5-getting-started.md --------- Co-authored-by: Edvin Norling <edvin.norling@gmail.com>
* feat: deployment options using kustomize * feat: detect namespace in container * feat: cluster and namespace scoped kustomize overlays
* Use gofumpt instead of fmt - Change fmt to gofumpt in Makefile - Update linter to follow gofumpt standard again * gofumpt main.go * Move helm folder in to deploy This to keep all deployment solutions in one location. Update CI and makefiles to match the change. * WATCH_NAMEPSACES don't have to be set * Update helm chart to match WATCH_NAMEPSACES config * Update docs about helm contribution * Change over to nip.io
ghcr is the current repo location that we use, in the future we might support multiple repositorieis.
* Prepare documentation for v5 - PREPARE_RELEASE.md so we have a base to work after when cutting releases. - Update README.md to clarify what happens to v4 and v5. - Add media with comapy adoptors. * Add info about homepage * Readd license
* Initial docsy hugo setup - Add contribution instructions for hugo. - Adapt docs to work with hugo - Setup docsy hugo page - Create CI/CD solution to deploy homepage * Update blogs to support hugo * Add helm installation path * Add crd api docs * Move documentation away from README in to hugo. * Add examples to hugo
* Change from docker to KO everywhere We are no longer using docker as our image solution and this PR will match that. - make add ko - make remove docker - Write basi contributor docs with ko - Remvoe Dockerfile --------- Co-authored-by: Igor Beliakov <46579601+weisdd@users.noreply.github.com> Co-authored-by: Peter Braun <pbraun@redhat.com>
hubeadmin
approved these changes
Mar 14, 2023
pb82
approved these changes
Mar 14, 2023
weisdd
approved these changes
Mar 14, 2023
This was referenced Mar 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is part of releasing version 5.
We have removed all the files from the current master branch and taken all the commits in https://github.com/grafana-operator/grafana-operator-experimental and put them on-top of this repo.