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

fix(semantic-release): updating to use a silent command #960

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

bassrock
Copy link
Contributor

Goal

There were issues with the /dev/null redirect so using a --silent instead

@bassrock bassrock requested a review from a team as a code owner November 14, 2024 22:03
@bassrock bassrock requested review from marcin-kozinski and removed request for a team November 14, 2024 22:03
Copy link

Plan Result (pocket-event-bridge-cdk-production)

CI link

Plan: 0 to add, 6 to change, 0 to destroy.
  • Update
    • aws_cloudwatch_event_rule.collection-events_PocketEventBridge-Prod-Collection-Api-EventBridge-Rule_event-bridge-rule_D5C5DE9D
    • aws_cloudwatch_event_target.collection-events_PocketEventBridge-Prod-Collection-Api-EventBridge-Rule_event-bridge-rule_event-bridge-target-PocketEventBridge-Prod-Collection-Event-SNS-Target_C4E7E46F
    • aws_cloudwatch_metric_alarm.corpus-events_corpusevents-rule-dlq-alarm_F25C8DC2
    • aws_cloudwatch_metric_alarm.shareable-list-events_shareablelistevents-rule-dlq-alarm_FBCFA70C
    • aws_cloudwatch_metric_alarm.shareable-list-item-events_shareablelistitemevents-rule-dlq-alarm_0C71CDFB
    • aws_cloudwatch_metric_alarm.user-api-events_userevents-rule-dlq-alarm_A6972B78
Change Result (Click me)
  # aws_cloudwatch_event_rule.collection-events_PocketEventBridge-Prod-Collection-Api-EventBridge-Rule_event-bridge-rule_D5C5DE9D will be updated in-place
  ~ resource "aws_cloudwatch_event_rule" "collection-events_PocketEventBridge-Prod-Collection-Api-EventBridge-Rule_event-bridge-rule_D5C5DE9D" {
      ~ event_pattern       = jsonencode(
          ~ {
              ~ detail-type = [
                  - "collection-updated",
                    "collection-created",
                  + "collection-updated",
                ]
                # (1 unchanged attribute hidden)
            }
        )
        id                  = "PocketEventBridge-Prod-Shared-Event-Bus/PocketEventBridge-Prod-CollectionEvents-Rule-Rule"
        name                = "PocketEventBridge-Prod-CollectionEvents-Rule-Rule"
        tags                = {}
        # (10 unchanged attributes hidden)
    }

  # aws_cloudwatch_event_target.collection-events_PocketEventBridge-Prod-Collection-Api-EventBridge-Rule_event-bridge-rule_event-bridge-target-PocketEventBridge-Prod-Collection-Event-SNS-Target_C4E7E46F will be updated in-place
  ~ resource "aws_cloudwatch_event_target" "collection-events_PocketEventBridge-Prod-Collection-Api-EventBridge-Rule_event-bridge-rule_event-bridge-target-PocketEventBridge-Prod-Collection-Event-SNS-Target_C4E7E46F" {
      ~ arn            = "arn:aws:sns:us-east-1:996905175585:PocketEventBridge-Prod-CollectionEvents" -> "arn:aws:sns:us-east-1:996905175585:PocketEventBridge-Prod-CollectionEventTopic"
        id             = "PocketEventBridge-Prod-Shared-Event-Bus-PocketEventBridge-Prod-CollectionEvents-Rule-Rule-PocketEventBridge-Prod-Collection-Event-SNS-Target"
        # (7 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # aws_cloudwatch_metric_alarm.corpus-events_corpusevents-rule-dlq-alarm_F25C8DC2 will be updated in-place
  ~ resource "aws_cloudwatch_metric_alarm" "corpus-events_corpusevents-rule-dlq-alarm_F25C8DC2" {
      ~ dimensions                            = {
          ~ "QueueName" = "PocketEventBridge-Prod-SNS-CorpusEvents-Event-Rule-DLQ" -> "PocketEventBridge-Prod-SNS-CorpusEvents-Topic-DLQ"
        }
        id                                    = "PocketEventBridge-Prod-CorpusEvents-Rule-dlq-alarm"
        tags                                  = {}
        # (21 unchanged attributes hidden)
    }

  # aws_cloudwatch_metric_alarm.shareable-list-events_shareablelistevents-rule-dlq-alarm_FBCFA70C will be updated in-place
  ~ resource "aws_cloudwatch_metric_alarm" "shareable-list-events_shareablelistevents-rule-dlq-alarm_FBCFA70C" {
      ~ dimensions                            = {
          ~ "QueueName" = "PocketEventBridge-Prod-SNS-ShareableListEvents-Event-Rule-DLQ" -> "PocketEventBridge-Prod-SNS-ShareableListEvents-Topic-DLQ"
        }
        id                                    = "PocketEventBridge-Prod-ShareableListEvents-Rule-dlq-alarm"
        tags                                  = {}
        # (21 unchanged attributes hidden)
    }

  # aws_cloudwatch_metric_alarm.shareable-list-item-events_shareablelistitemevents-rule-dlq-alarm_0C71CDFB will be updated in-place
  ~ resource "aws_cloudwatch_metric_alarm" "shareable-list-item-events_shareablelistitemevents-rule-dlq-alarm_0C71CDFB" {
      ~ dimensions                            = {
          ~ "QueueName" = "PocketEventBridge-Prod-SNS-ShareableListItemEvents-Event-Rule-DLQ" -> "PocketEventBridge-Prod-SNS-ShareableListItemEvents-Topic-DLQ"
        }
        id                                    = "PocketEventBridge-Prod-ShareableListItemEvents-Rule-dlq-alarm"
        tags                                  = {}
        # (21 unchanged attributes hidden)
    }

  # aws_cloudwatch_metric_alarm.user-api-events_userevents-rule-dlq-alarm_A6972B78 will be updated in-place
  ~ resource "aws_cloudwatch_metric_alarm" "user-api-events_userevents-rule-dlq-alarm_A6972B78" {
      ~ dimensions                            = {
          ~ "QueueName" = "PocketEventBridge-Prod-SNS-UserEvents-Event-Rule-DLQ" -> "PocketEventBridge-Prod-UserEvents-Topic-Rule-DLQ"
        }
        id                                    = "PocketEventBridge-Prod-UserEvents-Rule-dlq-alarm"
        tags                                  = {}
        # (21 unchanged attributes hidden)
    }

Plan: 0 to add, 6 to change, 0 to destroy.

@bassrock bassrock merged commit 793316a into main Nov 14, 2024
201 checks passed
@bassrock bassrock deleted the fix/semantic-release-5 branch November 14, 2024 22:11
Copy link

🎉 This PR is included in version @pocket-tools/terraform-modules-v5.16.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @pocket-tools/lambda-secrets-v1.3.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @pocket-tools/tracing-v1.8.12 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @pocket-tools/ts-logger-v1.9.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @pocket-tools/sentry-v1.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @pocket-tools/jwt-utils-v1.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @pocket-tools/feature-flags-client-v1.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @pocket-tools/image-utils-v1.1.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @pocket-tools/event-bridge-v1.7.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @pocket-tools/apollo-utils-v3.11.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

1 participant