Skip to content
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

tests/int: ECR force delete and use go 1.18 #282

Merged
merged 3 commits into from
Jul 13, 2022
Merged

Commits on Jul 12, 2022

  1. tests/int/aws: set ECR force_delete to true

    AWS provider v4.22.0 changed the default force delete configuration of
    ECR to false, resulting in test cleanup failure. Set force_delete of ECR
    to true.
    
    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d8e699b View commit details
    Browse the repository at this point in the history
  2. tests/int/aws: login command with dynamic region

    Use aws region from terraform state in the login command.
    Minor improvements in the names used in the generated EKS
    kubeconfig.
    
    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    cf43574 View commit details
    Browse the repository at this point in the history
  3. tests/int: Update go.mod and go.sum for go 1.18

    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ff3d160 View commit details
    Browse the repository at this point in the history