Skip to content

Commit

Permalink
chore(deps): update support-deps
Browse files Browse the repository at this point in the history
| datasource         | package                          | from     | to       |
| ------------------ | -------------------------------- | -------- | -------- |
| npm                | @types/node                      | 22.13.5  | 22.13.6  |
| terraform-provider | hashicorp/aws                    | 5.88.0   | 5.89.0   |
| terraform-provider | hashicorp/azurerm                | 4.20.0   | 4.21.1   |
| github-tags        | googleapis/release-please-action | v4.1.3   | v4.1.4   |
| npm                | typescript                       | 5.7.3    | 5.8.2    |
| github-tags        | weaveworks/eksctl                | v0.204.0 | v0.205.0 |
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent e1ee576 commit 07d9189
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/test-infra/aws/rke2/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
required_providers {
aws = {
version = "~> 5.88.0"
version = "~> 5.89.0"
}
random = {
version = "~> 3.7.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/test-infra/azure/aks/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "4.20.0"
version = "4.21.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: Create release tag
id: tag
uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
uses: googleapis/release-please-action@d1a8f221d7723166f48a584aebba00ef3f6febec # v4.1.4
- id: release-flag
run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT

Expand Down
2 changes: 1 addition & 1 deletion tasks/iac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks:
- name: install-eksctl
actions:
- cmd: |
curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.204.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp
curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.205.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp
sudo mv /tmp/eksctl /usr/local/bin
- name: create-cluster
Expand Down
12 changes: 6 additions & 6 deletions test/jest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions test/playwright/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07d9189

Please sign in to comment.