generated from cds-snc/project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all minor dependencies #288
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/all-minor
branch
from
October 30, 2023 12:54
770ca0e
to
d745ddc
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
2 times, most recently
from
October 30, 2023 12:55
7e93fb9
to
d4d29ea
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
from
October 30, 2023 13:03
d4d29ea
to
34abbbd
Compare
Plan for api✅ Terraform Init: Plan: 1 to add, 1 to change, 0 to destroy Show summary
Show planResource actions are indicated with the following symbols:
+ create
~ update in-place
Terraform will perform the following actions:
# module.rds.aws_cloudwatch_log_group.log_exports["postgresql"] will be created
+ resource "aws_cloudwatch_log_group" "log_exports" {
+ arn = (known after apply)
+ id = (known after apply)
+ name = "/aws/rds/cluster/list-manager-cluster/postgresql"
+ name_prefix = (known after apply)
+ retention_in_days = 30
+ skip_destroy = false
+ tags = {
+ "CostCentre" = "list-manager-production"
+ "Name" = "list-manager-cluster"
+ "Terraform" = "true"
}
+ tags_all = {
+ "CostCentre" = "list-manager-production"
+ "Name" = "list-manager-cluster"
+ "Terraform" = "true"
}
}
# module.rds.aws_rds_cluster.cluster will be updated in-place
~ resource "aws_rds_cluster" "cluster" {
~ copy_tags_to_snapshot = false -> true
~ enabled_cloudwatch_logs_exports = [
+ "postgresql",
]
id = "list-manager-cluster"
tags = {
"CostCentre" = "list-manager-production"
"Name" = "list-manager-cluster"
"Terraform" = "true"
}
# (39 unchanged attributes hidden)
}
Plan: 1 to add, 1 to change, 0 to destroy.
Warning: Argument is deprecated
with module.vpc.aws_eip.nat,
on .terraform/modules/vpc/vpc/main.tf line 40, in resource "aws_eip" "nat":
40: vpc = true
use domain attribute instead
(and 3 more similar warnings elsewhere)
─────────────────────────────────────────────────────────────────────────────
Saved the plan to: plan.tfplan
To perform exactly these actions, run the following command to apply:
terraform apply "plan.tfplan"
Show Conftest resultsWARN - plan.json - main - Missing Common Tags: ["aws_acm_certificate.list_manager_certificate"]
WARN - plan.json - main - Missing Common Tags: ["aws_api_gateway_domain_name.api"]
WARN - plan.json - main - Missing Common Tags: ["aws_api_gateway_rest_api.api"]
WARN - plan.json - main - Missing Common Tags: ["aws_api_gateway_stage.api"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_event_rule.every-three-minutes"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_log_group.api_access"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.api-gateway-above-maximum-latency-critical"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.api-gateway-above-maximum-latency-warning"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.api-invalid-auth-token-warning"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.logs-1-429-error-1-minute-warning"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.logs-1-5XX-error-1-minute-warning"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.logs-1-api-error-1-minute-warning"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.logs-10-429-error-5-minutes-critical"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.logs-10-5XX-error-5-minutes-critical"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.rds_cpu_utilization_writer"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.rds_freeable_memory_writer"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.route53_list_manager_health_check"]
WARN - plan.json - main - Missing Common Tags: ["aws_ecr_repository.api"]
WARN - plan.json - main - Missing Common Tags: ["aws_iam_policy.api"]
WARN - plan.json - main - Missing Common Tags: ["aws_iam_role.api"]
WARN - plan.json -... |
patheard
approved these changes
Oct 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==23.9.1
->==23.10.0
23.10.1
==2.0.0.post2
->==2.1.0.post1
==0.103.2
->==0.104.0
0.104.1
v7.0.2
->v7.2.5
v7.2.11
(+5)==8.0.1
->==8.1.0
Review
Release Notes
psf/black (black)
v23.10.0
Compare Source
Stable style
Preview style
multiple lines (#3899)
Configuration
BLACK_CACHE_DIR
is set (#3937)Parser
type
were not acccepted insidematch
statements(#3950)
(#3949)
Output
code (#3933)
(#3938)
Integrations
JoshData/python-email-validator (email-validator)
v2.1.0
email
field on the returnedValidatedEmail
object, which in the previous version was superseded bynormalized
, will now raise a deprecation warning if used. See https://stackoverflow.com/q/879173 for strategies to suppress the DeprecationWarning.__version__
module attribute is added.tiangolo/fastapi (fastapi)
v0.104.0
Compare Source
Features
BackgroundTasks
, refactor docs structure. PR #10392 by @tiangolo. New docs at FastAPI Reference - Code API.Upgrades
Internal
cds-snc/terraform-modules (github.com/cds-snc/terraform-modules)
v7.2.5
Compare Source
What's Changed
Full Changelog: cds-snc/terraform-modules@v7.2.4...v7.2.5
v7.2.4
Compare Source
What's Changed
Full Changelog: cds-snc/terraform-modules@v7.2.3...v7.2.4
v7.2.3
Compare Source
What's Changed
Full Changelog: cds-snc/terraform-modules@v7.2.2...v7.2.3
v7.2.2
Compare Source
What's Changed
Full Changelog: cds-snc/terraform-modules@v7.2.1...v7.2.2
v7.2.1
Compare Source
What's Changed
Full Changelog: cds-snc/terraform-modules@v7.2.0...v7.2.1
v7.2.0
Compare Source
What's Changed
Full Changelog: cds-snc/terraform-modules@v7.1.0...v7.2.0
v7.1.0
Compare Source
What's Changed
2dee8c1
by @renovate in https://github.com/cds-snc/terraform-modules/pull/294b687393
by @renovate in https://github.com/cds-snc/terraform-modules/pull/297Full Changelog: cds-snc/terraform-modules@v7.0.2...v7.1.0
alphagov/notifications-python-client (notifications-python-client)
v8.1.0
Compare Source
requests.session
between requests to increase performance through HTTP KeepaliveConfiguration
📅 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 Mend Renovate. View repository job log here.