GitHub Actions
|
c329d242ce
|
chore: Update dist
|
2026-05-26 16:45:21 +00:00 |
|
Tom Keller
|
3cc0e19239
|
chore: unstage devel changes (#1786)
* Revert "chore: Update dist"
This reverts commit e8614cfbf0.
* Revert "chore(deps): bump @aws-sdk/client-sts from 3.1045.0 to 3.1049.0 (#1782)"
This reverts commit 4684f47f89.
* Revert "chore: Update dist"
This reverts commit 48b8685c96.
* Revert "chore(deps-dev): bump @smithy/property-provider from 4.3.1 to 4.3.3 (#1783)"
This reverts commit fe6ad3af19.
* Revert "chore: Update dist"
This reverts commit 2520c5e921.
* Revert "chore(deps-dev): bump @aws-sdk/credential-provider-env (#1784)"
This reverts commit bc1093db1d.
* Revert "chore(deps-dev): bump @types/node from 25.7.0 to 25.9.0 (#1785)"
This reverts commit ffde832a1d.
* Revert "chore: Update dist"
This reverts commit 707acd96f6.
* Revert "chore(deps): bump @smithy/node-http-handler from 4.7.1 to 4.7.3 (#1781)"
This reverts commit a7c33ae483.
* Revert "chore: update README for additional claim support (#1779)"
This reverts commit 713aaabfec.
* Revert "chore: Update dist"
This reverts commit e6e8eba750.
* Revert "fix: skip credential check on output-env-credentials: false (#1778)"
This reverts commit 58e7c47adf.
* Revert "chore: document forgejo compatibility (#1776)"
This reverts commit f35a7d7d7e.
* Revert "chore: Update dist"
This reverts commit 3884f59ecd.
* Revert "feat: add additional session tags by default (#1775)"
This reverts commit e0ba768507.
* Revert "chore: Update dist"
This reverts commit 6795889618.
* Revert "feat: expose run id in STS client user-agent (#1774)"
This reverts commit 29d1be3027.
* Revert "chore(deps-dev): bump @types/node from 25.6.0 to 25.7.0 (#1773)"
This reverts commit ef734cca81.
* Revert "chore(deps-dev): bump @biomejs/biome from 2.4.14 to 2.4.15 (#1772)"
This reverts commit 7521c55910.
* Revert "chore: Update dist"
This reverts commit c0e2737f14.
* Revert "chore(deps): bump @smithy/node-http-handler from 4.6.1 to 4.7.1 (#1770)"
This reverts commit dbd503f368.
* Revert "chore: Update dist"
This reverts commit 18a236fbd1.
* Revert "chore(deps-dev): bump @smithy/property-provider from 4.2.14 to 4.3.1 (#1771)"
This reverts commit 1ab31502aa.
* Revert "chore(deps-dev): bump @vitest/coverage-v8 from 4.1.5 to 4.1.6 (#1768)"
This reverts commit 1fb495c4b2.
* Revert "chore: Update dist"
This reverts commit 1e8fec8ea1.
* Revert "chore(deps): bump @aws-sdk/client-sts from 3.1044.0 to 3.1045.0 (#1767)"
This reverts commit a388f23f7d.
* Revert "chore: update documentation for environment workflows (#1766)"
This reverts commit 3f7e1b63d7.
* Revert "feat: add regex validation to role-session-name (#1765)"
This reverts commit e35449909c.
* Revert "chore: Update dist"
This reverts commit 958a80fc34.
* Revert "feat: add more retry logic and better logging (#1764)"
This reverts commit 540d0c13ae.
* Revert "chore: automate README version bumping (#1763)"
This reverts commit 07ada0fe07.
* Revert "chore: Update dist"
This reverts commit f8d4eb68a9.
* Revert "feat: support custom STS endpoints (#1762)"
This reverts commit 8d52d05d7a.
* Revert "chore: Update dist"
This reverts commit 681892c11b.
* Revert "chore: configure codeql to ignore generated code (#1760)"
This reverts commit dc2353e57a.
* Revert "feat: Allow custom session tags to be passed when assuming a role (#1759)"
This reverts commit 61f50f630f.
* Revert "chore: automatic major version tagging (#1565)"
This reverts commit c36525a567.
* Revert "chore: bump unit test node version (#1758)"
This reverts commit 39d1702721.
* Revert "chore(deps): bump @aws-sdk/client-sts from 3.1043.0 to 3.1044.0 (#1754)"
This reverts commit 4cfda40a13.
* Revert "chore(deps-dev): bump @biomejs/biome from 2.4.13 to 2.4.14 (#1756)"
This reverts commit 8856e12f3a.
* Revert "chore(deps): bump @actions/core from 2.0.3 to 3.0.1 (#1746)"
This reverts commit 64d8e82527.
* Revert "chore(deps-dev): bump vitest from 3.2.4 to 4.1.5 (#1748)"
This reverts commit 78f374f6d1.
|
2026-05-25 12:19:31 -07:00 |
|
GitHub Actions
|
681892c11b
|
chore: Update dist
|
2026-05-06 22:39:12 +00:00 |
|
GitHub Actions
|
0a8759496b
|
chore: Update dist
|
2026-04-03 23:27:30 +00:00 |
|
Tom Keller
|
a7f0c828ac
|
feat: Support usage of AWS Profiles (#1696)
* Support usage of AWS Profiles
* squash merge main updates w feature branch
Squashed commit of the following:
commit ef2df4679f908ff30d5a711258ace2fa906c4bf3
Author: Michael Lehmann <lehmanmj@amazon.com>
Date: Tue Mar 17 11:24:04 2026 -0700
dist update
commit db3779a0e9
Author: Jan Feddern <jf@novatec-gmbh.de>
Date: Sun Dec 21 11:28:36 2025 +0100
Support usage of AWS Profiles
* chore: Update dist
* consistent outputEnvCredentials
* take out tests temporarily
* chore: Update dist
* debug changes for static creds
* remove debug and only cleanup profile if it was set
* formatting fixes + remove profile from cleanup test
* feat: Support usage of AWS Profiles
Adds a config option to support writing to profile files instead of
exporting environment variables.
Closes #1594. Closes #1586. Closes #112.
* chore: fix failing test case and windows path
* chore: lint project markdown files
* chore: update scripts in package.json and tsconfig update
* make env vars consistent, readme linting
* debug for profile path env vars
* remove debug
* remove profile backups
* error if we try to overwrite
* add option to overwrite existing profiles
* tests for overwrite option
* default to no env vars
* remove default from action file
* add static credential env var support
* validation fix for static creds multi profile
* debug sleep for static creds validation
* wait syntax
* undo sleep for creds validate
* test coverage, readme/action yml updates, validate creds later on self-hosted runner
* security dependency updates
* chore(deps-dev): bump @biomejs/biome from 2.4.8 to 2.4.10 (#1709)
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.4.8 to 2.4.10.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.10/packages/@biomejs/biome)
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.4.10
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @aws-sdk/credential-provider-env (#1713)
Bumps [@aws-sdk/credential-provider-env](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages-internal/credential-provider-env) from 3.972.22 to 3.972.24.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages-internal/credential-provider-env/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/HEAD/packages-internal/credential-provider-env)
---
updated-dependencies:
- dependency-name: "@aws-sdk/credential-provider-env"
dependency-version: 3.972.24
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: Update dist
* chore(deps): bump @aws-sdk/client-sts from 3.1015.0 to 3.1020.0 (#1710)
Bumps [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) from 3.1015.0 to 3.1020.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sts/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1020.0/clients/client-sts)
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sts"
dependency-version: 3.1020.0
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>
* chore: Update dist
* fix: do not write empty profile files
Also cleanup fix, additional test, README typo cleanup
* linting fix
* chore: linting fix
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jan Feddern <jf@novatec-gmbh.de>
Co-authored-by: Michael Lehmann <lehmanmj@amazon.com>
Co-authored-by: GitHub Actions <github-aws-sdk-osds-automation@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-04-03 16:27:00 -07:00 |
|
GitHub Actions
|
2bb9df827e
|
chore: Update dist
|
2026-03-16 21:02:01 +00:00 |
|
Michael Lehmann
|
f8de47bf3e
|
chore: CI fixes (#1679)
* clean dist
* switch to esbuild
* chore: Update dist
* update script version for token file test
* fix license workflow
* chore: Update dist
* re-add release-please
* newlines
---------
Co-authored-by: GitHub Actions <github-aws-sdk-osds-automation@amazon.com>
|
2026-03-12 15:20:50 -07:00 |
|
GitHub Actions
|
ac7d2f7df3
|
chore: Update dist
|
2026-02-10 03:46:00 +00:00 |
|
GitHub Actions
|
bb84b6db01
|
chore: Update dist
|
2026-02-04 22:09:34 +00:00 |
|
GitHub Actions
|
028c01e898
|
chore: Update dist
|
2026-02-04 22:07:16 +00:00 |
|
GitHub Actions
|
bf3adbbb94
|
chore: Update dist
|
2026-01-28 00:02:48 +00:00 |
|
GitHub Actions
|
858051bf2c
|
chore: Update dist
|
2026-01-27 03:46:31 +00:00 |
|
GitHub Actions
|
e0972b3bd3
|
chore: Update dist
|
2026-01-20 03:51:23 +00:00 |
|
GitHub Actions
|
b94e285a37
|
chore: Update dist
|
2026-01-20 03:47:06 +00:00 |
|
GitHub Actions
|
aa68dca51c
|
chore: Update dist
|
2026-01-13 06:00:21 +00:00 |
|
GitHub Actions
|
3d611684e4
|
chore: Update dist
|
2026-01-13 05:58:21 +00:00 |
|
GitHub Actions
|
4c2b9cc816
|
chore: Update dist
|
2026-01-07 17:18:52 +00:00 |
|
GitHub Actions
|
c68210be47
|
chore: Update dist
|
2026-01-07 17:16:26 +00:00 |
|
GitHub Actions
|
d4cbe72c98
|
chore: Update dist
|
2026-01-06 03:03:30 +00:00 |
|
GitHub Actions
|
5f81b77081
|
chore: Update dist
|
2025-12-30 03:03:38 +00:00 |
|
GitHub Actions
|
d469565038
|
chore: Update dist
|
2025-12-23 03:09:40 +00:00 |
|
GitHub Actions
|
76fa2a9a47
|
chore: Update dist
|
2025-12-16 03:05:19 +00:00 |
|
GitHub Actions
|
2bb2c9f343
|
chore: Update dist
|
2025-12-16 03:03:28 +00:00 |
|
GitHub Actions
|
cf459bd402
|
chore: Update dist
|
2025-12-09 03:05:59 +00:00 |
|
GitHub Actions
|
8b8c83f061
|
chore: Update dist
|
2025-12-02 04:46:21 +00:00 |
|
GitHub Actions
|
e72552b2cd
|
chore: Update dist
|
2025-11-25 03:05:41 +00:00 |
|
GitHub Actions
|
e435456e03
|
chore: Update dist
|
2025-11-25 03:03:52 +00:00 |
|
GitHub Actions
|
8c230bf21d
|
chore: Update dist
|
2025-11-18 03:13:05 +00:00 |
|
GitHub Actions
|
f2964c7281
|
chore: Update dist
|
2025-11-11 03:10:07 +00:00 |
|
GitHub Actions
|
808f17c380
|
chore: Update dist
|
2025-11-11 03:04:16 +00:00 |
|
GitHub Actions
|
2475ef7675
|
chore: Update dist
|
2025-11-04 23:26:32 +00:00 |
|
GitHub Actions
|
0d00a56e02
|
chore: Update dist
|
2025-10-21 03:06:55 +00:00 |
|
GitHub Actions
|
d17e5e49d8
|
chore: Update dist
|
2025-10-14 03:05:29 +00:00 |
|
GitHub Actions
|
776d30ea75
|
chore: Update dist
|
2025-10-14 03:03:27 +00:00 |
|
GitHub Actions
|
2915cb333f
|
chore: Update dist
|
2025-10-07 03:07:52 +00:00 |
|
GitHub Actions
|
9efe715a4b
|
chore: Update dist
|
2025-10-06 17:03:50 +00:00 |
|
GitHub Actions
|
f226b0540e
|
chore: Update dist
|
2025-09-30 03:14:04 +00:00 |
|
GitHub Actions
|
0be22f94c3
|
chore: Update dist
|
2025-09-23 03:04:11 +00:00 |
|
GitHub Actions
|
6e562ac9ab
|
chore: Update dist
|
2025-09-16 03:12:34 +00:00 |
|
GitHub Actions
|
3146acf819
|
chore: Update dist
|
2025-09-16 03:10:19 +00:00 |
|
GitHub Actions
|
b845e0f4f4
|
chore: Update dist
|
2025-09-11 19:36:07 +00:00 |
|
GitHub Actions
|
6b19f7ffe6
|
chore: Update dist
|
2025-09-11 18:23:03 +00:00 |
|
GitHub Actions
|
3cb849cb01
|
chore: Update dist
|
2025-09-09 23:23:45 +00:00 |
|
GitHub Actions
|
c7a2280e36
|
chore: Update dist
|
2025-09-09 03:08:42 +00:00 |
|
GitHub Actions
|
3c23363139
|
chore: Update dist
|
2025-09-09 03:05:17 +00:00 |
|
GitHub Actions
|
cf5f2acba3
|
chore: Update dist
|
2025-09-03 18:25:19 +00:00 |
|
GitHub Actions
|
978e44aa36
|
chore: Update dist
|
2025-09-02 17:38:48 +00:00 |
|
GitHub Actions
|
1b2b73eb6a
|
chore: Update dist
|
2025-08-27 18:21:12 +00:00 |
|
GitHub Actions
|
195dc25ad5
|
chore: Update dist
|
2025-08-26 23:30:06 +00:00 |
|
GitHub Actions
|
0be2363ca1
|
chore: Update dist
|
2025-08-20 18:37:20 +00:00 |
|