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: aws/aws-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.24.10
Choose a base ref
...
head repository: aws/aws-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.25.1
Choose a head ref
  • 18 commits
  • 18 files changed
  • 6 contributors

Commits on May 27, 2022

  1. Merge branch 'release-1.24.10' into develop

    * release-1.24.10:
      Bumping version to 1.24.10
      Update changelog based on model updates
    aws-sdk-python-automation committed May 27, 2022
    Configuration menu
    Copy the full SHA
    1941012 View commit details
    Browse the repository at this point in the history
  2. Fix #3618 s3uploader writing to stdout

    The package command writes the template out to stdout.  Having the
    status written on stderr results in the standard practice of piping
    stdout to a template file to break.
    
    eg.  aws cloudformation package --template-file cloudformation.yaml
    --s3-bucket goehd-test > cloudformation.pkg
    
    This results in the value
    
    \rUploading ...
    
    In the first line of the output with deploy complaining about
    mapped values not being allowed in <unicode string>.
    
    Redirecting this to stderr reverts the behavior to be compliant with
    standard practice.
    David Goehrig authored and justindho committed May 27, 2022
    Configuration menu
    Copy the full SHA
    5492794 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4147 from cthulhuology/develop

    Fix #3618 s3uploader writing to stdout
    justindho authored May 27, 2022
    Configuration menu
    Copy the full SHA
    afe3808 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    bfbd404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f38cb39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44f2b7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9be7b5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    934c48b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6f635c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'release-1.25.0' into develop

    * release-1.25.0:
      Bumping version to 1.25.0
      Add changelog entries from botocore
      Update changelog based on model updates
    aws-sdk-python-automation committed May 31, 2022
    Configuration menu
    Copy the full SHA
    23e4b4f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'release-1.25.0'

    * release-1.25.0:
      Bumping version to 1.25.0
      Add changelog entries from botocore
      Update changelog based on model updates
      Drop support for Python 3.6 (#6990)
      Remove f-strings to preserve error message on Python 2.7 (#6999)
      Move install script to use python -m pip (#6982)
      Fix #3618 s3uploader writing to stdout
    aws-sdk-python-automation committed May 31, 2022
    3 Configuration menu
    Copy the full SHA
    f73c533 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    042929e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5576 from joel-aws/package-serverless-states-defi…

    …nitionuri
    
    Add AWS::Serverless::StateMachine resource to cloudformation package command
    justindho authored May 31, 2022
    Configuration menu
    Copy the full SHA
    9b940e8 View commit details
    Browse the repository at this point in the history
  11. Add CodeCommit::Repository to cfn package command

    This commit adds the CodeCommitRepositoryS3Resource. This enables
    `aws cloudformation package` to work with the CodeCommit repository
    resource type
    ConnorKirk authored and justindho committed May 31, 2022
    Configuration menu
    Copy the full SHA
    e6f1329 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Merge pull request #5568 from ConnorKirk/add-codecommit-repository-to…

    …-cloudformation-package-command
    
    Add CodeCommit Repository Resource to cloudformation package command
    justindho authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    eab8942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d8b956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd71ef View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release-1.25.1'

    * release-1.25.1:
      Bumping version to 1.25.1
      Update changelog based on model updates
      Add CodeCommit::Repository to cfn package command
      Support exporting DefinitionUri in AWS::Serverless::StateMachine resource
    aws-sdk-python-automation committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    bdb30cb View commit details
    Browse the repository at this point in the history
Loading