Skip to content

Commit

Permalink
chore(deps): update patch-grouped
Browse files Browse the repository at this point in the history
| datasource         | package                        | from    | to      |
| ------------------ | ------------------------------ | ------- | ------- |
| github-tags        | aws/aws-cli                    | 2.17.37 | 2.17.42 |
| terraform-provider | terraform-redhat/rhcs          | 1.6.2   | 1.6.3   |
| terraform-module   | terraform-redhat/rosa-hcp/rhcs | 1.6.2   | 1.6.3   |
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent a8e1bdd commit ee6ddba
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Notify in Slack in case of failure
id: slack-notification
if: failure() && github.event_name == 'schedule'
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@25dc5df0a2cda2ef722dca41c98fb9d0f6162279 # main
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@7d850d8f29a0d1ec0c7d47e56ded357992c4bd71 # main
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Notify in Slack in case of failure
id: slack-notification
if: failure() && github.event_name == 'schedule'
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@25dc5df0a2cda2ef722dca41c98fb9d0f6162279 # main
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@7d850d8f29a0d1ec0c7d47e56ded357992c4bd71 # main
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Notify in Slack in case of failure
id: slack-notification
if: failure() && github.event_name == 'schedule'
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@25dc5df0a2cda2ef722dca41c98fb9d0f6162279 # main
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@7d850d8f29a0d1ec0c7d47e56ded357992c4bd71 # main
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Notify in Slack in case of failure
id: slack-notification
if: failure() && github.event_name == 'schedule'
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@25dc5df0a2cda2ef722dca41c98fb9d0f6162279 # main
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@7d850d8f29a0d1ec0c7d47e56ded357992c4bd71 # main
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# check it with
# diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly"

awscli 2.17.37
awscli 2.17.42

golang 1.23.0

Expand Down
2 changes: 1 addition & 1 deletion modules/rosa-hcp/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.35.0"
}
rhcs = {
version = "= 1.6.2"
version = "1.6.3"
source = "terraform-redhat/rhcs"
}
}
Expand Down
6 changes: 3 additions & 3 deletions modules/rosa-hcp/rosa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ locals {

module "rosa_hcp" {
source = "terraform-redhat/rosa-hcp/rhcs"
version = "1.6.2"
version = "1.6.3"

openshift_version = var.openshift_version
cluster_name = var.cluster_name
Expand Down Expand Up @@ -49,7 +49,7 @@ module "rosa_hcp" {

module "htpasswd_idp" {
source = "terraform-redhat/rosa-hcp/rhcs//modules/idp"
version = "1.6.2"
version = "1.6.3"

cluster_id = module.rosa_hcp.cluster_id
name = "htpasswd-idp"
Expand All @@ -59,7 +59,7 @@ module "htpasswd_idp" {

module "vpc" {
source = "terraform-redhat/rosa-hcp/rhcs//modules/vpc"
version = "1.6.2"
version = "1.6.3"

name_prefix = var.cluster_name
availability_zones_count = var.availability_zones_count
Expand Down

0 comments on commit ee6ddba

Please sign in to comment.