linz / bde-fdw-rds

Python AWS cdk to create rds with fdw for BDE analytica queries
MIT License
0 stars 0 forks source link

build(deps): Bump aws-lambda-powertools from 2.12.0 to 2.13.0 #126

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps aws-lambda-powertools from 2.12.0 to 2.13.0.

Release notes

Sourced from aws-lambda-powertools's releases.

v2.13.0

Summary

This release improves the developer experience using the Parameters utility, fixes a bug on the CodePipeline event source and adds several documentation improvements!

⭐ Huge thanks to our new contributor @​neilramsay

Improved DX on the Parameters utility

Docs: Cache TTL, SSMProvider

You can now set the POWERTOOLS_PARAMETERS_MAX_AGE and POWERTOOLS_PARAMETERS_SSM_DECRYPT environment variables to set defaults values for all parameters fetched by this utility. This avoids having to pass max_age and decrypt when you fetch several parameters.

image

Changes

🌟New features and non-breaking changes

📜 Documentation updates

🐛 Bug and hot fixes

  • fix(event_sources): Update CodePipeline event source to include optional encryption_key field and make user_parameters field optional (#2113) by @​neilramsay
  • fix(ci): update layer version on logger, tracer and metrics docs (#2120) by @​rubenfonseca

🔧 Maintenance

This release was made possible by the following contributors:

@​dependabot, @​dependabot[bot], @​djfurman, @​leandrodamascena, @​neilramsay, @​rubenfonseca and Release bot

Changelog

Sourced from aws-lambda-powertools's changelog.

[v2.13.0] - 2023-04-14

Bug Fixes

  • ci: replace the correct files for Layer ARN
  • ci: fix working directory
  • ci: add debug log to NPM install
  • ci: use project's CDK version when building layers
  • ci: add the rest of the changed docs
  • ci: update layer version on logger, tracer and metrics docs (#2120)
  • event_sources: Update CodePipeline event source to include optional encryption_key field and make user_parameters field optional (#2113)

Features

  • parameters: Configure max_age and decrypt parameters via environment variables (#2088)

Maintenance

  • update v2 layer ARN on documentation
  • ci: bump the cdk-aws-lambda-powertools-layer version (#2121)
  • deps: bump codecov/codecov-action from 3.1.1 to 3.1.2 (#2110)
  • deps-dev: bump httpx from 0.23.3 to 0.24.0 (#2111)
  • deps-dev: bump aws-cdk-lib from 2.73.0 to 2.74.0 (#2123)
  • deps-dev: bump mkdocs-material from 9.1.5 to 9.1.6 (#2104)
  • deps-dev: bump aws-cdk from 2.73.0 to 2.74.0 (#2125)
  • deps-dev: bump flake8-comprehensions from 3.11.1 to 3.12.0 (#2124)
  • deps-dev: bump mypy from 1.1.1 to 1.2.0 (#2096)
  • deps-dev: bump cfn-lint from 0.76.2 to 0.77.0 (#2107)
  • deps-dev: bump pytest from 7.2.2 to 7.3.0 (#2106)
  • deps-dev: bump importlib-metadata from 6.1.0 to 6.3.0 (#2105)
  • deps-dev: bump mypy-boto3-lambda from 1.26.80 to 1.26.109 (#2103)
  • maintenance: validate acknowledgement section is present (#2112)

Commits
  • a76a554 fix(ci): replace the correct files for Layer ARN
  • 32b1c13 chore: update v2 layer ARN on documentation
  • 2eac88a update changelog with latest changes
  • cd00016 fix(ci): fix working directory
  • c9dddea update changelog with latest changes
  • 8c198ae fix(ci): add debug log to NPM install
  • 861b767 update changelog with latest changes
  • 8ba15fd fix(ci): use project's CDK version when building layers
  • 2a2f7a8 bump version to 2.13.0
  • 22e28ae update changelog with latest changes
  • 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 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)