forked from C2Devel/aws-ebs-csi-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Diff between v1.1.4 and original #2
Open
CrocBomber
wants to merge
22
commits into
parent
Choose a base branch
from
version_1.1.4
base: parent
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
release v1.1.0
This reverts commit 3716e5e.
…changes release-1.1: Revert kustomize changes
release-1.1: Release 1.1.1 and chart v1.2.4 with inFlight cache race fix
Release v1.1.3
…erry-pick-of-#1019-origin-release-1.1 [release-1.1] Automated cherry pick of kubernetes-sigs#1019: Added Mount Idempotency
release v1.1.4
[release-1.1] Increase prow timeout to 1h15m
CrocBomber
pushed a commit
that referenced
this pull request
Jun 5, 2023
Changes to extract snow device path from Block device mappings (#2) * Updating metadata service to recognize snow region * fixing snow device name search for static and dynamic provisioning * fixing inconsistent vendoring * inconsistent vendoring fix * Update Chart.yaml * Update Chart.yaml * Adding logs to find issue with static provisioning * Updated node_linux.go * Updated node.go * testing lsblk * Adding implementation for lsblk * Changing metadata_k8s for temporary testing * Updated node_linux.go * Updated node_linux.go * changing lsblk path * Updated node_linux.go * Updated node_linux.go * Updated node_linux.go * Updated node_linux.go * Updated node_linux.go * Updated Dockerfile to point to Amazon Linux Image * Testing lsblk implementation * Updated node_linux.go * node_linux.go * Updated node_linux.go * Updated node_linux.go * Update node_linux.go * reverting temp changes made to metadata_k8s.go * Update node_linux.go * Updated base image * Updated metadata_k8s.go * Updated Chaart.yaml * Updated helm and testing change from upstream branch * Testing changes fetched from upstream branch * reverting repository changes * Update Chart.yaml * Adding logs to test failure for harbor * Updated mount.go * Adding changes for device name for snow * Updated node_linux.go * Removing dell csi dependency * Fixing unit tests * Update node_linux_test.go * Updated node_linux_test.go * Fixing test cases * Fixed failing tests for snow * Removing temporary changes from chart * Updated node.yaml Co-authored-by: Patil <[email protected]> Reverting kubernetes api version update Changes to resolve review comments Changes as per review comments Incorporating review comments
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.
Is this a bug fix or adding new feature?
What is this PR about? / Why do we need it?
What testing is done?