8000 Releases · cloudtools/troposphere · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cloudtools/troposphere

Release 3.1.0

16 Oct 15:51
3.1.0
Compare
Choose a tag to compare

3.1.0 (2021-10-16)

  • Add KinesisFirehose::DeliveryStream.HttpEndpointDestinationConfiguration
  • Update S3 per 2021-09-02 changes
  • Update IoT per 2021-09-02 changes
  • Update KinesisFirehose per 2021-09-02 changes
  • Update EventSchemas per 2021-09-02 changes
  • Update DataSync per 2021-09-02 changes
  • Update ACMPCA per 2021-09-02 changes
  • Update Transfer per 2021-09-02 changes
  • Update firehose.py parameter type validation (#1953)
  • AWS Backup: Add EnableContinuousBackup boolean to BackupRuleResourceType (#1958)
  • fix: creating specific AWS::MediaPackage::OriginEndpoint AWSProperty sets, as they are different from AWS::MediaPackage::PackagingConfiguration's AWSProperty sets
  • making user role optional for emr studio
  • Add missing properties to EMR::Studio
  • Fix black formatting
  • allow helper functions for codebuild project type
  • Update Cloudtrail per 2021-09-10 changes
  • Add AWS::APS per 2021-09-16 changes
  • Add AWS::HealthLake per 2021-09-17 changes
  • Updaate ACMPCA per 2021-09-17 changes
  • Add AWS::MemoryDB per 2021-09-23 changes
  • Update AppSync per 2021-09-23 changes
  • Update Lambda per 2021-09-30 changes
  • Update KinesisFirehose per 2021-09-30 changes
  • Updat ECR per 2021-09-30 changes
  • Update IoT per 2021-10-07 changes
  • Add AWS::Lightsail per 2021-10-07 changes
  • Update Backup per 2021-10-07 changes
  • Add AWS::OpenSearchService per 2021-10-16 changes
  • Import ABC from collections.abc for Python 3.10 compatibility.
  • Add validation and tests to AWS::OpenSearchService::Domain.EngineVersion (#1960)
  • Fix isort and black formatting issues
  • Update Backup with missing resources from 2021-10-07 changes
  • Update CodeBuild per 2021-10-13 changes
  • Move resource type lists from README to individual files
  • Fix missing underscore in README links
  • Add AWS::Wisdom per 2021-10-14 changes
  • Support Globals section for serverless

Release 3.0.3

28 Aug 21:47
3.0.3
Compare
Choose a tag to compare

3.0.3 (2021-08-28)

  • Enable MSK IAM Role based authentication
  • Add AWS::Signer
  • Allow LaunchTemplateSpecification in LaunchTemplateOverrides
  • Add AWS::Route53RecoveryControl and AWS::Route53RecoveryReadiness per 2021-07-29 changes
  • Update S3Outposts per 2021-07-29 changes
  • Update DataBrew per 2021-07-29 changes
  • Update FSx per 2021-08-05 changes
  • Update ApiGatewayV2 per 2021-08-12 changes
  • Update AppSync per 2021-08-05 changes
  • Add Athena::PreparedStatement per 2021-08-05 changes
  • Update ApiGateway per 2021-08-12 changes
  • Add TimeZone property to AWS::AutoScaling::ScheduledAction
  • Fix black formatting in autoscaling.py
  • Update WAFv2 per 2021-08-12 changes
  • Update Elasticsearch per 2021-08-17 changes
  • Update SageMaker per 2021-08-19 changes
  • Update Redshift per 2021-08-19 changes
  • Update AutoScaling per 2021-08-19 changes
  • Update CodeBuild per 2021-08-19 changes
  • Add AWS::Logs::ResourcePolicy (#1936)
  • Add AWS::Serverless::HttpApi (#1941)
  • Update to main branch for tests workflow
  • Switch build status badge from travis-ci to github
  • Fix duplicate AWS::Logs::ResourcePolicy
  • Remove duplicate TargetTrackingScalingPolicyConfiguration from dynamodb.py

Release 3.0.2

24 Jul 21:44
3.0.2
Compare
Choose a tag to compare

3.0.2 (2021-07-24)

  • Add JWT to apigatewayv2 valid_authorizer_types (#1929)
  • [batch] Update ContainerProperties properties (#1930)
  • Remove p3s directory
  • Update ImageBuilder per 2021-07-01 changes
  • Update ServiceDiscovery per 2021-07-08 changes
  • Update CodeDeploy per 2021-07-08 changes
  • Add KmsKeyId Attribute to LogGroup (#1931)
  • Added missing AWS::Neptune::DBCluster properties (#1932)
  • Added Sign and Verify key usage (#1935)
  • Fix CanarySettings PercentTraffic definition
  • Fix NetworkFirewall properties
  • Fixup formatting in NetworkFirewall
  • Use jsonpatch to fixup spec files before generating code
  • Update DataBrew per 2021-07-09 changes
  • Update Logs per 2021-07-15 changes
  • Update EC2 per 2021-07-21 changes
  • Update Cassandra per 2021-07-21 changes
  • Add AWS::LookoutEquipment per 2021-07-22 changes
  • Update QLDB per 2021-07-22 changes
  • Update CloudWatch per 2021-07-22 changes

Release 3.0.1

06 Jul 13:41
3.0.1
Compare
Choose a tag to compare

3.0.1 (2021-07-06)

  • Fix CHANGELOG with correct 3.0.0 release date
  • Fix EKS::Nodegroup.Taints to use the correct key for taints (#1925)
  • Include cfn_flip in setup.cfg (#1927)
  • Catch install dependencies with "make release-test"

Release 3.0.0

05 Jul 18:47
3.0.0
Compare
Choose a tag to compare

3.0.0 (2021-07-05)
This release now only supports Python 3.6+
Special thanks to @michael-k for the Python 3 work and tooling improvements.

Breaking changes:

  • Python 3.6+ (Python 2.x and earlier Python 3.x support is now deprecated due to Python EOL)
  • Remove previously deprecated Template methods.
    To update to currently supported methods, substitute:
    add_description() => set_description()
    add_metadata() => set_metadata()
    add_transform() => set_transform()
    add_version() => set_version()
  • Remove deprecated troposphere.UpdatePolicy()
  • Remove TROPO_REAL_BOOL. Booleans are output instead of string booleans for better interoperability with tools like cfn-lint.
  • Remove deprecated troposphere.dynamodb2. Use troposphere.dynamodb instead.
  • Remove StageName deprecation warning in apigateway StageDescription
  • Rename ElasticBeanstalk OptionSettings property to OpionSetting per AWS spec files

Changes:

  • Run '2to3 -n -w --no-diffs .'
  • Require Python >= 3.6
  • [utils,examples] Revert changes to print functions made by 2to3
  • Remove unnecessary conversions of iterables to lists
  • Cleanup scripts
  • Restore TypeError's message
  • Cleanup ImportErrors and NameErrors
  • [tests] Make necessary adjustments
  • [examples] Fix indentation
  • Make BaseAWSObject.propnames pickleable
  • Remove '# -- coding: utf-8 --'
  • Stop inheriting from object explicitly
  • Modernize super() calls
  • AWS::MWAA Adding for managed airflow (#1858)
  • Add constants for EC2 instance types: T4g. (#1885)
  • Add AppIntegrations per 2021-03-25 changes
  • Add LookoutMetrics per 2021-03-25 changes
  • Add CustomerProfiles per 2021-03-25 changes
  • Fix Python3 deprecation: import from collections.abc
  • Run black and isort over main directories (examples scripts tests troposphere)
  • Switch to using setup.cfg and add test checks for black/isort
  • Remove previously deprecated Template methods
  • Remove deprecated troposphere.UpdatePolicy()
  • Remove troposphere.dynamodb2. Use troposphere.dynamodb instead.
  • Remove StageName deprecation warning in apigateway StageDescription
  • Start adding CHANGELOG entries for pending 3.0.0 release
  • Quick fix for travis needing cfn_flip imported
  • Set the pending release as 3.0.0
  • Remove Python 2.7 artifacts from Makefile
  • Fix intermittent failure due to an incorrect resource_name in ECR
  • Remove TROPO_REAL_BOOL and output real boolean values
  • Fix template generator boolean interoperability (Fixes #1044)
  • Update fis.py (#1887)
  • lambda memory can be configured in 1 MB increments now (#1886)
  • Make generation script more black format compliant
  • Fix black format in tests/test_awslambda.py
  • Fix properties in LookoutMetrics VpcConfiguration
  • Update ServiceDiscovery per 2021-03-18 changes and re-gen file
  • Adding support for using KinesisStreamSpecification with DynamoDB
  • Run black over last change to correct formatting (#1889)
  • Update Batch per 2021-03-31 changes
  • Update imports in some recent changes with isort
  • Update Logs per 2021-04-01 changes
  • Update CloudWatch per 2021-04-01 changes
  • Update Route53Resolver per 2021-04-01 changes
  • Update GameLift per 2021-04-01 changes
  • Update ElasticBeanstalk per 2021-04-01 update
  • Update Cloud9 per 2021-04-01 changes
  • Update Budgets per 2021-04-01 changes
  • Update ApiGateway per 2021-04-01 changes
  • Update Config per 2021-04-01 changes
  • Update DataBrew per 2021-04-01 changes
  • Update ElastiCache per 2021-04-08 changes
  • Update IVS per 2021-04-15 changes
  • Update EC2 per 2021-04-15 changes
  • Update MWAA per 2021-04-15 changes
  • Update CloudFormation per 2021-04-15 changes
  • Update AutoScaling per 2021-04-23 changes
  • Update ElastiCache per 2021-04-23 changes
  • Update IoTWireless per 2021-04-26 changes
  • Add NimbleStudio per 2021-04-26 updates
  • Add IoTFleetHub per 2021-04-29 updat4es
  • Update SES per 2021-04-29 changes
  • Update Detective per 2021-04-29 changes
  • rearrange make file, add some new targets, remove linting from test
  • add github action to replace travis
  • remove .travis.yml as a GitHub Action was added as a replacement
  • implement suggestion to use python -m pip ...
  • rename workflow to tests
  • Create Export instances for Output.Export in cfn2py (#1895)
  • ec2 volume throughput (#1896)
  • Transit-Gateway MulticastSupport (#1897)
  • Add helpers.userdata.from_file_sub() (#1898)
  • AWS::WAFv2::WebACL.CustomResponseBodies and AWS::WAFv2::RuleGroup.CustomResponseBodies (#1899)
  • Fixup black formatting
  • Add M6G, C6G, R6G and R6GD constants for Elasticsearch data and master nodes. (#1900)
  • Add fargate ephemeral storage property (#1906)
  • AWS::ApiGatewayV2::Integration.IntegrationSubtype (#1907)
  • AWS::RDS::DBCluster: add missing GlobalClusterIdentifier parameter (#1908)
  • Add constants for RDS instance types: R6G (#1905)
  • [batch] Update AWS::Batch required properties (#1913)
  • Add compression property to Serverless::Api (#1914)
  • Limit flake8 to core troposphere directories
  • Add AWS::FinSpace per 2021-05-06 changes
  • Update CloudFront::Function per 2021-05-06 changes
  • Add AWS::XRay per 2021-05-06 changes
  • Add AWS::FraudDetector per 2021-05-06 changes
  • Update IoT per 2021-05-06 changes
  • Update GameLift per 2021-05-06 changes
  • Update CloudFront per 2021-05-06 changes
  • Update ACMPCA per 2021-05-06 changes
  • Update S3 per 2021-05-13 changes
  • Update ECR per 2021-05-13 changes
  • Add AWS::SSMIncidents per 2021-05-14 changes
  • Update DynamoDB per 2021-05-14 changes
  • Add AWS::SSMContacts per 2021-05-14 changes
  • Update CloudFormation per 2021-05-14 changes
  • Add AWS::IoTCoreDeviceAdvisor per 2021-05-20 changes
  • Add AWS::AppRunner per 2021-05-20 changes
  • Update EC2 per 2021-05-20 changes
  • Add AWS::CUR per 2021-05-27 changes
  • Update FSx per 2021-05-27 changes
  • Update MediaPackage per 2021-05-27 changes
  • Add ConnectivityType property for NatGateway
  • AWS::ECR::Repository.ImageScanningConfiguration
  • Allow all policy types in s3.AccessPoint.Policy, not just dicts
  • Add new sns event parameters
  • Fix black formatting for serverless.py
  • Update ACMPCA per 20201-05-27 update
  • Add AWS::Location per 2021-06-07 changes
  • Update SSM per 2021-06-10 changes
  • Update SQS per 2021-06-10 changes
  • Update KinesisAnalyticsV2 per 2021-06-10 changes
  • Update RAM per 2021-06-10 changes
  • Update KMS per 2021-06-17 changes
  • Update MWAA per 2021-06-21 changes
  • Add AWS::Connect per 2021-06-24 changes
  • Update CloudFormation per 2021-06-24 changes
  • Update DAX per 2021-06-24 changes
  • Update Transfer per 2021-06-24 changes
  • Update ApplicationAutoScaling per 2021-07-01 changes
  • Update AppMesh per 2021-06-17 changes
  • Fix TestSplit negtive test (Fixes #1919)
  • Add EngineVersion to Athena::WorkGroup (Fixes #1915)
  • Add ResourceTags to ImageBuilder::InfrastructureConfiguration (Fixes #1909)
  • S3 ReplicationConfigurationRules Prefix is no longer required (Fixes #1910)
  • Update ApiGateway per 2021-04-15 changes (Fixes #1893)
  • Rename ElasticBeanstalk OptionSettings property to OpionSetting per AWS spec files
  • Add ProtocolVersion to ElasticLoadBalancingV2::TargetGroup (Fixes #1888)
  • Update example for ElasticBeanstalk OptionSettings property rename
  • Switched VALID_CONNECTION_PROVIDERTYPE to list and added GitHub and GitHubEnterprise
  • Add AWS::EKS::Nodegroup.Taints
  • Add support for Container based Serverless::Functions and added missing props
  • Update requirements-dev.txt for dependencies
  • Update black formatting
  • Update setup.cfg awacs dependency
  • Update RELEASE.rst with new release commands

Release 2.7.1

16 Apr 18:27
2.7.1
Compare
Choose a tag to compare

2.7.1 (2021-04-16)

Release 2.7.0

20 Mar 23:19
2.7.0
Compare
Choose a tag to compare

2.7.0 (20210320)

Note: this release is likely the last Python 2.x release. Release 3.0.0 will be Python 3.6+ only

  • Fix typo in ECS DeploymentCircuitBreaker RollBack => Rollback (Fixes #1877)
  • added sort flag to yaml method arguments (#1090)
  • Fix line length issue from previous commit (#1090)
  • docs: use Template.set_metadata instead of add_metadata (#1864)
  • change PropertyMap in kinesisanalyticsv2 PropertyGroup to dict (#1863)
  • Fix tests by removing import of json_checker in kinesisanalyticsv2 (#1863)
  • Adding optional Elasticsearch::Domain options for custom endpoints (#1866)
  • Add support for AppConfig::HostedConfigurationVersion (#1870)
  • Add constants for RDS instance types: M5d, M6g. (#1875)
  • Support Throughput for gp3 ebs volumes (#1873)
  • Add GreengrassV2 per 2020-12-18 changes
  • Add AuditManager per 2020-12-18 changes
  • Update SageMaker per 2020-12-18, 2021-01-21, 2021-02-11, and 2021-02-25 changes
  • Add LicenseManager per 2020-12-18 changes
  • Update ECR per 2020-12-18 and 2021-02-04 changes
  • Update EC2 per 2020-12-18, 2021-02-12, 2021-02-25, and 2021-03-11 changes
  • Add DevOpsGuru per 2020-12-18 changes
  • Update CloudFormation per 2020-12-18 changes
  • Update S3 with some missing properties
  • Update FSx per 2020-12-18 changes
  • Update ElastiCache per 2020-12-18 changes
  • Add DataSync per 2021-01-07 changes
  • Update Route53 and Route53Resolver per 2021-01-07 changes
  • Update Config per 2021-01-07 changes
  • Add MediaConnect per 2021-01-07 changes
  • Update ApiGatewayV2 per 2021-01-07 changes
  • Add IoTWireless per 2021-01-07 changes
  • Update SSO per 2021-01-07 changes
  • Add ServiceCatalogAppRegistry per 2021-01-14 changes
  • Add QuickSight per 2021-01-14 changes
  • Add EMRContainers per 2021-01-14 changes
  • Update ACMPCA per 2021-01-21 changes
  • Add LookoutVision per 2021-01-28 changes
  • Update ImageBuilder per 2021-02-04 changes and reorder classes a bit
  • Update ElastiCache per 2021-02-04 changes
  • Update Casandra per 2021-02-04 changes
  • Update IoTAnalytics per 2021-02-05 changes
  • Update ServiceCatalog per 2021-02-11 changes
  • Update CloudFormation per 2021-02-11 changes
  • Update DMS per 2021-02-11 changes
  • Update IoTAnalytics per 2021-02-18 changes
  • Update FSx per 2021-02-18 changes
  • Update Kendra per 2021-02-18 changes
  • Update AppMesh per 2021-02-21 changes
  • Update DynamoDB per 2021-02-22 changes
  • Update Pinpoint per 2021-02-24 changes
  • Update IAM per 2021-02-25 changes
  • Update EKS per 2021-02-25 changes
  • Update IoTSiteWise per 2021-03-01 changes
  • Add S3Outposts per 2021-03-04 changes
  • Update IoT per 2021-03-04 changes
  • Update Events per 2021-03-04 changes
  • Update SecretsManager per 2021-03-04 changes
  • Update StepFunctions per 2021-03-10 changes
  • Update RDS per 2021-03-11 changes
  • Update ECS per 2021-03-11 changes
  • Update CE per 2021-03-11 changes
  • Update EFS per 2021-03-11 changes
  • Update required fields for Batch::ComputeResources (Fixes #1880)
  • Fix autoscaling.Tags to use boolean instead of str (#1874)
  • Add OutpostArn to EC2::Subnet (Fixes #1849)
  • Update Transfer per 2020-10-22 changes (Fixes #1817)
  • Add MediaPackage per 2020-10-22 changes (Fixes #1815)
  • Update README with functioning example of missing required property (Fixes #1763)
  • Update EMR per 2020-10-22 and 2021-02-25 changes (Fixes #1816)
  • Add DataBrew (Fixes #1862)
  • Update version in docs (#1882)
  • Fix some corner cases in the autogenerator
  • Update CertificateManager per 2021-03-11 changes
  • Update Detective per 2021-03-15 changes
  • Update ECS per 2021-03-16 changes
  • Add S3ObjectLambda per 2021-03-18 changes
  • Add FIS per 2021-03-18 changes

Release 2.6.4

09 Mar 04:54
2.6.4
Compare
Choose a tag to compare

2.6.4 (2021-03-08)

  • Remove extraneous import
  • Fix required value for ecs.EFSVolumeConfiguation AuthorizationConfig (Fixes #1806)
  • Added Period attribute to CloudWath::Alarm MetricDataQuery (#1805)
  • Fix issues with ecs.EFSVolumeConfiguration usage (#1808)
  • Updating region and availability zone constants (#1810)
  • fixing typo in updated region and availability zone constants
  • Add mising constants for Elasticsearch data and master node instance sizes. (#1809)
  • AWS::Elasticsearch::Domain.DomainEndpointOptions (#1811)
  • increased CloudFormation template limits (#1814)
  • Fix tests with new template limits (Related to #1814)
  • Add CapacityReservationSpecification to EC2::LaunchTemplateData (Fixes #1813)
  • Update Appstream per 2020-10-22 changes
  • Update SecretsManager::ResourcePolicy per 2020-10-22 changes
  • Add Tags to resources in Batch per 2020-10-22 changes
  • Update SNS::Topic per 2020-10-22 changes
  • Update Events per 2020-10-22 changes
  • Update KinesisFirehose::DeliveryStream per 2020-10-22 changes
  • Update AppSync::ApiKey per 2020-10-22 changes
  • Update Elasticsearch per 2020-10-22 changes
  • AWS::CloudFront::Distribution.LambdaFunctionAssociation.IncludeBody (#1819)
  • AWS::SSM::PatchBaseline.OperatingSystem AllowedValues expansion (#1823)
  • AWS::ImageBuilder::ImageRecipe.EbsInstanceBlockDeviceSpecification.VolumeType AllowedValues expansion (io2) (#1824)
  • AWS::CodeBuild::Project.Environment.Type AllowedValues expansion (WINDOWS_SERVER_2019_CONTAINER) (#1825)
  • AWS::Glue::Connection.ConnectionInput.ConnectionType AllowedValues expansion (NETWORK) (#1826)
  • Update AWS::Cognito::UserPoolClient (#1818)
  • Update firehose.py (#1830)
  • Update AWS::CodeArtifact::Repository (#1829)
  • AWS::EC2::VPCEndpoint.VpcEndpointType AllowedValues expansion (GatewayLoadBalancer) (#1833)
  • AWS::KinesisAnalyticsV2::Application.RuntimeEnvironment AllowedValues expansion (FLINK-1_11)
  • AWS::Kinesis::Stream.ShardCount required (#1841)
  • flake8 fixes (#1845)
  • Add ReplicaModifications of s3 (#1850)
  • Update serverless apievent (#1836)
  • Add AllocationStrategy to EMR instance fleet configuration (#1837)
  • Add CopyActions prop to BackupRuleResourceType (#1838)
  • Fix formatting in recent EMR PR
  • AWS::AutoScaling::LaunchConfiguration.MetadataOptions (#1840)
  • AWS::AutoScaling::AutoScalingGroup.CapacityRebalance (#1842)
  • AWS Lambda Has Increased Memory Limits (#1844)
  • AWS::Lambda::Function support for container image deployment package (#1846)
  • Fix tests from previous merge
  • AWS::CloudFront::Distribution.CacheBehavior.TrustedKeyGroups (#1847)
  • AWS::CloudFront::Distribution.Origin.OriginShield (#1848)
  • docs: fix simple typo, shoud -> should (#1851)
  • AWS::Glue::Connection.ConnectionInput.ConnectionType AllowedValues expansion (#1852)
  • Adding DeploymentCircuitBreaker property for ECS Service (#1853)
  • ec2: add ClientVpnEndpoint.ClientConnectOptions & SelfServicePortal (#1854)
  • s3: add property BucketKeyEnabled (#1857)
  • Add g4ad, c6gn, d3, and d3en instance types to constants (#1859)
  • Add IoTSiteWise
  • Add IVS
  • Update copyright year
  • Add RDS::GlobalCluster per 2020-11-05 update
  • Add IoT::DomainConfiguration per 2020-11-05 update
  • Add Events::Archive per 2020-11-05 update
  • Updates to AWS::Lambda EventSourceMapping
  • Updates for EC2::Route
  • Updates to Batch::JobDefinition per 2020-11-05 updates
  • Update CodeArtifact per 2020-11-05 changes
  • Update AppMesh per 2020-11-12 changes
  • Update EC2::VPCEndpointService per 2020-11-12 changes
  • Add S3::StorageLens per 2020-11-19 changes
  • Add NetworkFirewall per 2020-11-19 changes
  • Update Glue per 2020-11-19 changes
  • Update CloudFront per 2020-11-19 changes
  • Update KMS per 2020-11-19 changes
  • Update Events per 2020-11-19 changes
  • Update EC2 per 2020-11-19 changes
  • Update Amplify per 2020-11-19 changes
  • Update Lambda per 2020-11-23 changes
  • Update GameList per 2020-11-24 changes
  • Update EKS per 2020-12-17 changes
  • Update SSO per 2020-12-18 changes
  • Add IoT::TopicRuleDestination per 2020-12-18 changes
  • Move "make release-test" to use python-3.9

Release 2.6.3

11 Oct 23:47
2.6.3
Compare
Choose a tag to compare

2.6.3 (2020-10-11)

  • SageMaker: Mark tags props as optional, per AWS documentation.
  • Add c5a, c6g, and r6g to instance types in constants
  • Make flake8 happy again
  • AWS::ServiceCatalog::LaunchRoleConstraint.RoleArn not required (#1765)
  • AWS::DocDB::DBCluster.DeletionProtection (#1748)
  • AWS::KinesisFirehose::DeliveryStream BufferingHints and CompressionFormat not required in S3DestinationConfigurations (#1766)
  • AWS::KinesisFirehose::DeliveryStream.ElasticsearchDestinationConfiguration.TypeName not required (#1767)
  • AWS::StepFunctions::StateMachine DefinitionString and S3Location.Version not required (#1768)
  • Add AWS::EC2::SecurityGroup.Ingress.SourcePrefixListId to SecurityGroupRule (#1762)
  • AWS::Elasticsearch::Domain.AdvancedSecurityOptions (#1775)
  • AWS::Glue::Connection.ConnectionInput.ConnectionType AllowedValues expansion (#1777)
  • Add additional properties to KinesisEvent
  • Change OnFailure and OnSuccess as not required per CloudFormation reference
  • Add AWS::Serverless::Api's Domain
  • Support for OpenApiVersion in serverless.Api
  • add efs backupPolicy
  • Fix some flake8 errors
  • Add ECS Fargate EFS mounting capability
  • Add new instance types to constants
  • Added SSM Parameter examples (#1770)
  • Update SecretsManager per 2020-07-23 update and alphabetize cleanups
  • Update SageMaker::EndpointConfig per 2020-07-23 update
  • Update CodeStarConnections::Connection per 2020-07-23 update
  • Update CloudFront::Distribution per 2020-07-23 update
  • Add ECR ImageScanningConfiguration and ImageTagMutability (Fixes #1544)
  • AWS::EKS::Nodegroup.LaunchTemplate (#1780)
  • AWS::SecretsManager::RotationSchedule.RotationLambdaARN not required (#1783)
  • Fix capitalization in AwsVpcConfiguration (#1788)
  • AWS::StepFunctions::StateMachine.TracingConfiguration (#1795)
  • AppMesh Gateway support (#1758)
  • fixing tags data type (#1785)
  • Added Types to EndpointConfiguration (#1793)
  • update TargetGroup.TargetType to support Ref values (#1794)
  • Run tests against Python 3.9 (#1790)
  • Cloudfront cache and origin policy (#1796)
  • Fix typo AWSOject => AWSObject
  • Remove list for Tags attribute
  • Remove trailing blank line from serverless.py
  • Update CodeGuruProfiler per 2020-07-30
  • Add Mtu to GroundStation::DataflowEndpoint per 2020-07-30 changes
  • Update EC2::FlowLog per 2020-07-30 changes
  • Add AutoImportPolicy to FSx::LustreConfiguration per 2020-08-06
  • Add BuildBatchConfig to CodeBuild::Project per 2020-08-06 changes
  • Revert "Fix capitalization in AwsVpcConfiguration (#1788)" (#1798)
  • Add EC2::CarrierGateway per 2020-08-13 changes
  • Add new ApplicationInsights::Application per 2020-08-13 changes
  • Tweaks to the gen.py script
  • Add SageMaker::MonitoringSchedule from 2020-08-13 changes
  • Add SecurityPolicy to Transfer::Server from 2020-08-13 changes
  • Add Topics to Lambda::EventSourceMapping from 2020-08-13 changes
  • Add DriveCacheType to FSx LustreConfiguration from 2020-08-13 changes
  • Add EnvironmentFiles to ECS::TaskDefinition from 2020-08-13 changes
  • Update Route53Resolver per 2020-08-27 changes
  • Update GameLift resources per 2020-08-27
  • Update ServiceCatalog per 2020-08-27 changes
  • Update CodeCommit per 2020-08-31 changes
  • Add EKS::FargateProfile per 2020-09-03 changes
  • Add AWS::CodeGuruReviewer per 2020-09-03 changes
  • Add CloudFront::RealtimeLogConfig per 2020-09-03 changes
  • Add AWS::Kendra per 2020-09-10 changes
  • Add AWS::SSO per 2020-09-10 changes
  • Add IoT::Authorizer per 2020-09-10 changes
  • Add DeleteReports to CodeBuild::ReportGroup per 2020-09-10 changes
  • AWS::Synthetics::Canary.RuntimeVersion AllowedValues expansion (#1801)
  • Update ApiGatewayV2::Authorizer per 2020-09-10 changes
  • Add CloudFormation::StackSet per 2020-09-17 changes
  • Add AWS::AppFlow per 2020-09-17 changes
  • Add DisableExecuteApiEndpoint to ApiGatewayV2::Api per 2020-09-17 changes
  • Add MutualTlsAuthentication to ApiGateway::DomainName per 2020-09-17 changes
  • Add MutualTlsAuthentication to ApiGatewayV2::DomainName per 2020-09-17 changes
  • AWS::MSK::Cluster.ClientAuthentication.Sasl (#1802)
  • Add WorkSpaces::ConnectionAlias per 2020-10-01 changes
  • Fix formatting in MSK
  • Update AWS::Batch per 2020-10-01 changes
  • Add CapacityProviderStrategy to ECS::Service per 2020-10-01 changes
  • Remove duplicate elasticache NodeGroupConfiguration property (Fixes #1803)
  • Add AWS::Timestream per 2020-10-08 changes
  • Add AWS::CodeArtifact per 2020-10-08 changes
  • Update Backup per 2020-10-08 changes
  • Update AmazonMQ per 2020-10-08 changes
  • Update EKS per 2020-10-08 changes
  • AWS::AutoScaling::AutoScalingGroup.NewInstancesProtectedFromScaleIn (#1804)
  • Improve grammar on install steps (#1800)
  • Update DLM to support cross region copy (Fixes #1799)
  • Update WAFv2 per 2020-0723 changes (Fixes #1797)
  • Update ECR::Repository.ImageScanningConfiguration to output the correct json (Fixes #1791)

Release 2.6.2

13 Jul 00:25
2.6.2
Compare
Choose a tag to compare

2.6.2 (2020-07-12)

  • Add Description property to EC2::TransitGateway (#1674)
  • Adding AWS::ImageBuilder::Image object, per May 7, 2020 update
  • Adding missing AWS::ApiGatewayV2::VpcLink object
  • Adding new AWS::SSM::Association property, per May 7, 2020 update
  • Update template_generator.py
  • Handle list type properties with a function validator (#1673)
  • Change RegularExpressionList
  • Remove Regex object in favour of basestring
  • Bug Fixes: wafv2 names not required
  • Update instance types in constants
  • Add AWS::CodeStarConnections::Connection props, per May 14, 2020 update
  • Adding misc AWS::DMS properties, per May 14, 2020 update
  • Adding misc AWS::MediaStore::Container properties, per May 14, 2020 update
  • updating AWS::ServiceCatalog::CloudFormationProduct properties, per May 14, 2020 update
  • Changing AWS::Synthetics::Canary props, per May 14, 2020 update
  • Adding misc AWS::GlobalAccelerator objects, per May 14, 2020 update
  • Adding new AWS::Macie resources, per May 14, 2020 update
  • Add sample Aurora Serverless RDS template
  • Fixing misc AWS::ImageBuilder properties
  • Updating AWS::StepFunctions::StateMachine props, per May 21, 2020 update
  • Update AWS::SSM::Parameter properties, per May 21, 2020 update
  • Update AWS::CodeBuild::ReportGroup properties, per May 21, 2020 update
  • Fix bools in example output
  • Adding hibernation options to LaunchTemplateData
  • ExcludedRules are listed directly, not wrapped
  • fix syntax
  • add OnSuccess
  • Update AWS::EFS::AccessPoint per 2020-05-28 changes
  • Update AWS::CodeGuruProfiler::ProfilingGroup per 2020-06-03 changes
  • Update AWS::EC2::ClientVpnEndpoint per 2020-05-28 changes
  • Add DBProxy and DBProxyTargetGroup to AWS::RDS per 2020-06-04 changes
  • Add support for ARM and GPU containers for CodeBuild (#1699)
  • Fix S3Encryptions in Glue EncryptionConfiguration (#1725)
  • Convert stepfunctions.DefinitionSubstitutions to dict (#1726)
  • Add GroundStation link (#1727)
  • Update AWS::ElasticLoadBalancingV2::LoadBalancer per 2020-06-11 changes
  • Update AWS::ElastiCache::ReplicationGroup per 2020-06-11 changes
  • Update AWS::CloudFront::Distribution per 2020-06-11 changes
  • Update AWS::CertificateManager::Certificate per 2020-06-11 changes
  • Update AWS::EC2::Volume per 2020-06-11 changes
  • Add AWS::IoT::ProvisioningTemplate per 2020-06-04 changes (Fixes #1723)
  • Added Serverless::Application and Serverless ApplicationLocation (#1549)
  • Fix required setting for SageMaker::Model PrimaryContainer (Fixes #1729)
  • Added capacity providers
  • Update AWS::EFS::FileSystem per 2020-06-16 changes
  • Update AWS::Lambda::Function per 2020-06-16 changes
  • Update AWS::FMS::Policy per 2020-06-18 changes
  • Fix tests and alphabetize properties in ECS
  • Update AWS::ServiceDiscovery per 2020-06-22 changes
  • This isn't required
  • Update AWS::AppMesh per 2020-06-25 changes
  • Support attribute Mode for SageMaker Model ContainerDefinition
  • Add SourcePrefixListId to the ec2.SecurityGroupIngress validator (Fixes #1739)
  • Add ApplicationCloudWatchLoggingOption for KinesisAnalyticsV2 (Fixes #1738)
  • Add required TargetGroupName to DBProxyTargetGroup
  • Add VpcConfiguration to AWS::KinesisFirehose::DeliveryStream (Fixes #1717)
  • Update AWS::Events::Rule per 2020-07-06 changes
  • Add AWS::QLDB::Stream per 2020-07-08 update
  • Add AWS::CodeGuruProfiler::ProfilingGroup.ComputePlatform per 2020-07-09 update
  • Add AWS::CodeBuild::Project Source: BuildStatusConfig per 2020-0709 update
  • Add AWS::Athena::DataCatalog per 2020-07-09 update
  • Add AWS::EC2::PrefixList per 2020-07-09 update
  • Add AWS::ElasticLoadBalancingV2::Listener.AlpnPolicy per 2020-07-09 update
  • Update AWS::Synthetics per 2020-07-09 update
  • Add AWS::Amplify::App.EnableBranchAutoDeletion per 2020-07-09 update
  • Update AWS::FSx::FileSystem.LustreConfiguration per 2020-07-09 update
  • Update AWS::Amplify::Domain per 2020-07-09 update
0