6136 Commits

Author SHA1 Message Date
Akira Noda
6a1a5ca5a2
KMS: add RSASSA_PSS_SHA_384 and RSASSA_PSS_SHA_512 signing algorithm (#6711) 2023-08-24 07:52:11 +00:00
Moto Admin
4dc758fd49 Post-release steps 2023-08-23 09:52:15 +00:00
Bert Blommers
22dcdf86ff
Docker image is now based on Python 3.11 (#6714) 2023-08-23 07:28:42 +00:00
Moto Admin
a853fd714d Post-release steps 2023-08-22 08:08:42 +00:00
Bert Blommers
9e3e5e947b
DynamoDB: Allow ProjectionExpressions on attributes that contain a . (#6709) 2023-08-21 21:52:58 +00:00
Bert Blommers
bc29ae2fc3
Techdebt: Update TF tests (#6661) 2023-08-21 20:33:16 +00:00
Akira Noda
78c518ddc8
KMS: Support 3072 and 4098 key sizes for RSA (#6708) 2023-08-21 18:07:12 +00:00
github-actions[bot]
d8a51aefec
chore: update SSM default parameters (#6706) 2023-08-20 14:33:53 +00:00
github-actions[bot]
8bac51c9d1
chore: update EC2 Instance Types (#6704) 2023-08-20 14:33:32 +00:00
github-actions[bot]
8be764896a
chore: update EC2 Instance Offerings (#6703) 2023-08-20 14:32:49 +00:00
Akira Noda
0d75cdc38b
KMS: Add RSASSA_PSS_SHA_256 private key (#6702) 2023-08-20 14:32:26 +00:00
Bert Blommers
e11ba21b83
IOT: group names can now contain special characters (#6701) 2023-08-20 10:17:57 +00:00
Akira Noda
5e1b166f25
KMS: refactoring signing_algorithms property (#6700) 2023-08-19 20:49:45 +00:00
kbalk
ca83236da6
Techdebt: Replace sure with regular assertions in RedShift (#6690) 2023-08-19 17:58:06 +00:00
Dan Ballweg
f57bb251c8
RDS: Fix ClusterSnapshot template to include tags (#6699)
* fix ClusterSnapshot template to include tags

* update

---------

Co-authored-by: bot-test <bot-test@zendesk.com>
2023-08-19 10:56:07 +00:00
Akira Noda
27f025320a
KMS: Validate key specs (#6630)
* validate key specs

* fix failed tests

* add unittests

* fix typo

---------

Co-authored-by: Akira Noda <akira.noda@onecareer.com>
2023-08-19 10:53:54 +00:00
João Pedro Schmitt
c072bac9ee
CognitoIDP: user status FORCE_CHANGE_PASSWORD in USER_SRP_AUTH should require new password (#6698) 2023-08-18 20:37:01 +00:00
Pepe Fagoaga
a36cd89780
fix(cloudtrail): get_trail_status must work with MultiRegion trails (#6687) 2023-08-18 08:14:19 +00:00
Pepe Fagoaga
0b4889ad37
feat(ec2): Add Instance Monitoring attribute (#6678) 2023-08-16 21:55:24 +00:00
Scott Bailey
b71723b99a
awslambda: create_function() should fail on duplicate (#6626) 2023-08-15 21:24:01 +00:00
Scott Bailey
824f22a794
AWSLambda: enforce concurrency quota in put_function_concurrency() (#6628) 2023-08-15 16:43:40 +00:00
Bert Blommers
05f34b9521
Techdebt: Revert using parsed_url in S3 (#6670) 2023-08-15 13:27:39 +00:00
Joel McCoy
76a743c56e
Implemented IdentityStore list_groups function (#6644) 2023-08-14 09:52:11 +00:00
github-actions[bot]
546dbf7f68
chore: update SSM default parameters (#6654) 2023-08-13 19:45:26 +00:00
github-actions[bot]
1a15742490
chore: update EC2 Instance Offerings (#6648) 2023-08-13 16:31:58 +00:00
github-actions[bot]
0785f1ef0c
chore: update EC2 Instance Types (#6649) 2023-08-13 10:20:45 +00:00
Aurélien Joga
5765201128
Techdebt: Re-add an ignore for mypy (#6640) 2023-08-13 10:13:27 +00:00
Brian Pandola
33e7583187
Fix Code Scanning Alert (#6647)
Ref: https://github.com/getmoto/moto/security/code-scanning/76
2023-08-12 23:44:26 -07:00
Bert Blommers
b41e2579c6
Scheduler: create_scheduler() now errors on duplicate names (#6641) 2023-08-12 21:58:33 +00:00
Bert Blommers
d47f984175
Sagemaker: list_model_package(): Fixed a bug in CreationTime params (#6639) 2023-08-12 21:12:49 +00:00
Bert Blommers
f297c4216f
DynamoDB: FilterExpressions/ProjectionExpressions cannot be an empty string (#6636) 2023-08-12 07:01:03 +00:00
Bert Blommers
4179de8a61
S3: Allow specific resource in IAM access policy (#6637) 2023-08-12 07:00:49 +00:00
Bert Blommers
3682cc633b
Techdebt: Reuse parsed URL across services (#6635) 2023-08-12 07:00:16 +00:00
Bert Blommers
303b1b92cb
IOTData: Support named shadows (#6633) 2023-08-11 07:20:44 +00:00
Bert Blommers
deb914fc54
Feature: APIGateway Management API (#6588) 2023-08-10 22:02:37 +00:00
Bert Blommers
db0bec1418
S3: select_object_content() now takes RecordDelimiter into account (#6618) 2023-08-09 10:49:01 +00:00
Bert Blommers
993a904ac4
Techdebt: Run ServerMode tests in newer Python versions (#6602) 2023-08-09 07:29:36 +00:00
Scott Bailey
2b0d6ee0dc
Add ECR support to lambda update_function_code() (#6586) 2023-08-08 10:11:24 +00:00
github-actions[bot]
2a1d07c961
chore: update SSM default parameters (#6610) 2023-08-07 16:50:05 +00:00
Akira Noda
a35403714b
KMS: Add SM2DSA signing algorithms (#6609) 2023-08-07 16:49:26 +00:00
Akira Noda
673e9479b0
KMS: fix typo (#6607) 2023-08-06 14:48:53 +00:00
github-actions[bot]
577b71285d
chore: update EC2 Instance Offerings (#6605) 2023-08-06 14:40:33 +00:00
github-actions[bot]
21c9d91dad
chore: update EC2 Instance Types (#6606) 2023-08-06 14:39:36 +00:00
Scott Bailey
80f6cd78d1
AWSLambda: Don't report undefined working directory (#6585) 2023-08-01 21:42:12 +00:00
github-actions[bot]
d3816d82da
chore: update SSM Instance AMI's (#6581) 2023-08-01 21:38:21 +00:00
Bert Blommers
58a981a002
EC2: describe_vpc_endpoint_services() now returns user-defined ones (#6578) 2023-08-01 09:29:20 +00:00
Bert Blommers
38b7ffade2
ResourceGroupsTaggingAPI: Support Glue resources (#6576) 2023-07-31 11:01:47 +00:00
Moto Admin
9e8bfea12e Post-release steps 2023-07-30 22:09:12 +00:00
github-actions[bot]
4263b99aa3
chore: update EC2 Instance Offerings (#6571)
Co-authored-by: bblommers <bblommers@users.noreply.github.com>
2023-07-30 18:37:23 +00:00
github-actions[bot]
51d9dd0797
chore: update SSM default parameters (#6575)
Co-authored-by: bblommers <bblommers@users.noreply.github.com>
2023-07-30 18:37:05 +00:00