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

Bump github.com/aws/amazon-ecs-agent from 1.26.0 to 1.71.0 #92

Open
wants to merge 1 commit into
base: mainline
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps github.com/aws/amazon-ecs-agent from 1.26.0 to 1.71.0.

Release notes

Sourced from github.com/aws/amazon-ecs-agent's releases.

Amazon ECS Agent - v1.71.0

  • Enhancement - update docker client library to latest in ecs-init #3635
  • Enhancement - Update vendor directory of agent package. #3645
  • Enhancement - Add ecs-agent/ ACS model and cleanup gogenerate make #3643
  • Enhancement - Integrate ecs-agent module with CI. Add make targets for ecs-agent module #3651
  • Fix - Fix misleading error response codes for v4 metadata and stats endpoints for TMDE. The endpoints will now return a 404 Not Found error code when task/container is not found and a 500 Internal Server Error on unexpected failures. TMDE clients that branch logic based on error response status codes will behave differently. For example, clients that retry on 5XX errors but not on 4XX errors will no longer perform futile retries #3644

Amazon ECS Agent - v1.70.2

Amazon ECS Agent - v1.70.1

  • Enhancement - Update the description of ECS_DYNAMIC_HOST_PORT_RANGE #3609
  • Enhancement - simplified ACS handler refactor #3225
  • Fix - change code suite to code services in readme #3613
  • Fix - Remove scripts/verify-agent-artifacts #3617
  • Enhancement - logging cleanup for unnecessary warn/error messages #3621
  • Enhancement - dependency updates #3458, #3606

Amazon ECS Agent - v1.70.0

  • Enhancement - Update docker client library to latest aws/amazon-ecs-agent#3598
  • Enhancement - Provide imageDigest for images from all container repositories aws/amazon-ecs-agent#3576
  • Enhancement - Explicitly provide the network name override to nat when using bridge network mode aws/amazon-ecs-agent#3564
  • Enhancement - Support dynamic host port range assignment for singular ports. The dynamic host port range can be configured with ECS_DYNAMIC_HOST_PORT_RANGE in ecs.config; if there is no user-specified ECS_DYNAMIC_HOST_PORT_RANGE, ECS Agent will assign host ports within the default port range, based on platform and Docker API version, for containers that do not have user-specified host ports in task definitions. aws/amazon-ecs-agent#3601

Amazon ECS Agent - v1.69.0

  • Enhancement - Use T.TempDir to create temporary test directory #3159 and #3560
  • Bug - Fixed a bug that incorrectly advertised the gMSA and fsx capability #3540
  • Bug - Remove fallback to Docker for host port ranges assignment #3569
  • Bug - fix ecs-init log message #3577
  • Enhancement - remove set-output GitHub action command #3487
  • Bug - Update CNI plugin versions, IMDS access works properly over IPv6 #3581
  • Enhancement - periodically disconnect from ACS #3586

Amazon ECS Agent - v1.68.2

1.68.2

  • Enhancement: Skip sending STSC events for internal tasks #3541 and #3559
  • Enhancement: Update go version in module file, update most vendored build dependencies to latest library #3534 and #3551
  • Enhancement - Refactor build and remove legacy packaging #3552
  • Bug - Address envFile resource naming defect #3554
  • Bug - Enumerate port ranges into the docker config #3558
  • Bug - Revert CNI Plugin submodule update #3565

Amazon ECS Agent - v1.68.1

  • Bug - Update ECS CNI and VPC plugins to fix instances with IMDSv1 disabled #3531
  • Bug - Filter out metricCount=0 and its corresponding metricValue for service connect metric TargetResponseTime #3537

... (truncated)

Changelog

Sourced from github.com/aws/amazon-ecs-agent's changelog.

1.71.0

  • Enhancement - update docker client library to latest in ecs-init #3635
  • Enhancement - Update vendor directory of agent package. #3645
  • Enhancement - Add ecs-agent/ ACS model and cleanup gogenerate make #3643
  • Enhancement - Integrate ecs-agent module with CI. Add make targets for ecs-agent module #3651
  • Fix - Fix misleading error response codes for v4 metadata and stats endpoints for TMDE. The endpoints will now return a 404 Not Found error code when task/container is not found and a 500 Internal Server Error on unexpected failures. TMDE clients that branch logic based on error response status codes will behave differently. For example, clients that retry on 5XX errors but not on 4XX errors will no longer perform futile retries #3644

