Skip to content

build(deps-dev): bump @guardian/cdk from 61.4.0 to 61.5.1 in /cdk #7044

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps @guardian/cdk from 61.4.0 to 61.5.1.

Release notes

Sourced from @​guardian/cdk's releases.

v61.5.1

Patch Changes

  • 34c96ee: fix(GuEcsTaskProps): Change type of containerInsights property from boolean to ContainerInsights.

    This enables support of enhanced ECS monitoring and addresses an AWS CDK deprecation warning.

v61.5.0

Minor Changes

Removes GuWazuhAccess security group as Wazuh has been deprecated (#2561).

This change will remove a resource of logical ID WazuhSecurityGroup from stacks that use a GuAutoScalingGroup. The snapshot diff will include the removal of the following resource:

{
  "Resources": {
    "WazuhSecurityGroup": {
      "Properties": {
        "GroupDescription": "Allow outbound traffic from wazuh agent to manager",
        "SecurityGroupEgress": [
          {
            "CidrIp": "0.0.0.0/0",
            "Description": "Wazuh event logging",
            "FromPort": 1514,
            "IpProtocol": "tcp",
            "ToPort": 1514
          },
          {
            "CidrIp": "0.0.0.0/0",
            "Description": "Wazuh agent registration",
            "FromPort": 1515,
            "IpProtocol": "tcp",
            "ToPort": 1515
          }
        ],
        "Type": "AWS::EC2::SecurityGroup"
      }
    }
  }
}

How to update to this version

This version of @guardian/cdk detaches the WazuhSecurityGroup security group from any autoscaling group and deletes it in one step. When using Riff-Raff's autoscaling deployment type, upgrading needs to be performed in two steps, across two independent pull requests. If we do not, Riff-Raff will fail with an error similar to:

WazuhSecurityGroup(AWS::EC2::SecurityGroup}: DELETE_FAILED resource sg-1234 has a dependent object (Service: Ec2, Status Code: 400) (SDK Attempt Count: 1)

... (truncated)

Changelog

Sourced from @​guardian/cdk's changelog.

61.5.1

Patch Changes

  • 34c96ee: fix(GuEcsTaskProps): Change type of containerInsights property from boolean to ContainerInsights.

    This enables support of enhanced ECS monitoring and addresses an AWS CDK deprecation warning.

61.5.0

Minor Changes

Removes GuWazuhAccess security group as Wazuh has been deprecated (#2561).

This change will remove a resource of logical ID WazuhSecurityGroup from stacks that use a GuAutoScalingGroup. The snapshot diff will include the removal of the following resource:

{
  "Resources": {
    "WazuhSecurityGroup": {
      "Properties": {
        "GroupDescription": "Allow outbound traffic from wazuh agent to manager",
        "SecurityGroupEgress": [
          {
            "CidrIp": "0.0.0.0/0",
            "Description": "Wazuh event logging",
            "FromPort": 1514,
            "IpProtocol": "tcp",
            "ToPort": 1514
          },
          {
            "CidrIp": "0.0.0.0/0",
            "Description": "Wazuh agent registration",
            "FromPort": 1515,
            "IpProtocol": "tcp",
            "ToPort": 1515
          }
        ],
        "Type": "AWS::EC2::SecurityGroup"
      }
    }
  }
}

How to update to this version

This version of @guardian/cdk detaches the WazuhSecurityGroup security group from any autoscaling group and deletes it in one step. When using Riff-Raff's autoscaling deployment type, upgrading needs to be performed in two steps, across two independent pull requests.

... (truncated)

Commits
  • 68c1b39 Merge pull request #2648 from guardian/changeset-release/main
  • 6df2b61 Bump package version
  • d2a53af Merge pull request #2643 from guardian/aa/fix-warnings
  • ce16ac5 refactor: Resolve AWS CDK deprecation warning
  • 34c96ee fix(GuEcsTaskProps): Change type of containerInsights to ContainerInsights
  • cdfa510 Merge pull request #2645 from guardian/dependabot/npm_and_yarn/types/node-22....
  • 21dd97d chore(deps): bump @​types/node from 22.14.1 to 22.15.3
  • 9db3a04 Merge pull request #2642 from guardian/changeset-release/main
  • 2d0e182 Bump package version
  • 2f5b07a Merge pull request #2561 from guardian/aa/rm-wazuh
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2025
Copy link
Contributor

github-actions bot commented Jun 1, 2025

Size Change: 0 B

Total Size: 1.46 MB

ℹ️ View Unchanged
Filename Size
./public/compiled-assets/javascripts/[countryGroupId]/events/router.js 92.5 kB
./public/compiled-assets/javascripts/[countryGroupId]/router.js 98.9 kB
./public/compiled-assets/javascripts/ausMomentMap.js 108 kB
./public/compiled-assets/javascripts/contributionsRedirectStyles.js 20 B
./public/compiled-assets/javascripts/downForMaintenancePage.js 70 kB
./public/compiled-assets/javascripts/error404Page.js 70 kB
./public/compiled-assets/javascripts/error500Page.js 69.9 kB
./public/compiled-assets/javascripts/favicons.js 618 B
./public/compiled-assets/javascripts/paperSubscriptionLandingPage.js 90.7 kB
./public/compiled-assets/javascripts/payPalErrorPage.js 68.5 kB
./public/compiled-assets/javascripts/payPalErrorPageStyles.js 20 B
./public/compiled-assets/javascripts/promotionTerms.js 76.2 kB
./public/compiled-assets/javascripts/subscriptionsLandingPage.js 100 kB
./public/compiled-assets/javascripts/unsupportedBrowserStyles.js 20 B
./public/compiled-assets/javascripts/weeklySubscriptionCheckoutPage.js 159 kB
./public/compiled-assets/javascripts/weeklySubscriptionLandingPage.js 93.6 kB
./public/compiled-assets/webpack/100.js 5.8 kB
./public/compiled-assets/webpack/231.js 20.2 kB
./public/compiled-assets/webpack/460.js 14.4 kB
./public/compiled-assets/webpack/471.js 24.2 kB
./public/compiled-assets/webpack/474.js 4.98 kB
./public/compiled-assets/webpack/476.js 6.97 kB
./public/compiled-assets/webpack/500.js 3.52 kB
./public/compiled-assets/webpack/566.js 4.36 kB
./public/compiled-assets/webpack/63.js 2.17 kB
./public/compiled-assets/webpack/649.js 34.8 kB
./public/compiled-assets/webpack/741.js 8.81 kB
./public/compiled-assets/webpack/751.js 7.1 kB
./public/compiled-assets/webpack/778.js 107 kB
./public/compiled-assets/webpack/935.js 25.5 kB
./public/compiled-assets/webpack/checkout.js 18.7 kB
./public/compiled-assets/webpack/GuardianAdLiteLanding.js 8.4 kB
./public/compiled-assets/webpack/LandingPage.js 15.4 kB
./public/compiled-assets/webpack/oneTimeCheckout.js 7.33 kB
./public/compiled-assets/webpack/ThankYou.js 43.9 kB

compressed-size-action

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cdk/guardian/cdk-61.5.1 branch from e700d6b to 81bddd1 Compare June 2, 2025 11:53
Bumps [@guardian/cdk](https://github.com/guardian/cdk) from 61.4.0 to 61.5.1.
- [Release notes](https://github.com/guardian/cdk/releases)
- [Changelog](https://github.com/guardian/cdk/blob/main/CHANGELOG.md)
- [Commits](guardian/cdk@v61.4.0...v61.5.1)

---
updated-dependencies:
- dependency-name: "@guardian/cdk"
  dependency-version: 61.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cdk/guardian/cdk-61.5.1 branch from 81bddd1 to 1717c48 Compare June 2, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants