Skip to content

Commit edab2ce

Browse files
authored
docs: Populate changelog and include dependency updates in future releases (#1066)
Backfill changelog entries for releases 2.1.2–2.1.5 with their dependency updates, and add .versionrc.json to configure conventional-changelog to include chore(deps) commits under a 'Dependency Updates' section going forward. Closes #1029
1 parent 151a7c0 commit edab2ce

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

.versionrc.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"types": [
3+
{"type": "feat", "section": "Features"},
4+
{"type": "fix", "section": "Bug Fixes"},
5+
{"type": "chore", "scope": "deps", "section": "Dependency Updates"},
6+
{"type": "chore", "scope": "deps-dev", "hidden": true},
7+
{"type": "chore", "hidden": true},
8+
{"type": "docs", "hidden": true},
9+
{"type": "style", "hidden": true},
10+
{"type": "refactor", "hidden": true},
11+
{"type": "perf", "section": "Performance Improvements"},
12+
{"type": "test", "hidden": true},
13+
{"type": "ci", "hidden": true}
14+
]
15+
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,42 @@ All notable changes to this project will be documented in this file. See [standa
44

55
### [2.1.5](https://github.com/aws-actions/amazon-ecr-login/compare/v2.1.4...v2.1.5) (2026-05-06)
66

7+
8+
### Dependency Updates
9+
10+
* bump @aws-sdk/client-ecr from 3.1038.0 to 3.1043.0 ([#1040](https://github.com/aws-actions/amazon-ecr-login/issues/1040))
11+
* bump @aws-sdk/client-ecr-public from 3.1034.0 to 3.1043.0 ([#1032](https://github.com/aws-actions/amazon-ecr-login/issues/1032), [#1041](https://github.com/aws-actions/amazon-ecr-login/issues/1041))
12+
* bump @aws-sdk/credential-providers ([#1030](https://github.com/aws-actions/amazon-ecr-login/issues/1030), [#1043](https://github.com/aws-actions/amazon-ecr-login/issues/1043))
13+
714
### [2.1.4](https://github.com/aws-actions/amazon-ecr-login/compare/v2.1.3...v2.1.4) (2026-04-22)
815

16+
17+
### Dependency Updates
18+
19+
* bump @actions/core from 3.0.0 to 3.0.1 ([#1015](https://github.com/aws-actions/amazon-ecr-login/issues/1015))
20+
* bump @aws-sdk/client-ecr from 3.1030.0 to 3.1034.0 ([#1017](https://github.com/aws-actions/amazon-ecr-login/issues/1017))
21+
* bump @aws-sdk/client-ecr-public from 3.1026.0 to 3.1034.0 ([#1016](https://github.com/aws-actions/amazon-ecr-login/issues/1016))
22+
* bump @aws-sdk/credential-providers ([#1014](https://github.com/aws-actions/amazon-ecr-login/issues/1014))
23+
924
### [2.1.3](https://github.com/aws-actions/amazon-ecr-login/compare/v2.1.2...v2.1.3) (2026-04-15)
1025

26+
27+
### Dependency Updates
28+
29+
* bump @aws-sdk/client-ecr from 3.1021.0 to 3.1030.0 ([#987](https://github.com/aws-actions/amazon-ecr-login/issues/987), [#1001](https://github.com/aws-actions/amazon-ecr-login/issues/1001))
30+
* bump @aws-sdk/client-ecr-public from 3.1021.0 to 3.1026.0 ([#990](https://github.com/aws-actions/amazon-ecr-login/issues/990))
31+
* bump @aws-sdk/credential-providers ([#1002](https://github.com/aws-actions/amazon-ecr-login/issues/1002))
32+
* bump https-proxy-agent from 8.0.0 to 9.0.0 ([#991](https://github.com/aws-actions/amazon-ecr-login/issues/991))
33+
1134
### [2.1.2](https://github.com/aws-actions/amazon-ecr-login/compare/v2.1.1...v2.1.2) (2026-04-01)
1235

36+
37+
### Dependency Updates
38+
39+
* bump @aws-sdk/client-ecr from 3.1011.0 to 3.1021.0 ([#966](https://github.com/aws-actions/amazon-ecr-login/issues/966), [#977](https://github.com/aws-actions/amazon-ecr-login/issues/977))
40+
* bump @aws-sdk/client-ecr-public from 3.1011.0 to 3.1021.0 ([#963](https://github.com/aws-actions/amazon-ecr-login/issues/963), [#976](https://github.com/aws-actions/amazon-ecr-login/issues/976))
41+
* bump @aws-sdk/credential-providers ([#965](https://github.com/aws-actions/amazon-ecr-login/issues/965), [#978](https://github.com/aws-actions/amazon-ecr-login/issues/978))
42+
1343
### [2.1.1](https://github.com/aws-actions/amazon-ecr-login/compare/v2.1.0...v2.1.1) (2026-03-24)
1444

1545

0 commit comments

Comments
 (0)