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

Mw/release/0.49.x/fix cloud pipeline #1679

Merged
merged 4 commits into from
Nov 8, 2022

Commits on Nov 7, 2022

  1. updated libraries based on main, especially helm

    - resolved an issue with terraform provisioned aws version incompatibility with helm, also updated helm
    - we are not supporting eks testing for release branches, but this fix will stay in
    wilkermichael committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5e1c389 View commit details
    Browse the repository at this point in the history
  2. disabling peering tests as these are a beta feature

    - peering tests are not fully supported for 0.49 and tests can fail intermittently
    wilkermichael committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c915fd1 View commit details
    Browse the repository at this point in the history
  3. update test dockerfile to handle gcloud deprecations

    - this dockerfile more closely matches what is found in main, the big difference being that 0.49 supports go 1.18 instead of 1.19 (at the time of this commit)
    - added a new make target for creating the test docker image
    wilkermichael committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    696bd6e View commit details
    Browse the repository at this point in the history
  4. created a new workflow for running nightly release branch tests

    - only run a single cloud test (arbitrarily GKE) and kind testing. A single cloud test is sufficient for release branch testing
    - gcloud plugin enabled to handle deprecations with older gke cli
    - updated consul-helm-test-image to latest version
    wilkermichael committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7f0090c View commit details
    Browse the repository at this point in the history