Skip to content

Commit

Permalink
Prep release 5.0.9 (#7733)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored May 30, 2024
1 parent e2e4ce4 commit 411127b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ jobs:
python -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
print-hash: true
- name: Build Docker release
run: |
docker build -t motoserver/moto . --tag moto:latest
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Moto Changelog
==============

5.0.9
-----
Docker Digest for 5.0.9: <autopopulateddigest>

General:
* Fixed an InfiniteRecursion-bug when accessing S3-buckets that was introduced in 5.0.8

New Methods:
* SSO-Admin:
* list_accounts_for_provisioned_permission_set()
* list_instances()
* list_permission_sets_provisioned_to_account()
* provision_permission_set()
* update_instance()

Miscellaneous:
* DynamoDB: query() now handles pagination correctly on a GSI without a range key
* IAM: create_policy() now returns tags correctly
* S3: list_objects(): The default value for MaxKeys can now be configured, using an environment variable:
MOTO_S3_DEFAULT_MAX_KEYS=1

5.0.8
-----
Docker Digest for 5.0.8: _sha256:cfcd97074011bd563cdbeebac35ed710581a23cb2be07ab9b67aa00298fc3369_
Expand Down
4 changes: 3 additions & 1 deletion IMPLEMENTATION_COVERAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8049,12 +8049,14 @@

## swf
<details>
<summary>51% implemented</summary>
<summary>48% implemented</summary>

- [ ] count_closed_workflow_executions
- [ ] count_open_workflow_executions
- [X] count_pending_activity_tasks
- [X] count_pending_decision_tasks
- [ ] delete_activity_type
- [ ] delete_workflow_type
- [ ] deprecate_activity_type
- [X] deprecate_domain
- [ ] deprecate_workflow_type
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/services/swf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ swf
- [ ] count_open_workflow_executions
- [X] count_pending_activity_tasks
- [X] count_pending_decision_tasks
- [ ] delete_activity_type
- [ ] delete_workflow_type
- [ ] deprecate_activity_type
- [X] deprecate_domain
- [ ] deprecate_workflow_type
Expand Down

0 comments on commit 411127b

Please sign in to comment.