From 28a1c08fa7e31ad5ce2fc079cda7034886a8e481 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:48:35 +0000 Subject: [PATCH] chore(deps): update support-deps | datasource | package | from | to | | ------------------ | -------------------------- | -------- | -------- | | terraform-provider | hashicorp/aws | 5.82.2 | 5.83.0 | | github-tags | defenseunicorns/uds-common | v1.6.1 | v1.6.2 | | docker | docker.io/kong/httpbin | 0.2.1 | 0.2.2 | | npm | typescript | 5.7.2 | 5.7.3 | | github-tags | weaveworks/eksctl | v0.199.0 | v0.200.0 | --- .github/test-infra/aws/rke2/versions.tf | 2 +- src/test/app-admin.yaml | 2 +- src/test/app-authservice-tenant.yaml | 2 +- src/test/zarf.yaml | 2 +- tasks/create.yaml | 2 +- tasks/iac.yaml | 2 +- tasks/lint.yaml | 2 +- tasks/test.yaml | 2 +- test/jest/package-lock.json | 6 +++--- test/playwright/package-lock.json | 6 +++--- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/test-infra/aws/rke2/versions.tf b/.github/test-infra/aws/rke2/versions.tf index 128cde057..8ffa4e29c 100644 --- a/.github/test-infra/aws/rke2/versions.tf +++ b/.github/test-infra/aws/rke2/versions.tf @@ -6,7 +6,7 @@ terraform { } required_providers { aws = { - version = "~> 5.82.0" + version = "~> 5.83.0" } random = { version = "~> 3.6.0" diff --git a/src/test/app-admin.yaml b/src/test/app-admin.yaml index 09e771b36..bc39ed406 100644 --- a/src/test/app-admin.yaml +++ b/src/test/app-admin.yaml @@ -73,7 +73,7 @@ spec: spec: serviceAccountName: httpbin containers: - - image: docker.io/kong/httpbin:0.2.1 + - image: docker.io/kong/httpbin:0.2.2 imagePullPolicy: IfNotPresent name: httpbin resources: diff --git a/src/test/app-authservice-tenant.yaml b/src/test/app-authservice-tenant.yaml index 4e0995dff..a3e9e5397 100644 --- a/src/test/app-authservice-tenant.yaml +++ b/src/test/app-authservice-tenant.yaml @@ -73,7 +73,7 @@ spec: spec: serviceAccountName: httpbin containers: - - image: docker.io/kong/httpbin:0.2.1 + - image: docker.io/kong/httpbin:0.2.2 imagePullPolicy: IfNotPresent name: httpbin resources: diff --git a/src/test/zarf.yaml b/src/test/zarf.yaml index 8972946b2..6f6298135 100644 --- a/src/test/zarf.yaml +++ b/src/test/zarf.yaml @@ -21,7 +21,7 @@ components: files: - "app-authservice-tenant.yaml" images: - - docker.io/kong/httpbin:0.2.1 + - docker.io/kong/httpbin:0.2.2 - hashicorp/http-echo:latest - name: podinfo diff --git a/tasks/create.yaml b/tasks/create.yaml index 9b99fccce..9eae072b8 100644 --- a/tasks/create.yaml +++ b/tasks/create.yaml @@ -3,7 +3,7 @@ includes: - - common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.1/tasks/create.yaml + - common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.2/tasks/create.yaml variables: - name: FLAVOR diff --git a/tasks/iac.yaml b/tasks/iac.yaml index 7eec9f854..f2585da1d 100644 --- a/tasks/iac.yaml +++ b/tasks/iac.yaml @@ -22,7 +22,7 @@ tasks: - name: install-eksctl actions: - cmd: | - curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.199.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp + curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.200.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp sudo mv /tmp/eksctl /usr/local/bin - name: create-cluster diff --git a/tasks/lint.yaml b/tasks/lint.yaml index 0be7b6c10..9191165d3 100644 --- a/tasks/lint.yaml +++ b/tasks/lint.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial includes: - - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.1/tasks/lint.yaml + - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.2/tasks/lint.yaml tasks: - name: fix diff --git a/tasks/test.yaml b/tasks/test.yaml index 39d6add6d..bc1c54b04 100644 --- a/tasks/test.yaml +++ b/tasks/test.yaml @@ -9,7 +9,7 @@ includes: - base-layer: ../packages/base/tasks.yaml - idam-layer: ../packages/identity-authorization/tasks.yaml - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/refs/tags/v0.13.1/tasks/setup.yaml - - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.1/tasks/compliance.yaml + - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.2/tasks/compliance.yaml tasks: - name: base diff --git a/test/jest/package-lock.json b/test/jest/package-lock.json index b761b230e..7164175d2 100644 --- a/test/jest/package-lock.json +++ b/test/jest/package-lock.json @@ -4514,9 +4514,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/test/playwright/package-lock.json b/test/playwright/package-lock.json index 50d771765..4629e1f9b 100644 --- a/test/playwright/package-lock.json +++ b/test/playwright/package-lock.json @@ -84,9 +84,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, "license": "Apache-2.0", "bin": {