Skip to content

Commit

Permalink
build(deps): update aws-sdk-js-v3 monorepo (#32262)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
  • Loading branch information
renovate[bot] and zharinov authored Nov 12, 2024
1 parent f7e4668 commit bddde3c
Show file tree
Hide file tree
Showing 4 changed files with 383 additions and 358 deletions.
6 changes: 6 additions & 0 deletions lib/modules/datasource/docker/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ describe('modules/datasource/docker/index', () => {
const ecr = ecrMock.call(0).thisValue as ECRClient;
expect(await ecr.config.region()).toBe('us-east-1');
expect(await ecr.config.credentials()).toEqual({
$source: {
CREDENTIALS_CODE: 'e',
},
accessKeyId: 'some-username',
secretAccessKey: 'some-password',
});
Expand Down Expand Up @@ -276,6 +279,9 @@ describe('modules/datasource/docker/index', () => {
const ecr = ecrMock.call(0).thisValue as ECRClient;
expect(await ecr.config.region()).toBe('us-east-1');
expect(await ecr.config.credentials()).toEqual({
$source: {
CREDENTIALS_CODE: 'e',
},
accessKeyId: 'some-username',
secretAccessKey: 'some-password',
sessionToken: 'some-session-token',
Expand Down
9 changes: 9 additions & 0 deletions lib/modules/manager/helmv3/artifacts.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,9 @@ describe('modules/manager/helmv3/artifacts', () => {
const ecr = ecrMock.call(0).thisValue as ECRClient;
expect(await ecr.config.region()).toBe('us-east-1');
expect(await ecr.config.credentials()).toEqual({
$source: {
CREDENTIALS_CODE: 'e',
},
accessKeyId: 'some-username',
secretAccessKey: 'some-password',
sessionToken: 'some-session-token',
Expand Down Expand Up @@ -909,6 +912,9 @@ describe('modules/manager/helmv3/artifacts', () => {
const ecr = ecrMock.call(0).thisValue as ECRClient;
expect(await ecr.config.region()).toBe('us-east-1');
expect(await ecr.config.credentials()).toEqual({
$source: {
CREDENTIALS_CODE: 'e',
},
accessKeyId: 'some-username',
secretAccessKey: 'some-password',
sessionToken: 'some-session-token',
Expand Down Expand Up @@ -965,6 +971,9 @@ describe('modules/manager/helmv3/artifacts', () => {
const ecr = ecrMock.call(0).thisValue as ECRClient;
expect(await ecr.config.region()).toBe('us-east-1');
expect(await ecr.config.credentials()).toEqual({
$source: {
CREDENTIALS_CODE: 'e',
},
accessKeyId: 'some-username',
secretAccessKey: 'some-password',
sessionToken: 'some-session-token',
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@
"pnpm": "9.12.3"
},
"dependencies": {
"@aws-sdk/client-codecommit": "3.658.1",
"@aws-sdk/client-ec2": "3.658.1",
"@aws-sdk/client-ecr": "3.658.1",
"@aws-sdk/client-rds": "3.658.1",
"@aws-sdk/client-s3": "3.658.1",
"@aws-sdk/credential-providers": "3.658.1",
"@aws-sdk/client-codecommit": "3.687.0",
"@aws-sdk/client-ec2": "3.687.0",
"@aws-sdk/client-ecr": "3.687.0",
"@aws-sdk/client-rds": "3.687.0",
"@aws-sdk/client-s3": "3.689.0",
"@aws-sdk/credential-providers": "3.687.0",
"@breejs/later": "4.2.0",
"@cdktf/hcl2json": "0.20.9",
"@opentelemetry/api": "1.9.0",
Expand Down
Loading

0 comments on commit bddde3c

Please sign in to comment.