Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps serverless from 4.6.2 to 4.7.0.

Release notes

Sourced from serverless's releases.

4.7.0

Features

  • Serverless Framework
    • Serverless Variables supports Fn::Sub literal values (AWS docs)
  • Serverless Container Framework
    • Auto-configures "www" subdomain when a naked domain is specified in domain of a container, so that it points toward the ALB.
    • Adds scale policy for Target Tracking scaling based on request count to ALB.

Maintenance

  • Serverless Framework
    • Upgraded bundled esbuild to 0.25.0 to address GHSA-67mh-4wv8-2f99
    • Cleaned up unused dependencies

Bug Fixes

  • Serverless Framework
    • Ignores AWS_PROFILE when using Dev Mode to properly use Lambda Function AWS credentials
  • Serverless Container Framework
    • Fixes AWS IAM Role creation and injection of temporary credentials in Dev Mode.
    • Fixes cpu and memory configuration for AWS ECS Fargate containers.

4.6.3

Features

  • Serverless Framework
  • Serverless Container Framework
    • Adds auto-scaling, includes min/max/desired, and target tracking auto-scaling for cpu and memory.
    • Auto-calculates desired values to safely deploy at high scale without over/under provisioning current Task count.
    • Improves ALB routing to always recalculate route priorities and save them.
    • Detects incorrect port values and failed health checks to offer users clear feedback, faster, as to why their deployments failed
    • Adds build args to the Docker build process.
    • Improved types and validation around scaling policies and more, with helpful errors.

Maintenance

  • Serverless Framework:
  • Serverless Container Framework
    • Moved SCF/engine logic out of sf-core and into its own engine packages. This is needed to enable SCF and future frameworks to be used with separate clients, starting with an MCP.
    • Moved AWS utilities to engine as well. Note that some sf-core logic relies on a few of these.

Bug Fixes

Commits

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)

Bumps [serverless](https://github.com/serverless/serverless) from 4.6.2 to 4.7.0.
- [Release notes](https://github.com/serverless/serverless/releases)
- [Changelog](https://github.com/serverless/serverless/blob/main/CHANGELOG.md)
- [Commits](serverless/serverless@v4.6.2...v4.7.0)

---
updated-dependencies:
- dependency-name: serverless
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2025
@abhiyerra abhiyerra merged commit 646060f into main Feb 25, 2025
1 check passed
@abhiyerra abhiyerra deleted the dependabot/npm_and_yarn/serverless-4.7.0 branch February 25, 2025 18:50
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.

2 participants