Skip to content

Commit

Permalink
chore: release v5.5.0 (#478)
Browse files Browse the repository at this point in the history
Co-authored-by: chaudharysaket <[email protected]>
  • Loading branch information
github-actions[bot] and chaudharysaket authored Nov 21, 2024
1 parent d7048b5 commit b0c282b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
### v5.5.0 (2024-11-21)

#### Features

* add provided.al2023 ([#462](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/462)) ([a56a995](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/a56a9956872dc0bb6b9611d49732f4d03297ef71))
* Updating the Layer ARN versions to latest ([#471](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/471)) ([a0fbe55](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/a0fbe558a290a7edbd98f248dbe40e17ddf14fb5))

#### Security improvements

* **deps:** adding support to serverless v4 ([#477](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/477)) ([d7048b5](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/d7048b5e7a450be862d27f373cf8ec762e0d9217))
* **deps:** bump braces from 3.0.2 to 3.0.3 ([#444](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/444)) ([fa1c5e9](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/fa1c5e9e3e634639756b530654e7cfad5421ef18))
* Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chodavarapu Naga Viswanadha Avinash <[email protected]>
* **deps:** bump micromatch from 4.0.5 to 4.0.8 ([#464](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/464)) ([8e77ad8](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/8e77ad8ea92b0509bd690a41a4d5fc0e4fe6d9ef))
* Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chodavarapu Naga Viswanadha Avinash <[email protected]>
* **deps:** bump ws from 7.5.9 to 7.5.10 ([#454](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/454)) ([13c2495](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/13c2495434051eb6ebb52400a78cd8e4203e0114))
* Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chodavarapu Naga Viswanadha Avinash <[email protected]>

#### Miscellaneous chores

* **deps-dev:** bump braces from 3.0.2 to 3.0.3 in /examples/python-requirements ([#445](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/445)) ([fe84bdf](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/fe84bdf5b25250a3800a86b36e157e630e0eed09))
* Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chodavarapu Naga Viswanadha Avinash <[email protected]>
* **deps-dev:** bump ws from 7.5.7 to 7.5.10 in /examples/python ([#453](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/453)) ([4fe712e](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/4fe712e778aac645fcb38ba517c269f487889895))
* Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chodavarapu Naga Viswanadha Avinash <[email protected]>

### v5.4.0 (2024-07-24)

### v5.3.0 (2024-06-12)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-newrelic-lambda-layers",
"version": "5.4.0",
"version": "5.5.0",
"description": "Serverless plugin for NewRelic APM AWS Lambda layers.",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit b0c282b

Please sign in to comment.