8000 Comparing v2.1.0...v2.2.0 · aws-actions/configure-aws-credentials · GitHub
[go: up one dir, main page]

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-actions/configure-aws-credentials
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: aws-actions/configure-aws-credentials
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 9 commits
  • 9 files changed
  • 5 contributors

Commits on May 31, 2023

  1. update time to ancient (#729)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    peterwoodworth and mergify[bot] authored May 31, 2023
    Configuration menu
    Copy the full SHA
    8337ca3 View commit details
    Browse the repository at this point in the history
  2. chore: update changelog for v2.1.0 (#738)

    * chore: update changelog for v2.1.0
    
    * chore: update changelog for v2.1.0
    
    ---------
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    peterwoodworth and mergify[bot] authored May 31, 2023
    Configuration menu
    Copy the full SHA
    375a690 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. chore: Bump eslint from 8.41.0 to 8.42.0 (#741)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.42.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.41.0...v8.42.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    184acc0 View commit details
    Browse the repository at this point in the history
  2. chore: Bump aws-sdk from 2.1386.0 to 2.1391.0 (#742)

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1386.0 to 2.1391.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Commits](aws/aws-sdk-js@v2.1386.0...v2.1391.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    dependabot[bot] and mergify[bot] authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    979ee1f View commit details
    Browse the repository at this point in the history
  3. chore: Update dist

    aws-sdk-osds committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e7aae61 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. chore: Bump aws-sdk from 2.1391.0 to 2.1396.0 (#744)

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1391.0 to 2.1396.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Commits](aws/aws-sdk-js@v2.1391.0...v2.1396.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    3d528c5 View commit details
    Browse the repository at this point in the history
  2. chore: Update dist

    aws-sdk-osds committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    ae73407 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Allow inline session policies for assuming role (#739)

    * Allow to pass inline session policy as a parameter
    
    Update the action file
    
    Regenerate the dist/ content
    
    Add test
    
    * Fix typos
    
    * Fix stylistic error
    
    * Move the inline policy logic to allow assumeRole to use it as well; Update and add tests
    
    * Add an option for managed policies
    
    * Regenerate the dist/ files
    
    * Use multiline input for managed policies
    
    * Update readme
    
    * Update readme
    
    ---------
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    dimitar-hristov and mergify[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d00f6c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fd3084 View commit details
    Browse the repository at this point in the history
Loading
0