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

✨refactor: update to use new community ami account #5133

Merged
merged 3 commits into from
Oct 23, 2024

Commits on Oct 19, 2024

  1. refactor: update to use new community ami account

    Updates to the project to start using the new CNCF owned AWS account
    for publishing AMIs. The code has had the old VMWare account removed
    and the new account ID added. Additionally the docs have been updated
    including clarifying that the public AMIs should only be used for
    non-production usage.
    
    Signed-off-by: Richard Case <[email protected]>
    richardcase committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    9133e58 View commit details
    Browse the repository at this point in the history
  2. docs: updates the docs and e2e

    This make changes to the developer and user documentation. And also
    updates the k8s version used in the e2e test to a version where we have
    an AMI available.
    
    Signed-off-by: Richard Case <[email protected]>
    richardcase committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    e1bc243 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. feat: update e2e test config and docs changes

    This updates the kubernetes versions used in the e2e tests to use k8s
    versions that we AMIs for. It also marks some of the old CSI tests as
    pending and some upgrade tests as pending (which will be re-enabled
    at a later time).
    
    A few minor docs updates have been made as a result of review.
    
    Signed-off-by: Richard Case <[email protected]>
    richardcase committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    29e991b View commit details
    Browse the repository at this point in the history