Skip to content
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: GCForms release v3.13.0 #718

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

sre-read-write[bot]
Copy link
Contributor

@sre-read-write sre-read-write bot commented Jul 4, 2024

🤖 I have created a release beep boop

3.13.0 (2024-07-05)

Features

  • increase the number of form viewer tasks in prod (#717) (0a252de)

Bug Fixes


This PR was generated with Release Please. See documentation.

@sre-read-write sre-read-write bot force-pushed the release-please--branches--develop branch from ea81736 to 3df603f Compare July 5, 2024 13:00
Copy link

github-actions bot commented Jul 5, 2024

Production: app

✅   Terraform Init: success
✅   Terraform Validate: success
✅   Terraform Format: success
✅   Terraform Plan: success
✅   Conftest: success

Plan: 0 to add, 3 to change, 0 to destroy
Show summary
CHANGE NAME
update aws_appautoscaling_policy.forms_cpu[0]
aws_appautoscaling_policy.forms_memory[0]
aws_appautoscaling_target.forms[0]
Show plan
Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # aws_appautoscaling_policy.forms_cpu[0] will be updated in-place
  ~ resource "aws_appautoscaling_policy" "forms_cpu" {
        id                 = "forms_cpu"
        name               = "forms_cpu"
        # (6 unchanged attributes hidden)

      ~ target_tracking_scaling_policy_configuration {
          ~ target_value       = 60 -> 25
            # (3 unchanged attributes hidden)

            # (1 unchanged block hidden)
        }
    }

  # aws_appautoscaling_policy.forms_memory[0] will be updated in-place
  ~ resource "aws_appautoscaling_policy" "forms_memory" {
        id                 = "forms_memory"
        name               = "forms_memory"
        # (6 unchanged attributes hidden)

      ~ target_tracking_scaling_policy_configuration {
          ~ target_value       = 60 -> 15
            # (3 unchanged attributes hidden)

            # (1 unchanged block hidden)
        }
    }

  # aws_appautoscaling_target.forms[0] will be updated in-place
  ~ resource "aws_appautoscaling_target" "forms" {
        id                 = "service/Forms/form-viewer"
      ~ max_capacity       = 2 -> 3
      ~ min_capacity       = 1 -> 2
        tags               = {}
        # (6 unchanged attributes hidden)
    }

Plan: 0 to add, 3 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
WARN - plan.json - main - Missing Common Tags: ["aws_appautoscaling_target.forms[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_log_group.forms"]
WARN - plan.json - main - Missing Common Tags: ["aws_codedeploy_app.app"]
WARN - plan.json - main - Missing Common Tags: ["aws_codedeploy_deployment_group.app"]
WARN - plan.json - main - Missing Common Tags: ["aws_ecs_cluster.forms"]
WARN - plan.json - main - Missing Common Tags: ["aws_ecs_service.form_viewer"]
WARN - plan.json - main - Missing Common Tags: ["aws_ecs_task_definition.form_viewer"]
WARN - plan.json - main - Missing Common Tags: ["aws_iam_policy.cognito"]
WARN - plan.json - main - Missing Common Tags: ["aws_iam_policy.forms_dynamodb"]
WARN - plan.json - main - Missing Common Tags: ["aws_iam_policy.forms_kms"]
WARN - plan.json - main - Missing Common Tags: ["aws_iam_policy.forms_s3"]
WARN - plan.json - main - Missing Common Tags: ["aws_iam_policy.forms_secrets_manager"]
WARN - plan.json - main - Missing Common Tags: ["aws_iam_policy.forms_sqs"]
WARN - plan.json - main - Missing Common Tags: ["aws_iam_role.codedeploy"]
WARN - plan.json - main - Missing Common Tags: ["aws_iam_role.forms"]

34 tests, 19 passed, 15 warnings, 0 failures, 0 exceptions

@patheard patheard merged commit ad505eb into develop Jul 5, 2024
31 checks passed
@patheard patheard deleted the release-please--branches--develop branch July 5, 2024 13:53
@sre-read-write
Copy link
Contributor Author

sre-read-write bot commented Jul 5, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants