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 #113

Closed jpmcb closed 1 year ago

jpmcb commented 1 year ago

Issue number:

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

Description of changes:

- Upgrades aws sdk
- Upgrades bottlerocket sdk image

Signed-off-by: John McBride <jpmmcb@amazon.com>

Testing done:

Once SDK pr merges and releases, will do integration tests.

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.

stmcginnis commented 1 year ago

Looks like the SDK needs to be updated now.

I'm also seeing x/net and friends. Can we get the workaround for the containerd > go-restful > x/* updates here too?

jpmcb commented 1 year ago

Yes - @yeazelm was going to take a stab at an upgrade PR to replace this one!!

jpmcb commented 1 year ago

Closed by https://github.com/bottlerocket-os/bottlerocket-ecs-updater/pull/114