1.70.2

  • Enhancement - Update README for generic-rpm-integrated #3631
  • Fix - Add ISO partition for downloading agent appropriately #3630
  • Fix - Change disable metrics default for Windows in the README to false #3615
  • Fix - Skip testing memory swappiness for cgroupv2 #3638

1.70.1

  • Enhancement - Update the description of ECS_DYNAMIC_HOST_PORT_RANGE #3609
  • Enhancement - simplified ACS handler refactor #3225
  • Fix - change code suite to code services in readme #3613
  • Fix - Remove scripts/verify-agent-artifacts #3617
  • Enhancement - logging cleanup for unnecessary warn/error messages #3621
  • Enhancement - dependency updates #3458, #3606

1.70.0

  • Enhancement - Update docker client library to latest #3598
  • Enhancement - Provide imageDigest for images from all container repositories 3576
  • Enhancement - Explicitly provide the network name override to nat when using bridge network mode 3564
  • Enhancement - Support dynamic host port range assignment for singular ports. The dynamic host port range can be configured with ECS_DYNAMIC_HOST_PORT_RANGE in ecs.config; if there is no user-specified ECS_DYNAMIC_HOST_PORT_RANGE, ECS Agent will assign host ports within the default port range, based on platform and Docker API version, for containers that do not have user-specified host ports in task definitions. 3601

1.69.0

  • Enhancement - Use T.TempDir to create temporary test directory #3159 and #3560
  • Enhancement - remove set-output GitHub action command #3487
  • Enhancement - periodically disconnect from ACS #3586
  • Bug - Fixed a bug that incorrectly advertised the gMSA and fsx capability #3540
  • Bug - Remove fallback to Docker for host port ranges assignment #3569
  • Bug - fix ecs-init log message #3577
  • Bug - Update CNI plugin versions, IMDS access works properly over IPv6 #3581

1.68.2

  • Enhancement: Skip sending STSC events for internal tasks #3541 and #3559
  • Enhancement: Update go version in module file, update most vendored build dependencies to latest library #3534 and #3551
  • Enhancement - Refactor build and remove legacy packaging #3552
  • Bug - Address envFile resource naming defect #3554
  • Bug - Enumerate port ranges into the docker config #3558
  • Bug - Revert CNI Plugin submodule update #3565

1.68.1

  • Bug - Update ECS CNI and VPC plugins to fix instances with IMDSv1 disabled #3531
  • Bug - Filter out metricCount=0 and its corresponding metricValue for service connect metric TargetResponseTime #3537

1.68.0

  • Bug - Add ServiceConnect image to clean-up exclusion list #3521

... (truncated)

Commits
  • 0202ad2 Release 1.71.0
  • fb5096f Add make targets for ecs-agent module and integrate it with CI (#3651)
  • 2149068 Clean up gogenerate make targets
  • ad0cd42 Add ACS model and gogenerate to ecs-agent/
  • 0c904b6 go mod vendor update (#3645)
  • 01a7207 Update error response codes for v4 metadata and stats endpoints (#3644)
  • 17b37d3 Update docker library to v23.0.3
  • 5bd88a6 Merge pull request #3639 from mythri-garaga/v1.70.2-stage
  • e28ada6 Release 1.70.2
  • a692063 skip testing memory swappiness for cgroupv2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/aws/amazon-ecs-agent](https://github.com/aws/amazon-ecs-agent) from 1.26.0 to 1.71.0.
- [Release notes](https://github.com/aws/amazon-ecs-agent/releases)
- [Changelog](https://github.com/aws/amazon-ecs-agent/blob/master/CHANGELOG.md)
- [Commits](aws/amazon-ecs-agent@v1.26.0...v1.71.0)

---
updated-dependencies:
- dependency-name: github.com/aws/amazon-ecs-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants