Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Fix version check on server during ECS upgrade #3820

Merged
merged 4 commits into from
Sep 7, 2022

Commits on Sep 7, 2022

  1. Update version check on server during ECS upgrade.

    Previously during ECS upgrades, if the current server image was hashicorp/waypoint:latest, regardless of user input, the upgrade would just force-redeploy the existing ECS service and not update the image. With this change, we check the existing image to see if it matches hashicorp/waypoint:latest, AND check if that's what the user wanted to upgrade to. If either of those is false, we update the task definition during the upgrade.
    paladin-devops committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    11a7d54 View commit details
    Browse the repository at this point in the history
  2. Changelog.

    paladin-devops committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    4f69e5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9479597 View commit details
    Browse the repository at this point in the history
  4. Changelog update.

    paladin-devops committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    5d18a03 View commit details
    Browse the repository at this point in the history