Skip to content

Commit

Permalink
Prep release 5.0.0alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Jan 21, 2024
1 parent 52b0763 commit eb8275b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Moto Changelog
==============

5.0.0alpha3
-----------

Miscellaneous:
* IAM: The AWS managed Policies are no longer loaded by default.
If your application depends on these policies, tell Moto explicitly to load them like so:

@mock_aws(config={"iam": {"load_aws_managed_policies": True}})

Or by setting an environment variable:
MOTO_IAM_LOAD_MANAGED_POLICIES=true

5.0.0alpha2:
------------

Expand Down

0 comments on commit eb8275b

Please sign in to comment.