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

build(deps): bump aws-lambda-powertools from 2.23.0 to 2.23.1 #105

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps aws-lambda-powertools from 2.23.0 to 2.23.1.

Release notes

Sourced from aws-lambda-powertools's releases.

v2.23.1

Summary

This patch release primarily addresses a fix for customers who utilize default tags and metric-specific tags within the Datadog Metrics provider. Tags are now merged seamlessly, effectively resolving precedence conflicts that can arise when using tags with the same key.

image

The newly generated metric is now:

{
    "m": "SuccessfulBooking",
    "v": 1,
    "e": 1692736997,
    "t": [
        "product:ticket"
        "flight:AB123",
    ]
}

🌟 Huge thanks to @​ecokes for reporting and reproducing it.

Changes

📜 Documentation updates

  • chore(deps): bump squidfunk/mkdocs-material from cd3a522 to 97da15b in /docs (#2987) by @​dependabot

🐛 Bug and hot fixes

🔧 Maintenance

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

[v2.23.1] - 2023-08-25

Bug Fixes

  • ci: revert aws credentials action (#3010)
  • ci: change SAR assume role options (#3005)
  • event_handler: make invalid chars a raw str to fix DeprecationWarning (#2982)
  • metrics: preserve default_tags when metric-specific tag is set in Datadog provider (#2997)

Maintenance

  • version bump
  • deps: bump squidfunk/mkdocs-material from cd3a522 to 97da15b in /docs (#2987)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates (#2978)
  • deps: bump aws-actions/configure-aws-credentials from 2.2.0 to 3.0.0 (#3000)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates (#2983)
  • deps: bump slsa-framework/slsa-github-generator from 1.8.0 to 1.9.0 (#2992)
  • deps: bump actions/checkout from 3.5.3 to 3.6.0 (#2999)
  • deps-dev: bump ruff from 0.0.284 to 0.0.285 (#2977)
  • deps-dev: bump aws-cdk from 2.92.0 to 2.93.0 (#2993)
  • deps-dev: bump mkdocs-material from 9.1.21 to 9.2.0 (#2984)
  • deps-dev: bump mkdocs-material from 9.2.0 to 9.2.3 (#2988)

Commits
  • c325f49 chore: version bump
  • 07e8767 fix(ci): revert aws credentials action (#3010)
  • d437bf5 fix(ci): change SAR assume role options (#3005)
  • 5365098 chore(ci): changelog rebuild (#3001)
  • f0088bd chore(deps): bump aws-actions/configure-aws-credentials from 2.2.0 to 3.0.0 (...
  • 2b7a1c9 chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#2999)
  • ceb957d chore(ci): changelog rebuild (#2995)
  • a93ed25 fix(metrics): preserve default_tags when metric-specific tag is set in Datado...
  • 659bcc5 chore(deps): bump slsa-framework/slsa-github-generator from 1.8.0 to 1.9.0 (#...
  • 0747e60 chore(deps-dev): bump aws-cdk from 2.92.0 to 2.93.0 (#2993)
  • 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)

Bumps [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) from 2.23.0 to 2.23.1.
- [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-python@v2.23.0...v2.23.1)

---
updated-dependencies:
- dependency-name: aws-lambda-powertools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 28, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 11, 2023

Superseded by #110.

@dependabot dependabot bot closed this Sep 11, 2023
@dependabot dependabot bot deleted the dependabot/pip/aws-lambda-powertools-2.23.1 branch September 11, 2023 12:20
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants