cds-snc / gc-articles

This repo is for GC Articles web publishing product undertaken by CDS platform August 2021
GNU General Public License v2.0
7 stars 3 forks source link

chore(deps): update all patch dependencies #1942

Closed renovate-cds[bot] closed 5 days ago

renovate-cds[bot] commented 1 week ago

This PR contains the following updates:

Package Type Update Change
hashicorp/terraform required_version patch 1.9.6 -> 1.9.7
locust (source) patch ==2.31.7 -> ==2.31.8

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

Review


Release Notes

hashicorp/terraform (hashicorp/terraform) ### [`v1.9.7`](https://redirect.github.com/hashicorp/terraform/releases/tag/v1.9.7) [Compare Source](https://redirect.github.com/hashicorp/terraform/compare/v1.9.6...v1.9.7) #### 1.9.7 (October 2, 2024) BUG FIXES: - config generation: escape map keys with whitespaces ([#​35754](https://redirect.github.com/hashicorp/terraform/pull/35754))
locustio/locust (locust) ### [`v2.31.8`](https://redirect.github.com/locustio/locust/releases/tag/2.31.8) [Compare Source](https://redirect.github.com/locustio/locust/compare/2.31.7...2.31.8) #### What's Changed - Fix RTD versioning with a deep git clone by [@​mquinnfd](https://redirect.github.com/mquinnfd) in [https://github.com/locustio/locust/pull/2913](https://redirect.github.com/locustio/locust/pull/2913) - Url in template arg by [@​fletelli42](https://redirect.github.com/fletelli42) in [https://github.com/locustio/locust/pull/2914](https://redirect.github.com/locustio/locust/pull/2914) - Web UI Auth submit should submit a POST request by [@​andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2915](https://redirect.github.com/locustio/locust/pull/2915) - Log locust-cloud version if it is installed by [@​cyberw](https://redirect.github.com/cyberw) in [https://github.com/locustio/locust/pull/2916](https://redirect.github.com/locustio/locust/pull/2916) #### New Contributors - [@​fletelli42](https://redirect.github.com/fletelli42) made their first contribution in [https://github.com/locustio/locust/pull/2914](https://redirect.github.com/locustio/locust/pull/2914) **Full Changelog**: https://github.com/locustio/locust/compare/2.31.7...2.31.8

Configuration

πŸ“… Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.

renovate-cds[bot] commented 1 week ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

github-actions[bot] commented 5 days ago

Staging: database

βœ…   Terraform Init: success βœ…   Terraform Validate: success βœ…   Terraform Format: success βœ…   Terraform Plan: success βœ…   Conftest: success

Plan: 0 to add, 1 to change, 0 to destroy
Show summary | CHANGE | NAME | |--------|-----------------------------------------------------------| | update | `aws_rds_cluster_parameter_group.enable_audit_logging_v8` |
Show plan ```terraform Resource actions are indicated with the following symbols: ~ update in-place Terraform will perform the following actions: # aws_rds_cluster_parameter_group.enable_audit_logging_v8 will be updated in-place ~ resource "aws_rds_cluster_parameter_group" "enable_audit_logging_v8" { id = "wordpress-aurora-mysql8" name = "wordpress-aurora-mysql8" tags = {} # (5 unchanged attributes hidden) - parameter { - apply_method = "pending-reboot" -> null - name = "server_audit_events" -> null - value = "CONNECT,QUERY_DCL,QUERY_DDL,QUERY_DML" -> null } - parameter { - apply_method = "pending-reboot" -> null - name = "server_audit_logging" -> null - value = "1" -> null } + parameter { + apply_method = "immediate" + name = "server_audit_events" + value = "CONNECT,QUERY_DCL,QUERY_DDL,QUERY_DML" } + parameter { + apply_method = "immediate" + name = "server_audit_logging" + value = "1" } # (1 unchanged block hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ───────────────────────────────────────────────────────────────────────────── Saved the plan to: plan.tfplan To perform exactly these actions, run the following command to apply: terraform apply "plan.tfplan" ```
Show Conftest results ```sh WARN - plan.json - main - Missing Common Tags: ["aws_rds_cluster_parameter_group.enable_audit_logging_v8"] WARN - plan.json - main - Missing Common Tags: ["aws_secretsmanager_secret.database_host"] WARN - plan.json - main - Missing Common Tags: ["aws_secretsmanager_secret.database_name"] WARN - plan.json - main - Missing Common Tags: ["aws_secretsmanager_secret.database_password"] WARN - plan.json - main - Missing Common Tags: ["aws_secretsmanager_secret.database_username"] 24 tests, 19 passed, 5 warnings, 0 failures, 0 exceptions ```