Open
Conversation
…1.12 Release v1.12.0
Signed-off-by: Eddie Torres <torredil@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
Add release and support policy to README.md
Release Helm chart v2.12.0
Signed-off-by: Connor Catlett <conncatl@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
Co-authored-by: ConnorJC3 <conncatl@amazon.com> Signed-off-by: Eddie Torres <torredil@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
…napshotter Add parameter to force enable snapshotter sidecar
Add serviceMonitor.forceEnable parameter Signed-off-by: Eddie Torres <torredil@amazon.com>
Add serviceMonitor.labels parameter
Enable CI tests in K8s `1.25`
Signed-off-by: Eddie Torres <torredil@amazon.com>
…tests Update go version in unit-tests.yaml to 1.19
Signed-off-by: Eddie Torres <torredil@amazon.com>
…tests Update and run `update-gomock`
Signed-off-by: Connor Catlett <conncatl@amazon.com>
Signed-off-by: Connor Catlett <conncatl@amazon.com>
Add version information from tag to GCR build
…1.12 Release v1.12.1
refactor: Move the default controller tolerations in the helm chart values
https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/pkg/driver/controller.go#L139 All the parameters transformed to lower key, thus they should be compared to strings in lower key
[BUG] pkg/driver/controller.go uses ToLower
Signed-off-by: Eddie Torres <torredil@amazon.com>
Increase cloudbuild timeout
Signed-off-by: Eddie Torres <torredil@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
AWS ResizeDisk method doesn't work with C2 cloud, because its EC2 API doesn't implement DescribeVolumesModifications method, which is used for detecting pending modifications. The resize functionality for C2 cloud was implemented in new method: ResizeDiskC2. It checks pending modifications via ModifyVolume API method. Now ResizeDiskC2 is used instead of ResizeDisk in all project (including tests).
Original and target sizes of C2 volumes must be divisible by 8. Test documentation updates: 1. fix commands for e2e test run: escape "[]" symbols 2. move resize test from "red" to "green" 3. remove duplicates from e2e tests list
This file contains hidden or 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
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?