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

feat(ecr): add imageTagMutability prop #10557

Merged
merged 11 commits into from
Mar 9, 2021
Merged

Commits on Sep 26, 2020

  1. feat(ecr): add imageTagMutability prop

    This property allows setting tag mutability on ECR repositoes. Tag mutability is useful to ensure image integrity and can prevent supply chain attacks.
    
    Closes aws#4640
    ap00rv committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    9f12867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50b47ff View commit details
    Browse the repository at this point in the history
  3. docs(ecr): update README.md

    add tag immutability example in description
    ap00rv committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    be1423e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2d89d2 View commit details
    Browse the repository at this point in the history
  5. fix(ecr): revert setting imageTagMutability prop by default

    In earlier commits, the imageTagMutability prop was set to MUTABLE by default, this commit reverts that change and fixes relevant tests
    ap00rv committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    c3317e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Merge pull request #2 from aws/master

    Merge Master from aws/aws-cdk v1.68.0
    ap00rv committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    5a39a76 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. fix(ecr): set tag mutability in cfn resource

     Also removed it as a contstruct prop.
    ap00rv committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    31494b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa30051 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    db94331 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    e5b167f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3306b5 View commit details
    Browse the repository at this point in the history