bottlerocket-os / bottlerocket-ecs-updater

A service to automatically manage Bottlerocket updates in an Amazon ECS cluster.
Other
47 stars 9 forks source link

Upgrade ecs-updater dependencies #114

Closed yeazelm closed 1 year ago

yeazelm commented 1 year ago

Related to https://github.com/bottlerocket-os/bottlerocket-sdk/pull/87 and captures using Go 1.19.4

Description of changes:

Testing done: Build image and ran upgrade tests myself from integ/

./run-updater.sh --cluster ecs-updater-integ-cluster  --updater-image ${account_id}.dkr.ecr.us-west-2.amazonaws.com/bottlerocket-ecs-updater:latest
INFO: ECS updater is running on cluster 'ecs-updater-integ-cluster'. Check logs in Cloudwatch LogGroup 'bottlerocket-ecs-updater-integ'

# From the CW Logs:
....
  | 2023-03-09T11:55:32.533-08:00 | 2023/03/09 19:55:32: Instance updated successfully
  | 2023-03-09T11:55:32.533-08:00 | 2023/03/09 19:55:32 Update operations complete!

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.