Skip to content

Commit 389e066

Browse files
author
Release bot
committed
chore(ci): update project with version 1.26.6
1 parent 7414df7 commit 389e066

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

CHANGELOG.md

+49-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,53 @@
55
# Unreleased
66

77

8+
<a name="v1.26.6"></a>
9+
## [v1.26.6] - 2022-07-25
10+
## Bug Fixes
11+
12+
* **ci:** remove unsupported env in workflow_call
13+
* **ci:** allow inherit secrets for reusable workflow
14+
* **ci:** remove unused secret
15+
* **ci:** label_related_issue unresolved var from history mixup
16+
* **ci:** cond doesnt support two expr w/ env
17+
* **ci:** only event is resolved in cond
18+
* **ci:** unexpected symbol due to double quotes...
19+
* **event_handlers:** handle lack of headers when using auto-compression feature ([#1325](https://github.com/awslabs/aws-lambda-powertools-python/issues/1325))
20+
21+
## Maintenance
22+
23+
* dummy for PR test
24+
* print full event depth
25+
* print full workflow event depth
26+
* debug full event
27+
* remove leftover from fork one more time
28+
* **ci:** test env expr
29+
* **ci:** test upstream job skip
30+
* **ci:** lockdown workflow_run by origin ([#1350](https://github.com/awslabs/aws-lambda-powertools-python/issues/1350))
31+
* **ci:** test default env
32+
* **ci:** experiment hardening origin
33+
* **ci:** experiment hardening origin
34+
* **ci:** introduce codeowners ([#1352](https://github.com/awslabs/aws-lambda-powertools-python/issues/1352))
35+
* **ci:** use OIDC and encrypt release secrets ([#1355](https://github.com/awslabs/aws-lambda-powertools-python/issues/1355))
36+
* **ci:** remove core group from codeowners ([#1358](https://github.com/awslabs/aws-lambda-powertools-python/issues/1358))
37+
* **ci:** confirm workflow_run event
38+
* **ci:** use gh environment for beta and prod layer deploy ([#1356](https://github.com/awslabs/aws-lambda-powertools-python/issues/1356))
39+
* **ci:** update project with version 1.26.5
40+
* **deps:** bump constructs from 10.1.1 to 10.1.52 ([#1343](https://github.com/awslabs/aws-lambda-powertools-python/issues/1343))
41+
* **deps-dev:** bump mypy-boto3-cloudwatch from 1.24.0 to 1.24.35 ([#1342](https://github.com/awslabs/aws-lambda-powertools-python/issues/1342))
42+
* **governance:** update wording tech debt to summary in maintenance template
43+
* **governance:** add new maintenance issue template for tech debt ([#1326](https://github.com/awslabs/aws-lambda-powertools-python/issues/1326))
44+
* **layers:** layer canary stack should not hardcode resource name
45+
* **layers:** replace layers account secret ([#1329](https://github.com/awslabs/aws-lambda-powertools-python/issues/1329))
46+
* **layers:** expand to all aws commercial regions ([#1324](https://github.com/awslabs/aws-lambda-powertools-python/issues/1324))
47+
* **layers:** bump to 1.26.5
48+
49+
## Pull Requests
50+
51+
* Merge pull request [#285](https://github.com/awslabs/aws-lambda-powertools-python/issues/285) from heitorlessa/chore/skip-dep-workflow
52+
* Merge pull request [#284](https://github.com/awslabs/aws-lambda-powertools-python/issues/284) from heitorlessa/chore/dummy
53+
54+
855
<a name="v1.26.5"></a>
956
## [v1.26.5] - 2022-07-20
1057
## Bug Fixes
@@ -2067,7 +2114,8 @@
20672114
* Merge pull request [#5](https://github.com/awslabs/aws-lambda-powertools-python/issues/5) from jfuss/feat/python38
20682115

20692116

2070-
[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.5...HEAD
2117+
[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.6...HEAD
2118+
[v1.26.6]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.5...v1.26.6
20712119
[v1.26.5]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.4...v1.26.5
20722120
[v1.26.4]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.3...v1.26.4
20732121
[v1.26.3]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.2...v1.26.3

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "1.26.5"
3+
version = "1.26.6"
44
description = "A suite of utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, batching, idempotency, feature flags, and more."
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed", "THIRD-PARTY-LICENSES"]

0 commit comments

Comments
 (0)