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

Conversation

paladin-devops
Copy link
Contributor

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.

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.
@github-actions github-actions bot added the core label Sep 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants