Skip to content

Commit e1e17a7

Browse files
authored
Version 2 release (#685)
* Update README for v2 * Remove codeql analysis * Version bump checkout action * Tweak closed issue message * Changes for v2 release * Adjust action name * Update CHANGELOG * Update action to use node 16 * Update versions * Typo
1 parent bab55d3 commit e1e17a7

11 files changed

+2639
-1428
lines changed

Diff for: .github/dependabot.yml

-7
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,3 @@ updates:
77
day: tuesday
88
open-pull-requests-limit: 10
99
target-branch: 'master'
10-
- package-ecosystem: npm
11-
directory: "/"
12-
schedule:
13-
interval: weekly
14-
day: tuesday
15-
open-pull-requests-limit: 10
16-
target-branch: 'v1-node16'

Diff for: .github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
- name: Run tests
1414
run: |
1515
npm ci

Diff for: .github/workflows/closed-issue-message.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
# These inputs are both required
1414
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1515
message: |
16-
### ⚠️Comment Visibility Warning⚠️
1716
Comments on closed issues are hard for our team to see.
1817
If you need more assistance, please either tag a team member or open a new issue that references this one.
1918
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Diff for: .github/workflows/codeql-analysis.yml

-71
This file was deleted.

Diff for: .github/workflows/package.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
- v1-node16
87
paths-ignore:
98
- 'dist/**'
109

@@ -28,7 +27,7 @@ jobs:
2827
npm test
2928
npm run package
3029
- name: Configure AWS credentials
31-
uses: aws-actions/configure-aws-credentials@v1-node16
30+
uses: aws-actions/configure-aws-credentials@v2
3231
with:
3332
aws-region: us-west-2
3433
role-to-assume: ${{ secrets.SECRETS_AWS_ROLE_TO_ASSUME }}

Diff for: .mergify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ queue_rules:
77
pull_request_rules:
88
- name: Automatically merge on CI success and review approval
99
conditions:
10-
- base~=master|v1-node16|integ-tests
10+
- base~=master|integ-tests
1111
- "#approved-reviews-by>=1"
1212
- -approved-reviews-by~=author
1313
- status-success=Run Unit Tests
@@ -23,7 +23,7 @@ pull_request_rules:
2323

2424
- name: Automatically approve and merge Dependabot PRs
2525
conditions:
26-
- base~=master|v1-node16
26+
- base~=master
2727
- author=dependabot[bot]
2828
- status-success=Run Unit Tests
2929
- -title~=(WIP|wip)

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/aws-actions/configure-aws-credentials/compare/v1.7.0...v2.0.0) (2023-03-06)
6+
7+
### Features
8+
* Version bump to use Node 16 by default.
9+
510
## [1.7.0](https://github.com/aws-actions/configure-aws-credentials/compare/v1.6.1...v1.7.0) (2022-08-03)
611

712

0 commit comments

Comments
 (0)