-
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
Rename csi-driver to better short-name. #158
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
4 tasks
srust
force-pushed
the
srust_csi_driver_linode
branch
2 times, most recently
from
February 29, 2024 20:51
8ae5994
to
fe435b9
Compare
config/crd/bases/infrastructure.cluster.x-k8s.io_linodeclustertemplates.yaml
Outdated
Show resolved
Hide resolved
srust
force-pushed
the
srust_csi_driver_linode
branch
from
February 29, 2024 21:40
fe435b9
to
36ecbe5
Compare
* Use `csi=linode` to apply CSI driver * add make target for `make docs` to serve the docs locally for development * Update devbox deps
srust
force-pushed
the
srust_csi_driver_linode
branch
from
February 29, 2024 21:47
36ecbe5
to
8f34b6e
Compare
AshleyDumaine
approved these changes
Feb 29, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
eljohnson92
approved these changes
Feb 29, 2024
cbzzz
pushed a commit
that referenced
this pull request
Apr 29, 2024
cbzzz
pushed a commit
that referenced
this pull request
May 8, 2024
cbzzz
pushed a commit
that referenced
this pull request
May 9, 2024
cbzzz
pushed a commit
that referenced
this pull request
May 13, 2024
cbzzz
pushed a commit
that referenced
this pull request
May 15, 2024
cbzzz
pushed a commit
that referenced
this pull request
May 15, 2024
cbzzz
added a commit
that referenced
this pull request
May 15, 2024
* fixup! Rename csi-driver to better short-name. (#158) * chore: add kubebuilder * fixup! shorten cluster-api-provider-linode to capl, add release process (#124) * feat: linodemachine: kubebuilder create webhook Scaffold a validating admission webhook for the LinodeMachine resource with Kubebuider via the command: kubebuilder create webhook --group infrastructure --version v1alpha1 --kind LinodeMachine --programmatic-validation * fixup! feat: linodemachine: kubebuilder create webhook * tiltfile: add validation webhook * chore: e2e: use 6th Generation Linode plans Use the latest 6th Generation Linode plans (announced in May 2018). The 5th Generation plans are publicly deprecated. See: https://www.linode.com/blog/linode/updated-linode-plans-new-larger-linodes/ * chore: add webhook toggle Webhooks can be enabled or disabled by setting the `ENABLE_WEBHOOKS` environment variable during deployment. * api: linodemachine: add create validation
amold1
pushed a commit
that referenced
this pull request
May 17, 2024
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.
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
TODOs: