Skip to content

Commit 8b8fe66

Browse files
committed
chore: Release v6
1 parent 2b98f89 commit 8b8fe66

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [6.0.0](https://github.com/UnitedIncome/serverless-python-requirements/compare/v5.4.0...v6.0.0) (2022-10-23)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- Changes default `dockerImage` used for building dependencies (now uses images from `public.ecr.aws/sam` repository)
10+
- Requires `pipenv` in version `2022-04-08` or higher
11+
12+
### Features
13+
14+
- Introduce `requirePoetryLockFile` flag ([#728](https://github.com/serverless/serverless-python-requirements/pull/728)) ([e81d9e1](https://github.com/UnitedIncome/serverless-python-requirements/commit/e81d9e1824c135f110b4deccae2c26b0cbb26778)) ([François-Michel L'Heureux](https://github.com/FinchPowers))
15+
- Switch to official AWS docker images by default ([#724](https://github.com/UnitedIncome/serverless-python-requirements/issues/724)) ([4ba3bbe](https://github.com/UnitedIncome/serverless-python-requirements/commit/4ba3bbeb9296b4844feb476de695f33ee2a30056)) ([Piotr Grzesik](https://github.com/pgrzesik))
16+
17+
### Bug Fixes
18+
19+
- Adapt to support latest `pipenv` version ([#718](https://github.com/UnitedIncome/serverless-python-requirements/issues/718)) ([853da8d](https://github.com/UnitedIncome/serverless-python-requirements/commit/853da8d39921dc83a23d59fd825b2180814f87ff)) ([Anders Steiner](https://github.com/andidev) & [Randy Westergren](https://github.com/rwestergren) & [Piotr Grzesik](https://github.com/pgrzesik))
20+
- Properly recognize individual function ([#725](https://github.com/UnitedIncome/serverless-python-requirements/issues/725)) ([78795be](https://github.com/UnitedIncome/serverless-python-requirements/commit/78795be24eb08dc78acd7566778b3960c28b263c)) ([Piotr Grzesik](https://github.com/pgrzesik))
21+
22+
### Maintenance Improvements
23+
24+
- Improve error message for docker failures ([#723](https://github.com/serverless/serverless-python-requirements/pull/723))([cc146d0](https://github.com/UnitedIncome/serverless-python-requirements/commit/cc146d088d362187641dd5ae3e9d0129a14c60e2)) ([Piotr Grzesik](https://github.com/pgrzesik))
25+
526
## [5.4.0](https://github.com/UnitedIncome/serverless-python-requirements/compare/v5.3.1...v5.4.0) (2022-03-14)
627

728
### Features

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ custom:
109109

110110
## :sparkles::cake::sparkles: Pipenv support
111111

112+
Requires `pipenv` in version `2022-04-08` or higher.
113+
112114
If you include a `Pipfile` and have `pipenv` installed instead of a `requirements.txt` this will use
113115
`pipenv lock -r` to generate them. It is fully compatible with all options such as `zip` and
114116
`dockerizePip`. If you don't want this plugin to generate it for you, set the following option:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-python-requirements",
3-
"version": "5.4.0",
3+
"version": "6.0.0",
44
"engines": {
55
"node": ">=12.0"
66
},

0 commit comments

Comments
 (0)