Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SreeeS/amazon-ecs-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: updateTaskDeletion
Choose a base ref
...
head repository: aws/amazon-ecs-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Apr 17, 2024

  1. Delete containers before the task from BoltDB (aws#3987)

    Co-authored-by: hozkaya2000 <63765239+hozkaya2000@users.noreply.github.com>
    SreeeS and hozkaya2000 authored Apr 17, 2024
    Copy the full SHA
    81f9a88 View commit details

Commits on Apr 18, 2024

  1. Copy the full SHA
    0cb285e View commit details

Commits on Apr 19, 2024

  1. Short term workaround to directly set the Cloudwatch endpoint when us…

    …ing awslogs for specific regions
    mye956 committed Apr 19, 2024
    Copy the full SHA
    99c5e65 View commit details
  2. Release 1.82.3

    Harish Senthilkumar committed Apr 19, 2024
    Copy the full SHA
    a8cdf58 View commit details
  3. Merge pull request aws#4149 from harishxr/v1.82.3-stage

    Release 1.82.3
    harishxr authored Apr 19, 2024
    Copy the full SHA
    b702281 View commit details

Commits on Apr 23, 2024

  1. Copy the full SHA
    7e51191 View commit details

Commits on Apr 24, 2024

  1. Update ca-certs base image (aws#4153)

    * Use a newer debian image for certs
    
    stable-20211201 is based on the current `oldstable` release, `bullseye`,
    and has an older ca-certificates package (20210119), whereas 20240110 is
    based on the current `stable` release, `bookworm`, and has a more up to
    date ca-certificates package (20230311)
    
    * Clean up unneeded removal
    
    Current versions of the ca-certificates package no longer include
    CNNIC_ROOT certificates, so the separate trimming step is no longer necessary
    
    ---------
    
    Co-authored-by: Wayne Galen <lewayne@amazon.com>
    sparrc and lewayne-aws authored Apr 24, 2024
    Copy the full SHA
    7b9ca6f View commit details
  2. Copy the full SHA
    960b7ed View commit details

Commits on Apr 30, 2024

  1. ContainerRestartPolicy ACS and TCS models, TMDS updates (aws#4158) (a…

    …ws#4163)
    
    * ACS model update
    
    * go mod vendor agent dir
    
    * Add RestartStatSet to tcs model
    
    * go mod vendor in agent dir
    
    * Update TMDS v4 response
    
    * go mod vendor in tmds v4 changes
    sparrc authored Apr 30, 2024
    Copy the full SHA
    1b72d8f View commit details

Commits on May 3, 2024

  1. Copy the full SHA
    2d4969a View commit details
  2. Add restart tracker to ecs-agent module

    Add restart tracker to ecs-agent module
    timj-hh authored May 3, 2024
    Copy the full SHA
    3b4c985 View commit details

Commits on May 7, 2024

  1. Copy the full SHA
    f14b613 View commit details

Commits on May 8, 2024

  1. Copy the full SHA
    13bd226 View commit details
  2. Fix a command typo bug in make clean target (aws#4165)

    Co-authored-by: Amogh Rathore <amoghr@amazon.com>
    jazzl0ver and amogh09 authored May 8, 2024
    Copy the full SHA
    53e8e5e View commit details

Commits on May 9, 2024

  1. Copy the full SHA
    428c2f4 View commit details
  2. Merge pull request aws#4122 from aws/dependabot/go_modules/ecs-init/g…

    …ithub.com/docker/docker-24.0.9incompatible
    
    Bump github.com/docker/docker from 23.0.8+incompatible to 24.0.9+incompatible in /ecs-init
    harishxr authored May 9, 2024
    Copy the full SHA
    5847274 View commit details
  3. Release 1.82.4

    Harish Senthilkumar committed May 9, 2024
    Copy the full SHA
    4dfd5e3 View commit details
  4. Merge pull request aws#4171 from harishxr/v1.82.4-stage

    Release 1.82.4
    harishxr authored May 9, 2024
    Copy the full SHA
    1133dd9 View commit details

Commits on May 14, 2024

  1. Copy the full SHA
    e45076b View commit details

Commits on May 15, 2024

  1. Copy the full SHA
    e3b6cf1 View commit details
  2. Copy the full SHA
    58464c6 View commit details

Commits on May 22, 2024

  1. Copy the full SHA
    c763e4d View commit details

Commits on May 28, 2024

  1. Enable agent to detect FIPS enabled hosts (aws#4189)

    * Enable agent to detect FIPS enabled hosts
    
    * Add unit test for FIPS detection
    
    * Add FIPS detection stub function for Windows
    
    * Update unit test for FIPS detection
    
    * Adding fips_unsupported file, fixing build tags, adding additional logging
    
    ---------
    
    Co-authored-by: Harish Senthilkumar <harishxr@amazon.com>
    harishxr and Harish Senthilkumar authored May 28, 2024
    Copy the full SHA
    9a881e2 View commit details
  2. Release 1.83.0

    Yiyuanzzz committed May 28, 2024
    Copy the full SHA
    27ca59a View commit details

Commits on May 29, 2024

  1. Merge pull request aws#4193 from Yiyuanzzz/v1.83.0-stage

    Release 1.83.0
    Yiyuanzzz authored May 29, 2024
    Copy the full SHA
    404c217 View commit details

Commits on Jun 7, 2024

  1. Copy the full SHA
    ffb844c View commit details

Commits on Jun 11, 2024

  1. Error message enhancements (aws#4181)

    * Improve CannotPullContainerError message
    
    Improve CannotPullContainerError message
    
    * Improve CannotPullECRContainerError message (misconfigured network case)
    
    * Improve ASM error messages
    
    * Code review feedback
    
    * CannotPullContainerError: cleanup, renaming
    * ASM error: do not use added errormessages code - match on AWS SDK
      error directly, drop tracing prefix, fix/add more unit tests
    
    * Cleanup
    
    * fix imports
    
    * code review - cleanup
    
    * code review: renaming suggestion
    
    * More review feedback
    
    * More review feedback
    
    * Finalizing CannotPullContainerError messages
    
    * cleanup
    
    * Finalizing changes
    
    * minor code review feedback
    
    * simplify interface
    
    * fix unit test
    
    ---------
    
    Co-authored-by: Alex Dudarenko <dudarenk@amazon.com>
    nineonine and Alex Dudarenko authored Jun 11, 2024
    Copy the full SHA
    f46cc75 View commit details

Commits on Jun 12, 2024

  1. update go to 1.22.3

    singholt committed Jun 12, 2024
    Copy the full SHA
    c08ff81 View commit details
  2. go mod tidy && go mod vendor

    singholt committed Jun 12, 2024
    Copy the full SHA
    0eaed68 View commit details
  3. Copy the full SHA
    856319d View commit details
  4. Copy the full SHA
    dcfc524 View commit details
  5. define maximumCPUShares

    singholt committed Jun 12, 2024
    Copy the full SHA
    4dd287e View commit details

Commits on Jun 13, 2024

  1. Copy the full SHA
    d458d6b View commit details
  2. Release 1.84.0

    prateekchaudhry committed Jun 13, 2024
    Copy the full SHA
    ddc108d View commit details
  3. Release 1.84.0

    prateekchaudhry committed Jun 13, 2024
    Copy the full SHA
    86d635b View commit details
  4. Copy the full SHA
    6e59f28 View commit details

Commits on Jun 26, 2024

  1. Fix restartAttemptPeriod time.Duration/int parsing (aws#4218)

    * Fix restartAttemptPeriod time.Duration/int parsing
    
    * Fix TSS integ test that relied on mutable tag
    
    3.19 is a changable tag that was recently updated to 3.19.2.
    
    Update test to use 3.19.1 as this tag should presumably never change it's digest.
    sparrc authored Jun 26, 2024
    Copy the full SHA
    4635d27 View commit details

Commits on Jul 1, 2024

  1. remove unused agent prometheus 'generic metrics' (aws#4225)

    go mod tidy && go mod vendor
    sparrc authored Jul 1, 2024
    Copy the full SHA
    ae82aa6 View commit details

Commits on Jul 2, 2024

  1. Building Amazon Linux RPMs and a Windows executable (aws#4220)

    * Remove goenv installed version of go for AL buildspecs
    
    * Add logic to retrieve AL2023 version
    
    * Install go based on AL23 version update
    
    * Use the os-release file to detect Amazon Linux version
    
    * Add AL23 ref doc and install specific go version
    Ephylouise authored Jul 2, 2024
    Copy the full SHA
    6d6c9a8 View commit details

Commits on Jul 3, 2024

  1. Add 4 new Amazon Linux CodeBuild jobs to CloudFormation stack template (

    aws#4228)
    
    * Add 4 new Amazon Linux CodeBuild jobs to CloudFormation stack template
    
    * Remove hardcoded Github account IDs
    Ephylouise authored Jul 3, 2024
    Copy the full SHA
    c0d9eb8 View commit details

Commits on Jul 4, 2024

  1. Changing Requires to Wants to make ECS more resilient + Check if dock…

    …er service is up during PreStart
    mye956 committed Jul 4, 2024
    Copy the full SHA
    93ad0b1 View commit details

Commits on Jul 8, 2024

  1. Copy the full SHA
    ae753fb View commit details
  2. Release 1.85.0

    amogh09 committed Jul 8, 2024
    Copy the full SHA
    0a1a88d View commit details
  3. Merge pull request aws#4237 from amogh09/v1.85.0-stage

    Release 1.85.0
    amogh09 authored Jul 8, 2024
    Copy the full SHA
    10afa9c View commit details

Commits on Jul 11, 2024

  1. Copy the full SHA
    fb239e3 View commit details

Commits on Jul 12, 2024

  1. Release 1.85.1

    Harish Senthilkumar committed Jul 12, 2024
    Copy the full SHA
    4480f9d View commit details
  2. Merge pull request aws#4241 from harishxr/v1.85.1-stage

    Release 1.85.1
    harishxr authored Jul 12, 2024
    Copy the full SHA
    9130e50 View commit details

Commits on Jul 17, 2024

  1. Copy the full SHA
    302c210 View commit details

Commits on Jul 19, 2024

  1. Update CodeBuild CF stack template to add disabled encryption and rem…

    …ove webhook Booleans (aws#4243)
    
    * Remove webhook/triggers from CodeBuild CF stack template
    
    * Disable artifact encryption on CodeBuild devbuild stack template
    
    * Remove trailing space on EcryptionDisabled lines
    Ephylouise authored Jul 19, 2024
    Copy the full SHA
    8c85f33 View commit details

Commits on Jul 23, 2024

  1. Copy the full SHA
    11e29fe View commit details
Loading