Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes-sigs/aws-ebs-csi-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7a33d85
Choose a base ref
...
head repository: kubernetes-sigs/aws-ebs-csi-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cfda969
Choose a head ref
  • 7 commits
  • 26 files changed
  • 3 contributors

Commits on Sep 30, 2020

  1. Create volumes in outpost when necessary

    With this commit we start passing the outpost arn (if it's present) to EBS.
    Before this commit, when the request came from an outpost instance,
    we would ask the EBS to create the volume in the parent AZ, which is not
    the expected behavior.
    
    In order to determine if we're running in an outpost instance, we use
    the ec2 instance metadata "outpost-arn". It returns a '404' for
    non-outpost instances or the outpost-arn as string otherwise. Now we
    include it in the topology requiment and pass it along to CreateVolume
    request if it's present.
    
    Automated e2e tests can be considerd impossible for this case as getting
    an outpost rack is not an easy task.
    ayberk committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    be125ff View commit details
    Browse the repository at this point in the history
  2. Add overlay for ECR images

    ayberk committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    4ca5f84 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #561 from ayberk/outpost_fix

    Create volumes in outpost for outpost instances
    k8s-ci-robot authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    406b203 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Merge pull request #570 from ayberk/ecr_images

    Add overlay for ECR images
    k8s-ci-robot authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    6e470fe View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Release v0.7.0

    ayberk committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    71c3328 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #574 from ayberk/release-0.7

    Release v0.7.0
    k8s-ci-robot authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    7278cef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfda969 View commit details
    Browse the repository at this point in the history
Loading