Releases: cloudposse/geodesic
v2.7.0
Update Debian to v11.8 @renovate (#881)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
debian | final | minor | 11.7-slim -> 11.8-slim |
🧰 Included Tools
Update AWS CLI packages @renovate (#882)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
awscli (source, changelog) | ==1.29.62 -> ==1.29.63 |
||||
boto3 | ==1.28.62 -> ==1.28.63 |
Release Notes
aws/aws-cli (awscli)
v1.29.63
=======
- api-change:
auditmanager
: This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope. - api-change:
autoscaling
: Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups - api-change:
config
: Add enums for resource types supported by Config - api-change:
controltower
: Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API. - api-change:
customer-profiles
: Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model. - api-change:
ec2
: This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it. - api-change:
elbv2
: Update elbv2 command to latest version - api-change:
glue
: Extending version control support to GitLab and Bitbucket from AWSGlue - api-change:
inspector2
: Add MacOs ec2 platform support - api-change:
ivs-realtime
: Update GetParticipant to return additional metadata. - api-change:
lambda
: Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs - api-change:
location
: This release adds endpoint updates for all AWS Location resource operations. - api-change:
machinelearning
: This release marks Password field as sensitive - api-change:
pricing
: Documentation updates for Price List - api-change:
rds
: This release adds support for adding a dedicated log volume to open-source RDS instances. - api-change:
rekognition
: Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data. - api-change:
sagemaker
: Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings - api-change:
textract
: This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters. - api-change:
transcribe
: This release is to enable m4a format to customers - api-change:
workspaces
: Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles.
boto/boto3 (boto3)
v1.28.63
=======
- api-change:
auditmanager
: [botocore
] This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope. - api-change:
autoscaling
: [botocore
] Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups - api-change:
config
: [botocore
] Add enums for resource types supported by Config - api-change:
controltower
: [botocore
] Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API. - api-change:
customer-profiles
: [botocore
] Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model. - api-change:
ec2
: [botocore
] This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it. - api-change:
elbv2
: [botocore
] Update elbv2 client to latest version - api-change:
glue
: [botocore
] Extending version control support to GitLab and Bitbucket from AWSGlue - api-change:
inspector2
: [botocore
] Add MacOs ec2 platform support - api-change:
ivs-realtime
: [botocore
] Update GetParticipant to return additional metadata. - api-change:
lambda
: [botocore
] Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs - api-change:
location
: [botocore
] This release adds endpoint updates for all AWS Location resource operations. - api-change:
machinelearning
: [botocore
] This release marks Password field as sensitive - api-change:
pricing
: [botocore
] Documentation updates for Price List - api-change:
rds
: [botocore
] This release adds support for adding a dedicated log volume to open-source RDS instances. - api-change:
rekognition
: [botocore
] Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data. - api-change:
sagemaker
: [botocore
] Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings - api-change:
textract
: [botocore
] This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters. - api-change:
transcribe
: [botocore
] This release is to enable m4a format to customers - api-change:
workspaces
: [botocore
] Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles.
v2.6.0
Update alpine Docker tag to v3.18.4 @renovate (#879)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
alpine | final | patch | 3.18.3 -> 3.18.4 |
alpine | stage | patch | 3.18.3 -> 3.18.4 |
🧰 Included Tools
Update AWS CLI packages @renovate (#875)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
awscli (source, changelog) | ==1.29.30 -> ==1.29.62 |
||||
boto3 | ==1.28.30 -> ==1.28.62 |
Update dependency crudini to v0.9.5 @renovate (#880)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
crudini | ==0.9.4 -> ==0.9.5 |
Release Notes
pixelb/crudini (crudini)
v0.9.5
- Support converting whole ini file to shell syntax
- Support getting/setting multiple items per invocation
- Support indented ini files
Update dependency cryptography to v41.0.4 [SECURITY] @renovate (#878)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
cryptography (changelog) | ==41.0.3 -> ==41.0.4 |
GitHub Vulnerability Alerts
GHSA-v8gr-m533-ghj9
pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in cryptography 2.5-41.0.3 are vulnerable to several security issues. More details about the vulnerabilities themselves can be found in https://www.openssl.org/news/secadv/20230908.txt.
If you are building cryptography source ("sdist") then you are responsible for upgrading your copy of OpenSSL. Only users installing from wheels built by the cryptography project (i.e., those distributed on PyPI) need to update their cryptography versions.
Release Notes
v2.5.1
🧰 Included Tools
Update AWS CLI packages @renovate (#874)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
awscli (source, changelog) | ==1.29.25 -> ==1.29.30 |
||||
boto3 | ==1.28.25 -> ==1.28.30 |
Release Notes
aws/aws-cli (awscli)
v1.29.30
=======
- api-change:
codecommit
: Add new ListFileCommitHistory operation to retrieve commits which introduced changes to a specific file. - api-change:
securityhub
: Added Inspector Lambda code Vulnerability section to ASFF, including GeneratorDetails, EpssScore, ExploitAvailable, and CodeVulnerabilities.
v1.29.29
=======
- api-change:
ec2
: Adds support for SubnetConfigurations to allow users to select their own IPv4 and IPv6 addresses for Interface VPC endpoints - api-change:
gamelift
: Amazon GameLift updates its instance types support.
v1.29.28
=======
- api-change:
cloudwatch
: Update cloudwatch command to latest version - api-change:
lexv2-models
: Update lexv2-models command to latest version
v1.29.27
=======
- api-change:
chime-sdk-meetings
: Updated API documentation to include additional exceptions. - api-change:
ec2
: Documentation updates for Elastic Compute Cloud (EC2). - api-change:
glue
: AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, "None" can be selected for this purpose. - api-change:
pi
: AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports. - api-change:
route53domains
: Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information - api-change:
sagemaker
: SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response
v1.29.26
=======
- api-change:
mediapackage
: Fix SDK logging of certain fields. - api-change:
omics
: This release provides support for annotation store versioning and cross account sharing for Omics Analytics - api-change:
transfer
: Documentation updates for AWS Transfer Family
boto/boto3 (boto3)
v1.28.30
=======
- api-change:
codecommit
: [botocore
] Add new ListFileCommitHistory operation to retrieve commits which introduced changes to a specific file. - api-change:
securityhub
: [botocore
] Added Inspector Lambda code Vulnerability section to ASFF, including GeneratorDetails, EpssScore, ExploitAvailable, and CodeVulnerabilities.
v1.28.29
=======
- api-change:
ec2
: [botocore
] Adds support for SubnetConfigurations to allow users to select their own IPv4 and IPv6 addresses for Interface VPC endpoints - api-change:
gamelift
: [botocore
] Amazon GameLift updates its instance types support.
v1.28.28
=======
- api-change:
cloudwatch
: [botocore
] Update cloudwatch client to latest version - api-change:
lexv2-models
: [botocore
] Update lexv2-models client to latest version
v1.28.27
=======
- enhancement:Python: Added provisional Python 3.12 support to Boto3
- enhancement:Python: [
botocore
] Added provisional Python 3.12 support to Botocore - api-change:
chime-sdk-meetings
: [botocore
] Updated API documentation to include additional exceptions. - api-change:
ec2
: [botocore
] Documentation updates for Elastic Compute Cloud (EC2). - api-change:
glue
: [botocore
] AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, "None" can be selected for this purpose. - api-change:
pi
: [botocore
] AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports. - api-change:
route53domains
: [botocore
] Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information - api-change:
sagemaker
: [botocore
] SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response
v1.28.26
=======
- api-change:
mediapackage
: [botocore
] Fix SDK logging of certain fields. - api-change:
omics
: [botocore
] This release provides support for annotation store versioning and cross account sharing for Omics Analytics - api-change:
transfer
: [botocore
] Documentation updates for AWS Transfer Family
v2.5.0 update `set-cluster` and `eks-update-kubeconfig` commands
🚀 Enhancements
Update eks-update-kubeconfig for tenant and aws-teams support @Nuru (#873)
what
- Update
eks-update-kubeconfig
(and, indirectly,set-cluster
) to support Tenants and newaws-teams
configuration
why
- Improved compatibility with current Cloud Posse reference architecture
usage and other support notes
The Geodesic set-cluster
and eks-update-kubeconfig
commands are helpers that are intended to make it easier to configure EKS cluster access for people using the Cloud Posse reference architecture. While admittedly brittle and somewhat complex, please keep in mind they are completely optional shortcuts that you are in no way forced to use if you do not like them. They are simply shortcuts to manage multiple KUBECONFIG files and build the full command, which you can use directly:
aws --profile <profile in cluster's account> --region <cluster region> eks update-kubeconfig --name=<cluster name>
The full set-cluster
command is
set-cluster <cluster short name> <role short name>
The cluster short name is [tenant-]environment-stage
which expands to namespace-[tenant-]-environment-stage-eks-cluster
. If your cluster name does not follow this pattern, you can set a new pattern with EKS_CLUSTER_NAME_PATTERN
but it is admittedly unwieldy.
The role short name is something like "admin" or "terraform" and is expected to be the suffix to an AWS config profile prefix of namespace-[tenant-]-gbl-stage-
. So, for example, with NAMESPACE=eg
and a Tenant named core
:
set-cluster core-use1-dev developer
Would set up the eg-core-use1-dev-eks-cluster
to be accessed by the eg-core-gbl-dev-developer
profile.
The previous default role name is whatever role name you currently had. Now that we encourage aws-teams
to use managers
and devops
as team names, this is no longer appropriate. The new default role name is admin
, but this can be changed via the environment variable EKS_DEFAULT_AWS_ROLE
.
Users using "tenant" labels can set a default Tenant value via export TENANT
.
Other configuration is possible via environment variables; see the source at
- rootfs/usr/local/bin/eks-update-kubeconfig
- rootfs/etc/profile.d/set-cluster.sh
roadmap and other support notes
The Geodesic set-cluster
and eks-update-kubeconfig
are helper functions that are intended to make it easier to configure EKS cluster access for people using the Cloud Posse reference architecture. They do so by making a lot of assumptions about the name of the cluster, the structure of the name of the cluster, the name of available AWS "profiles", and the desired profile to use. This update is an interim update to better support recent changes in the Cloud Posse reference architecture.
These commands will never be fully general purpose. If you are not following Cloud Posse conventions, or even if you are but are using blue/green deployments, these commands may not work for you. Cloud Posse is NOT committed to making them more broadly usable. You can use them as starting points for your own shortcuts.
v2.4.0 Update Alpine to v3.18.3
Update alpine Docker tag to v3.18.3 @renovate (#871)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
alpine | final | patch | 3.18.2 -> 3.18.3 |
alpine | stage | patch | 3.18.2 -> 3.18.3 |
🧰 Included Tools
Update AWS CLI packages @renovate (#872)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
awscli (source, changelog) | ==1.29.20 -> ==1.29.25 |
||||
boto3 | ==1.28.20 -> ==1.28.25 |
Release Notes
aws/aws-cli (awscli)
v1.29.25
=======
- api-change:
amplifybackend
: Adds sensitive trait to required input shapes. - api-change:
config
: Updated ResourceType enum with new resource types onboarded by AWS Config in July 2023. - api-change:
ec2
: Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors. - api-change:
quicksight
: New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API - api-change:
ses
: Update ses command to latest version - api-change:
swf
: This release adds new API parameters to override workflow task list for workflow executions.
v1.29.24
=======
- api-change:
cloudtrail
: Documentation updates for CloudTrail. - api-change:
connect
: This release adds APIs to provision agents that are global / available in multiple AWS regions and distribute them across these regions by percentage. - api-change:
elbv2
: Update elbv2 command to latest version - api-change:
omics
: This release adds instanceType to GetRunTask & ListRunTasks responses. - api-change:
secretsmanager
: Add additional InvalidRequestException to list of possible exceptions for ListSecret. - api-change:
transfer
: Documentation updates for AW Transfer Family
v1.29.23
=======
- api-change:
chime-sdk-voice
: Updating CreatePhoneNumberOrder, UpdatePhoneNumber and BatchUpdatePhoneNumbers APIs, adding phone number name - api-change:
fsx
: For FSx for Lustre, add new data repository task type, RELEASE_DATA_FROM_FILESYSTEM, to release files that have been archived to S3. For FSx for Windows, enable support for configuring and updating SSD IOPS, and for updating storage type. For FSx for OpenZFS, add new deployment type, MULTI_AZ_1. - api-change:
globalaccelerator
: Documentation update for dualstack EC2 endpoint support - api-change:
guardduty
: Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs. - api-change:
sagemaker
: This release adds support for cross account access for SageMaker Model Cards through AWS RAM.
v1.29.22
=======
- api-change:
backup
: This release introduces a new logically air-gapped vault (Preview) in AWS Backup that stores immutable backup copies, which are locked by default and isolated with encryption using AWS owned keys. Logically air-gapped vault (Preview) allows secure recovery of application data across accounts. - api-change:
elasticache
: Added support for cluster mode in online migration and test migration API - api-change:
servicecatalog
: Introduce support for HashiCorp Terraform Cloud in Service Catalog by addying TERRAFORM_CLOUD product type in CreateProduct and CreateProvisioningArtifact API.
v1.29.21
=======
- api-change:
detective
: Updated the email validation regex to be in line with the TLD name specifications. - api-change:
ivs-realtime
: Add QUOTA_EXCEEDED and PUBLISHER_NOT_FOUND to EventErrorCode for stage health events. - api-change:
kinesis-video-archived-media
: This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature. - api-change:
kinesisvideo
: This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature. - api-change:
rekognition
: This release adds code snippets for Amazon Rekognition Custom Labels.
boto/boto3 (boto3)
v1.28.25
=======
- api-change:
amplifybackend
: [botocore
] Adds sensitive trait to required input shapes. - api-change:
config
: [botocore
] Updated ResourceType enum with new resource types onboarded by AWS Config in July 2023. - api-change:
ec2
: [botocore
] Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors. - api-change:
quicksight
: [botocore
] New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API - api-change:
ses
: [botocore
] Update ses client to latest version - api-change:
swf
: [botocore
] This release adds new API parameters to override workflow task list for workflow executions.
v1.28.24
=======
- api-change:
cloudtrail
: [botocore
] Documentation updates for CloudTrail. - api-change:
connect
: [botocore
] This release adds APIs to provision agents that are global / available in multiple AWS regions and distribute them across these regions by percentage. - api-change:
elbv2
: [botocore
] Update elbv2 client to latest version - api-change:
omics
: [botocore
] This release adds instanceType to GetRunTask & ListRunTasks responses. - api-change:
secretsmanager
: [botocore
] Add additional InvalidRequestException to list of possible exceptions for ListSecret. - api-change:
transfer
: [botocore
] Documentation updates for AW Transfer Family
v1.28.23
=======
- api-change:
chime-sdk-voice
: [botocore
] Updating CreatePhoneNumberOrder, UpdatePhoneNumber and BatchUpdatePhoneNumbers APIs, adding phone number name - api-change:
fsx
: [botocore
] For FSx for Lustre, add new data repository task type, RELEASE_DATA_FROM_FILESYSTEM, to release files that have been archived to S3. For FSx for Windows, enable support for configuring and updating SSD IOPS, and for updating storage type. For FSx for OpenZFS, add new deployment type, MULTI_AZ_1. - api-change:
globalaccelerator
: [botocore
] Documentation update for dualstack EC2 endpoint support - api-change:
guardduty
: [botocore
] Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs. - api-change:
sagemaker
: [botocore
] This release adds support for cross account access for SageMaker Model Cards through AWS RAM.
[v1.28.22
](https://togithub.com/boto/boto3/blo...
v2.3.2
🧰 Included Tools
Update AWS CLI packages @renovate (#870)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
awscli (source, changelog) | ==1.29.16 -> ==1.29.20 |
||||
boto3 | ==1.28.16 -> ==1.28.20 |
Release Notes
aws/aws-cli (awscli)
v1.29.20
=======
- api-change:
acm-pca
: Documentation correction for AWS Private CA - api-change:
connect
: Added a new API UpdateRoutingProfileAgentAvailabilityTimer to update agent availability timer of a routing profile. - api-change:
datasync
: Display cloud storage used capacity at a cluster level. - api-change:
ecs
: This is a documentation update to address various tickets. - api-change:
sagemaker
: Including DataCaptureConfig key in the Amazon Sagemaker Search's transform job object
v1.29.19
=======
- api-change:
autoscaling
: Documentation changes related to Amazon EC2 Auto Scaling APIs. - api-change:
cloud9
: Updated the deprecation date for Amazon Linux. Doc only update. - api-change:
dms
: The release makes public API for DMS Schema Conversion feature. - api-change:
ec2
: This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address. - api-change:
sagemaker
: Amazon SageMaker now supports running training jobs on p5.48xlarge instance types.
v1.29.18
=======
- api-change:
budgets
: As part of CAE tagging integration we need to update our budget names regex filter to prevent customers from using "/action/" in their budget names. - api-change:
cognito-idp
: New feature that logs Cognito user pool error messages to CloudWatch logs. - api-change:
glue
: This release includes additional Glue Streaming KAKFA SASL property types. - api-change:
resiliencehub
: Drift Detection capability added when applications policy has moved from a meet to breach state. Customers will be able to exclude operational recommendations and receive credit in their resilience score. Customers can now add ARH permissions to an existing or new role. - api-change:
sagemaker
: SageMaker Inference Recommender introduces a new API GetScalingConfigurationRecommendation to recommend auto scaling policies based on completed Inference Recommender jobs.
v1.29.17
=======
- api-change:
batch
: This release adds support for price capacity optimized allocation strategy for Spot Instances. - api-change:
dms
: Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version. - api-change:
internetmonitor
: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for impact limited to a single city-network to trigger creation of a health event. - api-change:
medialive
: AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone. - api-change:
polly
: Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only. - api-change:
rds
: Added support for deleted clusters PiTR. - api-change:
sagemaker
: Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions
boto/boto3 (boto3)
v1.28.20
=======
- api-change:
acm-pca
: [botocore
] Documentation correction for AWS Private CA - api-change:
connect
: [botocore
] Added a new API UpdateRoutingProfileAgentAvailabilityTimer to update agent availability timer of a routing profile. - api-change:
datasync
: [botocore
] Display cloud storage used capacity at a cluster level. - api-change:
ecs
: [botocore
] This is a documentation update to address various tickets. - api-change:
sagemaker
: [botocore
] Including DataCaptureConfig key in the Amazon Sagemaker Search's transform job object
v1.28.19
=======
- api-change:
autoscaling
: [botocore
] Documentation changes related to Amazon EC2 Auto Scaling APIs. - api-change:
cloud9
: [botocore
] Updated the deprecation date for Amazon Linux. Doc only update. - api-change:
dms
: [botocore
] The release makes public API for DMS Schema Conversion feature. - api-change:
ec2
: [botocore
] This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address. - api-change:
sagemaker
: [botocore
] Amazon SageMaker now supports running training jobs on p5.48xlarge instance types.
v1.28.18
=======
- api-change:
budgets
: [botocore
] As part of CAE tagging integration we need to update our budget names regex filter to prevent customers from using "/action/" in their budget names. - api-change:
cognito-idp
: [botocore
] New feature that logs Cognito user pool error messages to CloudWatch logs. - api-change:
glue
: [botocore
] This release includes additional Glue Streaming KAKFA SASL property types. - api-change:
resiliencehub
: [botocore
] Drift Detection capability added when applications policy has moved from a meet to breach state. Customers will be able to exclude operational recommendations and receive credit in their resilience score. Customers can now add ARH permissions to an existing or new role. - api-change:
sagemaker
: [botocore
] SageMaker Inference Recommender introduces a new API GetScalingConfigurationRecommendation to recommend auto scaling policies based on completed Inference Recommender jobs.
v1.28.17
=======
- api-change:
batch
: [botocore
] This release adds support for price capacity optimized allocation strategy for Spot Instances. - api-change:
dms
: [botocore
] Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version. - api-change:
internetmonitor
: [botocore
] This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for impact limited to a single city-network to trigger creation of a health event. - api-change:
medialive
: [botocore
] AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone. - api-change:
polly
: [botocore
] Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only. - api-change:
rds
: [botocore
] Added support for deleted clusters PiTR. - api-change:
sagemaker
: [botocore
] Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions
v2.3.1
🧰 Included Tools
Update AWS CLI packages @renovate (#865)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
awscli (source, changelog) | ==1.29.9 -> ==1.29.16 |
||||
boto3 | ==1.28.9 -> ==1.28.16 |
Release Notes
aws/aws-cli (awscli)
v1.29.16
=======
- api-change:
amplifyuibuilder
: Amplify Studio releases GraphQL support for codegen job action. - api-change:
autoscaling
: You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met. - api-change:
cleanrooms
: This release introduces custom SQL queries - an expanded set of SQL you can run. This release adds analysis templates, a new resource for storing pre-defined custom SQL queries ahead of time. This release also adds the Custom analysis rule, which lets you approve analysis templates for querying. - api-change:
codestar-connections
: New integration with the Gitlab provider type. - api-change:
drs
: Add support for in-aws right sizing - api-change:
inspector2
: This release adds 1 new API: BatchGetFindingDetails to retrieve enhanced vulnerability intelligence details for findings. - api-change:
lookoutequipment
: This release includes new import resource, model versioning and resource policy features. - api-change:
omics
: Add CreationType filter for ListReadSets - api-change:
rds
: This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance. - api-change:
route53
: Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. - api-change:
scheduler
: This release introduces automatic deletion of schedules in EventBridge Scheduler. If configured, EventBridge Scheduler automatically deletes a schedule after the schedule has completed its last invocation.
v1.29.15
=======
- api-change:
application-insights
: This release enable customer to add/remove/update more than one workload for a component - api-change:
cloudformation
: This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet. - api-change:
cloudfront
: Add a new JavaScript runtime version for CloudFront Functions. - api-change:
connect
: This release adds support for new number types. - api-change:
kafka
: Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters. - api-change:
pinpoint
: Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API
v1.29.14
=======
- api-change:
sqs
: Documentation changes related to SQS APIs.
v1.29.13
=======
- api-change:
autoscaling
: This release updates validation for instance types used in the AllowedInstanceTypes and ExcludedInstanceTypes parameters of the InstanceRequirements property of a MixedInstancesPolicy. - api-change:
ebs
: SDK and documentation updates for Amazon Elastic Block Store API - api-change:
ec2
: SDK and documentation updates for Amazon Elastic Block Store APIs - api-change:
eks
: Add multiple customer error code to handle customer caused failure when managing EKS node groups - api-change:
sagemaker
: Expose ProfilerConfig attribute in SageMaker Search API response.
v1.29.12
=======
- api-change:
cloudcontrol
: Updates the documentation for CreateResource. - api-change:
entityresolution
: AWS Entity Resolution can effectively match a source record from a customer relationship management (CRM) system with a source record from a marketing system containing campaign information. - api-change:
glue
: Release Glue Studio Snowflake Connector Node for SDK/CLI - api-change:
healthlake
: Updating the HealthLake service documentation. - api-change:
managedblockchain-query
: Amazon Managed Blockchain (AMB) Query provides serverless access to standardized, multi-blockchain datasets with developer-friendly APIs. - api-change:
mediaconvert
: This release includes general updates to user documentation. - api-change:
omics
: The service is renaming as a part of AWS Health. - api-change:
opensearchserverless
: This release adds new collection type VectorSearch. - api-change:
polly
: Amazon Polly adds 1 new voice - Lisa (nl-BE) - api-change:
route53
: Update that corrects the documents for received feedback.
v1.29.11
=======
- api-change:
billingconductor
: Added support for Auto-Assocate Billing Groups for CreateBillingGroup, UpdateBillingGroup, and ListBillingGroups. - api-change:
customer-profiles
: Amazon Connect Customer Profiles now supports rule-based resolution to match and merge similar profiles into unified profiles, helping companies deliver faster and more personalized customer service by providing access to relevant customer information for agents and automated experiences. - api-change:
datasync
: AWS DataSync now supports Microsoft Azure Blob Storage locations. - api-change:
dynamodb
: Documentation updates for DynamoDB - api-change:
ec2
: This release adds an instance's peak and baseline network bandwidth as well as the memory sizes of an instance's inference accelerators to DescribeInstanceTypes. - api-change:
emr-serverless
: This release adds support for publishing application logs to CloudWatch. - api-change:
lambda
: Add Python 3.11 (python3.11) support to AWS Lambda - api-change:
rds
: This release adds support for monitoring storage optimization progress on the DescribeDBInstances API. - api-change:
sagemaker
: Mark ContentColumn and TargetLabelColumn as required Targets in TextClassificationJobConfig in CreateAutoMLJobV2API - api-change:
securityhub
: Add support for CONTAINS and NOT_CONTAINS comparison operators for Automation Rules string filters and map filters - api-change:
sts
: API updates for the AWS Security Token Service - api-change:
transfer
: This release adds support for SFTP Connectors. - api-change:
wisdom
: This release added two new data types: AssistantIntegrationConfiguration, and SessionIntegrationConfiguration to support Wisdom integration with Amazon Connect Chat
v1.29.10
=======
- api-change:
apigatewayv2
: Documentation updates for Amazon API Gateway. - api-change:
ce
: This release introduces the new API 'GetSavingsPlanPurchaseRecommendationDetails', which retrieves the details for a Savings Plan recommendation. It also updates the existing API 'GetSavingsPlansPurchaseRecommendation' to include the recommendation detail ID. - api-change:
chime-sdk-media-pipelines
: AWS Media Pipeline compositing enhancement and Media Insights Pipeline auto language identification. - api-change:
cloudformation
: This release supports filtering by DRIFT_STATUS for existing API ListStackInstances and adds support for a new API ListStack...
v2.3.0
🚀 Enhancements
Fix detection of `GEODESIC_TRACE` @Nuru (#864)
what
- Fix detection of
GEODESIC_TRACE
- Make Debian the default OS for
make build
why
- Bug fix
- Debian is our recommended OS; Alpine is deprecated
🧰 Included Tools
Update dependency PyYAML to v6 @renovate (#738)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
PyYAML (source) | ==5.4.1 -> ==6.0.1 |
Release Notes
Update AWS CLI packages @renovate (#860)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
awscli (source, changelog) | ==1.27.165 -> ==1.29.9 |
||||
boto3 | ==1.26.165 -> ==1.28.9 |
Release Notes
aws/aws-cli (awscli)
v1.29.9
======
- api-change:
glue
: This release adds support for AWS Glue Crawler with Apache Hudi Tables, allowing Crawlers to discover Hudi Tables in S3 and register them in Glue Data Catalog for query engines to query against. - api-change:
mediaconvert
: This release includes improvements to Preserve 444 handling, compatibility of HEVC sources without frame rates, and general improvements to MP4 outputs. - api-change:
rds
: Adds support for the DBSystemID parameter of CreateDBInstance to RDS Custom for Oracle. - api-change:
workspaces
: Fixed VolumeEncryptionKey descriptions
v1.29.8
======
- api-change:
codecatalyst
: This release adds support for updating and deleting spaces and projects in Amazon CodeCatalyst. It also adds support for creating, getting, and deleting source repositories in CodeCatalyst projects. - api-change:
connectcases
: This release adds the ability to assign a case to a queue or user. - api-change:
lexv2-models
: Update lexv2-models command to latest version - api-change:
route53resolver
: This release adds support for Route 53 On Outposts, a new feature that allows customers to run Route 53 Resolver and Resolver endpoints locally on their Outposts. - api-change:
s3
: Improve performance of S3 clients by simplifying and optimizing endpoint resolution. - api-change:
sagemaker-featurestore-runtime
: Cross account support for SageMaker Feature Store - api-change:
sagemaker
: Cross account support for SageMaker Feature Store - api-change:
securitylake
: Adding support for Tags on Create and Resource Tagging API. - api-change:
transcribe
: Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio.
v1.29.7
======
- api-change:
savingsplans
: Savings Plans endpoints update
v1.29.6
======
- api-change:
cloudformation
: SDK and documentation updates for GetTemplateSummary API (unrecognized resources) - api-change:
ec2
: Amazon EC2 documentation updates. - api-change:
grafana
: Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to. - api-change:
medical-imaging
: General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale. - api-change:
ram
: This release adds support for securely sharing with AWS service principals. - api-change:
ssm-sap
: Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP. - api-change:
wafv2
: Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.
v1.29.5
======
- api-change:
codeguru-security
: Documentation updates for CodeGuru Security. - api-change:
connect
: GetMetricDataV2 API: Update to include Contact Lens Conversational Analytics Metrics - api-change:
es
: Regex Validation on the ElasticSearch Engine Version attribute - api-change:
lexv2-models
: Update lexv2-models command to latest version - api-change:
m2
: Allows UpdateEnvironment to update the environment to 0 host capacity. New GetSignedBluinsightsUrl API - api-change:
snowball
: Adds support for RACK_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor. - api-change:
translate
: Added DOCX word document support to TranslateDocument API
v1.29.4
======
- enhancement:dependency: Support PyYAML 6.0
- api-change:
codeartifact
: Doc only update for AWS CodeArtifact - api-change:
docdb
: Added major version upgrade option in ModifyDBCluster API - api-change:
ec2
: Add Nitro TPM support on DescribeInstanceTypes - api-change:
glue
: Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes. - api-change:
ivs
: This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration. - api-change:
lakeformation
: Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource.
v1.29.3
======
- api-change:
cognito-idp
: API model updated in Amazon Cognito - api-change:
connect
: Add support for deleting Queues and Routing Profiles. - api-change:
datasync
: Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource. - api-change:
dms
: Enhanced PostgreSQL target endpoint settings for providing Babelfish support. - api-change:
ec2
: This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and pr...
v2.2.4
Remove redundant --quiet option from docker command @Nuru (#859)
what
- Remove
--quiet
option from Docker command that checks if Geodesic is already running
why
- Starting with Docker CLI version 24.0.0, the
--quiet
option overrides the--format
option. For backward compatibility, we prefer to continue to use the--format
option, even thought the format is that same as that produced by v24--quiet
.
notes
Resolves warning on starting Geodesic:
WARNING: Ignoring custom format, because both --format and --quiet are set.
Update alpine Docker tag to v3.18.2 @renovate (#856)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
alpine | final | minor | 3.17.3 -> 3.18.2 |
alpine | stage | minor | 3.17.3 -> 3.18.2 |
🧰 Included Tools
Update AWS CLI packages @renovate (#858)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
awscli (source, changelog) | ==1.27.157 -> ==1.27.165 |
||||
boto3 | ==1.26.157 -> ==1.26.165 |
Release Notes
aws/aws-cli (awscli)
v1.27.165
========
- api-change:
amp
: AWS SDK service model generation tool version upgrade. - api-change:
ecs
: Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode - api-change:
ivs
: Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs. - api-change:
mediaconvert
: This release includes improved color handling of overlays and general updates to user documentation. - api-change:
sagemaker
: This release adds support for rolling deployment in SageMaker Inference. - api-change:
transfer
: Add outbound Basic authentication support to AS2 connectors - api-change:
verifiedpermissions
: This release corrects several broken links in the documentation.
v1.27.164
========
- api-change:
appstream
: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block - api-change:
chime
: The Amazon Chime SDK APIs in the Chime namespace are no longer supported. Customers should use APIs in the dedicated Amazon Chime SDK namespaces: ChimeSDKIdentity, ChimeSDKMediaPipelines, ChimeSDKMeetings, ChimeSDKMessaging, and ChimeSDKVoice. - api-change:
cleanrooms
: This release adds support for the OR operator in RSQL join match conditions and the ability to control which operators (AND, OR) are allowed in a join match condition. - api-change:
dynamodb
: This release adds ReturnValuesOnConditionCheckFailure parameter to PutItem, UpdateItem, DeleteItem, ExecuteStatement, BatchExecuteStatement and ExecuteTransaction APIs. When set to ALL_OLD, API returns a copy of the item as it was when a conditional write failed - api-change:
gamelift
: Amazon GameLift now supports game builds that use the Amazon Linux 2023 (AL2023) operating system. - api-change:
glue
: This release adds support for AWS Glue Crawler with Iceberg Tables, allowing Crawlers to discover Iceberg Tables in S3 and register them in Glue Data Catalog for query engines to query against. - api-change:
sagemaker
: Adding support for timeseries forecasting in the CreateAutoMLJobV2 API.
v1.27.163
========
- api-change:
internetmonitor
: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event. - api-change:
kinesisanalyticsv2
: Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15 - api-change:
lambda
: Surface ResourceConflictException in DeleteEventSourceMapping - api-change:
omics
: Add Common Workflow Language (CWL) as a supported language for Omics workflows - api-change:
rds
: Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory. - api-change:
s3
: The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response. - api-change:
sagemaker
: This release adds support for Model Cards Model Registry integration.
v1.27.162
========
- api-change:
appfabric
: Initial release of AWS AppFabric for connecting SaaS applications for better productivity and security. - api-change:
appflow
: This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance. - api-change:
emr-serverless
: This release adds support to update the release label of an EMR Serverless application to upgrade it to a different version of Amazon EMR via UpdateApplication API. - api-change:
ivs
: IVS customers can now revoke the viewer session associated with an auth token, to prevent and stop playback using that token. - api-change:
kinesisvideo
: General Availability (GA) release of Kinesis Video Streams at Edge, enabling customers to provide a configuration for the Kinesis Video Streams EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on a configured schedule. - api-change:
macie2
: This release adds support for configuring new classification jobs to use the set of managed data identifiers that we recommend for jobs. For the managed data identifier selection type (managedDataIdentifierSelector), specify RECOMMENDED. - api-change:
privatenetworks
: This release allows Private5G customers to choose different commitment plans (60-days, 1-year, 3-years) when placing new orders, enables automatic renewal option for 1-year and 3-years commitments. It also allows customers to update the commitment plan of an existing radio unit. - api-change:
sagemaker-featurestore-runtime
: Introducing TTL for online store records for feature groups. - api-change:
sagemaker
: Introducing TTL for online store records in feature groups. - api-change:
ssm
: Systems Manager doc-only update for June 2023. - api-change:
verifiedpermissions
: This update fixes several broken links to the Cedar documentation.
v1.27.161
========
- api-change:
connect
: This release provides a way to search for existing tags within an instance. Before tagging a resource, ensure consistency by searching for pre-existing key:value pairs. - api-change:
glue
: Timestamp Starting Position For Kinesis and Kafka Data Sources in a Glue Streaming Job - api-change:
guardduty
: Add support for user.extra.sessionName in Kubernetes Audit Logs Findings. - api-change:
iam
: Support for a new API "GetMFADevice" to present MFA device metadata such as device certifications - api-change:
pinpoint
: Added time zone estimation support for journeys
v1.27.160
========
- api-change:
devops-guru
: This release adds support for encryption via customer managed keys. - api-change:
fsx
: Update to Amazon FSx documentation. - api-change:
rds
: Documentation improvements for create, describe, and modify DB clusters and ...
v2.2.3
🧰 Included Tools
Update AWS CLI packages @renovate (#855)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
awscli (source, changelog) | ==1.27.146 -> ==1.27.153 |
||||
boto3 | ==1.26.146 -> ==1.26.153 |
Release Notes
aws/aws-cli
v1.27.153
========
- api-change:
cloudtrail
: This feature allows users to view dashboards for CloudTrail Lake event data stores. - api-change:
codeguru-security
: Initial release of Amazon CodeGuru Security APIs - api-change:
drs
: Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery. - api-change:
ec2
: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address. - api-change:
imagebuilder
: Change the Image Builder ImagePipeline dateNextRun field to more accurately describe the data. - api-change:
lightsail
: This release adds pagination for the Get Certificates API operation. - api-change:
s3
: Integrate double encryption feature to SDKs. - api-change:
securityhub
: Add support for Security Hub Automation Rules - api-change:
simspaceweaver
: This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs. - api-change:
verifiedpermissions
: GA release of Amazon Verified Permissions. - api-change:
wafv2
: You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet. - api-change:
wellarchitected
: AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.
v1.27.152
========
- api-change:
amplifyuibuilder
: AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms. - api-change:
dynamodb
: Documentation updates for DynamoDB - api-change:
dynamodbstreams
: Update dynamodbstreams command to latest version - api-change:
fsx
: Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created. - api-change:
opensearch
: This release adds support for SkipUnavailable connection property for cross cluster search - api-change:
rekognition
: This release adds support for improved accuracy with user vector in Amazon Rekognition Face Search. Adds new APIs: AssociateFaces, CreateUser, DeleteUser, DisassociateFaces, ListUsers, SearchUsers, SearchUsersByImage. Also adds new face metadata that can be stored: user vector. - api-change:
sagemaker
: Sagemaker Neo now supports compilation for inferentia2 (ML_INF2) and Trainium1 (ML_TRN1) as available targets. With these devices, you can run your workloads at highest performance with lowest cost. inferentia2 (ML_INF2) is available in CMH and Trainium1 (ML_TRN1) is available in IAD currently
v1.27.151
========
- api-change:
acm-pca
: Document-only update to refresh CLI documentation for AWS Private CA. No change to the service. - api-change:
connect
: This release adds search APIs for Prompts, Quick Connects and Hours of Operations, which can be used to search for those resources within a Connect Instance.
v1.27.150
========
- api-change:
athena
: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. - api-change:
comprehendmedical
: This release supports a new set of entities and traits. - api-change:
payment-cryptography-data
: Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing. - api-change:
payment-cryptography
: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing. - api-change:
servicecatalog
: New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product - api-change:
timestream-write
: This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation.
v1.27.149
========
- api-change:
cloudformation
: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT - api-change:
customer-profiles
: This release introduces event stream related APIs. - api-change:
directconnect
: This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces. - api-change:
emr-containers
: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API. - api-change:
iotdeviceadvisor
: AWS IoT Core Device Advisor now supports new Qualification Suite test case list. With this update, customers can more easily create new qualification test suite with an empty rootGroup input. - api-change:
logs
: This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response.
v1.27.148
========
- api-change:
connect
: GetMetricDataV2 API is now available in AWS GovCloud(US) region. - api-change:
emr
: Update emr command to latest version - api-change:
iam
: This release updates the AccountAlias regex pattern with the same length restrictions enforced by the length constraint. - api-change:
inspector2
: Adds new response properties and request parameters for 'last scanned at' on the ListCoverage operation. This feature allows you to search and view the date of which your resources were last scanned by Inspector. - api-change:
iot
: Adding IoT Device Management Software Package Catalog APIs to register, store, and report system software packages, along with their versions and metadata in a centralized location. - api-change:
iot-data
: Update thing shadow name regex to allow '$' character - api-change:
lexv2-models
: Update lexv2-models command to latest version - api-change:
quicksight
: QuickSight support for pivot table field collapse state, radar chart range scale and multiple scope options in conditional formatting. - api-change:
signer
: AWS Signer is launching Container Image Signing, a new feature that enables you to sign and verify container images. This feature enables you to validate that only container images you approve are used in your enterprise. - api-change:
sqs
: Amazon SQS adds three new APIs - StartMessageMoveTask, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination.
v1.27.147
[C...